edit: hey guys, 60+ comments, can’t reply from now on, but know that I am grateful for your comments, keep the convo going. Thank you to the y’all people who gave unbiased answers and thanks also to those who told me about Waydroid and Docker

edit: Well, now that’s sobering, apparently I can do most of these things on Windows with ease too. I won’t be switching back to Windows anytime soon, but it appears that my friend was right. I am getting FOMO Fear of missing out right now.

I do need these apps right now, but there are some apps on Windows for which we don’t have a great replacement

  1. Adobe
  2. MS word (yeah, I don’t like Libre and most of Libre Suit) it’s not as good as MS suite, of c, but it’s really bad.
  3. Games ( a big one although steam is helping bridge the gap)
  4. Many torrented apps, most of these are Windows specific and thus I won’t have any luck installing them on Linux.
  5. Apparently windows is allowing their users to use some Android apps?

Torrented apps would be my biggest concern, I mean, these are Windows specific, how can I run them on Linux? Seriously, I want to know how. Can wine run most of the apps without error? I am thinking of torrenting some educational software made for Windows.



Let me list the customizations I have done with my xfce desktop and you tell me if I can do that on Windows.

I told my friend that I can’t leave linux because of all the customization I have done and he said, you just don’t like to accept that Windows can do that too. Yeah, because I think it can’t do some of it (and I like Linux better)

But yeah, let’s give the devil it’s due, can I do these things on Windows?

  1. I have applications which launch from terminal eg: vlc would open vlc (no questions asked, no other stuff needed, just type vlc)
  2. Bash scripts which updates my system (not completely, snaps and flatpaks seem to be immune to this). I am pretty sure you can’t do this on Windows.
  3. I can basically automate most of my tasks and it has a good integration with my apps.
  4. I can create desktop launchers.
  5. Not update my system, I love to update because my updates aren’t usually 4 freaking GB and the largest update I have seen has been 200-300 mbs, probably less but yeah, I was free to not update my PC if I so choose. Can you do this on Windows? And also, Linux updates fail less often, I mean, it might break your system, but the thing won’t stop in the middle and say “Bye Bye, updates failed” and now you have to waste 4GB again to download the update. PS: You should always keep your apps upto date mostly for security reasons, but Linux won’t force it on you and ruin your workflow.
  6. Create custom panel plugin.

  1. My understanding is that the Windows terminal sucks? I don’t know why, it just looks bad.

I am sure as hell there are more but this is at the top of my mind rn, can I do this on Windows. Also, give me something that you personally do on Linux but can’t do it on Windows.

        • Surprisingly profound for just another windows v linux slapfight. I recently watched Cory Doctorow’s DEFCON talk on enshittification, and something he brought up is how once-good, now-shitty social media platforms held their users hostage by being the only platform with all their “friends” (or at least that specific group of people)—the alternatives being to organize dozens of people to migrate to a new service or losing all those friends.

          Real friends aren’t platform exclusive

    • boot from a btrfs snapshot
    • run docker without running a second kernel
    • boot an older kernel, in case something fails
    • run the system completely without a gui, to save video RAM for other tasks
    • distro hopping
    • use multiple desktop environments
    • use your computer without a mouse
    • create a directory named CON
    • use old hardware painlessly
    • have your system not spy on you without extra effort
    • create weird stacks of software raid, volume manager, disk encryption and filesystems and then boot from it
    • read the kernel developer mailing list and be hyped for new kernel features like bcachefs, which will hopefully come someday
        •  Flaky   ( @Flaky@iusearchlinux.fyi ) 
          link
          fedilink
          English
          119 months ago

          Windows Defender is actually pretty good to the point where I wouldn’t even put another anti-virus besides, maybe Malwarebytes. Some shops will still try to upsell McAfee to you though. :|

        • I’ve never had a true positive virus detection with Defender since 2010 (neither with Avast, which I used before Defender came out). All I’ve ever had alerts for are PUPs.

          My only windows machine is just for gaming and doesn’t browse the internet much, let alone install anything from the internet. The rest of my computers are Linux machines.

          My biggest security threats are just phishing attacks trying to take over my Steam account, and I would rather save some FPS over having Windows waste CPU scanning every file for viruses.

  •  ReakDuck   ( @ReakDuck@lemmy.ml ) 
    link
    fedilink
    32
    edit-2
    9 months ago

    Soon with Plasma 6 and Wayland, you can let your Desktop crash but still keep all your Windows after the new Desktop spawned. This also means you can replace your KDE desktop with Gnome, XFCE Hyprland and some others whithout needing to logout or close applications.

    Additionally you can save current states of the application with Wayland. Shit is getting so interesting right now.

    Source: https://m.youtube.com/watch?si=sAlIcn5meSCDKq3K&v=jlDhpFjBWiw

  • I can declare the complete state of my systems in a config file that I store on sourcehut with git and pull down to have a fully configured system on new hardware whenever I want it.

    I can use tiling window managers.

    I can work with native containers easily.

    I can run an operating system that is designed to be the most useful tool it can be, not the most profitable product it can be.

    •  bzxt   ( @bzxt@lemmy.ml ) 
      link
      fedilink
      129 months ago

      I think I read somewhere a while ago that Docker is only really “native” on Linux, because on Mac and Windows it spawns some internal virtual machine or something like that. Not sure if i remember it correctly but that would probably be a reason for worse performance i guess.

      •  nous   ( @nous@programming.dev ) 
        link
        fedilink
        English
        109 months ago

        There is a native windows docker as well, where you can run windows containers inside it. But no one uses it, everyone just wants to use the linux containers which require a linux kernel and thus virtualisation on windows. Performance should not be worst on it though, but the layer of a VM added to it adds a layer of jank to make it appear to work like the native linux version (ie mounting host folders need to be mounted on the VM first before they can appear in docker, and while that is mostly transparent it can cause a few issues with some things).

      • Funny that you ask, WSL was what made me switch to Linux. I previously used Hyper-V because that was what was available back then and it was a nightmare. Slow to start, slow to run and constantly needing a reset after a reboot because “something happened™”.

        I switched to WSL when it was new and it was much better than Hyper-V but it had major issues with volumes back then. Performance was abysmal when mounting a volume on a Windows drive and when using the WSL filesystem you had the reverse issue under Windows with your IDE and git.

        There were also two big issues with reproducibility on Windows (both with Hyper-V and WSL), namely:

        • Line endings changing to /r/n, breaking all shell scripts with it
        • File permissions changing to 777, breaking many applications with it

        Line endings changing happened a lot because git on Windows defaults to changing line endings on pull and/or if someone on your team commits a file opened by an IDE on Windows it will change the line endings a lot of times as well.

        In the end I spent so much time inside of WSL that I started wondering why I was running Windows in the first place and just switched over. Proton played a big part as well but Docker was the main point.

      • When Teams doesn’t work I restart it and try again. When Docker doesn’t work I spend an hour debugging why my pipeline fails only to realize Docker for Windows messed up my permissions.

        Not to say Teams is good, Teams is pretty horrible as well.

  •  s_s   ( @s_s@lemmy.one ) 
    link
    fedilink
    249 months ago

    Be the only user that can run code as root.

    Microsoft and their “trusted partners” do not deserve closer access to my hardware than I have.

    • Getting a C/C++ compiler on Windows is a menace. To my knowledge, there are two ways to do it. Either install Visual Studio which will also install the MSVC compiler, or wrangle with MinGW to get GCC.

      In the first-year CS classes I attended, the instructions were usually to either get WSL and install the gcc package or to connect using SSH to the engineering server (CentOS 7) which has it pre-installed.

    • Bought a Brother printer. Opened up “printers” on Windows 11, it picked up my printer wirelessly, I clicked “add” and it was done.

      No garbage software or anything.

      So printers definitely do just work on Windows.

      • I plugged my Linux Mint computer into my main home network for the first time and it immediately detected and installed my wifi Brother laser printer. I didn’t even need to click anything.

        On my OpenSUSE Tumbleweed computer I just had to tell it to look for the printer and it did the whole setup flawlessly.

        I have several Windows PCs and I’m forever trying to persuade them to reconnect to the printer. They fail to find it, fail to print, give incorrect status reports, create duplicates of it, and so on. Linux has been amazingly unproblematic by comparison.

      • It’s funny, printers used to be a huge pain in the ass on Linux, and some probably still are. But I got a low end Brother about a year ago. Had been using MacOS because I was trying to move away from Android, and buy into the whole ecosystem. Now that that experiment is thankfully over, I installed Fedora on a new laptop. Wouldn’t you know it, it automatically found my printer on the network without me even asking it to, and selected the correct drivers straight away.

        But printing can be a pain on every OS, it’s very dependent on the printer.

      •  arglebargle   ( @westyvw@lemm.ee ) 
        link
        fedilink
        English
        19 months ago

        My shiny new printer will not work with windows. The drivers a pain in the ass. Even if it did, the drivers are bloatware.

        With linux there is no garbage drivers and scanning. Copying and printing just work. With native dialogs no less.

    • btw 1 is literally impossible, there’s no gui driver setting, there’s no regedit switch, no nothing. on linux you just need to write to this file /sys/devices/platform/i8042/serio1/serio2/drift_time

    •  loops   ( @loops@beehaw.org ) 
      link
      fedilink
      English
      29 months ago

      I had this bug (feature) where when I was hosting, pulse would stream the music I was listening to to other players in Deep Rock Galactic. I had no idea it was happening until some one asked me what mod I was using. It apparently wasn’t the best quality so I ‘fixed’ it.