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

help-circle

  • That is a different spin than the original comment, which is why I made that commen.

    https://docs.getaurora.dev/ https://docs.projectbluefin.io/ aurora has one small page of documentation total unless you click on the logo which suddenly opens a hidden unlabeled drawer with sparse docs. Bluefin has even less. I consider this near-zero documentation. So how would OP’s non-techy girlfriend (or someone who has only heard of aurora and bluefin from this thread) know to go to bazzite, a completely different project to most people, to debug their completely different OS? Because googling “ublue aurora flatpak won’t install” literally gives this page: https://docs.getaurora.dev/guides/software/ which is literally almost useless.

    Bazzite’s documentation has gotten way better since I installed it (they had almost nothing on rpmostree commands when I did), but I don’t believe everything in the documentation for bazzite applies the same to aurora and bluefin, especially with differences in pre-installed non-layered gaming defaults vs working with flatpaks will be not even close to the same.

    Also fedora knoite has little documentation https://docs.fedoraproject.org/en-US/fedora-kinoite/. It has enough to get you started and installed, but that is about it. It has one single line of code about rpmostree for example, not even anything about installing an RPM not in fedora’s limited repos.

    I didn’t say any of it was bad. Just that you have to be slightly careful with using those for non-techy users because the documentation just isn’t there yet.



  • That said, it isn’t fun for firmware development.

    I have daily driven it for 6 months or so. Most things work great but more niche uses like embedded firmware development, digitally signing documents (impossible on bazzite as far as I have found) and anything that requires udev rules or interplay between software.

    Otherwise it is great! Much better day to day than opensuse Kalpa.


  • Can you point to a historical time when large fascist movements were defeated with a means other than violence? We know what happened in Europe, in america they had to counter them by literally beating them up as they popped up, most developing countries had to have violent uprisings.

    I am just confused at when talking has ever actually worked and not just delayed their influence (they have always and currently do spend like 100x the money of their opposition, which is has been shown time and time again, money buying propaganda shoved into peoples faces day after day wins hearts and minds almost every time)


  • Crazy enough, I have everything going that I want to on my server!

    • *arr suite and jellyfin
    • traefik reverse proxy with crowdsec + bouncer for some sites (e.g. not documents or media)
    • paperless-ngx for documents
    • immich for photos
    • leantime to manage personal projects
    • Book stack for a personal wiki
    • calibre-web for my library
    • syncthing for file and music syncing so I don’t have to stream music
    • valheim server for me and my friends
    • boinc for turning my server to a productive heater in the winter
    • home assistant for my in-renovation smart home

    As far as my server goes, I have everything I need. Maybe setting up something for sharing files over the web if needed. I used nextcloud for that before it killed itself completely and I realized I never really needed it.

    Next is working on my smart home because we had to fully strip the house to renovate. KNX first, zwave for things that KNX doesn’t have or are crazy expensive, ESPHome for everything that the other two can’t accomplish. Minimal 2.4GHz interference and don’t have to rely as much as possible on flaky wireless in a brick house.



  • In Belgium we have 2dehands. Not perfect or open source but miles better than Facebook marketplace.

    No payments go through the platform. People meet in person and use cash or use a bank transfer or 3rd party payment like payconiq to buy and sell things. It works perfectly.

    Not everything has to have an integrated shopify style payment platform. Most of the population is perfectly capable of exchanging money.



  • https://immich.app/ I would also put in A tier. Not without its failings and requires a self hosted component, but holy hell is it good.

    KISS launcher is also S. It does what it sets out to do and does it well. Not everyone’s style, but it is close to flawless for people who like it.

    Heliboard A tier. Much better (right now) than florisboard but no swipe typing

    AntennaPod easy S tier or even higher. Completely refined, great podcast experience, almost no bugs, great stats, looks very polished, one of the best podcast apps including all non-foss

    Eternity for Lemmy B tier. Great UI, but not all of the old functions from infinity are either disabled or translated to Lemmy which leads to some crashes and broken buttons.

    LiftLog (B tier) is an open source weight lifting app. Not yet on fdroid, but hopefully in the future. Very simple, very beautiful interface, everything that I personally need except it doesn’t yet have the feature to order your lifts chronologically during a workout which sucks when you have to modify the order or lifts done because you go to a public gym






  • People on all social media really can’t seem to understand that the choices aren’t exclusively “everything has a perfect open source, non-profit utopia” and “fuck it, everyone is corrupt so it doesn’t matter what service you use.”

    You are able to do what you can, where you can, to mitigate risks and try your best not to support fascists. Especially when there are a dozen alternatives.

    Then again, maybe people are just arguing in bad faith.


  • They should be removed by force. They are constantly violating laws, committing countless acts of treason, stealing classified documents.

    Nobody in the entire military has yet to lift a single feature or even speak out against the treason going on.

    I am starting to think that the entire US military won’t do a single thing to uphold their oaths and it will somehow lie on the struggling public for any sort of resistance or justice…


  • It really really depends on what you have for heating.

    Floor heating + heat pump? You don’t need to mess around with target temp much because the principle behind it is thermal mass buildup and maintaining that. You have to tune thermostatic valves on the room level. Then you can have one central thermostat simply slightly change the target temperature with many hours of delay. That doesn’t seem too useful to me to automate.

    Do you have radiators? Then you can get zwave or ZigBee valves and tie them together with whatever thermostat that you want in home assistant. Then you can set per room/zone heat depending on whatever sensors you have.

    Do you have central forced air heating and air conditioning? Then you have pretty much target temp and on/off control unless you want to put in motorized automatic registers or redesign your entire duct system for per-room duct valves.

    Individual heat pumps/airco units with radiator based heating is the most “per room” customizable and probably the most useful to put automations on in Home Assistant.

    Ventilation can be useful by monitoring CO2 levels and humidity. Then you can use either the fan units themselves or socket switches to actuate those and put whatever sensors you want wherever it is useful.

    I am probably missing some stuff here, but there are only a few HVAC setups that actually benefit from automation, in my opinion. Mainly ventilation, infrared, and non centralized forced air heat pumps. Plus heating and cooling is something you want to work 100% flawlessly even if your router dies, your home assistant falls off a cliff, and your ZigBee/zwave controller dies.



  • Different philosophy.

    Ntfy uses pub-sub like MQTT. It publishes messages and anyone (with access) can subscribe to it. Want to connect 250 clients across 50 people to have the same messages delivered? Easy.

    Gotify uses end to end messaging. A user creates an application on their chosen client. Gotify uses a REST api send the notification pulled from the chosen app to the user who made it. Want to do the same as above? You have to set it up 250 times. Gotify was the first to have authentication and some people say it is more robust, but I can’t speak on that. Also gotify is easier to set up and makes sense for a single user.

    Someone can correct me if I am wrong, but that is the biggest architectural difference.