Just another Swedish programming sysadmin person.
Coffee is always the answer.

And beware my spaghet.

  • 59 Posts
  • 274 Comments
Joined 3 年前
cake
Cake day: 2023年6月11日

help-circle

  • Been using Yggdrasil for quite a while at this point, both for encrypted service communication and also as unbreakable VPN links to various places where I don’t want to have to mess about with NAT traversal.

    It’s been nice to be able to just drop it onto my router, add an ALFIS DNS entry, and have all my devices just work with Yggdrasil with no additional configuration.






  • 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.






  • Jag har läst nog mycket AI-genererad kod för att inte våga lita på programvaror där AI är en huvudförfattare. Om någon har kopierat ihop koden för hand så har de iallafall gjort aktiva val runt kodstyckena som valts ut, och så finns det någon form av domänkunskap i hur alla kodstyckena är hopkopplade i den slutgiltiga programvaran också.

    Med genererad kod finns det varken någon sådan domänkunskap, och inte heller någon kvalitékontroll på kodstyckena som använts för att skapa slutresultatet.

    Sen så är ju AI-generering inte direkt kompatibelt med foss heller, varken licensmässigt eller som ren gemenskapsfråga.




  • 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.