OLEDs Have Gained Brightness, Not Burn-In Resistance

OLED displays solve many of the problems suffered by LC displays, including color fidelity, dynamic range and power usage. That said, especially in the early days OLED gained a reputation for dim screens, short lifespans and burn-in. Over time better organic dyes were developed, along with burn-in prevention methods that have made OLEDs much closer to LCDs in terms of longevity. In a recent comparison between OLED TVs by RTings it’s however clear that between 2017 and 2023 there haven’t been any major advances beyond bumps in brightness.

The relatively dim screens were a major problem, as they prevented OLEDs from displaying HDR content. This issue has been well and truly addressed, as confirmed by RTings’ testing, but after an over 10,000 hours stress test that simulates about 10 years of regular use at maximum SDR brightness, especially static elements like the CNN TV banner happily burned in even on the newest models with all burn-in prevention measures enabled.

Here the biggest take-away is probably that even if the expected panel lifespan at full brightness is still the same, this higher brightness budget means that you can gain some lifespan by cranking the brightness way down. It’s also essential to keep features like pixel refresh cycles enabled, as demonstrated by [Hardware Unboxed] and their abuse of a QD-OLED monitor where a worst-case 6,000 hour stress-test managed to create some impressive levels of burn-in from uneven subpixel wear.

Using Starlink’s Satellites To Study Earth’s Upper Atmosphere

Aside from global access to cat videos, the presence of thousands of Starlink broadband internet access satellites in LEO has a very pleasant side effect for atmospheric researchers. Starlink publicly publishes near-real-time ephemeris data on its individual satellites. From this data you can deduce many details about the atmosphere at that altitude, including its density at specific altitudes at specific times, information which otherwise would be very hard to gather. Recently, this allowed [Mamoru Yamamoto] to determine the density of the thermosphere using tomography.

In a similar 2025 paper by [Zhuoliang Ou] et al. as published in Remote Sensing, this same data source was used to investigate details of the thermosphere. With Starlink publishing this data since 2021, this provides an invaluable dataset for studying this outermost part of the atmosphere.

Continue reading “Using Starlink’s Satellites To Study Earth’s Upper Atmosphere”

Linux Fu: Improving FTP

FTP isn’t exactly cutting-edge technology. These days, if you control both ends of a connection, you’re probably using scp, SFTP, rsync, or something even fancier. But FTP refuses to die, especially if you are perusing old public FTP servers or talking to retrocomputers. Every now and then, you still need an FTP client. Naturally, there are plenty of graphical clients. But some of us would rather stay at the command line. You could just type ftp, of course. It works, and if you haven’t used it lately, it is probably better than you remember. However, I’ve long been a fan of NcFTP. While some other FTP clients have caught up, it still has unique features that make FTP a lot more productive.

Not Your Father’s FTP

Before maligning the standard ftp command, though, we should point out that it probably isn’t the FTP client you remember from 30 years ago. For example, on openSUSE Tumbleweed, /usr/bin/ftp is really tnftp, a portable version of NetBSD’s enhanced FTP client. Debian uses it too; the ftp package in both Bookworm and Trixie leads you to tnftp. Since current Raspberry Pi OS is based on Debian Trixie, you’ll encounter tnftp there, too. That’s significant because tnftp has already fixed many of the irritations you might associate with old-fashioned FTP.

You get command-line editing, history, and filename completion, things that are also in ncftp. Both understand passive FTP and IPv6. The tnftp client can also retrieve HTTP, HTTPS, and file: URLs, so commands such as:

ftp https://example.com/something.tar.gz

aren’t necessarily typos, although ncftp lacks this ability. But ncftp does have some killer features.

Remember Me?

One of NcFTP’s nicest creature comforts is bookmarks. Connect to a machine, move to a useful directory, and save it:

ncftp /pub/micros> bookmark oldstuff

Then later you can simply type:

ncftp oldstuff

The bookmark can remember more than just the hostname, making frequently used FTP sites feel much more like named resources than anonymous servers you repeatedly have to navigate.

NcFTP also maintains a cache of remote directory listings. If you’ve ever used FTP over a slow link, you know how annoying it is to ask for the same directory listing over and over. NcFTP can often work from what it already knows instead. Neither feature sounds earth-shattering, but together they make an interactive FTP session considerably more pleasant.

Get All The Things

Another difference becomes obvious when you want an entire directory. NcFTP supports recursive transfers:

get -R foo

or:

put -R foo

That seems obvious if you’re accustomed to modern tools, but traditional FTP is fundamentally organized around transferring individual files. NcFTP does the tedious directory walking for you. It also handles resuming interrupted transfers more naturally, something particularly welcome when the file in question is a multi-gigabyte disk image rather than README.TXT. With tnftp, you have to explicitly ask to resume an interrupted file. NcFTP will detect it and, depending on configuration, either resume or, at least, offer to resume the transfer.

Go Away, I’m Busy

NcFTP also has a clever background-transfer system. Commands such as:

bgget giant-file.iso

Hand a transfer to NcFTP’s spooler rather than tying up your interactive session. There are corresponding facilities for uploads. That’s an interesting distinction from simply detaching a shell command. NcFTP knows that this is a transfer job and maintains a queue of FTP work that can be retried and processed independently.

Shell Games

But perhaps the biggest reason to know about NcFTP is that NcFTP isn’t just one program. The package includes commands such as ncftpget, ncftpput, and ncftpls. These perform FTP operations directly from the Unix shell without starting an interactive FTP command interpreter. For example:

ncftpget ftp.example.com /tmp /pub/widget.bin

or:

ncftpput ftp.example.com /incoming widget.bin

This is much nicer in a script than sending commands to ftp using, for example, a here document and automating login with .netrc. For example:

ftp <<EOF
open ftp.example.com
cd incoming
put widget.bin
quit
EOF

Sure, it works, but any time you send input to an interactive program it is, at best, messy. The ncftpput program expresses what you actually wanted to do in the first place: put this file there. That’s much more Unix-like.

Don’t Do This At Home

None of these conveniences change FTP’s fundamental problem: ordinary FTP is not secure. Usernames, passwords, and data can travel without encryption. If you’re designing a new system and control both ends, you usually have much better choices. But sometimes you don’t control both ends. If FTP is something you run into, ncftp is worth knowing about. Bookmarks, cached directories, recursive and background transfers, and especially the script-friendly companion commands turn an antique protocol into something that feels surprisingly at home on a modern Unix command line.

Of course, just as you can use FUSE to mount an ssh server, you can use ftpfs, to make a remote server look like part of your file system. You never know when FTP is going to crop up.

Toy Computer Restored

In the 1960s, the home computer was barely a twinkle in anyone’s eye. This was the decade in which computers were used by a handful of companies and organizations and took up entire rooms. It was the decade that saw the birth of the first integrated-circuit computer, the Apollo Guidance Computer, and, rather strangely, one of the first home computers of sorts: the Digi-Comp 1.

In 1963, E.S.R. introduced this little programmable educational toy computer. It relies on simple mechanical logic gates, programmed by positioning tubes on sliders. Their original intention was to create actual computers, but one thing led to the next, and E.S.R. became the premier educational computer toy company of the 1960s. The Digi-comp is a rather simple device. A program is entered by soda-straw-like tubes placed on sliding rails. These tubes interact with spring-loaded levers which move in accordance with the “clock” switch. The result is a simple binary computer you can program.

Continue reading “Toy Computer Restored”

Hackaday Europe 2026: Open Source Hardware Goes Underground, Literally

These days open source is everywhere, and frankly, we couldn’t be happier about it. But even with as prevalent as open software and hardware has become, we still occasionally hear about a project that takes the concept somewhere unexpected. Which is precisely why we were so eager to hear more about the fascinating work [Phil Underwood] has been doing.

In his talk Open Source Caving: 20 Years of Making Cave Mapping Tools at Hackaday Europe 2026, [Phil] takes us through a series of progressively more advanced open hardware devices that he’s designed to increase the speed and accuracy of underground mapping efforts. Along the way, he’s learned a number of valuable lessons about designing hardware that’s robust enough to handle the uniquely challenging environment underground while still being accessible enough for a hobbyist to build and use.

Continue reading “Hackaday Europe 2026: Open Source Hardware Goes Underground, Literally”

Printing FDM Filaments That Are Just Plain Weird

The fun thing about thermopolymers like PLA is that you can blend in additives, some of which are necessary to make it at all usable, while so many other additives are either just cosmetic or arguably just plain weird. In a recent video, [Zack Freedman] goes over some of the weirdest ones that he’s come across so far.

These range from the pretty-normal-but-unusual, like CMYK sets of filament for full-color printing, to the rather unusual, like very silky PETG and foamy TPU and TPE, all the way to the WTAF ones, such as Timeplast filaments that can be used as soap as well as fish food.

He also tried a range of filaments that vie for being the blackest filament possible, while others pretend to be paper or are made out of literal landfill trash. Some hit your olfactory senses with a hammer by smelling like all the lemons just got squirted right up into your nose, purportedly to keep flies at bay. There is also pumpkin spice-flavored PLA, for when you really need to make the holidays extra fragrant.

Overall, the range of filaments here is quite dizzying, with some being actually practical, while others are mostly about their green credentials, or about being pretty or having a specific olfactory experience. Whether any of them are for you depends. Do you have a longing for 3D prints that smell like pumpkin spice or are fish food?  We’ve noticed before that [Zack] likes strange filament.

Continue reading “Printing FDM Filaments That Are Just Plain Weird”

A small, 3D-printed banjo frame that uses a party balloon for the resonating chamber.

May This Balloon Banjo Resonate With You

Most instruments, with maybe the exception of pianos, have consumable parts. Guitars need string changes, bows need rosin, saxophones need reeds. [Co:Creation Lab]’s balloon banjo requires both fishing line and a party balloon, lest it be semi-silent.

If you want to change the resonance, just increase or decrease the amount of air inside the balloon. Neither the balloon nor the strings need tools to adjust, but we might argue that tuning pegs are tools.

The balloon banjo was the result of a design constraint: a parent should be able to build it with their child. To that end, there are no metal screws, no recurring snap-fits in the assembly, and a single, internal, one-time-use snap fit for the adult’s tactile satisfaction. Instead, the balloon banjo uses 3D-printed screws. A six-year-old can turn them with their fingers, and it’s difficult to over-tighten them and strip the plastic threads.

Be sure to check it out in action after the break. If you would rather use extant plastic to make music, the Bottlephone 2.0 is calling.

Continue reading “May This Balloon Banjo Resonate With You”