I know Ceph would work for this use case, but it’s not a lighthearted choice, kind of an investment and a steep learning curve (at least it was, and still is, for me).
- 1 Post
- 49 Comments
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Tailscale MagicDNS issues since 1.84.1 mac?English52·17 days agoI went and edited my hosts file and added all of my devices, but I only have a handful. Tailscale on macOS has a lot of bugs, this being one of many.
notfromhere@lemmy.mlto Privacy@lemmy.dbzer0.com•She Got an Abortion. So A Texas Cop Used 83,000 Cameras to Track Her Down.104·1 month agoSorry but no there is no difference other than the words you use to describe them. Camera networks is surveillance.
notfromhere@lemmy.mlto Linux@programming.dev•cat /proc/sys/kernel/random/uuid [I ❤️ Linux]6·1 month agoI’ve used this in some bash scripts, very useful!
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English1·1 month agoIt depends on the container I suppose. There are some that are very difficult to rebuild depending on what’s in it and what it does. Some very complex software can be ran in containers.
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English1·1 month agoI’ve been wanting to tinker with NixOS. I’ve stuck in the stone ages automating VM deployments on my Proxmox cluster using ansible. One line and about 30 minutes (cuda install is a beast) to build a reproducible VM running llama.cpp with llama-swap.
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English1·1 month agoTypically, the container image maintainer will provide environment variables which can override the database connection. This isn’t always the case but usually it’s as simple as updating those and ensuring network access between your containers.
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English2·1 month agoA lot of times it is necessary to build the container oneself, e.g., to fix a bug, satisfy a security requirement, or because the container as-built just isn’t compatible with the environment. So in that case would you contract an expert to rebuild it, host it on a VM, look for a different solution, or something else?
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English1·1 month agoreproducing those installs from scratch + restoring backups would be a single command plus waiting 5 minutes.
Is that with Ansible or your own tooling or something else?
notfromhere@lemmy.mlto Electric Vehicles@slrpnk.net•Norway’s Electric Vehicle Boom: 97% Of New Cars In April Are EVs, Tesla Model Y Leads The Charge6·2 months agoI wish we had fewer models of things. Drills, washers, vacuums, printers, etc. I get different features should cater to different audiences, but it’s taken to the extreme. Does one feature need to make a whole different model? If so, then I guess even the Tesla Model Y has different models - AWD, RWD, LR RWD (is that even still a thing?), Performance.
notfromhere@lemmy.mlto Electric Vehicles@slrpnk.net•Maryland Cracks Down on EV Charging Station for Billing by the Hour16·2 months agoGas stations adjust their pricing several times a day in some cases. For the record, I am against this hourly charge for EVs… maybe I’d be ok with it if the parking lot had a parking fee and the kWhs were gratis.
notfromhere@lemmy.mlto Electric Vehicles@slrpnk.net•Maryland Cracks Down on EV Charging Station for Billing by the Hour16·2 months agoIsm’t that just automatic dynamic rate adjustment based on demand?
notfromhere@lemmy.mlto Linux@programming.dev•30 Lines of Code Could Cut Data Center Power Use by 30%25·4 months agoA typical data center rack holds about 40 servers, each with at least two networking interfaces. According to Boote, the Ethernet interfaces of a single rack draw 160 watts in total.
“Reducing the power draw of a data center, which may have hundreds or thousands of racks, would be akin to an energy savings of switching a building from incandescent to more energy efficient LED lighting and be well worth the investment,” he told LinuxInsider.
According to Boote, this optimization fixes a part of the kernel written when lower-speed Ethernet interfaces drew a fraction of today’s electrical needs. The networking stack design did not account for the growing power budget required by modern networking interfaces.
“By changing the priority of how the computers schedule tasks during high bandwidth events, a computer can better deal with networking traffic and prioritize energy expenditure in a way that makes sense for modern hardware and architectures,” he reasoned.
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Plex is discontinuing its “watch together” featureEnglish33·4 months agoThis is a feature that Jellyfin natively has already. So now Jellyfin exceeds Plex in some areas.
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Jellyfin is not just good... but *better* than Plex now?!English1·4 months agoWhich client are you seeing the issue on and can you provide more info on the type of embedded subtitle (run mediainfo on the file if on Linux)?
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Jellyfin is not just good... but *better* than Plex now?!English16·4 months agoI was replying to maybe share the wrapper script I wrote, but if you’re going to be a jerk about it…
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Jellyfin is not just good... but *better* than Plex now?!English1·4 months agoWhat are the issues you’re having with Jellyfin’s subtitles? Do you know if there is an open bug report or feature request that is tracking the same?
notfromhere@lemmy.mlto Selfhosted@lemmy.world•Jellyfin is not just good... but *better* than Plex now?!English2·4 months agoJellyfin is a fork of Emby which was written in .NET. The server backend and web page are all (or mostly) .NET is my understanding. It makes use of external programs like ffmpeg on the server or VLC on the apps.
I’m really not sure. I’ve heard of people using Ceph across datacenters. Presumably that’s with a fast-ish connection, and it’s like joining separate clusters, so you’d likely need local ceph cluster at each site then replicate between datacenters. Probably not what you’re looking for.
I’ve heard good things about Garbage S3 and that it’s usable across the internet on slow-ish connections. Combined with JuiceFS is what I was looking at using before I landed on Ceph.