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

They/them 🏳️‍⚧️

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

help-circle

  • Amazing how wide the gaps can be in tech. A friend of mine is all over Windows power shell scripting of which I know next to nothing about, but he’s just as stumped when he sees me writing C for embedded microcontrollers.

    But people who aren’t heavily into tech will just look at both of us and ask to fix their printer because we’re both “good with computers”. 🤣













  • 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.