Thanks. I’ve had a couple of comments suggesting that it might be a memory leak instead of CPU usage anyway so I’ve installed earlyoom and we’ll see if that can diagnose the problem, if not I’ll look into CPU solutions.
- 7 Posts
- 368 Comments
Open a console with top/htop and check if it will be visible when the system halts.
That would require me to have a second machine up all the time sshed in with htop open, no? Sometimes this happens on the server while I’m asleep and I don’t really want a second machine running 24/7.
Afraid I’m using OpenRC.
communism@lemmy.mlto
Linux@lemmy.ml•LFS drops support for System V, citing workload problems and upstream dependencies on systemd
4·5 days agoWow, that surprises me. I did LFS with Sys-V (didn’t continue to use it after I set up X11 as I couldn’t be bothered with package maintenance/mostly did it as an exercise rather than for the sake of the finished system) and found it a fun project.
I wonder how many LFS users use GNOME or something that depends on systemd…
communism@lemmy.mlto
Technology@lemmy.world•DuckDuckGo poll says 90% responders don't want AIEnglish
12·10 days agoOn duckduckgo.com it’s unfortunately enabled by default though. You have to go out of your way to set your search browser to noai.duckduckgo.com if you want default AI disabled (which you’ll want on e.g. private browsing windows/any browser that autodeletes cookies when you close it). It’s extra hassle because most privacy web browsers use DDG by default, not the noai subdomain.
The terminal lets you delete the system with the same checks as GUIs, i.e. you’d be prompted for a privilege escalation password… If you delete random user files in the terminal then you can do that in a graphical file browser too. Just don’t run random commands without knowing what they do.
I really do think that’s their problem, and software shouldn’t cater to people who are afraid of checks notes typing. There can be real accessibility reasons why some users may require graphical tools due to various disabilities, but I don’t think it’s reasonable to feed into irrational fears of terminals when they can just copy paste in commands. It’s not programming, it’s very simple to understand the syntax of any command the average user might have to use (ie they’re not doing scripting or anything like that).
communism@lemmy.mlto
Selfhosted@lemmy.world•Self-host Reddit – 2.38B posts, works offline, yours foreverEnglish
0·24 days agoThis is just an archive. No different from using the wayback machine or any other archive of web content.
communism@lemmy.mlto
Linux@lemmy.ml•Is anyone planning on forking Plasma to restore X11 support when it is dropped?
3·28 days agoYeah. It looks like a lot of the BSDs might be the way to go if for whatever reason you want/need to stay on X11. I’ve been trying out OpenBSD on one of my machines, and following for quite a lot longer, and progress on Wayland support seems to be relatively slow over there.
communism@lemmy.mlto
Linux@lemmy.ml•Is anyone planning on forking Plasma to restore X11 support when it is dropped?
7·29 days agoI imagine that some graphical environments will always support X11. I’d suggest you switch to one of those. If someone forked Plasma, it’d have far fewer eyes on it than something like i3. I assume XFCE will continue to support X11 for a while too since it’s only just working on Wayland support. Maybe some of the less common DEs like MATE are worth looking into?
communism@lemmy.mlto
Technology@lemmy.world•Sony AI patent will see PlayStation games play themselves when players are stuckEnglish
1·29 days agoPeople play games for different reasons. A lot of people play games to relax, and challenge themselves doing serious stuff. It’s literally fine for things like cheats to exist (and there’s no such thing as cheating for singleplayer games anyway). If someone wants to make their singleplayer game easier, or to skip a particularly hard section, or whatever, it doesn’t affect anyone else in any way, so let them.
communism@lemmy.mlto
Programming@programming.dev•Back-end programmer for gig economy company describes how the sausage is made.
5·1 month agoIf OP were smart (and they seem like an intelligent enough person) they would’ve thrown in some false red herrings to make it not seem like them. Maybe they quit a while ago, or maybe they haven’t handed in their notice yet. etc. Hopefully that’s the case. And hopefully they reach out to a journo to get this reported on.
On the other hand hopefully their red herrings don’t get some other person falsely implicated.
chezmoi does everything I need. It’s really nice; would recommend.
communism@lemmy.mlto
Linux@lemmy.ml•Is gamedev a good hobby? or should i try something else?
5·2 months agoGame dev is much more about creativity than technical excellence, for the average hobbyist. So I’d say it’s actually a good hobby to get into if you’re “not the sharpest tool in the shed”. You could even go down a no-code approach like with RPG Maker, if you’re averse to coding.
Why not? Of course people who make something (in this case, a programming language) are going to promote what they make and share praise they’ve received. It’s a pretty normal thing to do. They’re not trying to obscure the fact that they’re the Rust Foundation—it’s on the Rust blog.
That’s different to developing software. As a developer you are in large part responsible for ensuring that your software doesn’t compromise your users’ security. It’s reasonable to not want to distribute software that may contain malware or just shitty code that is full of vulnerabilities or bugs.
communism@lemmy.mlto
Technology@lemmy.world•It just keeps getting worse - Firefox to "evolve into a modern AI browser"English
1·2 months agoThey should be pretty on it for security updates. Librewolf is also hardened compared to upstream Firefox so if security is a concern, you’re probably better off using the fork anyway.
communism@lemmy.mlto
Technology@lemmy.world•It just keeps getting worse - Firefox to "evolve into a modern AI browser"English
4·2 months agoIf it’s so easy to “use wrong” then it’s badly designed software.
communism@lemmy.mlto
Technology@lemmy.world•It just keeps getting worse - Firefox to "evolve into a modern AI browser"English
84·2 months agoNobody’s saying it’s mandatory. People don’t want their web browsers to be full of bloated AI slop. Why should there be the AI components of Firefox on my hard drive if I’m never going to use them? Why should my web browser be full of low quality features I’ll never use? It’s enshittification. Not to mention the very quote you’re pasting specifies that it’s opt-out, not opt-in.

The point is that a daemon can catch it before it reaches that point by killing processes that are using too much resources, before all the system resources are used up.