deleted by creator
My name is Jess. I build and manage servers for both work and fun. I also occasionally make music.
- 0 Posts
- 72 Comments
deleted by creator
renegadespork@lemmy.jelliefrontier.netto
Linux@lemmy.world•The (Almost) Perfect Linux Marketplace App for Flatpak LoversEnglish
22·21 days agoI don’t kink shame unless they’re into snaps.
renegadespork@lemmy.jelliefrontier.netto
Linux@programming.dev•Underappreciated topEnglish
18·24 days agoTop is really versatile, but I still love my btop.
renegadespork@lemmy.jelliefrontier.netto
Linux@lemmy.ml•Sony WF-C510 connected on Linux, but never recognized as a headsetEnglish
9·24 days agoAs for the “Sound Connect App” that’s unfortunately the core of the problem. That app doesn’t exist for Linux. If the hardware relies on that app to set up or manage profiles, it creates an unavoidable roadblock for desktop Linux users.
The app runs on your phone (Android or iOS), and then you use the phone to manage Bluetooth connections for the earbuds. IMO you shouldn’t need a second device, but I guess they just assume 99% of people are connecting to a smartphone.
It just seems to be a non-standard implementation from Sony that doesn’t play well with the standard Linux audio stack.
I think the issue is that the actual Bluetooth connection is obfuscated behind a proprietary connection to the app, and the app exposes the protocol.
I agree it’s a stupid implementation, prioritizing a UI for pairing over literally everything else, but you still might be able to get it to work. I’ve successfully paired my WF-1000XM4 earbuds with my EndeavourOS (KDE) desktop.
renegadespork@lemmy.jelliefrontier.netto
Linux@lemmy.ml•Sony WF-C510 connected on Linux, but never recognized as a headsetEnglish
17·24 days agoDrivers (other than your Bluetooth chipset) generally shouldn’t matter. AFAIK Bluetooth audio device protocol is generic.
How are you pairing the headphones? Are you adding your PC as a device using the Sound Connect App? I have different SONY earbuds, but they can pair with 2 different devices and switch between them with the app. Perhaps they still have another device (like a phone) selected for output?
renegadespork@lemmy.jelliefrontier.netto
Selfhosted@lemmy.world•Revolt became StoatEnglish
5·1 month agowhat’s really federation on a system that isolates conversations per server?
That’s like asking why Lemmy needs federation if posts are tied to a Community.
No federation means:
- Every server requires a different user account to join a room
- Every server needs to be accessed from a different URL
- Users in different servers cannot direct message, call, or friendlist one another
Federated platforms aren’t perfect, but they solve these problems.
renegadespork@lemmy.jelliefrontier.netto
Selfhosted@lemmy.world•Revolt became StoatEnglish
2·1 month agoI’m getting an HTTP 522 from that link. What’s Polyproto?
Also, is there a reason you’re not considering Matrix?
renegadespork@lemmy.jelliefrontier.netto
Selfhosted@lemmy.world•Revolt became StoatEnglish
19·1 month agoThis seems like a cool project. I especially love the UI’s similarity to Discord, but it still has a long road ahead to be a viable chat platform IMO.
I’ve been periodically checking in with
RevoltStoat for about a year now, and personally, the two things that I’m waiting for are:- Voice chat - It seems like this is coming, but they had to clean up a bunch or tech debt first
- Federation - Self-hosted chat is great, but not being able to talk to other servers is incredibly limiting for a social tool. AFAIK they’re not planning on implementing this. This is likely a deal-breaker for a lot of folks.
I’m currently running Matrix synapse, and while matrix is kinda a messy ecosystem, it’s really hard to compete with its maturity and adoption in the FOSS / Self-Hosted space.
Also, not super important, but this blog post reads like it’s AI generated.
renegadespork@lemmy.jelliefrontier.netto
Selfhosted@lemmy.world•Lemmy being pinged each midnightEnglish
271·1 month agoHow could we tell you about an IP inside your own network? Look at the host using that IP and see what’s running on it.
renegadespork@lemmy.jelliefrontier.netto
Linux@programming.dev•Intel's Open-Source Strategy Is Changing At Odds With The Ethos Of Open-SourceEnglish
5·1 month agoWatching this company slowly circle the drain has been a pretty sad saga.
renegadespork@lemmy.jelliefrontier.netto
Selfhosted@lemmy.world•How to set up a decentralized game/chat serverEnglish
2·2 months agoIf avoiding downtime is your number one priority and you’re willing to take on a lot of complexity to achieve it, then Kubernetes is probably the way to go. There are various chat platforms that can be distributed, but keeping a game server state synced between nodes isn’t an easy task. There’s a reason most multiplayer games are instanced.
I do find it a little odd that you’re so concerned about uptime with a casual gaming server, but to each their own.
renegadespork@lemmy.jelliefrontier.netto
Linux@lemmy.world•The amount of mental gymnastics to come up with (and justify) this is insaneEnglish
131·2 months agoTotal time delta 🐱
renegadespork@lemmy.jelliefrontier.netto
Linux Gaming@lemmy.ml•Steam Hardware & Software Survey (Linux, September 2025)English
9·2 months agoInitial thoughts:
- Cosmic was released recently, so the Pop!OS bump makes sense. I suspect those Bazzite and Mint rises are Windows users switching over due to 11 being ass.
- I can’t imagine installing Steam on 4GB of RAM or less! Lol what are those people doing?
- Intel share rising is really weird as it doesn’t reflect recent news at all.
- I’m surprised to see 1080p going up. I wonder if this is due to people with older hardware being kicked out of Windows. I’ve noticed 1440p being the new baseline for gaming monitors.
I’ve seen this idea floated before a few times, and it’s a thought I’ve had before myself–some sort of self-hosted version of gify. AFAIK nothing exists as of writing, but I’ve seen this idea crop up enough times that maybe there’s a demand for this sort of thing.
Personally, I just have a well-organized meme folder that I sync between my client devices with syncthing, but something a little more integrated and easier to search might be fun.
renegadespork@lemmy.jelliefrontier.netto
Open Source@lemmy.ml•Open Source Infrastructure is Breaking Down Due to Corporate FreeloadingEnglish
72·2 months agoThere’s no excuse for this crap. Even if they insist on scraping every FOSS repo, there needs to be some logic to it (caches, diffs, longer intervals). These AI scrapers are so poorly thought out they are indistinguishable from DOS attacks.
renegadespork@lemmy.jelliefrontier.netto
Selfhosted@lemmy.world•Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting?English
1·2 months agoHm, I don’t know about that either. While scale is their primary purpose, another core tenant of containerization is reproducibility. For example
- If you are developing any sort of software, containers are a great way to ensure that the environment of your builds remains consistent.
- If you are frequently rebuilding a server/application for any reason, containers provide a good way to ensure everything is configured exactly as it was before, and when used with Git, changes are easy to track. There are also other tools that excel at this (like Ansible).
renegadespork@lemmy.jelliefrontier.netto
Selfhosted@lemmy.world•Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting?English
3·2 months agoDo you host on more than one machine? Containerization / virtualization begins to shine most brightly when you need to scale / migrate across multiple servers. If you’re only running one server, I definitely see how bare metal is more straight-forward.
renegadespork@lemmy.jelliefrontier.netto
Linux@lemmy.ml•Cloudflare bankrolls fascistsEnglish
5016·2 months agoInstead of 3 full paragraphs of stuff everybody already knows, why not start by explaining why you think Ladybird and Omarchy are”run by fascists”?

You’re, right, I misread the post.
At that point DNS is handled by whatever network you’re on. Since that not always under your control, hosting a private VPN (and setting DNS though that) is the way to go.