• 0 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle
  • On top of everything else people mentioned, it’s so profoundly stupid to me that AI is being pushed to take my summary of a message and turn it into an email, only for AI to then take those emails and spit out a summary again.

    At that point just let me ditch the formality and send over the summary in the first place.

    But more generally, I don’t have an issue with “AI” just generative AI. And I have a huge issue with it being touted as this Oracle of knowledge when it isn’t. It’s dangerous to view it that way. Right now we’re “okay” at differentiating real information from hallucinations, but so many people aren’t and it will just get worse as people get complacent and AI gets better at hiding.

    Part of this is the natural evolution of techology and I’m sure the situation will improve, but it’s being pushed so hard in the meantime and making the problem worse.

    The first Chat GPT models were kept private for being too dangerous, and they weren’t even as “good” as the modern ones. I wish we could go back to those days.




  • If you look at it very very loosely, many major religions are reaching toward the same general concepts and have enough similarities to suggest a consensus that there’s a “something” up there.

    We probably all have an imperfect idea of what that “something” is, but there are enough similarities (or echos of the same ideas) across many religions to suggest they’re looking at the same indivisible thing and interpreting it differently.


  • I run Debian on most of my systems and run all of my services in docker (with rare exceptions for node_exporter or stable core tools). My base systems get automatic security upgrades, and then I’ll manually check in every few weeks whenever I feel like it.

    My services in docker are version locked to a specific major version (when there’s a tag available) so I can usually re-pull to get minor version updates freely without breaking issues. My few more finnickey services get manual upgrades from me every 6 months or so only.

    I usually stick to an OS version for as long as I can, and to that aim I stick to LTS versions with long support windows.

    4 major versions in 12mo is…a lot. Especially if those include breaking changes for you. Yikes