

look into NixOS! there might already be a package for it. and NixOS can be very good about not duplicating dependencies.
look into NixOS! there might already be a package for it. and NixOS can be very good about not duplicating dependencies.
the Classicists and the classists!
fun fact: Windows uses 9p for bridging the Windows and Linux filesystems with WSL2. the devs had excellent taste in protocols.
Isn’t jfx still actually using HTML and CSS, though? like it’s cool that the UI logic is in Java, but doesn’t using CSS mean you still need to lug a rendering engine around, even if not a whole browser?
Java (and Object Pascal, I’m assuming) have very old-looking UIs. Discord’s gonna have trouble attracting users if their client looks like a billing system from 2005. Also, what do you do about the web client? Implement the UI once in HTML/CSS/JS, and again in JForms?
So if you’re picking one UI to make cross-platform, and you need a web client, do you pick JForms and make it work on the web? or React and make it work on desktop?
My passport got “corrected” to M after being stuck in weeks of bureaucratic limbo and waiting hours at the passport agency. One of the agents even told me I should just accept it so that way I’d be able to leave the country.
Yeah, I dreamed of EZIC.
I’m switching to DeepSeek-R1, personally. locally hosted, so I won’t be affected when the US bans it. plus I can remove the CCP’s political sensitivity filters.
it feels weird for me to be rooting for PRC to pull ahead of the US on AI, but the idea of Trump and Musk getting their hands on a potential superintelligence down the line is terrifying.
nix collect-garbage
, comrade! there’s also another command to clean up older generations. if you’re using git to version your nix config, you only really need to keep two generations: the current, and your last successful boot, since you can recover by git checkout.