Thank you for all the efforts the admins put into maintaining this place!
Not sure if something like that would even support x86 or C99, so would probably still need an older mainframe and early GCC source tree. Could probably get by with a virtual emulator for the former.
Would be good to cross post this to:
https://programming.dev/c/nix
Not really confident, but is the LSP running from a separate child process? Is that child process inheriting all of the anticipated environment variables from the shell that launched Neovim?
One thing I appreciate about NixOS is the ability to use overlays and override package sources. For example, overlays can be used to selectively install unstable and stable packages alongside each other:
While there may be caveats, this approach has been working for me just fine, as I can install VSCode from unstable to get the most recent monthly releases as they roll out, but then pin the rest of my desktop environment to stable to limit anything else shifting underneath me unexpectedly.
Another related video from a nice channel I posted here previously:
- How Phone Chargers Copied Car Chargers - USB PD PPS
Another video on PPS from a charging device perspective:
- USB-C Just got Even Better! (PPS)
I'll say the newer up and coming standard AVS (Adjusted Voltage Supply) for support with Extended Power Range looks promising, if not a little concerning in regards to cable quality hazards.
Yeah, any details published so far have been rather vague. I like the prospect of writing my backend UI logic in a memory safe language, but that falls short of benefiting from doing so end to end.
Supposedly Qt would be in a decent position to use their own static analysis and testing frameworks for hardening such bridge interfaces, but using a memory safe system programming language for everything would be ideal. Are there any Rust based UI projects that are looking at ISO certification to ease integration as a Software of Unknown Pedigree?
Could you explain a little more on that? Just curious.
Are you using the PWA, self hosted or via code spaces/other VPS? With which web browser?
I tried hosting code server via termux for a while, but a user proot felt too slow, even if the PWA UI ran silky smooth.
Perhaps when my warranty runs out I'll root the device to switch to using a proper chroot instead.
For posterity, I later stumbled upon the authors original post here:
- Tamper/Greasemonkey script to reformat interface to a style recalling old.reddit
The community that this was posted from also looks interesting:
- Lemmy Plugins & Userscripts
I love the comma command. Great for things I only use every blue moon and am fine with being cleaned up by garbage collection.