• 0 Posts
  • 67 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • Politics is not just the relationship between two people, it’s the relationship between a person and everyone/everything else in the world.

    Reducto ad absurdum: would you suggest a world where every country is at war with everyone else would foster a better environment for global FOSS collaboration than one where the world was at complete peace?

    I honestly thought the statement you quoted was entirely uncontroversial. “Healthy” and “global” being the key words, I’m not saying it’s a requirement for FOSS to exist in general or anything.



  • 9point6@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    2
    ·
    14 days ago

    Agree on the application side, but when it comes to the test suite, I’m definitely gonna consider letting an AI get that file started and then I’ll run through, make sure the assertions are all what I would expect and refactor anything that needs it.

    I’ve written countless tests in my career and I’m still gonna write countless more, but I’m glad I can at least spend less time on laborious repetition now and more time on the part of the job I actually enjoy which is actually solving problems.




  • 8GB was already too low for what is positioned as a premium machine. RAM is a pretty cheap part of the whole computer, so it’s completely unnecessarily small. I’m also a software engineer and the 16GB in my work MBP M1 is not even enough at times.

    The big thing that’s caused Apple to stop completely fleecing the people buying the low end option: AI. If you or Apple want to run local models on a machine with only 8GB of RAM, you probably won’t have much left over for anything else.







  • 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


  • 9point6@lemmy.worldtoLinux@lemmy.mlMy move to Linux
    link
    fedilink
    arrow-up
    41
    arrow-down
    1
    ·
    1 month 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