- 0 Posts
- 9 Comments
uuldika@lemmy.mlto
Programmer Humor@programming.dev•js is in the "pure embodiment of hell" category along with vb.net and php
4·1 year agoIt appears to be Dis thing right here.
Apparently it’s a nerfed variant of Malbolge. Malbolge is literally cryptographically difficult to program in, while Dis is merely migraine-inducing.
uuldika@lemmy.mlto
Programmer Humor@programming.dev•js is in the "pure embodiment of hell" category along with vb.net and php
2·1 year agoJS isn’t even on here though. and whoever made this meme knew enough to include two Esolangs (though I’m insulted they included nary a single 'funge.)
uuldika@lemmy.mlto
linuxmemes@lemmy.world•I hate people who only release their App on flatpak
1·1 year agonix 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.
uuldika@lemmy.mlto
linuxmemes@lemmy.world•I hate people who only release their App on flatpak
2·1 year agolook into NixOS! there might already be a package for it. and NixOS can be very good about not duplicating dependencies.
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?
I once installed Gentoo on a netbook.
emerge worldtook 3 days…