I thought I saw it as far back as simcopter
- 0 Posts
- 97 Comments
Strange, I’ve never seen that. Have you rebooted the system to make sure it has nothing to do with open files?
I did find one thread that seems related:
https://www.reddit.com/r/btrfs/comments/lip3dk/unreachable_data_on_btrfs_according_to_btdu/
btdu
is an excellent tool for finding out what’s taking up space in btrfs
Corngood@lemmy.mlto Linux@lemmy.ml•Baffled at PC freezing on Linux, but not on Windows for the same workload1·26 days agoSorry for the duplicate replies. Lemmy server drama…
That’s a tricky one if you’re getting no info from the kernel. I think the reply above about system instability under load sounds promising. Throttling things down to test seems like a good idea.
Corngood@lemmy.mlto Linux@lemmy.ml•Baffled at PC freezing on Linux, but not on Windows for the same workload2·27 days agoWere you running dmesg on another screen or over ssh or something? I’d look in
journalctl -b-1
after a reboot.Is it completely frozen or does it respond to pings etc?
Corngood@lemmy.mlto Linux@lemmy.ml•Baffled at PC freezing on Linux, but not on Windows for the same workload2·27 days agoWere you running dmesg on another screen or over ssh or something? I’d look in
journalctl -b-1
after a reboot.Is it completely frozen or does it respond to pings etc?
Corngood@lemmy.mlto Linux@lemmy.ml•Baffled at PC freezing on Linux, but not on Windows for the same workload1·27 days agodeleted by creator
Unfortunately X forwarding doesn’t work (as far as I can tell) with vulkan.
What I’ve been doing is using waypipe (which seems very stable), with xwayland-satellite (which is not so stable) on the remote end.
I’d also love persistent sessions, so I’ve been following wprs, but it doesn’t seem to support GPU drawing at all.
Lots of interesting tech, but it’s still pretty immature.
export WAYLAND_DISPLAY=wayland-1
Like with X it’s not guaranteed to be that value, but same idea.
Corngood@lemmy.mlto Programming@programming.dev•Where's the Shovelware? Why AI Coding Claims Don't Add Up4·1 month agoC at least has a preprocessor. C# has almost nothing except generators, which are a huge pain in the ass. Java seems to be similar.
Lisp is the greatest. Everything else is in between.
Corngood@lemmy.mlto Programming@programming.dev•Where's the Shovelware? Why AI Coding Claims Don't Add Up5·1 month agoWe should have tools and libraries that help us avoid boilerplate, not ones that help us write more of it.
In interactive add mode you can use
s
to split a hunk, ande
to edit it. That’s usually enough for me to split things up.
Corngood@lemmy.mlto Programming@programming.dev•If AI is so good at coding - where are the open source contributions?91·5 months agoOr to copy something and modify it 30 times.
This seems like a very bad idea. I think we just need more lisp and less AI.
Corngood@lemmy.mlto Programming@programming.dev•Structure and Interpretation of Computer Programs, 2e2·5 months agoI was a pretty experienced programmer when I first read SICP, but I still found it incredibly valuable. I’d recommend it to anyone.
I don’t disagree exactly, but I’d argue that you’re contributing to the project even if you’re just reporting bugs or helping others with it on e.g. Lemmy.
I could see avoiding all of that pragmatically in order to use some obscure, critical software, but not something you use every day and for which there are reasonable alternatives.
Corngood@lemmy.mlto Linux@lemmy.ml•Lenovo Cuts the Windows Tax and offers Cheaper Laptops with Linux Pre-installed26·6 months agoIt’s kind of absurd. When you buy a TV, the bloated adware at least helps lower the price. Imagine paying extra for it.
Corngood@lemmy.mlto Linux@lemmy.ml•Tuxedo OS (Ubuntu-based) with KDE/Wayland - waking from Sleep freezes the computer. Help?2·7 months agoFair enough, most of that isn’t something a user should have to worry about.
VT is just Virtual Terminals. You always have one of them active, and in most distros you can switch to others by Ctrl-Alt-F1 through F12. In some distos it’s just Alt-F1.
So if you press Ctrl-Alt-F2 you should be brought to a text login. For crazy historical reasons you may have to either press Ctrl-Alt-F1 or Ctrl-Alt-F7 to get back to your usual graphical session.
Arch docs for example: https://wiki.archlinux.org/title/Linux_console
Corngood@lemmy.mlto Linux@lemmy.ml•Tuxedo OS (Ubuntu-based) with KDE/Wayland - waking from Sleep freezes the computer. Help?6·7 months agoI would try:
- see if you can get logs of the resume process
- suspend from a text VT and see if that changes the behaviour
- boot into single user mode and try suspend from there
- boot an older LTS or a newer test kernel and see if it has the same problem
Corngood@lemmy.mlto Selfhosted@lemmy.world•Join Finamp's first Hackathon Next Week!English5·7 months agoI just started using finamp a couple of weeks ago and this inspired me to install the beta.
If I find any problems I’ll try to get involved on the repository. Discord is a bit of a turnoff though.
It’s like another attempt at programming with natural language, except using a non-deterministic black box.
They should call it Wish-BASIC ™