The_Decryptor

joined 10 months ago
[–] The_Decryptor@aussie.zone 20 points 2 days ago

If it doesn't burn fossil fuels they don't like it, same mentality that leads to "rolling coal".

[–] The_Decryptor@aussie.zone 2 points 3 days ago (1 children)

I'd double check, if you haven't picked an option specifically it might just default to the fallback (i.e. BOOTX64) It'll be under the boot device order section.

(Not my picture, stole it from Reddit)

Here it's listing all the possible boot options this mobo can find, but there's a generic "UEFI OS" option which I'd bet is the fallback. And once a choice is made it's kept unless something resets it, so if it just happened to be set to the fallback once it'll stick with that until a change is forced.

[–] The_Decryptor@aussie.zone 8 points 3 days ago (5 children)

When installing windows while there is a Linux install, windows will see the EFI partition already there and just decides to share it, and doesn’t create its own.

That's what it's supposed to do, it's a plain FAT32 partition, the bootloaders are just files you put in there.

Part of the issue is that while a well-made motherboard will look for all bootloaders on the partition and present them as options in the firmware UI, bad ones will only look for a specific file (\EFI\BOOT\BOOTX64.EFI) and use that. For an OS to have a chance of booting on those boards it has to overwrite that file, blowing away whatever other bootloader was there before.

It's annoying, since Windows is mostly well behaved here (It puts the main copy of the bootloader at \EFI\Microsoft\Boot\bootmgfw.efi and Linux bootloaders can see that and offer it, the reverse isn't true) and can co-exist with Linux well (Well...), but manufacturers cutting corners causes more problems for everybody.

[–] The_Decryptor@aussie.zone 1 points 4 days ago (1 children)

Unfortunately I'm not finding much explicit information on the specific processes, just that it's possible.

Now of course just because it can be recycled indefinitely, doesn't mean it is in practise. Could be contamination, colouring, or just plain cost.

[–] The_Decryptor@aussie.zone 4 points 1 week ago (3 children)

Glass and plastic both require virgin material, else you’d get garbage out.

Everything I'm reading suggests the problem with glass recycling is contamination, and that once that's accounted for what's left over can be infinitely recycled without quality loss.

[–] The_Decryptor@aussie.zone 16 points 1 week ago (3 children)

The CPU usage spikes aren’t necessarily from React Native itself being particularly heavyweight, but rather from the fundamental architectural choice of running a web-based rendering engine for core system UI elements.

[–] The_Decryptor@aussie.zone 11 points 1 week ago

And there's still web directories hanging around, similar to the now dead dmoz site.

https://url.town/ and https://curlie.org/ for example

[–] The_Decryptor@aussie.zone 12 points 1 week ago

The likes of both Microsoft and Apple are openly hostile to such frameworks (QT and GTK come to mind).

Funny thing, the OneDrive client app that ships with Windows, uses Qt

[–] The_Decryptor@aussie.zone 21 points 1 week ago (5 children)

React Native doesn't render using a browser instance, it's native code (as the name implies), it's actually a layer over WinUI 3 (Previous versions used WPF/UWP)

So it's in the same boat as MAUI, which is also a layer over WinUI 3.

[–] The_Decryptor@aussie.zone 9 points 1 week ago

It's soup level when you don't notice it's defrosting for 4-5 months.

[–] The_Decryptor@aussie.zone 3 points 1 week ago* (last edited 1 week ago)

(and why isn’t spell check core Windows functionality?)

It actually is, introduced in Windows 8, it's just taken devs ages to actually start using it (Notepad only got it last year, 12 years after it was introduced)

view more: next ›