kolorafa

joined 1 year ago
[โ€“] kolorafa@lemmy.world 14 points 2 days ago

But you have a lot of cold air to cool it down, and on a side note it makes your room warmer which you might want in that cold region ๐Ÿ˜…

(But the energy savings is hard to argue with)

[โ€“] kolorafa@lemmy.world 21 points 2 days ago

Funny :)

Hard to be sane with so many broken hardware implementations... ๐Ÿ˜…

Cudos for the Linux developers!

[โ€“] kolorafa@lemmy.world 3 points 2 weeks ago

In the last I had very little success rate of those uninstall tools to actually do their job in full. A lot of time they delete some data but almost always they leave some trash behind.

And in the first place, I stopped trusting those external uninstall binaries, they could be designed to remove not only app data but remove your personal data, steal data from your PC or infect it (even if just to investigate why you are uninstalling).

[โ€“] kolorafa@lemmy.world 6 points 2 weeks ago

One of the reason is that apps can place their files in any place they want so the app manager is not aware of those locations.

Even if it would know then the user still would need a way to remove the app without deleting data, imagine installing Developer IDE or chat app and uninstall process would remove your chats or projects. Imagine app dev accidentally set the "directory that store app data" to /home, it would be bad.

I not once uninstalled app to install different (for example older) version due to bugs in new one.

Having the logic allowing to optionally delete data would introduce additional complexity so most old package managers never introduced that feature.

But I agree that we should slowly introduce a way to to that. Some app managers that manage flatpaks now allow to delete user data after uninstalling app, this now could be done universally because apps installed using flatpak store their data in their own separated/dedicated directory that flatpak engine know about so (unless you give permissions to access other location) thw manager know where the app store data so can offer easy way to remove it.

[โ€“] kolorafa@lemmy.world 2 points 2 weeks ago

Had the same issue but switching keyboard resolved the issue for me.

Currently using FUTO keyboard and it's working great.

[โ€“] kolorafa@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

On the server side to send you data, using any web server with mmap support will probably be less CPU intensive than app that handles websocket, but yes, the details matter as when reading a lot of small files vs websocket, then websocket could be better for CPU usage especially when you could generate data.

But once again using plain old http allow you to use the speestest software against any CDN very easy IMO.

[โ€“] kolorafa@lemmy.world 4 points 3 weeks ago* (last edited 3 weeks ago)

Container is just a term for a set of isolation solutions bundled together.

Like file system isolation (chroot), network isolation, process isolation, device isolation...

One of them is ofc chroot, yes container use exactly the same chroot functionality.

So to answer your question, no, you don't need full isolated container. You can use only chroot.

You just need to pass all required devices ( and match the driver version running in kernel with your files in container and (avoid) more than one app having full unrestricted access to GPU as that would result in issues (but dont know the details so can't help you with that)).

[โ€“] kolorafa@lemmy.world 1 points 3 weeks ago (3 children)

Yes, but with WebSocket you need to have a server and that will consume some additional CPU.

Without it you only need some random CDN to do the download test.

[โ€“] kolorafa@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

You can use wayland in container but the easy way probably would require to give whole GPU to the container (but my knowlwdge is limited)

What I do know that this project is doing that: https://games-on-whales.github.io/

That also came up in search results that could help: https://unix.stackexchange.com/a/359244

[โ€“] kolorafa@lemmy.world 1 points 3 weeks ago (5 children)

My guess that websocket add additional overhead both in size (header) and complexity as browser and server need to encode/decode it making it more CPU intensive not to mention harder to implement.

[โ€“] kolorafa@lemmy.world 1 points 3 weeks ago

The only reason ssh client would "hang" without any output is when it's waiting for external key storage to allow access. It's designed that way to give user some time to approve access to key storage.

It sometimes happen that the installed key storage is broken in a way that it fails to show user modal, for any reason (showing on wrong screen, wrong desktop, wrong activity, wrong framebuffer, ....)

One solution (that you already did) is to change the SSH agent env variable to point to different key storage.

Another would be (if possible) to uninstall the broken key storage if you don't use it. But it is sometimes needed/used by other apps.

It's overall good to notify/open bug on your distro issue tracker to notify that some packages are missconfigured (maybe have missing dependencies) or conflicts with other ones.

[โ€“] kolorafa@lemmy.world 5 points 1 month ago

Does it support intro skip?

 

This should be illegal, companies should be forced to open-source games (or at least provide the code to people who bought it) if they decide to discontinue it, so people can preserve it on their own.

view more: next โ€บ