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.

  • namingthingsiseasy@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 hour 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.

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    1 hour 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.

  • 0x0@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    2 hours ago

    I want to look for work-arounds

    It’s not your computer, i highly recommend you ask for permission.

    Especially, I miss the virtual desktop feature,

    SysInternals has that feature (Desktops specifically) you can use for Windows 10 (and i think it’s native on 11). This is a common feature in most Linux distros…

    What i do is work mostly on VirtualBox VMs, but had to have clearance from IT for that (and for USB) 'cos i do all kinds off stuff that triggers their normie warnings.

    • someacntOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 hour ago

      I see, I will note myself to ask permission about these stuffs. Thanks!

  • Eiri@lemmy.ca
    link
    fedilink
    arrow-up
    3
    ·
    2 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.

  • Dunstabzugshaubitze@feddit.org
    link
    fedilink
    arrow-up
    5
    ·
    3 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.

    • someacntOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 hours ago

      Thanks, sadly the setup is windows 10, so I guess no tiling for me :/

      • NeatoBuilds@lemmy.today
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 minutes ago

        If your machine has nvidia you can install the nvidia window manager thing for nvidia tiling, I only used it for a bit so can’t really say it was good

  • AstroBoat@piaille.fr
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    3 hours ago

    @someacnt X410, an X server Windows app should work fine with WSL2. Running a graphical environment in WSL2 can be challenging, you better of using Windows Terminal and an editor with a client/server architecture that support WSL2 like VSCode.

  • qkalligula@my-place.social
    link
    fedilink
    arrow-up
    3
    ·
    3 hours ago

    @someacnt

    Citrix… I use my Linux setup to remote into my work laptop work for work… It allows me to have my standard Linux workflow while having access to my work stuff and not putting that anywhere locally.