This is a 12 year dream. I have always run a Windows workstation along side a Debian laptop. I am no stranger to Debian. I have a 12 year association with it. I am not a Linux wizard yet but have been adept with it.

Why not use Debian daily then? My personal computing usage unfortunately centered around consumption rather than creation. I watched videos, listened to podcasts, read technical articles, and browsed social media. On top of this, inertia and great software like Visual Studio, Notepad++, Excel, OneDrive held me back.

Visual Studio is an absolute must-have for all .NET developers. I built small pieces of complex web projects only occasionally. VS Code on Linux is decent for .NET development but it is not the same. Though Jetbrains Rider existed along-side, it is unthinkable to drop Visual Studio. At least for dark matter developers.

Notepad++ is a fabulous software program that had no complete alternatives on Linux. I used it for scripting, text manipulation, note taking, dumping and editing thoughts. Scintilla-based equivalents Geany, SciTE exist, but do not come close.

MS-Office Excel is another remarkable software program with no real alternatives in other ecosystems. It is worth the 5K INR per year. Organizing data, life planning, and creating simple reports are a few of its greatest capabilities. Also, the formulas system is amazing. OneDrive is another great and a utilitarian software program from the Microsoft stable.

So, why now? I had the most fun and growth when I built things. I love the independence that comes with the experience of building things. As far as I can remember, I was always a tinkerer, thinker, builder, doer and explorer. After a decade or so of inaction, I needed a change. A few things fell into place recently.

  • Windows is about to get a whole lot more annoying. An increase in ads, baked-in Copilot, and a suffocating push to outlook user-linked usage.
  • Jetbrains Rider became formidable now for CLI and web app development.
  • I learnt enough of apt-pinning, backports and makedeb repository.
  • The last straw is from an unexpected experience. I set up a Win 11 VM recently using the KVM+QEMU route. I noticed that the VM’s performance was quite responsive. KVM+QEMU despite all the pain felt worthy. I cannot recommend it enough.

Immediately I decided to remove Windows, install Debian with a Windows VM inside. I will write about various experiments and experiences over the next year. These are some of the sub-projects on my mind in no particular order.

  • Write about this setup
  • Implement a nice 3-2-1 backup strategy
  • Write about significant alternatives
  • Write about significant issues
  • Linking to phone
  • Configure monitoring, notifications and alerts
  • Configure auto dark mode
  • Find a way to play an old strategy game on Linux
  • Cyborganism@lemmy.ca
    link
    fedilink
    English
    arrow-up
    8
    ·
    12 hours ago

    Hello there!

    It’s funny, I just made the switch this Monday. I got fed up with Microsoft’s bullshit being shoved down my throat. I was going to keep Windows 10 for as long as possible, but a recent update that installed Copilot on my machine was the last straw. I have been a Linux user since 2000 and have been using Ubuntu (and switching flavours) since 2004.

    I had a big conversation on the Linux Gaming community about choosing a new distribution as a daily driver. You can see it here.

    I wanted to get people’s opinion and it started a big thread with lots of responses. It led me to try many distributions to see which ones would be the best fit and read a lot about people’s experiences with them as well. In the end, I decided to stick with Kubuntu which was already installed as a dual boot on my system even though I didn’t use it much except to tinker from time to time and it was doing a great job. Gaming on it was also working fantastically well. And I knew that every time I booted into it it would always work unless I really started messing with system files and didn’t know what I was doing.

    So Monday I had a day off and did the jump. Backed up my system, downloaded Kubuntu 24.04.1, booted off the USB stick and wiped the whole system clean.

    But I learned something about Kubuntu (and Ubuntu in general) during that experience that made me regret keeping that distro. I knew that Canonical had developed their own sandboxed package system like Flatpak: Snaps. They were already available in 22.04, which I was running, but I didn’t really pay attention. Upon installing Kubuntu 24.04, I realized just how much Canonical insisted that Snaps be used. Some software is now exclusively available as Snaps and nothing else. This unacceptable for me.

    To be fair, Snaps aren’t THAT bad. It’s pretty comparable to Flatpak in general in terms of features except for the fact that they are stored locally in their compressed form while Flatpaks are uncompressed. So the startup time of Snaps is slower. But they both offer sandboxing and therefore an added layer of security. This is great for apps like internet clients (browsers, email, etc.) or even servers or any kind of software, especially in an immutable system meant for IoT. Baeldung’s website explains the differences pretty well.

    I’d probably use snaps for certain scenarios, but I think Canonical is pushing the limit by forcing people to use them. And also they’ve said they wouldn’t support Flatpak in future releases, even though it has become very popular and is being adopted much more than Snaps by third party software providers. I’m fairly certain Snaps are going to go the same way as Bazaar and Unity over time. In any case, I’ve been able to get around Snaps enough that it’s tolerable for the moment.

    So now I’ve been considering starting over with Debian stable instead. I’m already used to Apt and .deb packages and the Debian way of doing things. I’m looking for stability over having the latest and greatest software and honestly, a 2 year release cycle is not that bad. Plus there’s backports as well. Almost everyone is saying “Debian is too far behind! Packages are too old!” but what’s “old” anyway? 6 months??? Honestly that’s not a big deal for me. I just want my system to boot and be very confident that it’ll work and won’t break during my next apt-get upgrade. Debian offers this peace of mind. But, after using Ubuntu for so long with all its quality of life improvements, Debian looks pretty rough around the edges in comparison.

    I think I’ll stick with my Kubuntu for a bit and see how it goes and if I really get frustrated at Snaps, I’ll switch to Debian. But, right now I’ve spent enough time setting up my system that I feel too lazy to switch.

    • schizo@forum.uncomfortable.business
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 hours ago

      “Debian is too far behind! Packages are too old!”

      The best rule of thumb I’ve ever heard regarding Debian Stable is that if the kernel in stable’s default repo fully supports ALL your hardware, and the software in stable’s default repos fully support your workflows, it’s fine.

      If those are NOT true, then you probably don’t want to use Stable, because you’ll either end up fighting it via manually compiled and installed software, or you’ll venture into so many 3rd party repos for updated packages that updating it later becomes problematic and prone to making the whole system catch fire and burn down.

    • DebianGuy@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      9 hours ago

      Thank you for sharing your experience. I never distro-hopped much, but still got to try Ubuntu a few times while always using Debian Testing. After a point, I had all the things I needed on Debian Stable and the few that I needed, I learnt how to use backports or makedeb etc. Kubuntu is pretty great. My own Debian journey was probably like Lubuntu > Mint > Debian Testing for a long time > Debian Stable rest of the life. If it works for you Kubuntu is still great. No need to switch to Debian unless there is a strong reason.

      As for flatpak and snap, I have my reservations. I go out of my way to avoid them and find either packaged version or try the source install. However, I am not completely averse to them. I still think if someday I need flatpak only software in my workflow, I would have no qualms to use it.