I don’t know, I’m just a sqwrl.

They/them 🏳️‍⚧️

  • 2 Posts
  • 248 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2024

help-circle
  • If you weren’t checking tech news regularly, shit like this just passes right over your head as a regular Linux user sometimes. I keep forgetting about the EoL thing.

    Also having a clean frame of reference, if you have been a user for a long time now, you are definitely able to remember occasionally using a Windows machine and seeing the downhill slide literally happen before your eyes as everyone else is unaware of the growing pile of shit and getting slowly boiled like the frog in the pot.

    The last version of Windows I’d consider clean of all this modern horseshit that’s in those OSes now would be Windows 2000. Even XP started pushing the telemetry shit hard and started getting sketchy towards the end.















  • C++ because I use it for embedded systems, interfaces with and can easily use C code (opening up the ability to use 40+ years of libraries and already written code), and I’m 43 years old and don’t feel like learning an entirely new programming paradigm (I like OOP it makes the most sense to me).

    I like being able to drill down and manage all my own resources like memory, etc. when I need to as well. I’ll use raw pointers with higher level abstractions all day depending on what’s convenient.