Ergonomic Mouse Gives Each Fingertip Its Own Saddle

Want to make your own ergonomic mouse but don’t know where to start? Why not try [psudoku]’s Kotinos design?

It’s a scaffold-like fingertip shell that uses the internals of an HSK Pro mouse. Each fingertip gets its own little saddle-shaped nook, and things like hand size and paddle surface can all be configured by modifying the OpenSCAD scripts.

[psudoku]’s unit looks to us as though it was maybe made using multi-jet fusion (MJF) 3D printing, but it should be perfectly printable on hobbyist printers, whether resin- or filament-based.

Comfort of the contact surfaces is left up to the end user, but if your print lacks smoothness and sanding isn’t your jam, you might consider a layer of fabric tape to create a velvet-like surface on a 3D print. That’s a trick we’ve kept in mind ever since seeing it put to good use, cushioning the hardware in a DIY steam deck case.

Is the minimalist scaffold approach to a mouse not your style, or does your hand crave something less lightweight but a little more personalized? You might want to craft a truly custom-fitted mouse, for which clay is the way.

Custer’s Revenge: EVTOL Drone Brings Back Channel Wings

You have to be a pretty big aviation nerd to know about [Willard Ray Custer] and his channel wing concept, but if you are, you’ll be giddy to hear about the semicircular profile of the HopFlyt Cyclone drone’s tandem wings. If you’re not quite that much of a nerd, please keep reading, because it’s a really neat concept that never — er — quite got off the ground.

[Custer]’s idea was pretty simple, and born of a shift in reference frame — he realized that only the relative wind over the wing mattered, not the airspeed of the entire aircraft. The same idea drives every blown-wing short-takeoff-and-landing (STOL) project from the DHC-7 turboprop airliner to the An-72 cargo jet: air from the engines washes over the wings, creating lift. Where [Custer] went further is that rather than blowing air over a straight wing, he wrapped the wing under the propeller in a semicircle to maximize the area of lower pressure — and thus lift — creating the “channel wing” that bears his name.

Theoretically, an aircraft with channel wings and powerful enough engines might be able to do vertical takeoffs just from the blown lift, but none of [Custer]’s prototypes demonstrated that — just excellent short-field capability. The HopFlyt drone would be the same, except that, being a tandem, it has double the channel wings of [Custer]’s more-conventional designs, and it’s also a tilt-wing to boot. In that mode, the added low-speed lift from the channel wing makes transitions easier than they otherwise would be — which isn’t anything to sneeze at, since transitioning from vertical to horizontal flight has always been the real bane of VTOL projects.

They’re claiming a reduced fuel burn of 10% in hover and transition thanks to the extra lift from the channel wings. You can see their prototype in action in the demo video embedded below. We once featured a project that went even further, blowing air across a special hollow wing for propulsion and blown lift. The easiest eVTOL project still starts with a quadcopter, though.

Continue reading “Custer’s Revenge: EVTOL Drone Brings Back Channel Wings”

Downloadable Xbox Thumbstick Toppers Give Gamers Accessibility Options

Microsoft has a history of taking accessibility options seriously for gaming controllers, and that trend continues with downloadable thumbstick toppers for Xbox controllers. Being straight from the source, the 3D models should fit as well as can be expected with a minimum of fiddling. Just make sure you select the right controller model, because they are each subtly different.

The toppers themselves come in different styles, and there’s a design to fit a variety of needs, from a thumb cradle to ones intended for more serious adaptations —  the perforated X-shaped topper, for instance, is meant to anchor a custom shape molded overtop it.

Continue reading “Downloadable Xbox Thumbstick Toppers Give Gamers Accessibility Options”

Picking A CRC

You send a file, but how do you know it arrived intact? In other words, how do you know that it didn’t get cut off, garbled, or changed somehow? Simplistically, you could just add up all the bytes in the file — a checksum — and send that along with the file. You compute the checksum when you know the file is good, and the receiver can compare the checksum to see if they match.

However, a simple addition doesn’t catch certain classes of errors, which is why there are better checksum algorithms that, for example, wrap the carry bit around or otherwise modify files with common errors so they produce different checksums. There are two problems with checksums. First, no matter how much you modify the algorithm, the chances that two files produce the same checksum are pretty high. Especially with common error patterns.

For example, assume a very simple algorithm that simply adds the bytes and discards any carry. If a file contains 0x80, 0x80, those numbers essentially cancel each other out. If you replace them with 0, 0, you’ll get the same checksum. To some degree, using anything other than a second copy of the entire file will have this problem — some corruption goes undetected — but you want to minimize the number of times that happens.

The other problem is that a checksum by itself doesn’t let you correct anything. You know the data is bad, but you don’t know why. If you think about it, the simplest checksum is a parity bit on a byte: odd parity is simply summing all the bits together. If the parity bit doesn’t match, you know the byte is bad, but you don’t know why. Any even number of errors goes undetected, but I am sure one-, three-, five-, or seven-bit errors will get caught.

People invent better error-checking codes by devising schemes that can promise they can detect a certain number of bit flips and, at least in some cases, correct them. One of these is the cyclic redundancy check (CRC). It is easy to think of the CRC as a “strong checksum,” but it actually works differently. What’s more, there isn’t just a single CRC algorithm. You have to select or design a particular algorithm based on your needs. Most people pick a “named” implementation like CCITT or Ethernet and assume it must be the best. It probably isn’t.

A CRC is a checksum in the broad sense: you feed it a message, and it gives you a small value that you append, store, or compare later. But unlike a simple additive checksum, a CRC is based on polynomial division over GF(2), which is a fancy way of saying “divide using XOR instead of carries.” That detail matters. It gives CRCs very strong guarantees against common classes of errors, provided you choose the right polynomial for the job. That’s the key. You must choose the right polynomial.

Continue reading “Picking A CRC”

Wooden Piano Keys Hold Your Less-Wooden, Not-Piano Keys

There are many ways to deal with keys: a bowl next to the entryway, a junk drawer, or you can just leave them in your pockets and hope you remember to check on Laundry Day. [Inventive Robin] has come up with his own, unique take on the key holder concept: he’s got piano keys to hold his car keys, CNC’d out of some nice hardwoods.

Of course, it’s not just a fake one-octave piano with hooks glued to it; that wouldn’t be quite enough to catch our fancy. There’s a mechanism hidden under the “white” keys– made of maple– that lowers the brass hooks when you press the, er, wooden actuator, so you can retrieve your, uh, lock-openers. Keys, that is. They’re both keys, of different sorts, because English is a wonderful language. In any case, pressing the maple key a second time lifts the brass hook, trapping the likely metal key hanging on it.

The mechanism was carved from acetyl sheet on the same Shapoko CNC machine that handled the wood, and was assembled with purchased metal rods, springs, and some plastic standoffs. It’s very satisfying to watch it work unenclosed, so check out the build video embedded below to see that in action– jump to 4:46 if you don’t want to get the whole design brief.

It’s not the most complex of hacks, but it’s beautifully done inside and out, and [Robin] is clearly happy with the result. It’s nice enough that visitors might want to photograph the key holder, but perhaps have them do it sans keys– those photos could potentially be a security risk.

Continue reading “Wooden Piano Keys Hold Your Less-Wooden, Not-Piano Keys”

The Y2K Bug In BSD 2.11 That Survived 2000

A year before the arrival of the brand-new 21st century, the Year 2000 Bug was predicted to grind modern society to a halt and ensure that at the dawn of the year 2001, there’d be nothing left but the smoldering wreck of once great societies. Thanks to the concerted efforts of countless engineers, software developers, and many others, we were left with mostly just silly glitches, with one of these surviving bugs apparently just discovered, as [Van Heusden] reported on an NTPd bug in BSD 2.11.

To be fair, it is a pretty obscure one, as the demonstration involves BSD 2.11 on a PDP-11/70 from 1975, so it’s probably not something that still sees much use outside retrocomputing enthusiast circles. In the blog post, the demonstration involves connecting a specific adapter by Traconex, capable of receiving WWV/WWVH time signals, and setting it up for use by the NTPd prior to running the ntpd -a any -d -d -d -d command.

Continue reading “The Y2K Bug In BSD 2.11 That Survived 2000”

IKEA Storage Box Just Happens To Make Great Printer Cover

The Snapmaker U1 3D printer is an impressive machine for the price, but [Beaver Works] found the optional factory-offered top cover a wee bit expensive for his tastes. The solution? 3D print a fixture and use a clear 45 L Samla storage box from IKEA as an effective and affordable cover for the machine.

Why a cover?  A cover helps retain heat and block drafts, which can help improve print quality. A cover also keeps the machine’s insides dust and debris-free, not to mention serving as a decent barrier to curious fingers or paws.

This is a great use of an off-the-shelf product that performs at least as well as any bespoke solution. The nature of printer enclosures makes them trickier than one might think, with the size and weight of materials often driving costs up for something that seems relatively simple in concept. Getting one by 3D printing the fixtures and purchasing the bulky part locally and affordably is a great alternative. IKEA even sells the box’s lid separately, so one can buy just the box and isn’t stuck with an unused lid afterward.

Integrating off-the-shelf components into a design is often risky because much of it is outside the designer’s control. Availability can change, and a manufacturer might alter dimensions or design elements without any notice. But IKEA’s storage products are pretty well standardized and work really well for this purpose.

On the off chance you need a design tweak, [Beaver Works] has provided STEP files for the 3D-printed parts, something we always love to see.