HackerTrans
TopNewTrendsCommentsPastAskShowJobs

potatoalienof13

no profile record

comments

potatoalienof13
·3 lata temu·discuss
That is be power draw at the outlet [0]. There is probably loss that occurs when drawing from an outlet that does not occur when drawing from the battery.

[0] https://www.notebookcheck.net/Our-Test-Criteria.15394.0.html
potatoalienof13
·4 lata temu·discuss
The NetBSD rumpkernel allows for running individual drivers in userspace, while UML and vkernel are both geared towards running full kernels. UML and vkernel both look pretty similar to me though.
potatoalienof13
·4 lata temu·discuss
Did you make sure to clear the filesystem cache between each run?
potatoalienof13
·4 lata temu·discuss
You have misunderstood the article. It is not advocating for the return to single address space systems. It is advocating for potential alternatives to the linear address space model. Here [1] is an operating system that I think fits under the description of what you were talking about

https://en.wikipedia.org/wiki/Singularity_%28operating_syste... [1]
potatoalienof13
·4 lata temu·discuss
Librewolf also disables telemetry, as well as several other mozilla services.
potatoalienof13
·4 lata temu·discuss
I think NilFS [0] fits your description, though it is somewhat obscure. It creates a checkpoint with every write, which can mounted after being turned into a snapshot.

Although the website seems to have not been updated in a while, it's mailing lists appear to be active. [1]

https://nilfs.sourceforge.io/en/ [0] https://marc.info/?l=linux-nilfs [1]
potatoalienof13
·5 lat temu·discuss
The response by one of the devs to the first problem is "In fact, the concerns on typing-friendliness always comes up in discussions about the GoboLinux tree. To that, I can only respond that, in a properly configured shell like the one that comes by default with GoboLinux, typing /Programs takes the exact same number of keystrokes as typing /usr: slash, lowercase p, Tab." [0]

The response to your second problem is that not all programs are well written, and they cannot afford to patch every poorly-written program.

[0] https://gobolinux.org/doc/articles/clueless.html
potatoalienof13
·5 lat temu·discuss
As far as I can tell, the package manager handles dependencies, like most other package managers. Packages can declare dependencies on other packages, and the package manager installs each dependency only once globally.