• 1 Post
  • 121 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle

  • Linux is slow at killing apps when you run out of memory because it was designed to also run on low spec hardware even if very slowly (making the ui totally unrensposnive) due to swapping.

    This comic is about the kill command, how Linux kernel is handling force stopping apps vs (old?) Windows when if App frozed it was hard to close it. Now with modern apps and hardware you very rarely see that as most apps are designed to have asynchronous logic that is correctly handled, but it’s still more or less relevant.













  • “Gdyby do tego doszło, służby mogłyby się domagać od ich dostawców informacji o tym, kto ich używa (jednak bez możliwości wglądu w treść korespondencji)” — czytamy w “DGP”.

    Oni chcą dostęp do metadanych, kto z kim, wiele (jak nie większość) platform ma takie informacje w formie nie szyfrowanej.


  • wykradziono bazę danych o polskich sportowcach. Archiwum to prawie 250 GB danych, czyli ok. 250 tys. plików, w tym wyniki badań czy ekspertyzy medyczne dotyczące zdrowia sportowców (również psychicznego). Bazę danych opublikowano w portalu Telegram.

    Znowu politycy, wciskając palce gdzie nie maja, publiczne kanały i grupy Telegrama nie są szyfrowane, a oni próbują użyć tego jako pretekstu to monitorowania szyfrowanej komunikacji?




  • 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).


  • 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.