• 3 Posts
  • 210 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • Dropping instead of blocking might technically be better because it wastes a bit more bot time and they see it as “it doesn’t exist” rather than an obsticle to try exploits on. Not sure if that is true though.

    For me:

    • ssh server only with keys

    • absolutely no ssh forwarding, only available to local network via firewall rules

    • docker socket proxy for everything that needs socket access

    • drop non-used ports, limit IPs for local-only services (e.g. paperless)

    • crowdsec on traefik for the rest (sadly it blocks my VPN IPs also)

    • Authelia over everything that doesn’t break the native apps (jellyfin and home assistant are the two that it breaks so far, and HA was very intermittent so I made a separate authelia rule and mobile DNS entry for slightly reduced rules)

    • proper umask rules on all docker directories (or as much as possible)

    • main drive FDE with a separate boot drive with FDE keyfile on a dongle that is removed except for updates and booting to make snatch-and-grabs useless and compromising bootloader impractical

    • full disk encryption with passworded data drives, so even if a smash and grab happens when I leave the dongle in, the sensitive data is still encrypted and the keys aren’t in memory (makes a startup script with a password needed, so no automated startups for me)

    For more info, I followed a lot of stuff on: https://github.com/imthenachoman/How-To-Secure-A-Linux-Server




  • You absolutely can fail. I daily drive bazzite but many things have been pretty rough:

    Any coding apps that will use an external device -> you can’t use flatpak. You have to use distrobox that constantly freezes your entire mouse for 3-5 seconds upon any sort of dialog, settings, saving, anything where it has to access the filesystem. Then you have to add udev rules to directories that in the documentation says not to write to, and reloading the rules doesn’t work for testing, you have to fully restart with every minor change or it will seem like the change didn’t work.

    Luckily most device drivers seem to work in the provided arch distrobox but holy dependency hell. Things will fail to install because they need a package that exists on the host but not the container so you get an unsolvable “file exists” conflict. When installing a package, it will sometimes just try to grab an old version of a dependency specifically that will 404 out instead of just grabbing the most recent version (never happened on arch itself to me)

    Setting up a plasma vault with gocryptfs was not fun figuring out how. Also ran into tons of dependency problems and the fact that fedora just abandoned it specifically. Ended up just having to stick the binary in a random folder and point to it.

    Any sort of document authentication/signing -> doesn’t work and will not work in the future for a long time.

    You absolutely have to install rpms still for corectrl, any external devices, like drawing tablets, etc…

    Some games inexplicably use <50% GPU and <40% CPU with terrible framerates and will not go any higher (or lower) no matter what, switching between low and high settings and resolution results in 0fps change.

    When I have my config set and don’t have to change anything, it is super super nice to never have to manually update, but anything outside of very basic usage is weaving through nonstandard undocumented territory.

    Bazzite trades maintenance headaches for configuration and installation headaches. For me, that is worth it.








  • Open-source hardware is almost non-existant compared to software. There is a reason for it.

    I am an electronics engineer who makes open source hardware as a hobby.

    Hardware is extremely different from software. It requires substantial monetary investment.

    My company last year did a dirt-cheap lowest-possible-budget prototype design and run of 10 for someone funding themselves independently. It cost 8000€ for the design and that one prototype run, and an extremely simple design at that (electronically, medical-spec mechanically).

    Software you buy a system and you can develop and develop and iterate and test 1000 times and develop multiple projects on that single machine. If you sell 0 units, sure you are out a computer and a ton of personal time. Sucks, but you won’t lose your house.

    If you do electronics + mechanical development, every time you iterate on the electronics, that will be 200€-1000€ please, plus test equipment. If you make a small mistake equivalent to a wrong pointer that is another 1000 down the drain.

    Hardware projects, pure material-wise, can cost more than a car to develop (just going through CE and FCC compliance testing can be 2k-10k and you aren’t allowed to sell in the EU without it.

    You need capital to burn or be OK with a non-market-ready end product. Most people would rather make a down payment on a house than develop open hardware that might never recoup just the material costs. You can’t just give the hardware away for free unlike software also.








  • The only thing about jellyfin is the damn subtitles. Subtitle sync is horrible. They added a subtitle offset feature last year which was a good workaround and then removed it a few months ago on androidtv and android. Now the subtitle offset on the web player doesn’t do anything anymore either

    Even Subgen generated subtitles, which are pretty perfectly in sync in reality, are sometimes played back at an incorrect speed so it will progressively get more and more out of sync, but there is no way to tell what speed the subtitles are being played at.

    Also it just ignores themes a lot of times or only displays themes on the admin console and nowhere else.

    That said, jellyfin is still amazing!