Urgent.News

What's breaking now, across thousands of outlets.

Tech

Magnetic core memory USB drive transfers files in sneakernet first — text and image files get moved between PCs via hugely constrained archaic memory tech

A dinner plate-sized magnetic core memory homebrew USB device has been used to transfer a text file from one PC to another for the first time.

Magnetic core memory USB drive transfers files in sneakernet first — text and image files get moved between PCs via hugely constrained archaic memory tech

A Japanese researcher has successfully transferred a text file and a monochrome image file between two PCs using a magnetic core memory USB storage device. This marks what may be the "world's first" usage of such archaic memory technology as a sneakernet device. The USB flash drive, roughly the size of a dinner plate, is capable of storing just 128 bytes of data, which limits the maximum size of the images it can hold to 32 x 28 pixels.

Despite its severe drawbacks, including its large size of about 30cm square, tiny storage capacity, and data loss during reading, the device was applauded for its innovative approach. The data transfer was demonstrated in a video embedded in a tweet, where LEDs on an attached 32 x 32 array glowed red to indicate data being read from or written to the device.

The text file was successfully transferred to Notepad on the receiving PC, and an image file was also transferred. The researcher plans to exhibit the device at Maker Faire Tokyo 2026, where it will be demonstrated to showcase this historical form of random-access storage.

Written by urgent.news from Tom's Hardware's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at tomshardware.com →

More in Tech

JavaScript "Variables"

Hi all, I learned about variables in JavaScript recently. Variables are containers which used to store data. It can be declared in 4 ways.

I built managed hosting for Hermes Agent so I could stop babysitting a VPS

The problem I run Hermes, an open-source agent with tools, memory, and cron built in. Before running my own managed service SaaS, I used various competitors to deploy on VPS.

  • Author built SEAOTTER, managed control plane for Hermes Agent.
  • SEAOTTER provides per-agent isolation with gVisor sandbox.
  • Service handles secrets via Google Secret Manager, no .env files.

Cloudflare KV for Session Caching in Multi-Tenant FastAPI: Reducing PostgreSQL Load Without Redis Complexity

Cloudflare KV for Session Caching in Multi-Tenant FastAPI: Reducing PostgreSQL Load Without Redis Complexity Every SaaS I've built hits the same wall: session validation on every request hammers…

  • Cloudflare KV serves as Redis alternative for session caching in FastAPI
  • Reduces PostgreSQL load without managing Redis service complexity
  • CitizenApp successfully implemented this KV-based session caching

More from Saturday 29 August →