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.

  • django@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago
    • 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
    • floofloof@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      10 months ago

      I am an idiot. I’ve heard a lot about bcachefs and I only just realized the name is about a cache, not a bunch of cooks.

    • bzxt@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      10 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@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        10 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).

  • Nibodhika@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    Others have already answered your specific points, which are all (sort of) possible on Windows. I would like to present a quick list of things are not possible on Windows, this is split in 3 parts: Truly impossible, Possible but so convoluted it might as well be impossible, and possible but much harder than what it should.

    Truly Impossible

    • Choose your preferred program for things. Sure you can do it for simple stuff like text or video, but what about my graphical interface backend, my file explorer or my DE.
    • Choose your disk format. Again you can use an incredible array of (I think) 3 formats, and while I also only use ext4 on Linux I know BTRFS is there for me if I ever want to switch to a modern filesystem.
    • Customise your system. Again people are going to claim that this is possible on Windows via regedit, but it’s not on the same level, I can’t have a Windows version stripped of controller support or wireless support if I know I’ll never plug a controller or a wireless card on the machine.
    • Upgrade every single component of your system in one go. Because the way programs are installed on Windows you need to upgrade each one on its own.
    • Fix issues with the system, say you found a bug on Linux if you have the expertise you can 100% fix it, on Windows the best you can do is report it and hope for the best.

    Almost impossible

    • Using a tiling window manager
    • Virtual desktops that actually work

    Harder than what it should

    • Customise Super+ commands
    • Prevent auto updates