• 1 Post
  • 50 Comments
Joined 3 years ago
cake
Cake day: June 30th, 2023

help-circle
  • Who is having breaking update issues anymore in 2026? I’ve been running vanilla Arch for 10 years and the only times that has happened (there have been a handful I guess) the archwiki says “hey there’s a breaking change run these 2 commands” and it’s fixed. As a beginner on Linux I actually switched to Arch because every Ubuntu issue I googled was 6 to 10 lines to fix while arch was 1 to 3 lines. The only problem is that the OS expects that you be able to read, which is sometimes tough.

    I can’t imagine being on a system that is multiple major releases behind on basic things like nvim and python. I guess if you’re content not to use anything remotely current it makes sense.








  • I feel like there needs to be a dedicated post (and I don’t want to write it, but maybe I eventually will) that outlines what a model really is. It is not just a statistical text prediction machine unless you are being so loose with the definition of “statistical” that it doesn’t even mean anything anymore.

    A decent example of a statistical text prediction machine is the middle word suggested by your phone when you’re using the keyboard. An LLM is not that.

    In the most general terms, this kind of language model tokenizes a corpus of text based on a vocabulary (which is probably more than just the words in the dictionary), uses an embedding model to translate these tokens into a vector of semantic “meaning” which minimized loss in a bidirectional encoding (probably), that is then trained against a rubric for one or more topic area questions, retrained for instruction and explainability, retrained with reinforcement learning and human feedback to provide guardrails, and retrained again to make use of supplemental materials not part of the original training corpus (resource augmented generation), then distilled, then probably scaled and fine tuned against topic areas of choice (like coding or Korean or whatever) and maybe THEN made available to people to use. There are generally more parts to curriculum learning even than that but it’s a representative-ish start.

    My point being that, yes, it would be nuts to pose ANY question to a predictor that says “with 84% probability, the word that is most likely follows ‘I really like’ is ‘gooning’ on reddit”, but even Grok is wildly more sophisticated than that and Grok is terrible.

    Edit: And also I really like your take at the start of this thread: user error is a pretty huge problem in this space.





  • It sounds like you are already doing it! Fixing annoying stuff as it comes up feels painful and tedious, but that’s the good instruction you’ll remember. Hopefully you aren’t hitting too many work stoppage type issues. Definitely reach out for help for those, but be prepared for uptight people to tell you “RtFm noOB”. You’ll get it done.

    My only advice is to give a little bit of time to learning at least basic bash commands (search and print a cheat sheet) and basic Vi / Vim. Vim is what got me to Linux in the first place to be honest. Those 2 things will give you the latitude to move around and work on any issue you might come across as any user even if you “break” something.

    Good luck! You’re already doing the hard stuff.









  • Oh hi I picked up Linux for the CLI and shell and the UI for me has nothing to do with it.

    There is no easy way to break into the scene and unraid is a one stop shop. So you want to set up a few little projects on your own? It’s learning containerization, learning networking and NAT, figuring out filesystems (and shares and share locations) and backup strategies, how to integrate with VPN, deployment strategies and templates (think Ansible, docker compose, make scripts, etc). There’s a shitload to know and not a “for dummies” place to learn it.

    Considering the “easy” first project of ARR suite + jackett, integrate with transmission, and integrate with jellyfin or Plex: this is not a couple hours of work if you’ve never done it before. With unraid it’s probably one video tutorial and less than an hour? Idk I haven’t done that one yet. But it’s a common request.

    There are a lot of things that need to hang together for a good homelab to work, and unraid for me has made it so I don’t have to spend all my time doing plumbing and background work to try a project and see if I even want to use it.

    I would absolutely do a 101 on self hosting, but it seems everybody has different priorities on what to host and how so it’s probably not cut and dry to implement.