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
  • AndrasKrigare@beehaw.org
    link
    fedilink
    arrow-up
    3
    ·
    2 hours ago

    Also made the switch not too long ago, only using Manjaro. Steam’s proton had gotten extremely good at playing Windows games, so there’s a good chance that it could run your old strategy game.

    You might already have this on your set-up, but having wine auto-launch for Windows executables has been fantastic. I regularly pull and run Windows executables without really giving it a second thought, and so far it’s generally “just worked.”

    • Communist@lemmy.frozeninferno.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      33 minutes ago

      Manjaro

      I highly recommend avoiding manjaro like the plague, their team is incredibly incompetent (see: https://manjarno.pages.dev/ ), I say this as someone who has given people manjaro for years and regretted it, I was also their it person, manjaro regularly broke every few months and gave people a very bad taste of linux

      for example, why are kernels given version numbers in packages? This caused 3 separate peoples computers to break multiple times. Everything good about manjaro comes from arch, everything bad about manjaro comes from the manjaro team.

      Y’know how it’s not rolling release because they delay packages by 2 weeks? They actually do no testing in this time. How do I know this? They pushed an update that caused steam to uninstall your desktop environment. Famously covered by linus tech tips… this is something that should have easily been caught, and yet the two week window did absolutely nothing.

      the truth is for manjaro there is no real usecase, there’s no set of desires that align with manjaro being the best choice for you. I am not asking you to switch away from manjaro, but I do not think we should ever recommend it to anyone, and on your next machine, I recommend trying the arch installer.

      But if what you’re looking for is an easy pre-setup arch, use endeavoros

      If you want something simple and up to date, use fedora kinoite

      If you’re a power user and want to configure every little thing about their system, use arch or nixos

      If you don’t care at all about updates and want the most rock solid system possible, debian.

  • 9point6@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    4 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
      1
      ·
      2 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

    • zelifcam@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 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.

    • DebianGuyOP
      link
      fedilink
      arrow-up
      6
      ·
      4 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
        4
        ·
        3 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

  • nek0d3r@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    3 hours ago

    This has been a dream of mine and one of my friend’s as well. There’s a small handful of blockers that I’ve slowly been transitioning but the upcoming windows pain points you mentioned are definitely recent motivators for me. I’m glad you made it and I hope the rest of us can too! I look forward to reading more about your experience.

    • DebianGuyOP
      link
      fedilink
      arrow-up
      3
      ·
      3 hours ago

      Thank you and I wish you a similar or better success soon. Yes, I do wish to share the writings on this here slow and steadily.

  • Foster Hangdaan@lemmy.fosterhangdaan.com
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    4 hours ago

    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.

    Really? No alternatives on Linux? Have you tried Emacs? I think Emacs with Org mode blows Notepad++ out of the water in all the uses you just mentioned.

      • DebianGuyOP
        link
        fedilink
        arrow-up
        1
        ·
        3 hours ago

        I always loved how super fast it was. I did use it for a year or so some years back. But I will try it out again in a while.

    • DebianGuyOP
      link
      fedilink
      arrow-up
      2
      ·
      4 hours ago

      Yes. Emacs/Vim is different than the traditional Notepad++ experience. For someone using Visual Studio daily, Notepad++ is relatively the same editing experience. I did use TextPad for a while before discovering Notepad++.

      I did try Vim for few times on and off. I could not stick to it as I had to work on few different software areas like C#/ASP.NET, then Python, and some build scripts (windows) and more recently Terraform. I know if I could master one of Vim / Emacs I could do all this in one editor, but as I alluded to in another comment it could take a long time for this mastery.

      That said, I do have a massive respect to devs who could do this.

        • TurboWafflz@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 hour ago

          Kate is so good, I switched to it once atom was discontinued and only stopped using it when I finally got around to setting up neovim to have all the things I need

        • DebianGuyOP
          link
          fedilink
          arrow-up
          2
          ·
          3 hours ago

          Yes, thanks for the recommendation. I heard about Kate but have actually yet to try it out.

          • boredsquirrel@slrpnk.net
            link
            fedilink
            arrow-up
            3
            ·
            3 hours ago

            I use Kate daily, all the time. It has plugins, there is LSP support, I just dont know how it works, and you can write and download code snippets!

            The UI is customizable and modern too.

            • DebianGuyOP
              link
              fedilink
              arrow-up
              2
              ·
              3 hours ago

              You had me at LSP support :)

              This is a second recommendation in this post, so I will have to try it sooner than Sublime. Firing up my apt…

  • Mr. Camel999@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    3 hours ago

    If you absolutely need functionality of some Windows only applications on Linux, it’s a bit clunky, but a solution exists to use a VM to integrate the Windows apps into your Linux environment. It’s called winapps, and I use it to run the latest version of Excel, which I do need for some things. Here’s their GitHub: https://github.com/Fmstrat/winapps

  • Blastboom Strice@mander.xyz
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    4 hours ago

    Heyy, I’m too in the process of moving from windows (10) to debian :) (though I’m very new to linux, but not new to open source software)

    I was surprised that notepad++ didnt have native support for linux and while I tried many stuff, indeed I couldnt find a real replacement. I have kinda concluded that I will either use bottles with wine to run notepad++ (takes around half a minute to open) or use Geany and try to customize it as much as I can. (There are also Notepadqq which is kinda dead and NotepadNext which is still in very early stage.) I’ll probably go with Geany and chech on NotepadNext if it evers becomes good enough.

    I had a recent post about running windows stuff on linux and people gave me some good advice here: https://mander.xyz/post/18701186

    Edit: I just found Textadept, might check it later (found it from a comment under this video).

    • DebianGuyOP
      link
      fedilink
      arrow-up
      2
      ·
      4 hours ago

      I have tried notepadqq, it is a bit promising, but I don’t think it can use the npp plugins yet. Thanks for the link, I will check it out.

      I know of TextAdept and loved it when I used it years back. Loved the extensibility part. Unfortunately could not stick to it mostly due to plugins IIRC.

    • DebianGuyOP
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      Yes, that is exactly what it was. A way to link some phone stuff like SMS, some apps’ notifications to Linux workstation. I have read about KDE connect. I am on a plain xorg + tiling wm setup and looking for solutions similar to KDE Connect but without need for KDE.

  • Jeena@piefed.jeena.net
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    5 hours ago

    Many many years ago I switched from OS X back to Linux and had to find alternatives: https://jeena.net/why-i-switchedfrom-osx-to-linux

    For the three software you point as a must have there are alternatives, even those you’d not think of:

    • Visual Studio - Stop writing .NET web applications, there are so many other web frameworks around you don’t really need .NET
    • Notepad++ - It’s a steep learning curve but Vim and Emacs give you all and more freedom than Notepad++
    • Excel - You can use the 365 version in the browser, that is what I do at work
    • OneDrive works through the browser again, but there are alternatives like Nextcloud, Syncthing, Seafile
    • DebianGuyOP
      link
      fedilink
      arrow-up
      3
      ·
      5 hours ago

      Thank you for your comment.

      • .NET is my bread and butter and the C# language is great now. Can’t let go. I do have my eyes, and some proficiency, on Go and Python.
      • I planned to use online Excel for a while, but installed LibreOffice Calc as of now.
      • For backups, I am trying OneDrive-For-Linux, but eventually plan to have a syncthing based setup.

      Regarding the editor, having a similar experience like Notepad++ is not a must, and I used vim on and off but could never stick due to various editing requirements over the years as mentioned in other comment.

      • jlow (he/him)@beehaw.org
        link
        fedilink
        arrow-up
        1
        ·
        3 hours ago

        How would you use Syncthing for backup? Usually syncing is not considered a backup since if you delete something at source it will also be deleted at target. Or would you do one-way-sync?

          • DebianGuyOP
            link
            fedilink
            arrow-up
            1
            ·
            3 hours ago

            True, I did this with my notes-from-phone sync directory. It is amazing that way.

        • DebianGuyOP
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          As mentioned in my potential sub-projects I will shortly attempt an implementation a 3-2-1 backup strategy. I have Syncthing in mind to do the syncing to one of more of OneDrive / BackBlaze / Borg backup services etc. I don’t have all the final details yet on the services and pieces needed yet.

  • originalucifer@moist.catsweat.com
    link
    fedilink
    arrow-up
    5
    arrow-down
    5
    ·
    5 hours ago

    im kinda stuck with a windows workstation for work also, for the exact same reasons. ive used the discrepancy in environments to completely air-gap my home and work life. linux for all things personal, and windows for the BS at the office… never the twain shall meet

    notepad++ really bothers me… if theres one freakin app that linux should have a mastery of its text editing… and yet.

    e. for the vim/emacs/nano peeps: no. just no. its not me who is wrong here because i dont want to learn 400 obscure keystrokes among other nonsense. we dont need to hear about your text editing stockholm-syndrome.

    • TurboWafflz@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      41 minutes ago

      For text editing, kate is really good and has like zero learning curve and it has tons of features like really good lsp integration but can also just be a normal text editor if you don’t want all the fancy stuff.

      (But also I promise learning vim isn’t as hard as you think it is, you can learn the basics in like an hour or two and there are so many things it makes so much easier than other editors)

    • LeFantome@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      1 hour ago

      Yes, because it would be crazy to learn keyboard skills for text editing. Such a super great point.

      The thing about the vi keystrokes is that almost all programming editors support them. There are few skills that will save you more time and retraining than vi movements as you inevitably move from editor to editor.

      Vim, IntelliJ / Rider, and VS Code. If you know the vi movements, you are productive in any of them right away.

    • JubilantJaguar@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      4 hours ago

      i dont want to learn 400 obscure keystrokes among other nonsense. we dont need to hear about your text editing stockholm-syndrome.

      This reads like projected insecurity. Or maybe even… jealousy.

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

      You know, the older I get the more I respect the people who come out and say ‘I’m not going to learn that, and I don’t want to.’

      It’s a LOT better than dealing with someone who half-asses and kinda wishy-washes around and says they’ll maybe do something but then doesn’t and well, wasn’t ever going to.

      If you’re not interested and won’t, say so up front so you don’t waste your or my time trying to get you to do something.

    • DebianGuyOP
      link
      fedilink
      arrow-up
      4
      ·
      5 hours ago

      What you said about resonates with me. Though I used vim over the years a few times and understand it’s philosophy, I feel that experience is not for many. Given how many things we handle professionally dev, ops, iac etc, the master-one-editor principle doesn’t hold for people stuck in traditional corporate / enterprise dev envs.