Ananace
Just another Swedish programming sysadmin person.
Coffee is always the answer.
And beware my spaghet.
- 14 Posts
- 52 Comments
Ananace@lemmy.ananace.devto
Selfhosted@lemmy.world•Update on my Home-Lab now featuring a fully custom built 10" Aluminumm rackEnglish
9·6 months agoI absolutely love that zip-tie mounting solution, it’s the kind of thing I wish I saw in more homelab setups.
Ananace@lemmy.ananace.devto
Selfhosted@lemmy.world•Why I Ditched Spotify, and How I Set Up My Own Music Stack | LeshiCodesEnglish
111·7 months agoI 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^$documentThis will prevent any requests from redirecting you to log out, timeouts etc will still invalidate your session.
One has super cow powers, the other one doesn’t.
Ananace@lemmy.ananace.devto
World News@lemmy.ml•EU accuses Google and Apple of breaking its rules, risking Trump clash
2·1 year ago10-20% of year-on-year revenue is the going rate.
Ananace@lemmy.ananace.devto
Selfhosted@lemmy.world•Plex is discontinuing its “watch together” featureEnglish
1·1 year agoHonestly, 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.
Remember to join the !advent_of_code@programming.dev community while you’re at it
MS Outlook is the joke.
Ananace@lemmy.ananace.devto
Programming@programming.dev•Forget "gif" vs "jif" debate. How does one pronounce "Forgejo"?
2·1 year agoI just do the Swedish accent thing and pronounce it forge-yo (like in yo-yo, not the greeting proclamation)
Ananace@lemmy.ananace.devto
Programming@programming.dev•GitLab is reportedly up for sale
91·2 years agoGitLab has been working on support for ActivityPub/ForgeFed federation as well, currently only implemented for releases though.
Ananace@lemmy.ananace.devto
Programming@programming.dev•Why Facebook does not use Git – and why most other devs do • DEVCLASS
111·2 years agoMercurial does have a few things going for it, though for most use-cases it’s behind Git in almost all metrics.
I really do like the fact that it keeps a commit number counter, it’s a lot easier to know if “commit 405572” is newer than “commit 405488” after all, instead of Git’s “commit ea43f56” vs “commit ab446f1”. (Though Git does have the describe format, which helps somewhat in this regard. E.g. “0.95b-4204-g1e97859fb” being the 4204th commit after tag 0.95b)
It’s somewhat amusing how Itanium managed to completely miss the mark, and just how short its heyday was.
It’s also somewhat amusing that I’m still today helping host a pair of HPE Itanium blades - and two two-node DEC Alpha servers - for OpenVMS development.
Ananace@lemmy.ananace.devto
Memes@lemmy.ml•Oh tell me again how it loads faster and takes up less resources
21·2 years agoIn general, browser benchmarks seem to often favor Firefox in terms of startup and first interaction timings, and often favor Chrome when it comes to crunching large amounts of data through JavaScript.
I.e. for pages which use small amounts of JavaScript, but call into it quickly after loading, Firefox tends to come out on top. But for pages which load lots of JavaScript and then run it constantly, Chrome tends to come out on top.We’re usually talking milliseconds-level of difference here though. So if you’re using a mobile browser or a low-power laptop, then the difference is often not measurable at all, unless the page is specifically optimized for one or the other.
Ananace@lemmy.ananace.devto
Memes@lemmy.ml•Oh tell me again how it loads faster and takes up less resources
8·2 years agoThere’s a bunch of extensions that allow you to switch user-agent easily, I personally use this one, it includes a list of known strings to choose between as well.
Ananace@lemmy.ananace.devto
Memes@lemmy.ml•Oh tell me again how it loads faster and takes up less resources
5·2 years agoThey used to also use the unreleased version 0 of shadow DOM for building the Polymer UI, which - being a Chrome-only prototype - understandably didn’t work on Firefox, and therefore instead used a really slow Javascript polyfill to render its UI.
I haven’t checked on it lately, but I imagine they must’ve changed at least that by now.
Ananace@lemmy.ananace.devto
Memes@lemmy.ml•Oh tell me again how it loads faster and takes up less resources
19·2 years agoOne thing you can test is to apply a Chrome user-agent on Firefox when visiting YouTube. In my personal experience that actually noticeably improves the situation.



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