HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cosarara

no profile record

comments

cosarara
·4 месяца назад·discuss
My first idea would be to generate one of those heatmaps using RYS as the base model. And see if it gets meaningfully better. And then again!
cosarara
·8 месяцев назад·discuss
You can use IgnorePkg in pacman.conf. Things might break, but the feature exists.
cosarara
·10 месяцев назад·discuss
> Compared to the $8,000 Framework Cluster I benchmarked last month, this cluster is about 4 times faster:

Slower. 4 times slower.
cosarara
·7 лет назад·discuss
In my experience, exFAT gets corrupted constantly, and then on linux you don't have a proper fsck for it.
cosarara
·7 лет назад·discuss
Maybe there's a better way than this, but the same way earlyoom decides it's time to kill processes (% RAM usage) firefox would decide it's time to free cache. While using the 100% of RAM might be the optimal state if you aren't going to use more than that, it's not safe.
cosarara
·7 лет назад·discuss
Any userspace process can see how low the memory is though, firefox could do it itself. Still, if a notification system is already used in other OSes, a very easy solution would be to add such notification channel in userspace so that any process could ask firefox to free memory. Right now I am using earlyoom to save my system from freezing. It sometimes kills firefox, sometimes dbeaver, sometims VMs. But if it could tell firefox to chill for a bit and free memory, then I could avoid the massacre (at least sometimes).
cosarara
·7 лет назад·discuss
Maybe the browser should try to discard some cached data when the system is out of memory. Then some things in the browser would be slower, but the operating system wouldn't hang.