• 2 Posts
  • 81 Comments
Joined 1 year ago
cake
Cake day: October 6th, 2023

help-circle
  • I have a gentoo desktop but for a convenient middle ground just put Debian on my laptop. It’s stable, things just work out of the box, maintainers/devs are competent, they haven’t drunk the snap/flatpack kool-aid…

    Switching to Testing is always an option but I’ve not found the need to do that yet when I can install programs from a deb package or just compile from source and install it in ~/.bin in my home directory.





  • First time hearing this and at face value he sounds like an asshole but I don’t see how it’s relevant to free software. The book itself is a classic which is still worth reading.

    FOSS attracts a lot of strong personalities. Stallman is a weirdo but everyone still uses GCC and I’m still personally using emacs.








  • I was trying to write a custom Strategy for an objectMapper in Java. Foolishly decided to ask ChatGPT about it and got instructions which suggested an implementation that was the inverse of how Strategies actually work. Stuck for an afternoon.

    Then in the evening I read the docs and put it together in half an hour from scratch. Lesson learned about the stochastic parrots.