

Because it’s a rust implementation of coreutils, and not a rust implementation of coreutils and libc?
Just another Swedish programming sysadmin person.
Coffee is always the answer.
And beware my spaghet.


Because it’s a rust implementation of coreutils, and not a rust implementation of coreutils and libc?


I’m holding off on Fluxer until they decide how they’re going to implement federation, since the designs they’ve communicated publicly so far have all seemed like they prioritize siloing and putting excessive load on self-hosted nodes.
Their first proposed solution would’ve required each self-hosted server to be able to handle every user on every other server in the network - a proposal which they’ve since scrubbed from their page.
The latest proposal I can find at least speaks about aggregating connections through the users server, so it’s not as insane (Only requiring each self-hosted server to be able to handle requests from every other server on the network). But it still forbids intelligent caching, and instead seems to consider recommending the use of cloudflare to reduce the load from their design to be a good solution.
I made an NFC/QR code card for my wifi details at home, and that also includes the details written in clear text on the card, since some devices simply don’t do QR (or NFC in my case).


Someone pulled some DRAM cost graphs, and with the >500% increase that’s happened, the Deck did have to rise at least $200 to remain viable.
We really can’t have nice things, first crypto and now AI insanity is really doing its best to remove computing as an affordable hobby.


It doesn’t really solve my use-case, since we do a combination of direct stream when possible, as well as local sync/cache but only for transcoding purposes. As well as local users only, with the federated sharing taking care of permissions, so that we don’t transfer user information between eachother.
Jellyswarrm is certainly a lot closer than other solutions people have suggested though.


The lack of library sharing is what’s keeping me on Plex.
The ability to watch media across servers, and even transparently pull it for local transcode when necessary is just an amazing feature.


And it’s not even just the people traveling here from the future trying to do it, it’s also travelers from the past.


Considering this is anubis, the project created explicitly to block AI crawlers?


I absolutely love that zip-tie mounting solution, it’s the kind of thing I wish I saw in more homelab setups.


I really do hope that Funkwhale get their 2.0 release out soon, should make self-hosted Spotify-like stacks simpler to do, and the fact that it works for creation and distribution as well is great.
I think the login-redirect system is just broken for ADFS, it feels like it adds all the SSO-logout URLs for all systems you’re logged into to the redirect queue when it times your session out.
Which means you’ll have to log in enough times to exhaust that queue before it finally reaches the actual system you’re trying to log into.
But that’s just an assumption.
Added an edit with the filter line
I actually recently added the Microsoft logout page to µblocks domain filter at work, since it would every now and then trigger a logout the very first page load after I’d log in to the email there.
This has also somehow caused a bunch of other AD-connected systems to suddenly behave a lot better when it comes to session termination.
Edit: Since people were asking for it, this is what you need to add to the “My filters” tab in your UBO config;
||login.microsoftonline.com/common/oauth2/v2.0/logout^$document
This will prevent any requests from redirecting you to log out, timeouts etc will still invalidate your session.
For sparkling, it’s commonly referred to as “homeopathic lager” among colleagues - i.e. without any active ingredients.


Honestly, the two reasons I’ve been sticking with Plex is the federated/shared libraries and watch together.
If they’re starting to axe those then I see no reason to continue using it.
No, the Rust standard library only contains functions useful for standard Rust, not POSIX/Linux user-space -specific functionality from libc.