Typhoon-Tough Turbines Withstand Wild Winds

It’s really beginning to feel as though the problem of climate change is a huge boulder rolling down a steep hill, and we have the Sisyphean task of trying to reverse it. While we definitely need to switch as much of the planet over to clean, green energy as soon as possible, the deployment should be strategic. You know, solar panels in sunny places, and wind turbines in windy places. And for the most part, we’re already doing that.

A test unit in Okinawa, Japan. Image via Challenergy

In the meantime, there are also natural disasters to deal with, some of which are worsened by climate change. Eastern and Southeast Asian countries are frequently under the threat of typhoons that bring strong, turbulent winds with them. Once the storms pass, they leave large swaths of lengthy power outages in their wake.

Studies have shown that these storms are gaining strength over the years, leading to more frequent disruption of existing power systems in those areas. Wind power is the ideal solution where storms have come through and knocked out traditional power delivery all over a region. As long as the turbines themselves can stand up to the challenge, they can be used to power micro-grids when other delivery is knocked out.

Bring On the Typhoons?

Unfortunately, the conventional three-bladed wind turbines you see dotting the plains can’t stand up to the awesome power of typhoons. But vertical axis wind turbines can. Though they have been around for many years, they may have finally found their niche.

A Japanese startup called Challenergy wants to face the challenge of typhoons head on. They’ve built a vertical axis wind turbine that’s built to not only to withstand typhoon-level winds, it’s designed to make the most of them. Instead of horizontally-situated blades arranged like spokes or flower petals, these turbines have vertical cylinders that collect wind by harnessing the Magnus effect.

Continue reading “Typhoon-Tough Turbines Withstand Wild Winds”

Keep Your YouTube Habits To Yourself With FreeTube

If your usual YouTube viewing selection covers a wild and random variety of music, tech subjects, cooking, history, and anything in-between, you will sooner or later be baffled by some of the “Recommended for you” videos showing up. When it features a ten-hour mix of Soviet propaganda choir music, you might start wondering what a world taken over by an artificial intelligence might actually look like, and realize that your browser’s incognito / private mode really isn’t just for shopping birthday presents in secret. Things get a bit tricky if you actually enjoy or even rely on the whole subscribing-to-channels concept though, which is naturally difficult to bring in line with privacy in today’s world of user-data-driven business models.

Entering the conversation: the FreeTube project, a cross-platform application whose mission is to regain privacy and put the control of one’s data back into the user’s hands. Bypassing YouTube and its player, the watch history and subscriptions — which are still possible — are kept only locally on your own computer, and you can import either of them from YouTube and export them to use within FreeTube on another device (or back to YouTube). Even better, it won’t load a video’s comments without explicitly telling it to, and of course it keeps out the ads as well.

Originally, the Invidious API was used to get the content, and is still supported as fallback option, but FreeTube comes with its own extractor API nowadays. All source code is available from the project’s GitHub repository, along with pre-built packages for Linux (including ARM), Windows, and Mac. The application itself is created using Electron, which might raise a few eyebrows as it packs an entire browser rendering engine and essentially just disguises a website as standalone application. But as the FAQ addresses, this allows easy cross-platform support and helps the project, which would have otherwise been Linux-only, to reach as many people as possible. That’s a valid point in our book.

Keep in mind though, FreeTube is only a player, and more of a wrapper around YouTube itself, so YouTube will still see your IP and interaction with the service. If you want to be fully anonymous, this isn’t a silver bullet and will require additional steps like using a VPN. Unlike other services that you could replace with a local alternative to avoid tracking and profiling, content services are just a bit trickier if you want to actually have a useful selection. So this is a great compromise that also just works out of the box for everyone regardless of their technical background. Let’s just hope it won’t break too much next time some API changes.

Hacking A Netgear Router

Have you ever wanted to watch someone reverse engineer a piece of hardware and pick up some tips? You can’t be there while [Jeremy] tears open a Netgear N300 router, but you can see his process step by step in some presentation charts, and you’ll get a few ideas for the next time you want to do something like this.

The first part of the presentation might be a little basic for most Hackaday readers, but presumably, the intended audience might not know much about soldering or multimeters. But we enjoyed the methodology used to work out the UART pins on the board. We would have read the baud rate with the scope, which [Jeremy] does, but he also mentions a script to work it out and create a minicom profile that looked interesting.

Continue reading “Hacking A Netgear Router”