Extrovert with social anxiety, maker, artist, gamer, activist, queer af, adhd space cadet, stoner

  • 0 Posts
  • 4 Comments
Joined 7 months ago
cake
Cake day: March 5th, 2024

help-circle
  • Aw half the fun of linux is all the weird janky software some nerds felt strongly enough about to release.

    Npp can be replaced by several different linux tools. You just have to like using the terminal a bit. Personally I get it. I know awk and sed and all those crunchy tools the olds made exist, but it’s not a crime to have it all in one place in a gui. That said it npp 1000% works under wine. Sublime Text has a linux version and all the plugins you could ever want if you’re willing to learn new ways of doing stuff you’ve already figured out. Vscodium is also a decent npp replacement. It’s fast, has a cli, and a great plugin ecosystem.

    Excel is all hype. Unless you’re a data analyst or numbers nerd LibreOffice Calc has all the things. It’s not as performant as excel with large datasets, but it has formulas, pivot tables (though somewhat weird), and macros. It’s just ugly installed from the debian repo. Also if you’re paying for office you can probably still use excel in the browser.

    OneDrive sucks, unless you are committed to the Microsoft ecosystem. If you find a suitable replacement for excel, you could always cancel your office subscription and setup a nextcloud instance. You can have it all hosted for you through nextcloud and they have web based office tools using LibreOffice. Their syncing app works on everything so you’ve got options. Or you can try to self-host it. I have a raspberry pi with an external hard drive attached running nextcloud, and a vpn. Reasonably stable, if slow.

    I hope that outside of Visual Studio, you can completely free yourself of the windows ecosystem.


  • Eh, technical merit is only one of many factors that determine what language is the “best”. Best is inherently a subjective assessment. Rust’s safety and performance is the conceptual bible rustacians use to justify thier faith.

    I also know religious people who have written books about their faith too (my uncle is a preacher and my ex-spouse was getting their doctorate in theology). Rust has the same reality-blind, proselytizing zealots.

    The needs of the project being planning and the technical abilities of the developers building it are more important that what language is superior.

    I like rust. I own a physical copy of the book and donated money to the rust foundation. I have written a few utilities and programs in rust. The runtime performance and safety is paid for in dev time. I would argue that for most software projects, especially small ones, Rust adds too much complexity for maintainability and ease of development.