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

help-circle
  • Linux has gotten really good over the last ~15 years. It used to be that if you didn’t have the most up to date packages, you would be missing game changing features. Now, the distribution you use almost doesn’t matter because even the older packages are good enough for most things.

    To answer your question, if it weren’t for gaming, no I wouldn’t mind using Debian as my daily driver. If I ever needed a new package for whatever reason, I would use flatpaks, snaps, docker, or Distrobox to get it.




  • You might come across docker run commands in tutorials. Ignore those. Just focus on learning docker compose. With docker compose, the run command just goes into a yaml file so it’s easier to read and understand what’s going on. Don’t forget to add your user to the docker group so you aren’t having to type sudo for every command.

    Commands you’ll use often:

    docker compose up - runs container

    docker compose up -d - runs container in headless mode

    docker compose down - shuts down container

    docker compose pull - pulls new images

    docker image list - lists all images

    docker ps - lists running containers

    docker image prune -a - deletes images not being used by containers to free up space




  • Shapr3D has been pretty decent and for a hobbiest, $300/yr for their pro version has been tolerable

    Edit: I see at least a few people don’t like Shapr3D so I’ll add to my description a little bit because I think it’s great for what I do. Shapr3D has a free tier, is cheaper than programs like Fusion360, Solidworks, Sketchup, etc., has apps for the iPad and desktop, recently added parametric features that OP requested, and is faster (on my machines) than Fusion360 and Sketchup. I haven’t gotten to the point where I’m designing complicated parts that move relative to one another (maybe it can’t do that, I don’t know). I usually just recreate single plastic parts that break around the house or designs for something I’m fabricating. It’s been great for those use cases. It’s also free for students with a school email.





  • tldr: keep your smart home seperate from your services and avoid RPI unless you need it specifically for a project

    If I were in your shoes, starting from scratch, with the knowledge I have now, I would avoid a raspberry pi and get 2 computers with an Intel N100 (or N97 or N300). Sips electricity and more powerful than a rasberry pi.

    A raspberry pi is fine for lights, switches, sensors, a few cameras etc. But if you are at all interested in one day using the voice assistant stuff, the Raspberry pi just isn’t powerful enough.

    I suggest 2 computers because once you have home assistant set up, you’ll want to treat it like an appliance. You don’t want to take down your entire smart home because you broke Pixelfed or another service you get into and have to troubleshoot. Speaking from experience, your family won’t appreciate the smart home not working 😓.