Hello all! I began working today, where the work is closely related to programming. Despite this, the work computer is set up as Windows (eww). I want to look for work-arounds, as installing linux on a work machine is a no-go.

I wonder, what is the way to minimize pain from having to use windows? Either that, or a way to maximize work done on linux-like stuffs. A linux server is given for us, and I think I can install WSL. Any recommendations on this setup?

Especially, I miss the virtual desktop feature, is there any way to use it? Is there a way I can run compositor through WSL? Also, should I install Pop! OS for the feature, or is it available on e.g. Ubuntu (default WSL)?

Sorry to ask a non-exclusively-linux question, but I think, hopefully, many linux people have experience to give me pointers what to do with a windows work environment.

EDIT: The Windows is Windows 10.

  • Olap@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    4 hours ago

    WSL2 with VSCode is really common. Windows Terminal is actually good. I use Ubuntu at work, and run Docker community edition and Vim. Firefox in the windows instance. Biggest issue is always the corporate firewall, good luck!

  • mat@linux.community
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 hours ago

    Have you asked whether they’d be okay with a dual-boot? I recently started work as well (gamedev) and while most of the studio is on Windows I was able to set up a NixOS install for productivity (and to test the game on more configs).

  • Onomatopoeia@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    7
    ·
    6 hours ago

    Why aren’t you discussing this with your leadership?

    If you’re doing Linux dev work, there must be a reason your team is using Windows, and they have process around dev tasks. And your team must have process/tools for what your role does.

    This seems very much like an internal discussion around what your team does.

  • FizzyOrange
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    8 hours ago

    Programming on Windows can be totally fine, if you’re working with a language that cares about Windows support. E.g. in my experience:

    • Good: Rust, Go, C#, Java, Deno, Dart
    • Okish: Python, C++, Node
    • Bad: Perl, OCaml

    If it’s in the “bad” category I would recommend installing WSL and using VSCode’s remote feature that lets you have a Windows copy of VSCode connect to WSL.

  • _____@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 hours ago

    WSL, if not then msys2/git bash at bare minimum

    Poweshell 7 is okay if you have access to it but regular day to day shell scripting is like as 10x more verbose with powershell than bash

    I just use WSL at work, extremely fortunate to be able to despite IT locking down everything as much as possible

  • Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    4 hours ago

    If you’re allowed a VM, I would recommend using that. Trying to make Windows suitable for dev work is a bottomless pit…

  • Dunstabzugshaubitze@feddit.org
    link
    fedilink
    arrow-up
    7
    ·
    9 hours ago

    A virtual machine with Linux might be an option or Remote Desktop to a linux machine.

    If its just about virtual desktops:

    Windows 11 has that, i think win+ctrl+d creates a new one and win+ctrl+left arrow/right arrow scrolls through the desktops.

    with that Docker and WSL(because powershell confuses me, and iam to lazy to learn it) i work pretty much the same as i would on a linux machine with a non-tiling window manager.

  • rah@feddit.uk
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 hours ago

    I think, hopefully, many linux people have experience to give me pointers what to do with a windows work environment

    Windows people would have much more experience. Try [email protected] ?

  • Eiri@lemmy.ca
    link
    fedilink
    arrow-up
    4
    ·
    8 hours ago

    What exactly are you trying to get around? The question is kinda broad.

    If your issue is your program behaving differently or being hard to set up depending on the OS, a common strategy is Docker.

    PS: why is your employer forcing you to use old Windows that’s going to go end-of-life basically tomorrow morning? That’s odd.

  • namingthingsiseasy
    link
    fedilink
    arrow-up
    2
    ·
    7 hours ago

    What kind of programming work are you doing?

    I’ve thought about situations like yours and what I would do if I were in that situation someday. For me, the plan is to try doing as much in the console as possible, which means Vim/Neovim for development and Tmux for window management.