

Mate what the hell is a wtf?
Mate what the hell is a wtf?
I meant hosting wise, at home or using a VPS? How did you get a fixed IP/ what are you using for a proxy?
You say you’re self hosting your email, how are you doing that?
Sshutle? It essentially makes traffic go through ssh from anywhere to anywhere. If you ssh into your machine, use sshuttle towards your local machine, I think you should be good
To quote just about everyone regarding sometning at some point in their lives: “ew”
Question, are you being sarcastic, or did I actually manage to properly “speak the Englishes”
Not just that, Nix as a language has an insane syntax. Who the hell dreamed function declaration like that
Well… according to ladybird, at this point they are more conformant than servo in web standards…
Weimar Republic thought of exactly that
Average google then lol
Home server! Not sure how CUDA support is, but exo/petals node for AI and stuff? Immich for photos, Nextcloud for files, homeassistant!
Agreed here. On CPU side, don’t go with Intel 13th or 14 th gen, mostly due to the manufacturing defects, check gamers nexus on YouTube if you want to catch back up to speed, the new Intel stuff is fine manufacturing wise, terrible performance, check if the prices are good. GPU, NVIDIA usually has kinkier/ more annoying drivers, but if you want to play with AI or anything like that, NVIDIA is still better.
Took way too long, but finally some support from the top leadership for rust?
Pretty sure that it’s something a long the lines of “stack begins high, grows down, while heap behind low grows high” when they meet, it’s a stack overflow
I mean, the weird thing is that they released first the server source code, then the app code
Yes and no. You need custom deivers for keyboard, backlight, speakers, webcam, touchpad… basically everything that isn’t the CPU and display
The more recent context has to do with Linus personally, Rossman just did a video on it
I can only say good things about kagi. They let you adjust your search results according to how much you trust a given source, and the business model makes sense. You pay them, they give you a service. Heck, if you pay for unlimited searches, they have an actual incentive to make you search less and make you find results quickly
If I’m not mistaken, quick sort is worst case O(n^2), merge sort is what actually achieves O(nlogn), the point is that quicksort is on average more memory (and time?) efficient