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

help-circle
  • Some drives are worse than others and higher capacities get worse and worse, in my experience, Seagate drives are extremely loud.

    If you get helium drives (like wd red plus > 8TB i think),or 2nd hand hgst/ WD enterprise drives) they are significantly quieter.

    But, having an ssd is cheaper probably. I have an SSD for the boot drive and all databases, configuration folders, etc… In docker so general IO is fast, then media, documents, pictures, etc… On the big HDDs.


  • KNX.

    Everything is decentrally programmed, and you can do extra automations and stuff from home assistant, but KNX devices are wired (generally) and will always Just Work™. More expensive that the cheaper retrofit options, but if you factor in manual overrides or getting the “better” wireless smart devices it is comparable. They generally also have a manual override at the panel. For core functions like lights, HVAC, roll shutters or blinds, etc… That is honestly the best option (unless you want every light to be an RGB light for some reason, then you still need smart bulbs)


  • Maybe people have gotten Saned for network scanning working on other things than bazzite, but I can’t figure it out and the discord is never helpful.

    But document signing is a technical limitation caused by flatpak. You can technically do it by installing your entire office and authentication suite on a rooted distrobox, but then that is defeating a fair amount of the point of ease of use and sandboxing. I haven’t tested that though so even that might have some bugs or not work.

    There are but trackers on different upstream flatpak software for it like Firefox, but it has been completely dead for 5 years with no plans on looking at it.


  • Bazzite or an immutable if you do gaming and don’t need a lot of special functionality (e.g. network scanning doesn’t work, document signing doesn’t work and will never work, managing gpg keys, embedded firmware development, Belgian EID, etc…)

    Mint if you don’t have a brand new system and just want an easy experience.

    Arch if you want all niche software to simply be available through the package manager and never have to find rpm/deb packages.

    Debian for a server (or maybe opensuse MicroOS nowadays)

    Opensuse if you really want an EU OS or something very integrated with a snapshot system.

    And of course, Hannah Montana Linux if you are enlightened.





  • Fair, but very very very often (unless you are a full time daily user of the commandlet and all objects you may run into or have a photographic memory) you don’t know the actual specific property or object exact verbatim and have to rely on a very quick search to remember that one object you used 3 months ago once that you need now for example. Or you want to see where/if something is referenced in another subset of programs like a specific IP, another program, a resource taken up, etc…

    That is mostly what grep is used for: discovery and reference, which powershell I don’t think has a substitute for so instead you have to sort through documentation and forums.




  • It’s funny because everything you describe is exactly the problems my company had with all of our laptops on windows 11 and not linux, every single one has been reported dozens of times with windows 11, especially on 24h2.

    Plus additional like installing printer drivers smashing Microsoft office fonts together, teams in a restart loop because an update changed a registry value that is just plain broken, even a problem where windows secretly and silently mutes the microphone, but says literally everywhere that it is enabled and unmuted such that you have to use the audio troubleshooter to unmute it (and now that doesn’t work because they replaced the audio troubleshooter with a shitty LLM that literally only checks if there are drivers installed).

    Laptops not going to sleep when you close them is also like the #1 issue on all windows forums because of stupid fucking modern sleep that you can’t disable.


  • Your cloud example is exactly right and exactly what we want to NOT HAPPEN.

    They shoved the cloud so much down our throats so that they can force you into monthly income-sucking unneeded subscriptions. That is it. That is the single reason everyone did it.

    The result is now the average user has a much worse experience overall. One literally has to fight with Microsoft products to save things on their own computer. IoT and smart products literally won’t function without connections to their “cloud”. Phones come without SD card compatibility and with low flash memory to force you into cloud subscriptions. Now every damn piece of software is a way overpriced subscription that almost all originally started as “switching to cloud infrastructure” (fucking adobe creative cloud).

    The “cloud” has had so many data breaches and people data have been stolen, siphoned off, lost due to bugs, and sold to earn even more cash on the side.

    A huge portion of the general corporatization and bad enshittification of digital services and software in general can be attributed to “the cloud shoving down our throats” that you describe.

    AI is looking to do the same thing except castrate peoples’ digital skills, critical thinking skills, transcription skills, and writing skills in order to siphon more and more of your income off in the form of AI subscriptions while they double dip and sell everything you ever say to it and triple dip in mining everything you say to it as R&D that you pay to do

    Companies need to do the fucking R&D themselves with their revenue of a small country and stop forcing regular people to pay to be their alpha and beta testers and focus groups, and people gobble that boot up so hard because LLMs have a few small areas where they are slightly useful and can save 10 minutes per day and make them not have to critically think, so people will literally sell their data, their already small income, and their soul to save 10 minutes, and in 10 years the digital experience will be even more shitty and degraded than it got after “the cloud.”

    Your usecase is the exact definition as using LLMs as accessibility and to actually better the user experience for certain people which is not the goal of any AI company or 99% of LLM integrations

    TD;DR

    Non-consentual cloud shoving has caused newer generations to think that paying corporations every month to save files is normal and that your data is not yours and always corporate property ™®©, along with the decimation of understanding simple file structures. You can actually talk to teachers and professors and they unanimously say that tech literacy has nosedived.

    Now with the LLM shoving, they are trying to force the new generation to have to pay subscriptions to think, write, compose, draw, and get information by stripping them of those skills.








  • I am doing something similar. I use OIDC for everything possible.

    Authelia is quite picky about everything being correctly populated, but if I remember right, the documentation doesn’t do a great job of explaining different variables for someone outside of the security industry (similar with traefik). I found a good tutorial via search that got all of the defaults set up, then playing with the options to my liking and now it is just copy pasting the condiguration per app that I want to enable, generating an key and hashing it.

    If you want, I can sanitize my config and share it?