• 1 Post
  • 121 Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle

  • My current toolkit (as a 3D printing hobbyist) on Linux currently includes:

    • FreeCAD: Takes some getting used to, is a lot stricter, but that might even improve your CAD skills in the long term, as it forces you to think more about what you’re actually doing. The closest thing to Fusion360.
    • OpenSCAD: You’re basically programming your models. Very powerful if you need parts with repeating sections and/or want something with easily adjustable parameters.
    • Blender: Useful when I have to do some quick&dirty modifications to a model I’ve downloaded from somewhere.






  • Oh yeah, statistics gathering is something I think is generally a bit underrated. Many people see it as “gimmicky” compared to the automation features, but whether it’s statistics about electricity water or air quality, I’ve found that there’s so much insight to be gained about what’s happening in your home over the course of a day.

    And since you’re talking about sleep quality: One thing I’ve recently found out is that there’s a addon for HA that can calculate the absolute humidity based on the temperature and relative humidity. That way you can figure out if opening the windows will increase or decrease the relative humidity and by how much BEFORE opening the windows.
    Figured this out after trying to reduce the relative humidity of the bedroom by opening the windows and accidentally letting more humidity in despite the relative outside humidity being lower than on the inside.








  • NekuSoul@lemmy.nekusoul.detoLinux@lemmy.mlCachyOS vs arch
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    3 months ago

    Less packages really doesn’t mean much in terms of how easy the system will be to manage. If anything, I’d say a distro with more, but pre installed packages is easier to manage because the maintainers will make sure that those packages will be as easy to work with and upgrade as possible.

    That said, I’m definitely not going to stop you from trying Arch though. You can even get similar (or better) optimizations by using the ALHP repos and a kernel like linux-tkg or linux-cachyos for example, although the difference really is negligible in most cases.