merthyr1831

joined 3 months ago
[–] merthyr1831@lemmy.ml 6 points 1 month ago (4 children)

ventoy is nice in that I can just dump ISOs to a single USB and take it around, but balena is one of many boot media tools that's useful if you need a single ISO for a system - fast.

[–] merthyr1831@lemmy.ml 10 points 1 month ago (2 children)

so when does the player testing end?

[–] merthyr1831@lemmy.ml 3 points 1 month ago

not even sure distro tube has this many lmao

[–] merthyr1831@lemmy.ml 2 points 1 month ago (1 children)

I'm a flutter dev, and I've seen testimonies from a former Windows 98 dev about limiting the number of redraws in the shell.

There's deffo extra overhead, but it's not linear - 4k being 4 times as many pixels as 1080p doesn't mean 4k the work to render after the first frame, as the browser/framework will cache certain layout elements.

The initial layout is still expensive, though, so big tables will take longer, but that big table at high Res will probably be less chuggy when scrolling once loaded.

[–] merthyr1831@lemmy.ml 1 points 1 month ago

I guess it's more niche.

Sure SUSE may not "need" a fork, but most forks of Debian and Ubuntu aren't changing much beyond a few superficial settings - If you need your "own" distro you're more likely to pick the bigger distros to fork and slap your own badge on á la TuxedoOS, PopOS, GnomeOS, KDE-Neon, etc.

[–] merthyr1831@lemmy.ml 1 points 1 month ago (2 children)

rarbg mirrors are simply rehosting the database. You were even able to download and self host it for a while. Not sure if the tracker is able to accept new torrents though, I'm not really knowledgeable on how trackers work

[–] merthyr1831@lemmy.ml 1 points 1 month ago

yeah figma is GPU accelerated for all the vector graphics it handles

[–] merthyr1831@lemmy.ml 3 points 1 month ago

Figma is great for designers, there are sadly very few applications that support collaborative UI-UX design. We badly need a FOSS alternative!

[–] merthyr1831@lemmy.ml 1 points 1 month ago (1 children)

Some distros allow this. Nix for example allows you to save config files that describe your entire system (apps, settings, etc) and then load them in one go. Other distros are following suit with their own tailored solutions too (I think Ubuntu might have something? Manjaro?).

[–] merthyr1831@lemmy.ml 3 points 1 month ago (1 children)

That might save a bit of power, but your dedicated GPU is usually in an idle/powered down state until your compositor gives it specific applications to accelerate. for Nvidia laptops this is what the PRIME/Optimus feature does.

[–] merthyr1831@lemmy.ml 2 points 1 month ago

Your GPU doesn't need to re-render your entire screen every frame. Your compositor will only send regions of the screen that change for rendering, and most application stacks are very efficient with laying out elements to limit the work needed.

At higher resolutions those regions will obviously be larger, but they'll still take up roughly the same % of the screen space.

view more: ‹ prev next ›