Day: July 30, 2024

Ring buffers are incredibly useful data structures that allow for data to be written and read continuously without having to worry about where the data is being written to or read from. Although they present a continuous (ring) buffer via their API, internally a definitely finite buffer is being maintained. This makes it crucial that […]
Don’t let the name of the Open-TeleVision project fool you; it’s a framework for improving telepresence and making robotic teleoperation far more intuitive than it otherwise would be. It accomplishes this in part by taking advantage of the remarkable technology packed into modern VR headsets like the Apple Vision Pro and Meta Quest. There are […]
The bottom of the sea is a mysterious and inaccessible place, and anything unfortunate enough to slip beneath the waves and into the briny depths might as well be on the Moon. But the bottom of the sea really isn’t all that far away. The average depth of the ocean is only about 3,600 meters, […]
[Jeff Sandberg] has put a fair bit of effort into adding solar and battery storage with associated smarts to his home, but his energy usage statistics were incomplete. His solution was to read data from the utility meter using RTL-SDR to fill in the blanks. The results are good so far, and there’s no reason […]
Fiddle around with cars long enough and you’ll realize two things: first, anything beyond the simplest repairs will probably require some kind of specialized tool, and second, those tools can be prohibitively expensive. That doesn’t mean you’re out of luck, though, especially if you’ve got scrap galore and a DIY spirit, as this junk bin […]
Back in the early 90s the world was almost graced with an arcade version of Lemmings, but after a few board revisions it was abandoned in 1991. Now the folk over at UK-based [RMC – The Cave] on YouTube have managed to not only get their mitts on a nearly finished prototype board, but have […]
Hurricanes can cause widespread destruction, so early forecasting of their strength is important to protect people and their homes. The US National Oceanic and Atmospheric Administration (NOAA) is using saildrones to get better data from inside these monster storms. Rising ocean temperatures due to climate change are causing hurricanes to intensify more rapidly than in […]
The ps command is extremely useful when you want to get some quick information on active system processes (hence the name), especially followed by piping it into grep and kin for some filtering. One gotcha is of course that ps doesn’t run in the current shell process, but is forked off into its own process, […]
When it comes to writing, sometimes a computer or smartphone is just too distracting to keep on task. [vagabondvivant] found this to be the case and rolled their own distraction-free writing tool, the Foliodeck. With the increasing availability of parts for cyberdecks, it’s not too surprising to see we’re seeing the emergence of the writerdeck. […]