Smallest particulate matter sensor revolutionizes air quality measurement

smallest-particulate-matter-sensor-revolutionizes-air-quality-measurement

Accurate measurement of PM2.5 concentration providing actionable data Innovative fanless design is silent and maintenance-free Bosch at CES: booth 16115 and start of new #LikeABosch campaign Clean air is fundamental to our health and well-being. Today, people typically spend approximately 90% of their time indoors, which has a negative long-term impact on health because indoor […]

Show HN: The Aria Programming Language

show-hn:-the-aria-programming-language

Aria is a modern, dynamic scripting language. It is meant to be a “sweet spot” language, easy to pick-up and enjoyable to use. It provides a familiar C-style syntax, with a feature set inspired by well-beloved languages such as Python and Rust. It comes with little ceremony and a focus on getting stuff done. The […]

USB-C for Lightning iPhones

usb-c-for-lightning-iphones

Taxes included. šŸ”„ Batch 1, 2 AND 3 already sold out… Sorry 😢 😢 Please sign up with your email to be alerted when your model gets back in stock. The models with the most sign ups get higher priority. ANNOUNCEMENT VIDEO: here Just plug your phone in this protection case and get USB-C in […]

Show HN: QuickTunes: Apple Music player for Mac with iPod vibes

show-hn:-quicktunes:-apple-music-player-for-mac-with-ipod-vibes

QuickTunes is a simple and fast Apple Music client for macOS. It aims to bring the simplicity of music players from the early 2000s like the iPod to your Mac. With QuickTunes, you can easily drill into your playlists, albums, artists, and songs, pick something, and press Play. Your browser does not support the video […]

Asyncio: A library with too many sharp corners

asyncio:-a-library-with-too-many-sharp-corners

A red garden tulip. Photo by my friend Jamie. One of the headliner features of Python 3.4 (released in 2014) was a new library in the standard library: asyncio, provisionally introduced for feedback as an import of the external tulip library. In Python 3.5 (released in 2015), async and await were added as keywords to […]

Personal aviation is about to get interesting (2023)

personal-aviation-is-about-to-get-interesting-(2023)

Aviation is a poster child for economic stagnation. Yes, airline travel has gotten cheaper and safer—great. But every other aspect of aviation has struggled or even regressed. As I’ve noted many times, we had supersonic travel across the Atlantic from 1976 to 2003. Today, not even the world’s richest travelers can fly that fast. Another […]

Getting into Flow State with Agentic Coding

getting-into-flow-state-with-agentic-coding

I recently found myself in a deep state of flow while coding — the kind where time melts away and you gain real clarity about the software you’re building. The difference this time: I was using Claude Code primarily. If my recent posts are any indication, I’ve been experimenting a lot with AI coding — […]

Torqued Accelerator Using Radiation from the Sun (Tars) for Interstellar Payload

torqued-accelerator-using-radiation-from-the-sun-(tars)-for-interstellar-payload

Abstract:The concept of exploring space using solar power is energetically appealing, but interstellar solar sails typically require extremely low areal densities (~0.8 g/m^2). This work explores an alternative approach: storing solar energy as rotational kinetic energy, which is later released to propel a microprobe beyond the solar system. The proposed Torqued Accelerator using Radiation from […]

Resizable Structs in Zig

July 26, 2025 In this post I will make the case for the concept of a ā€œruntime resizable structā€ in Zig. I will then design an API by exploiting Zig’s powerful comptime functionality. If you want to skip straight to the implementation, a minimal proof of concept is available as a package on GitHub. Zig […]