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
  • 9point6@lemmy.world
    link
    fedilink
    arrow-up
    22
    ·
    8 hours ago

    I just don’t get the love for notepad++

    I started using it as my main back in 2006ish, I then switched to sublime text about 2011, then about 5-6 years ago to VSCode. All the time using vim for any in-terminal quick edits.

    Notepad++ is easily my least favourite editor of the lot, by several miles, it just seems so rigid and clunky without even going into how it’s windows only. Every editor I’ve used since has been a huge improvement over the one prior IMO

    • Feyd@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      5 hours ago

      I never used npp as my code editor but as a secondary program that i kept notes in and would paste text in to manipulate then move back into code editor. It had a rich plugin ecosystem way before that was common. I use Kate for those purposes instead now

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

      Agree on all counts about Notepad++ “oldness”

      • slower when we have 100 files open
      • clunky
      • rigid
      • old GUI paradigms ( settings modal, find modal etc)
      • inflexible and less customizable UI chrome area

      Few things I like about Notepad++ enough to actually keep on using it on work workstations:

      • Plugins ecosystem. I am too entrenched into it.
        • PoormansSqlFormatter
        • Tidy2
        • JSTool
        • XML Tools
        • ComparePlus
        • TextFx2
      • great built-in editing operations Edit > EOL
      • great bookmarking operations
      • Very active development
      • Way faster than VS Code for text manipulation tasks

      Geany with Plugins with is great but misses out on the above stuff

      Sublime is the only one and I could use it for a serious amount of time. I only went back because I could not often get it installed in some enterprises.

      • 9point6@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        7 hours ago

        Cheers for the response, I appreciate it!

        I’m curious about the plugins as obviously I’m not gonna be familiar with the notepad++ plugin ecosystem now—what’s special about the ones you listed?

        Assuming edit EOL is just changing the line termination characters, all editors have that don’t they? Or does this not do what I think?

        Intrigued about VSCode being slow for text manipulation too—I remember this being a big reason I dropped notepad++ for sublime and IMO VSCode and sublime more or less have parity on that front, particularly with vim bindings

    • zelifcam@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      7 hours ago

      I couldn’t agree more. I had a foot in both the MacOS and Microsoft Windows worlds at the time and can appreciate what a game changer notepad++ became. Having used BBEdit on the Mac since around the mid 90s, it was kinda more like “it’s about time” a decade later when notepad++ was released. I’m not necessarily comparing them feature to feature, but it was a much needed piece of software for Windows. I still have memories of opening up text files and being like … damn someone f’d this txt file up on a windows machine… again.