NekkoDroid

joined 1 year ago
[–] NekkoDroid@programming.dev 11 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

IIRC Mono was mostly used for WASM as it was optimized for smaller builds than the full fat CoreCLR (talking about .NET non-Framework Mono)

[–] NekkoDroid@programming.dev 1 points 1 month ago (1 children)

It really wouldn't change anything in the long run. Any company that creates a browser is gonna need some form of income and people aren't willing to pay for a browser. What would be their incentive to continue to work on the browser when they aren't being paid?

[–] NekkoDroid@programming.dev 3 points 1 month ago* (last edited 1 month ago)

The kernel modules usually are signed with a different key. That key is created at build time and its private key is discarded after the build (and after the modules have been signed) and the kernel uses the public key to validate the modules IIRC. That is how Archlinux enables can somewhat support Secure Boot without the user needing to sign every kernel module or firmware file (it is also the reason why all the kernel packages aren't reproducible).

[–] NekkoDroid@programming.dev 5 points 1 month ago (1 children)

And technically you can whitelist other certificates, too, but I have no idea how you might do that.

When you enter the UEFI somewhere there will be a Secure Boot section, there there is usually a way to either disable Secure Boot or to change it into "Setup Mode". This "Setup Mode" allows enrolling new keys, I don't know of any programs on Windows that can do it, but sbctl can do it and the systemd-boot bootloader both can enroll your own custom keys.

[–] NekkoDroid@programming.dev 2 points 1 month ago (1 children)

I did hear that one of their newer versions does use eBPF, but I haven't even remotely looked into it.

https://nondeterministic.computer/@mjg59/112816011370924959

[–] NekkoDroid@programming.dev 1 points 1 month ago* (last edited 1 month ago)

I don't think any of the major distros do it currently (some are working twards it tho), but there are ways (primarily/only one I know is with systemd-boot). It invokes one of the boot binaries (usually "Unified Kernel Images") that are marked as "good" or one that still has "tries left" (whichever is newer). A binary that has "tries left" gets that count decremented when the boot is unsuccessful and when it reaches 0 it is marked as "bad" and if it boot successfully it gets marked as "good".

So this system is basically just requires restarting the system on an unsuccessful boot if it isn't done already automatically.

[–] NekkoDroid@programming.dev 1 points 1 month ago* (last edited 1 month ago)

I also didn't expect Lucy, I expected some other FGC character but I am not too too surprised considering they have RWBY in BBTAG

[–] NekkoDroid@programming.dev 5 points 2 months ago (1 children)

Accent colors are coming with GNOME 47.

[–] NekkoDroid@programming.dev 1 points 2 months ago

I dunno, I don't have a camera feed into your life. But considering that is the first thing you respond to a clarification it most certainly wouldn't surprise me if you did.

[–] NekkoDroid@programming.dev 1 points 2 months ago (2 children)

I dont think home directory files should handled by something named tmpfiles.

The only reason its still called tmpfiles is because of backwards compatibility

view more: next ›