• 1 Post
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • My friend frequents goodwill and one time, he came home super excited to show me the Husky mini socket set he bought. He excitedly told me “oh it was only $35!”, assuming he had gotten a great deal… that same socket set was also $35 brand new at Home Depot. It’s almost predatory because people just assume goodwill has better prices. That said… my friend should’ve been smart enough to double check that before buying it, lol





  • I started with C++ too, and then ended up finding a job writing firmware pretty much all in C. There really hasn’t been anything we’ve run into that’s made us consider switching to C++; being able to (and needing to) have complete control over your memory means you can do some pretty fancy stuff with the tiny amounts of memory on our ASICs.

    We’ve been eyeballing switching to rust a little bit, but really only for other applications; the root of our main code base is over 25 years old at this point and a rewrite would take a Herculean effort.










  • Hmm, well that’s good to hear, about the whole Tailscale thing. I was a bit confused on how that’s actually interacting with the internet. I suppose that even though I can access the stuff from anywhere, I do need the account to actually do so.

    To your point about SSH keys - could you elaborate a bit more? I am familiar with SSH in that it exists, but past that, the whole key thing is a bit of a black box (which is part of this whole thing… to learn more about it!)