• 3 Posts
  • 82 Comments
Joined 9 months ago
cake
Cake day: September 25th, 2025

help-circle
  • If it’s closed source but can be self hosted, what is the business model? I think it would be hard to fight piracy in that case. If it requires connecting to a service periodically for licenses and has no free version that doesn’t require that, then I believe it should be banned. I don’t consider that self-hosted. If the company disappears and the served goes down, its dead. That’s just running on your hardware, but not under your control. If the application is open or can be run locally without connecting to their servers and the paid portion is an add on like working as a proxy or something, then I have no real issue with that.

    That said, there definitely should be a higher standard for users who are only marketing here. They should be making posts specifically for this group, not just sharing generic ads. The post should specifically state why it’s useful to self-hosters and thus relevant to the group.


  • I don’t think I’d go that far. I mean it’s pretty difficult to live without a smart phone these days. And there are easier ways to track someone. But yeah, both Google and Apple spy a ton. Google used to not so much of you opted out before they dropped the “don’t be evil” thing and went pure evil. And at least with Android there are alternative operating systems like GrapheneOS that are way more private. But yeah, if you must have no tracking whatsoever, then don’t own any electronic devices with any wireless capabilites since things like traffic cameras track you based on Bluetooth, NFC, and WiFi MAC addresses as well as license plates and they are super easy to hack the whole network and track anyone…which lead to don’t own a car.

    Anyway, it’s nearly impossible these days to avoid being tracked. You have to isolate yourself pretty seriously to truly not be tracked.


  • I run a single instance of Postgres and one of MariaDB on my NAS that all services connect to. And all of my containers store their settings in NFS shares from that NAS and backup most other things to the NAS. This greatly simplifies off-site backups overall when a copy of almost everything critical lives on the NAS.

    Of course, the NAS needs to be powerful enough to handle the load, but since settings don’t get changed often and backups are during off hours and NFS has good caching anyway, the DBs are really the only heavy load on the NAS outside of storing and serving media. It has plenty of memory and has two 2.5Gb ports trunked together and a couple of small SSDs for fast caching in addition to the RAID array of HDDs. So it’s easily able to handle all of its file sharing duties as well as hosting the DBs.

    Only negative might be that there’s no fail over if the NAS goes down. But I also don’t have a second router, so that’s another even more devastating single point of failure. But since everything critical is backed up to the NAS and then off-site, it’s an acceptable risk considering the cost to properly remediate it and the unlikelihood of major issues outside of times I’m doing maintenance…


  • Jul (they/she)@piefed.blahaj.zonetoPrivacy@lemmy.mlHow to use AI?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    19 days ago

    LLMs have uses, some of them are even quite intriguing. But they have to be properly trained. You can’t just throw the whole internet at a baby with very little other training and expect them to not be corrupted by random wrong information. Same goes for LLMs though on a much larger scale. Also, they are often configured to give an answer even when the confidence in it being correct is relatively low. Something an expert would never do, they’d consult only specialized information, not just review the top search results on Google. This is one reason why they “hallucinate”. Commercially trained models just aren’t all that useful as a source of information or to correctly complete tasks. And additionally there are extreme ethical concerns about how it gets the information it’s trained on including using hacking botnets to impersonate a human among other things. A person who’s an expert has to review everything in excruciating detail and so most of the time it’s just more cost effective to just consult an expert in the first place. It’s like going to a proverbial used car car salesman and asking how cars work. Sure they might have picked up a fair amount of information from being around mechanics, but some of it is wrong and what they don’t know they’ll just make something up that sounds mostly plausible.


  • Yeah, email isn’t private, but for me it’s usually that I don’t like my host reading all of my mail to build an profile on me and selling that data. Individual emails in isolation aren’t a big deal, but seeing every email and what company or agency sent it is as problematic as the content even if you encrypt the mail content itself. Emails that I sends I always assume are not private, but that’s a separate issue, IMHO. There’s a lot of private information like what protected classes I am part of, political leanings, places I shop, etc., that can be gathered simply from who sends mail to you and who you send mail to. This is why I self host for most of my email.

    That being said I still use gmail as I need a backup option and I use it for things where I don’t want the junk sender to know my domain and spam all of my accounts.

    But Proton is really not much more private than Google in several scenarios given their CEO’s stance on several sensitive subjects and willingness to give data on protected classes, journalists, etc., to hostile governments, as an example. They do say they don’t sell your data to ad companies, at least. I don’t know Fastmail at all. And self-hosting is not something I’d recommend if you don’t want to put a lot of time and effort into it. Lots of issues come up like blacklisted VPS IP addresses in addition to the setup itself.



  • ISP: $75/month for symmetrical 1Gbit fiber and unlimited data. This is the biggest expense. All other options are 1-25 Mbps up with cable or dsl and most are just as expensive.

    VPSs: around $40/month, though I’m planning to cut back a bit as I’m moving some stuff local.

    2 Domains: < $30/year

    The rest is purchased with no future subscription costs. This covers everything except for the security cams that I need to migrate off of corporate services one of these days.






  • Mostly interacting with other people in-person. I left most corporate social media and lost access to Meta explicitly due to a conflict around my viewpoints on what constitutes hate speech against trans people (hint: saying it’s a sickness that needs curing and that justifies cure by torture, eg. conversion therapy, is hate speech). But I lost access to a really active Buy Nothing group in my neighborhood that’s on Facebook as well as several groups that only post their in-person events on Facebook. Really sucks that Meta locked us out not for violating a rule, and thus with no possible appeal, but assumedly because they were surveiling their platform and excluding people who argued against their stance. Or at least that’s the best guess that those who were blocked have for why.

    Also, I have been losing a lot of home automation from Nest devices because Alphabet bought them and has decided to force allowing access to data for “AI” training and “law enforcement”/government surveillance. If I could keep the data local, I would still be able to use the devices with Home Assistant, but they only allow using their servers.



  • I have a lifetime pass from many years ago when it was cheap. So I’m not in a huge rush to convert and want to do it right. But I am on the path to converting. I decided to make a major change to my home server infrastructure and it’s still in an experimental stage. Moving from a really old standalone computer I’ve used for. HTPC purposes over the years, currently dedicated to Plex combined with a few raspberry pi’s of various generations for the little stuff, and a single, good NUC for my router, to adding two additional NUCs and eventually upgrading the Plex computer with a more modern processor and video card for ML stuff for Immich and a few other systems that I plan to start using. I’m not just moving from Plex, but also a lot of Google and Nest products.

    My dilemma has been Docker Swarm vs Kubernetes. I was trying to set up Kubernetes in a way that is easily repeatable and self documenting, but ended up with lots of manual steps required to install things and lots of things that I had to write my own helm charts for as well as the scripts to install and set up Kubernetes itself on each of the servers. Lots of custom stuff. Docker Swarm would be way easier, but the issue is I’m worried about Docker getting so proprietary these days and swarm mode getting so little attention, and Podman quadlets aren’t self balancing across multiple small servers like swarm. So that’s why I haven’t switched to Jellyfin yet.





  • Yeah, there’s still a risk if you’re exposing the encrypted passwords. For example there is still some risk that governments have backdoors in some kinds of encryption, which of course means other malicious actors do as well. And there’s still brute forcing which is mitigated with a webserver layer in front of the raw data.

    But there are lots of existing applications for that like keypass and its forks. Vaultwarden is more about the web services front end to the data than the data storage itself. And a web service benefits from a relational database over a flat file.