

You can avoid the online account requirement by using pro… although you still need internet without using some form of bypass


You can avoid the online account requirement by using pro… although you still need internet without using some form of bypass
I’ve wanted to move elsewhere for a long time, thing is I don’t use nano for programming, I use it for config files. For programming I use an IDE, and every time I’ve tried leaving my IDE for emacs with a language server I find I just can’t be bothered to set it up and learn it and make the move. Maybe because while I have some gripes with my current setup…they’re very minor


I guess it’s good they’re dog fooding it?..I think?


Is this satire or is it from a real project O_O?


It’s probably in the display name, not the username so that would make sense. Would be interesting to know what happens if display names are on


Jeroba only flips the instance domain, that is way more wild



IPv6 is missing from my networking meme 😞


Yeah, personally I’m against that. It’s why I GPL my software


The fact that they’re doing it MIT shows they aren’t really trying to just rewrite it in rust for technical merits, there are ulterior motives


The most depressing thing about this for me wasn’t all the AI satire… although it was quite amusing. It’s the fact that in 2026 the endpoint is still IPv4 😭


Weirdly and oppositely this is actually how bees reproduce. Fertilized eggs become female, unfertilized become male
I just never left 100% native (apt in my case). I have been trying to make the switch to 100% flatpak…but it’s so painful that I just haven’t.


If this was here a week ago I might have rolled this out for April fool’s lol, I’m the domain admin for a small company and I’m pretty sure I could get away with it for the occasion, maybe if I remember next year
I still use them exclusively lol
Bash would be confused
Ironically it’s actually the opposite. Linux has signals, and with the exception of SIGKILL and I think SIGABRT they can all be handled gracefully. Windows on the other hand doesn’t have signals, it can only TerminateProcess() which is forceful. The illusion of graceful termination on windows is done by sending a Window close message to all of the windows belonging to a given process, however in the event the process has no windows, only forceful termination is available due to the lack of a real mechanism to gracefully terminate processes. That’s why the taskkill command tells you a process requires forceful termination when you run it against something headless.
Further increase confusion by having error pages where all 3 are green
I may actually be the other way around. I’m probably better at networking than programming? Not sure, I love them both but do neither professionally.