

Mediocre Britain at best.
Mediocre Britain at best.
I know! That’s the Greek mythology thing.
That must one awkward conversation… “Can you explain where did you get the uuid from?”
The trouble with smaller open source software is that there’s no 0.1% checking it. And from time to time a small projects becomes widely used and everyone assumes someone already checked it; it’s a widely used open source software, after all.
Main, obviously.
Yep, that person would be me and that’s exactly what I was doing, just found it funny that there was so many uuids in the piece of code.
Originally the function was named FromUuid
but I couldn’t resist renaming it to make it even better.
The first UUID is a local type, the second is the name of an embedded struct, the third is the name of the variable.
The struct looks something like this (writing this on my phone)
type UUID struct { uuid.UUID }
So, basically, this is a custom wrapper for a third party UUID implementation.
I created an AI wallpaper generator which has an expression system that is Turing complete. I don’t have the expertise or patience to do it, but just the fact that in theory Doom can run on it makes me feel good.
I added an expression support to my Automod for Lemmy which can have subexpressions as parameters etc., pretty cool to work with.
Except every subexpression needs 2^n-1 slashes where n is the depth level. Fun times writing the expressions.
I say that often. Especially after I forget to back something up and lose it.
Like accidentally committing multi-GB files and years down some poor mf (me in this case) has to figure out how to clear the files from history because the server is running out of space.
Are you spying on me? Had to change my password this week. And we’re in a release freeze.
Please don’t ever suggest gedit or Kate is in the same ballpark as an IDE.
Yep, I use it everywhere, that’s why I said Nix and not NixOS. I even use it on the company Windows machine inside WSL.
Or just switch to Nix and finally witness some actually good package manager.
If you want to self host, rent some cheap server somewhere (I use Hetzner) the will act as a proxy and then configure frp.
It’s basically what Cloudflare tunnel does, except you need to provide the public server instead of Cloudflare giving you one for “free.”
My mnemonic is a bit weird, purrent working directory. I know the term cwd (current working directory) but I never bothered to learn what the p stands for, so I named it myself as purrent.
They would. But if you want to do it the Gentoo way, just disable using cache in Nix, it will manually compile every package you install.
I’d give Syncthing a try. Though you should make some kind of tunnel so that they can communicate without relays, the speed there really depends on what traffic the relay is going through.