• 0 Posts
  • 34 Comments
Joined 3 years ago
cake
Cake day: July 22nd, 2023

help-circle
  • I use Remote Desktop it a lot, and was warned about the changing name beforehand. And yet when one day the old application disappeared from my dock, I had the same reaction. I thought company IT or a macOS update might’ve screwed me over.

    I’m used to it now, but that was a strange day.










  • I hate that this has become so commonplace. Yes for some - mostly physical - things it’s much better if you can see someone do it. But finding an obscure setting in an app shouldn’t be a video.

    Stuck on a 20 step installation process? Here’s a 10 minute video showing all the steps you already know before the phase you’re stuck. Sure you can scrub through it, but it’s still faster to skim and scroll through a text with images.


  • Kernighan & Ritchie, the C programming language. Yes it’s old, and about one specific language that you may never use. But it’s also very well written and can give good insight into how to tame computers. And it’s short.

    Design Patterns by Gamma, Helm, Johnson, and Vlissides (the Gang of Four). Not so much a book to read as a reference with patterns to at least be aware of.



  • Just one mod, to add more portraits to speaking NPCs.

    I’m a sorcerer (dragon disciple) and I’ve got Minsc, Jaheira, Jan (just picked him up to replace Yoshimo), Aerie, and Nalia.

    In BG1 I had two rules: no evil or lawful characters, and no male characters. I did that just for fun after I noticed 5/6 were female and I had a certain belt.

    I don’t think I’ll be able to follow the same rules now if I need a good thief and a warrior. Besides, Aerie is lawful but too cute to let go. I do seem to have a surplus of wizards though.








  • It is important to know that these are books for computer scientists more than for software engineers. They are basically mathematics textbooks, about the mathematics of algorithms. They focus on proving theorems rather than implementing useful algorithms.

    There is a book called concrete mathematics that is sort of an introduction to TAOCP. If you’re interested in the basics that may be a good place to start. It has a better title than TAOCP in that it explicitly mentions mathematics, but also an equally bad one because it’s very much theoretical rather than concrete.