One place Linux could still use some work is I/O scheduling. By default it's quite possible for one task to crater your system because it's churning through a lot of data. You can fix this both ahead of time and while a task is running with ionice.
I finally got around to making suspend work correctly again on my Devuan Linux desktop. It is not very tricky, although it is slightly more complicated in my case because I use ZFS. These version numbers are probably not that important, but some people like it when you lead with them...
I've been doing background tinkering on a potential low cost 3d printed, remote controlled tracked vehicle project, and to be frank it hasn't been going spectacularly until today — when I finally got a working powertrain assembled. To be clear this so far includes literally none of the track equipment, but I can just borrow that from someone else's project if I want to, and I probably will. This covers the other half of the equation, how to make the thing go.
CNN claims that Dolly Parton remained neutral in culture wars. It's true she was smart enough not to declare a party affiliation, but she made it quite clear that she did that for strategic reasons.
This is one of those things that should be obvious and findable anywhere right? But I had to look at five different search results! WTF!? Here is the formula:
=((LEFT(G5, SEARCH(":", G5)-1)*60)+RIGHT(G5, SEARCH(":", G5)-1))/60
Obvs change G5 to the correctly referenced cell.
I was recently prowling around looking for amusement and ran into Arknights: Endfield via a Let's Game it Out video, and I was sufficiently impressed by it that I felt compelled to write a little thing about it about how to get it running, and what its strengths and weaknesses are.
Installing ZMOD revealed a problem with my FlashForge Adventurer 5M which was either caused at the factory, during shipment (but the box is clean and shows no signs of mishandling) or my printer was a return that wasn't checked over before it was sent out again. This caused me to be unable to level the bed until I fixed it. The problem revealed itself as a "No Trigger on Probe After Full Movement" error during bed leveling.
I want to pick up where a failed print left off on my Adventurer 5M, but I'm running into the dreaded Timer Too Close (AKA "TTC") error from Klipper, which I know from errors shown on the Fluidd (web) interface instead of just having the system stop printing with no feedback like you get with the stock screen, because I am running the Forge-X mod.
My printer is a FlashForge Adventurer 5M. I got it for about $211 shipped, which is the only reason I bought this unit really. They seem to be hovering around $249 right now. In most ways I am very happy with it, but I ran into an irritating problem today.