惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
Y
Y Combinator Blog
M
MIT News - Artificial intelligence
The Cloudflare Blog
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 司徒正美
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
C
Check Point Blog
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
V
V2EX
F
Fortinet All Blogs
B
Blog
大猫的无限游戏
大猫的无限游戏
N
Netflix TechBlog - Medium
B
Blog RSS Feed
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

HN's home page

More than 6 out of 10 people turn to AI for psychological support databow: a Rust CLI to query any database with an ADBC driver Pluto.jl 1.0 release – reactive notebook for Julia Use your Nvidia GPU's VRAM as swap space on Linux Show HN: Paseo – Beautiful open-source coding agent interface 4K years ago, Mohenjo-daro grew more equal over time Gleam v1.17.0 Released I'm skeptical about efforts to revolutionize schooling CT scans of BYD car parts Branchless Quicksort faster than std:sort and pdqsort with C and C++ API My thoughts after using Clojure for about a month The advertising cartel coming to your web browser Open Repair Data Standard – Open Repair Alliance JLink JTAG Access on the Pinecil Gmail Thinks I'm Stupid, So I Left HP re-releases classic computer science calculator: The HP-16C Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2 Microsoft's MAI-Code-1-Flash Scores 51% SWE-Bench Pro with Just 5B Active Params MAI-Thinking-1 Microsoft Announces AI Autopilot | Hacker News Morningstar values SpaceX at $780B, half its IPO target GitHub Copilot App | Hacker News Bringing Up DeepSeek-V4-Flash on AMD MI300X U.S. Army Corps of Engineers Bay Model Anthropic scales Claude Mythos to critical infrastructure in 15 countries QBE – Compiler Backend – 1.3 Larry Ellison: "Citizens will be on their best behavior because we’re recording" (2024) Three Ways to Get Paid (2018) Coreutils for Windows | Hacker News Trump signs executive order granting oversight of AI models
I built a ceiling projection mapping of the planes flying...
frereubu · 2026-06-03 · via HN's home page

The repo subtitle is `Project the aircraft passing overhead onto your ceiling, in real time — an X-ray through the roof.`

The demo video starts outside pointing at a cloudy sky with an airplane passing overhead. My mind, seeded with the word "x-ray", thought the outside shot was the video projection on his ceiling. I thought his rain gutters were crown molding, and when the camera man runs inside, I thought he was running outside to show the real life airplane.

The actual projection is neat, but how fun would it be to have an x-ray projection of the night sky.


Thought the same thing. Would be super cool to project the night sky with procedurally generated cellestial objects, planes, spaceships, etc.


I can't imagine it would take too much to pull that sort of real information, no? Like, what celestial objects are overhead, constellations, satellites, etc

EDIT: OH! Looks like it's already configured for that!


> The actual projection is neat, but how fun would it be to have an x-ray projection of the night sky.

Something like Sega Toys Homestar?


I thought the same thing! The plane being so low made it seem like an exaggerated computer-generated plane.


Wow so cool! I had daydreamed about doing something similar with e-ink display on my wall so I could see details about whatever plane I'm hearing.. but this blows that out of the water.


I bought several 3b+ Raspberries a really long time ago and this seems like the perfect simple&breathtaking project for such ancient hardware. Who needs a fourth PiHole on their local network?!

"Fortunately" I live directly beneath CHA's main landingstrip, so lots of regular data available. Fortunately, I am not in the main takeoff path because that would be much worse.


I've got a Raspberry Pi 2b I've been using for probably close to a decade, with two SDRs hanging off it, pulling aircraft ADS-B locations and VHF radio transmissions out of the sky. It's a great application for this platform. ADS-B scanner averages about 25% CPU and the VHF airband receiver averages about 17% (uses hardware FFT).


Thanks for the percentages – let's me know that a PiHole can co-pilot as an SDR tracker. Which do you use (via USB, I suspect..)?

I'mma slap a cheap LCD on (instead of projecting onto ceiling) and make it look like the arrival screen you'd see behind an airport kiosk (and broadcast the VHF/tower). This is a perfect front porch project (to encourage neighborhood curiosities).


Two separate USB RTL-SDR dongles. Very important if you do two receivers: Make sure you have an official Raspberry Pi 2b charger that outputs enough wattage. Cheesy bargain bin power supplies you get on Amazon are not up to the task of powering the Pi + 2 radios, and they will not work. Get some good airflow around the radios too, because they can get a bit hot.


I've been really disappointed with the Cannakit power adapters which came bundled with my 3b+ units (four, total). They are definitely not able to deliver enough power to even a dongle-less Raspberry – not sure why they were paired together.

All have been replaced with beefier AC/DC bricks. Definitely thanks for the consideration and model reqs.

My own recommendation is to use a powered USB hub, immediately plugged into any Pi (so the Pi's adapter can just worry about powering only CPU board).


Unlike models with lots of memory, the Pi3 1GB and Pi4 1GB are still cheap, but the Pi4 1GB is sold out everywhere. I think the Pi4 is sweet spot for small projects.


I have many varieties of Pi, but my favorite (overall) is the Pi400 (mine has 4gb, but that built-in keyboard!). The 3b+ is great for one-task projects that don't need [much/any] local input.


Random aside: there’s a restaurant in San Diego on the SAN flight path with a split flap display over the bar. Every time a flight passes over it updates to show flight number and departure airport. It’s quite neat.


Would have loved a post on working out the geometry of the projection, especially if it accounted for transitions of ceiling to wall. That would be fun.

The surface through which one is projecting is a flat rectangle. Had it been a hemispherical dome one wouldn't have had to do anything special for the transitions.


(To be clear, the "I" in the title is not me, the submitter - it's the title of the Reddit post).