@OpenComputeDesign @AnachronistJohn @kabel42 @rl_dane
...how much ram did you say you have? That's kinda ridiculous unless you have a _lot_ more chats than I think you do O_o
@OpenComputeDesign @AnachronistJohn @kabel42 @rl_dane
...how much ram did you say you have? That's kinda ridiculous unless you have a _lot_ more chats than I think you do O_o
@pixx @AnachronistJohn @kabel42 @rl_dane
4GB RAM, 4GB Swap space. I have mastodon, matrix, gmail/gchat, protonmail (actually, usually close protonmail so I can have more youtube), and youtube is pretty much all I ever have open on this computer. I only ever have a web browser open, no other programs except terminals, and I reboot twice a day
@OpenComputeDesign @AnachronistJohn @kabel42 @rl_dane
...I know firefox sucks but 4G for that is a bit insane imo
@pixx @AnachronistJohn @kabel42 @rl_dane
Well, it runs fine on first boot. But after a while (A few hours, less if I'm doing research and opening extra tabs), all the webapps have leaked enough memory for it to really slow down.
Just as an experiment, I've opened some extra tabs to accelerate the usage (I'm on a fairly fresh reboot) and just 600mb of Swap used is enough for the system to lag really hard when switching windows
@OpenComputeDesign @AnachronistJohn @kabel42 @rl_dane
huh
Well I just ran out of RAM on Linux twice, _without swap_, and system recovered fine. Was responsive enough for me to go kill the system update (which was using all RAM to compile, uh, vscodium, i think. used that one fucking time lol.)
This tab in firefox got killed, as did steamwebhelper and several other FF tabs, but the system is just, fine
@pixx @AnachronistJohn @kabel42 @rl_dane
weird :o
@OpenComputeDesign @AnachronistJohn @kabel42 @rl_dane
I wonder if swap makes it _worse_ lol
@OpenComputeDesign @AnachronistJohn @kabel42 @rl_dane
TBH I want to see a memory usage breakdown of your system when this happens, I think that's what you'd really need to know what's going on :/
Firefox shouldn't generally be leaking memory. I've left 100 tabs open for weeks and memory usage never just randomly goes up
@pixx @OpenComputeDesign @AnachronistJohn @kabel42
Firefox is good about suspending inactive tabs to save RAM.
@rl_dane @OpenComputeDesign @AnachronistJohn @kabel42
agreed, other than the part where you started by saying "firefox is good" /snark
@pixx @OpenComputeDesign @AnachronistJohn @kabel42
I think that Firefox is objectively, ethically the least bad among any modern web browsers that can load a page like youtube or amazon.
Horrible bar to pass under, of course, but it is what it is.
@rl_dane @OpenComputeDesign @AnachronistJohn @kabel42
sure, it's still shit software thuogh
I'm not even talking ethics, just as a pure matter of code
it's bad code
@pixx @rl_dane @AnachronistJohn @kabel42
Bad ethics, bad code, still better in both respects to Chrome imo :P
Still don't like it, though
@OpenComputeDesign @pixx @AnachronistJohn @kabel42
I'm not so sure that Firefox is better code than Chromium. But definitely more ethical. Or at least, up until a couple years ago.
@rl_dane @pixx @AnachronistJohn @kabel42
I dunno, chromium based browsers have always been buggy as _fuck_ in my experience. Yes, even worse than firefox.
@kabel42 @rl_dane @pixx @AnachronistJohn
Too be fair, wayland is also absolute _crap_ :P
@kabel42 @rl_dane @pixx @AnachronistJohn
Hey, as we've all been told, on a preemptive multitasking system, it is _impossible_ for one crashed app to effect the rest of the system. So you must just be imagining things, anyway :P
@OpenComputeDesign @kabel42 @rl_dane @pixx That’s a bit disingenuous.
Obviously, on a Sinclair QL or an Amiga, a rogue program can take down the whole system.
On Windows, with tons of design issues and decades of bad decision history, a rogue program can take down the whole system.
With Linux and the BSDs, this shouldn’t happen, but it’s possible, and most often it happens when trusting stuff like video hardware to do its thing where the rest of the OS has not as much control over things as it does with the rest of the computer.
With Linux and the BSDs, if you can reliably crash the whole computer using a userland program, that’s a big bug and should be reported.
On the other hand, sometimes it feels good to vent, and if that’s the purpose of what you’re saying, that’s fine, but understand that your generalizations aren’t correct.
@kabel42 @AnachronistJohn @pixx @rl_dane
Ok too be fair drivers are literally the worst thing ever and it would genuinely be better for everyone if we just standardized hardware so drivers could be abolished completely
@kabel42 @AnachronistJohn @pixx @rl_dane
What possible downsides could there be to no drivers?
@kabel42
Theoretically you wouldn't even need that but really, part of the problem with standardization is that if the standard way is bad, you'll just have people ignore it
Opengl is a standard and we still need drivers.
The only way around that is what rpi and, apparently, nvidia?? are soing, where the hardware has a coprocessor in it that implements the driver and then the api on the cpu is just a proxy
Which means you still have a driver but now you're dependent on the vendor for it and it's opaque and hidden
This is not better
@pixx @kabel42 @OpenComputeDesign @AnachronistJohn
Disagree. If there's a single hardware standard, and the vendor's implementation is crap, then the blame is on the hardware/firmware, rather than the OS/drivers.
Yeah but it doesn't *matter* who the blame is on
When the standard is implemented as a driver in software it can be _fixed_
When it's a driver in firmware then bugs are permanent the instant the vendor stops caring
A valve dev has been improving Amdgpu support for older cards recently
If the driver was in firmware then that wpuld be completely impossible
@pixx @rl_dane @kabel42 @AnachronistJohn
Counter point:
If there were no drivers, and everything was standardized, then there would be no moving targets, and application optimization could be perfected in perpetuity without the threat of obsoletion that currently plagues the computing world
No, because now you've just shifted bugs into hardware where they're harder to fix
Drivers aren't buggy because drivers are a bad idea, it's because it's a hard problem. Implement an algorithm entirely in hardware and it's impossible to fix if the silicon is wrong.
The only possible way to have bugs be fixable is to have software controlling the hardware, so that you can route around bad or incorrect hardware. You can't just say 'well stop fucking up the hardware then,' that isn't how anything works
@pixx @OpenComputeDesign @kabel42 @AnachronistJohn
I dunno, I still think it's better to offer standard interfaces than have every piece of hardware work in a bespoke way.
Yeah but the hardware _is_ pretty custom, and very complex, already. Pretending it's not doesn't help.
Even something as simple as "reset" requires either knowing about every block that needs reset, or having effectively a cpu on device that performs that operation.
If you have software for it anyways- and you *will* - I'd much rather that software be in the os as source code than on the device as a blob
@pixx @rl_dane @kabel42 @AnachronistJohn
Concept:
_Force_ on device software to be open standards as well.
Lots of drivers, even for open source operating systems, still rely on binary blobs, both written to ROM in the hardware, and embedded in the drivers. Debian not installing such drivers by default for many years was _highly_ problematic, but it sure did give a fantastic impression of just how many drivers rely on proprietary blobs.
@pixx @rl_dane @kabel42 @AnachronistJohn
And besides, sure, there _are_ lots of open source drivers. But that's _despite_ the efforts of hardware vendors. As far as big companies are concerned, open source drivers are a bug, not a feature.
@kabel42 @pixx @rl_dane @AnachronistJohn
Yeah but, every single OS now has to either borrow Linux's honestly pretty crappy drivers, or go through the exact same process an Linux did with 30 years of fighting hell.
@kabel42 @pixx @rl_dane @AnachronistJohn
Well, using Linux drivers as documentation would be a lot easier if it wasn't for the fact that Linux stuff, in general, seems to have pretty poor code readability. And also, lots of Linux drivers _still_ have proprietary blobs at their core.
@kabel42 @pixx @rl_dane @AnachronistJohn
Well, too be fair, large code bases just kinda are the very definition of nightmares. "Kernel" and "large code base" ideally would not be related terms at all.
@kabel42 @pixx @rl_dane @AnachronistJohn
Hasn't it been working on that since before Linux was even a thing?
@kabel42 @pixx @rl_dane @AnachronistJohn
Sure sure :P
One of the things that keeps me from flat out writing my own OS is remembering how the Gnu kernel is going
@kabel42 @pixx @rl_dane @AnachronistJohn
Yeah, every once in a while I'll forget they're owned by amazon, and will consider building something with freertos. But as soon as I look it up I remember and immediately close the tab.
@OpenComputeDesign @kabel42 @pixx @AnachronistJohn
Hmmm, freertos pie, just add chili. ;)
@OpenComputeDesign
No no no
That's totally wrong
Plenty of hobby kernels progress waaaay faster than hurd
Gnu is just bad at everything lol
@OpenComputeDesign
I'm almost certain you're more competent than gnu lmao
It's hard not to be xD
@pixx @kabel42 @rl_dane @AnachronistJohn
*looks at my piles of ruined projects* er... I don't think I'm more competent than _anyone_
@pixx @OpenComputeDesign @kabel42 @AnachronistJohn
You're mean. XD
@OpenComputeDesign @kabel42 @pixx @AnachronistJohn
Do what #SerenityOS did: target QEMU as your "hardware."
Solves a lot of problems. Linux kernel as HAL.
@rl_dane @kabel42 @pixx @AnachronistJohn
This is simultaniously viscerally terrifying and very appealing
@golemwire @OpenComputeDesign @kabel42 @pixx @AnachronistJohn
That mirrors my gut feeling as well. 😄
@kabel42 @OpenComputeDesign @pixx @AnachronistJohn
Hurd is nearly finished? Really finished, or "GenAI singularity any moment now, just another trillion USD PUHLEEEEAAAZE"—finished? XD
@kabel42
Lmao
Hurd predates linux and also uses linux drivers iirc
"Temporary solution"
My temporary solutions are for days not decades 🤣
@pixx @kabel42 @rl_dane @AnachronistJohn
My temporary solutions do indeed tend to last years
@kabel42 @pixx @rl_dane @AnachronistJohn
Geez, big spender!
I've got a $5 netgear router inside my ISP's router because I moved and didn't wanna go through the effort of logging all my old devices into the new wifi
@kabel42 @pixx @rl_dane @AnachronistJohn
And yes, I bought a used wifi router, and stuck with the factory default SSID and password. But too be fair, the password isn't password, which probably makes it more secure than the ISP's wifi router, which uses the account holder's phone number as the password, with no way to change it as far as I can find.
@kabel42 @OpenComputeDesign @pixx @AnachronistJohn
lol this would have been funny if you said it 20 years ago. It's sadly hilarious now.
Sorry, if you were being serious, then it's not nice to start my reply with "lol."
But... wait, were you actually serious? :D
@kabel42 @rl_dane @OpenComputeDesign @pixx …and, just to poke fun at you…
@AnachronistJohn @OpenComputeDesign @pixx @kabel42
Heh, the "Experimental" and "Highly Experimental" options remind me of that old "Magic" "More Magic" joke.
https://guix.gnu.org/static/blog/img/installer-kernel-page-hurd64.png