Welcome to the club :)
- 0 Posts
- 16 Comments
If you’re using KDE, look at KDE Connect: https://community.kde.org/KDEConnect
People have other options, but the easiest option is always going to be to let someone else do it. Their price is, almost always, your private data and a subscription.
Or, you can DIY and self-host. Home Assistant is free and supports many different standards so you can use just about any hardware. It runs on your own hardware and doesn’t report to anyone unless you tell it to. It requires more effort than swiping a credit card and installing an app, however.
FauxLiving@lemmy.worldto Selfhosted@lemmy.world•PSA: If your Jellyfin is having high memory usage, add MALLOC_TRIM_THRESHOLD_=100000 to environmentEnglish302·3 months agoOP didn’t update their repost bot to understand what it’s reposting.
FauxLiving@lemmy.worldto Selfhosted@lemmy.world•Self-hosted media server to share with 5+ people?English3·4 months agoAs an example, I used an old PC and purchased a PCI-E card with a bunch of SATA connections. So the cost was about $30 for the SATA card. The biggest cost was the drives, about $90 per 4TB (x5 because I’m using a ZFS raid setup).
I’m buying 10 more 12TB drives (and 2x 2TB NVME drives) for a future expansion which is when I’ll retire my current gaming PC to be the NAS and donate the current server to whoever needs it. If you buy a dedicated device it’ll be more expensive but you won’t need to install Linux on it or configure it, they’ll usually have easy to use software accessible via a web interface. If you’re comfortable with Linux you can use just about any hardware to get you started.
Like Xanza said, I don’t consider it part of my media server. It’s generic storage that I use for everything. Security system recordings, backups, AI models, self-hosted cloud services like NextCloud, storage for my various syncthing clients, etc.
FauxLiving@lemmy.worldto Linux@programming.dev•Am in the only one who cringes at install instructions that require piping some curl output into bash?8·4 months agoAh, you’re one of my users
FauxLiving@lemmy.worldto Open Source@lemmy.ml•Boycotting FOSS projects in the wake of the "buy canadian/european" movement makes no sense162·4 months ago-
If they were leaking there would be prosecutors using the evidence in court, on the public record.
-
It doesn’t matter what infrastructure that they use because the service provides end to end encryption. This remains secure even if a third party is able to record all of the traffic between the two devices.
-
Has there ever been a single instance where a Signal client had a RCE exploit? Of all of the software on your phone likely to be exploited, signal is low on the list (your browser is where they get you).
-
Enshittification is a reason to leave, speculation about maybe possible enshittification in the future is not.
-
FauxLiving@lemmy.worldto Git@programming.dev•YSK there are open-source (gamified) tutorials to learn git7·4 months agoI saw a browser game somewhere that taught vim keys/motions
I feel this pain.
I’ve been trying to get simple telemetry working over lora on a ESP32-C6, LLMs are largely worthless in this. We gotta fall back to old school RTFM models
I used 3.7 on a project yesterday (refactoring to use a different library). I provided the documentation and examples in the initial context and it re-factored the code correctly. It took the agent about 20 minutes to complete the re-write and it took me about 2 hours to review the changes. It would have taken me the entire day to do the changes manually. The cost was about $10.
It was less successful when I attempted to YOLO the rest of my API credits by giving it a large project (using langchain to create an input device that uses local AI to dictate as if it were a keyboard). Some parts of the codes are correct, the langchain stuff is setup as I would expect. Other parts are simply incorrect and unworkable. It’s assuming that it can bind global hotkeys in Wayland, configuration required editing python files instead of pulling from a configuration file, it created install scripts instead of PKGBUILDs, etcetc.
I liken it to having an eager newbie. It doesn’t know much, makes simple mistakes, but it can handle some busy work provided that it is supervised.
I’m less worried about AI taking my job then my job turning into being a middle-manager for AI teams.
FauxLiving@lemmy.worldto Programmer Humor@programming.dev•Curious why they tried to send a file from a windows machine via IMessage2·4 months agoIt’s interesting because it lets regular people with little to no training produce software.
It isn’t great software, it doesn’t always work… but considering the amount of software that an untrained person could produce previously was exactly none, it’s a pretty interesting development in technology.
and, it’s only going to get better.
FauxLiving@lemmy.worldto Programmer Humor@programming.dev•Curious why they tried to send a file from a windows machine via IMessage21·4 months agoI dunno bro, I can really see how the chicken could be enticed to cross the road by virtue of his chicken instincts. I’m something of a biologist myself
I use it in this configuration.
It works well except, if you lose connection temporarily the cloudflared stops responding until some, long (60s or so) timeout period.
A minor annoyance, I usually just manuirestart the service… but I cannot find the setting that is causing this.
if __name__ == '__main__': exec(open(__file__, 'r').read())