The countertop in its natrual habitat: a van.

Cotton-Fiberglass Composite Makes Lightweight RV Countertops

You’ve seen fiber-reinforced-plastic before, no doubt, but perhaps never quite like in this video by [Whitburn Studio]: it’s still got the usual resin, but instead of glass or carbon fibers, he’s using printed Japanese cotton to create strong, lightweight and good looking parts for the interior of his RV– specifically the countertops.

The technique is very similar to the sort of moldless composite work Burt Rutan pioneered in aircraft use. The fiber-reinforced plastic is formed around a positive ‘buck’ that remains inside the final part, adding stiffness and some backing. Unlike Rutan’s designs, which used pure Styrofoam inside, [Whitburn] is using a sandwhich of two layers of thin ply (3.6 mm) with XPS foam in between. Adding plywood means you don’t need many layers of fiber– again, that’s a decorative cotton, here– to get a surface that won’t dent into the styrofoam when you drop a coffee cup on it.

Indeed, with the plywood providing much of the strength, he’s only using a single layer of cotton and a second of fiberglass– though the glass fibers are really there to protect the pretty print from oopsies while sanding, rather than for their mechanical properties, by the sounds of it. Everything is held together with clear epoxy resin, which also fills the weave of the fabrics. Multiple coats of that are required to get the smooth, shiny surface he shows off at the end, but all that sanding and buffing really pays off. That’s also where you have to be really careful to avoid oopsies– go through the cotton and you have to start over.

Aside from the aesthetics, since this is going in a vehicle the weight is an important consideration– the bigger of the two counters he makes, pictured here, weighs in at only 2.4 kg or 5.2 lb including the cutout covering the sink. That’s pretty good all things considered– a lot lighter than a cement countertop, or even one made of DIY resin tiles.

Continue reading “Cotton-Fiberglass Composite Makes Lightweight RV Countertops”

ChatGPT Patched A BIOS Binary, And It Worked

[devicemodder] wrote in to let us know they managed to install Linux Mint on their FRP-locked Panasonic Toughpad FZ-A2.

Android devices such as the FZ-A2 can be locked with Factory Reset Protection (FRP). The FRP limits what you can do with a device, tying it to a user account. On the surface that’s a good thing for consumers as it disincentivizes stealing. Unfortunately, when combined with SecureBoot, it also means you can’t just install whatever software you want on your hardware. [devicemodder] managed to get Linux Mint running on their FZ-A2, which is a notable achievement by itself, but even more remarkable is how it was done.

So how did [devicemodder] get around this limitation? The first step was to dump the BIOS using a CH341A-based programmer. From there, the image was uploaded to ChatGPT along with a request to disable SecureBoot. The resulting file was flashed back onto the FZ-A2, and all available fingers were crossed.

And… it worked! ChatGPT modified the BIOS enough that the Linux Mint installer could be booted from a flash drive. There are a bunch of bugs and issues to work through but in principle we have just seen AI capable enough to successfully patch a binary dump of BIOS code, which, for the record, is kind of hard to do. We’re not sure what all of this might portend.

So is uploading binaries to ChatGPT with requests for mods vibe coding? Or should we invent a new term for this type of hack?