frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: I spent 6 years building a ridiculous wooden pixel display

https://benholmen.com/blog/kilopixel/
223•benholmen•2h ago
I built the world's most impractical 1000-pixel display and anyone in the world can draw on it. It draws a single pixel at a time and takes 30-60 minutes to complete a single image. Anyone can participate in the project by voting for the next image to be drawn, and submitting images.

https://kilopx.com/

Comments

joetannenbaum•2h ago
Incredible write-up and a hugely ambitious project. Thanks for sharing!
aarondf•2h ago
This has to be the the most expensive cost per pixel display I've ever seen. And I've never loved a display more. This is absurd in the best possible way
benholmen•2h ago
I don't think I want to think of the actual cost per pixel - especially the cost of my time! I have deliberately avoided accounting the final cost
zahlman•1h ago
For what it's worth, dollar stores typically sell wooden cubes for arts & crafts purposes (board game designers also like them for prototyping) in bags that work out to a few cents per piece. I guess they're quite a bit smaller than what you ended up using, though. And of course that doesn't account for the frame or the control mechanism. (And now you have me trying to think of more robust ways to turn the pixels...)
Rexxar•47m ago
And absolutely no energy consumption when you don't change the image.
mosdl•2h ago
Really cool and it would totally work for a restaurant/coffee shop.
benholmen•2h ago
I think I might put this in my friend's coffee shop but I'll restrict access to people in the coffee shop. Not going to let the internet get a hold of that.

In addition to the user-controlled modes I also have ambient modes. My favorite is a clock that struggles to draw the current time because it takes too long

Mabusto•1h ago
You gotta do the classic bouncing logo from The Office.
benholmen•1h ago
Genius. I'll do this when I install it in my Zoom background and take it off the internet
cinntaile•1h ago
There was a fish project on here a few days ago that also had to deal with uh... adverserial images and it was (mostly?) solved by training a neural net to detect those.
benholmen•1h ago
TTFP will surely be < 1 day
xnx•1h ago
Wow. Impressive. I would never have guessed you'd use a Vanna White / Wheel of Fortune turning method.
benholmen•1h ago
That it, the method will forever be called the Vanna White Method
mjwhansen•39m ago
Ben, can I get a vowel, please?
explodingwaffle•1h ago
This is awesome! Just so you know, you are legally obligated to do Bad Apple when interest dies down.
alnwlsn•1h ago
By my estimation, it would only take 1/3 of a year to render
benholmen•1h ago
y'know, I've been excited / feared that Bad Apple would show up. The good news is a lot of frames would probably just be a few pixels to change from the previous frame, so some might draw really quickly.

Basically you want to avoid keyframes on this thing, they'll kill you

drivers99•48m ago
Some of the ports of Bad Apple have had to deal with this and they narrowed it down to the few changes needed for each frame. When there were too many pixels to change all at once, they would make fewer changes in exchange for a loss of quality.

https://trixter.oldskool.org/2014/06/19/8088-domination-post...

https://trixter.oldskool.org/2014/06/20/8088-domination-post...

eclipticplane•1h ago
Amazing.

Could turn this into a 4 color display at the cost of drawing speed?

benholmen•1h ago
Yes! I have an RGB sensor that could handle that, but it's more bulky than the simple IR on/off sensor I went with. Could be four colors, or four shades of a color.
xpe•1h ago
You could order the presentation of a set of images by some distance metric :)

- naively: Levenshtein

- better: real world edit time based on a model of the display : probably dominated by XY travel distance

benholmen•1h ago
Oh I kinda love the idea of drawing the next one based on the pixel diff! Would be fun to game that queue.
skrebbel•36m ago
you could have it render a movie
munificent•37m ago
I was wondering about the algorithm to drive the plotter and update pixels, which ties into this.

Given the current image being shown and the next image, you (presumably) want to plot the pixels of the next image as quickly as possible. I believe the optimal algorithm is:

1. Calculate the set of pixels that are changed between the current and next image.

2. Find the shortest path from the plotter's current position through each of those pixels. I believe breadth-first search (O(n)) is sufficient here.

Running this on all potential upcoming images and choosing the one with the lowest total path cost would do what you propose under "better".

ashleyhindle•1h ago
This is so great

How is it volume wise while it's working? Manageable or painful?

benholmen•51m ago
Pretty quiet! I spent some time figuring out how to make sure the stepper motors don't whine (the answer is microstepping and decent motor controllers). The pixel turning is very quiet unless it misses slightly, then it makes a clunk.
xpe•1h ago
Another idea: have the cubes point an edge straight forward (instead of a face). Then if each cube has two adjacent dark sides and two adjacent light sides, one could setup two ‘simultaneous’ images: one viewed from the left at 45° and another viewed from the right. (Each pixel would have four possibilities.)
boothby•43m ago
Similarly, the camera could stay face-on and double the pixel count with largely the same hardware.
boredpudding•1h ago
This used to exist! I remember a video about this large analog billboard in Amsterdam (?).

Unfortunately I can't find the video. Will edit if I do (or anybody else finds it first).

smokel•59m ago
Perhaps you are thinking of Daniel Rozin's "Wooden Mirror" (1999)?

https://www.smoothware.com/danny/woodenmirror.html

benholmen•52m ago
Rozin was a direct influence on me! Seeing his stuff ~10 years ago got me thinking about unorthodox displays.
boredpudding•39m ago
That's a very good one, but in my case it was a huge billboard that was advertising movies and stuff.

It had cubes in different colors so from further away it would look like an image.

fentonc•1h ago
Awesome project! I built a somewhat similar 30-pixel display: https://www.chrisfenton.com/the-pixelweaver/

Mine was entirely mechanical (driven by punch cards and a hand-crank), and changed all of the pixels in parallel, but a lot of the mechanism development looked extremely familiar to me.

benholmen•52m ago
This is incredible! I can appreciate how much work it took to make this happen. Well done!

I was recently in the presence of some linotype machines from the 1800s and it's so good to be humbled by the achievements of people who came before us. That machine was so complex, I could barely begin to figure out how to manufacture one. Your discussion of looms reminds me of that!

cgriswald•1h ago
This is great, but you can get even more impractical: build a framebuffer!
joshmanders•1h ago
This is awesome, Ben!
derefr•59m ago
Speaking of "alternatives to e-ink for a zero-power-use-when-not-updating dot-matrix display"...

Has there ever been designed a "display" that is just a thermal printer hidden in one end of a box, and a take-up spool + tensioning spring hidden on the other end, such that the "display" is then a continuous thermal paper "scroll" stretched across the box behind class, that can be "refreshed" by printing a new full-width image to the thermal printer?

(I feel like this would be especially neat because the resulting display could be really long. Not very wide, though—I don't think you can get thermal paper rolls much wider than standard receipt-printer size. Correct me if I'm wrong!)

cgriswald•56m ago
Allow me to correct you: Some fax machines use thermal paper so your display can be at least 8.5".
tristor•38m ago
Ooh, I like this idea. You could also use the box structure to stretch the display so it has 4 sides if you build the mechanism correctly, which means as you refresh the image on the "primary" display it moves the other images to the secondary, tertiary, and quaternary displays before it gets taken up. You can use tensioned rollers at each corner hidden by the frame if you plan for a gap for "bezel".
daotoad•22m ago
If you wanted to take this a little further, you could cover the "display" with heat erasable ink like is used in a Pilot Frixion pens.

This ink is interesting in that it fades when heated (60 C), but darkens when cooled (-10 C). In between those temperatures it is stable.

Thus you could have one loop that is continuously reused. Not sure how many cycles you can get before the ink degrades.

turtlebits•18m ago
Not sure if you can call it a display if you have to throw it away to change an image.
mjwhansen•41m ago
Such a cool project, Ben!
saltcured•37m ago
I keep trying to imagine "faster" variations.

What about some system to shoot wooden spheres into a tube or channel for each scan line, selectively feeding different color spheres. Some combination of gravity or pneumatics to drive it. So a scan line would flush out one end and refill from the other. Then scale it up to a stadium size unit with bowling ball pixels.

I guess a challenging part would be proper timing to recycling the colors back into their appropriate supply channels. And also introducing some kind of damping to quiet it down and reduce the wear and tear on the pixels.

On the other extreme, you could go active matrix and have blocks that simply rotate in place to show different face colors based on some solenoid/servo action.

rented_mule•33m ago
Your idea is not too far from marble pixel art machines... https://youtu.be/w1ks0Vy98KI
jstanley•35m ago
Hah, cool, I had an idea for a similar project (although I'm not crazy enough to make 1000 pixels, or a robot to turn them for me). But I got as far as making a JavaScript simulation and realised I couldn't be bothered manually turning the beads https://incoherency.co.uk/beadboard/
re•34m ago
Really cool! I just watched it finish "cat saying 'hi'". It doesn't look like any new posts have shown up on @kilopx.com on Bluesky for the last 9 days though.

A few suggestions for improvements:

- After completing a submission, move the "pen" out of the way as much as possible to get a clean photo of the completed art before moving onto the next submission.

- On the website, show attribution for the currently in-progress submission.

- On the website, have a "history" gallery for completed submissions. It looks like pending submissions have permalinks that say "Timelapse will be available after this is drawn", but there's no way to discover permalinks for completed submissions (or the in-progress one).

rexreed•19m ago
This is cool. I wonder, as you were iterating on the design and development, why didn't you start with a very small grid (10x10) to validate or test different options for their practicality and operation before scaling up to the 1000 pixel versions? It might have saved a lot of time and money, but maybe small scale tests aren't sufficient to work out the kinks?
paulorlando•7m ago
Reminded me of NYU's Wooden Mirror Project: https://www.youtube.com/watch?v=Wb6eFGbwPeA

AmigaGPT

https://github.com/sacredbanana/AmigaGPT
1•erickhill•23s ago•0 comments

The Best Way to See China? On Futuristic, Punctual, Very Fast Trains

https://www.wsj.com/lifestyle/travel/the-best-way-to-see-china-on-futuristic-fast-trains-074f088f
1•bookofjoe•1m ago•0 comments

Chile's plunging birth rate may foreshadow future in U.S.

https://www.npr.org/2025/08/03/nx-s1-5476032/chiles-plunging-birth-rate-may-foreshadow-future-in-u-s
3•toomuchtodo•2m ago•0 comments

Hopfield Networks Is All You Need (2020)

https://arxiv.org/abs/2008.02217
2•liamdgray•4m ago•1 comments

Ask HN: Why does YC care what tech stack I use?

2•codecracker3001•4m ago•1 comments

Canada wildfires cause poor air quality in the Midwest and northeast U.S.

https://www.npr.org/2025/08/03/g-s1-80826/canada-wildfires-cause-poor-air-quality-in-the-midwest-and-northeast-us
1•PaulHoule•6m ago•0 comments

All the metrics for Hyperliquid in a single dashboard

https://hyperliquid.allium.so/
2•yishhh•7m ago•0 comments

Show HN: CRequest – HTTP Inspection Tool

https://crequest.cronhooks.io/
2•mrameezraja•7m ago•0 comments

Perplexity Plagiarized Our Story About How Perplexity Is a Bullshit Machine

https://www.wired.com/story/perplexity-plagiarized-our-story-about-how-perplexity-is-a-bullshit-machine/
2•rbanffy•10m ago•0 comments

The Trolley Solution: the internet's memed moral dilemma becomes a video game

https://www.theguardian.com/games/2025/aug/04/the-trolley-solution-the-internets-most-memed-moral-dilemma-becomes-a-video-game
1•mitchbob•10m ago•0 comments

Circadian Justice

https://eprints.lse.ac.uk/112431/
2•anigbrowl•11m ago•0 comments

Scientists Discovered a Way to Reverse Time–and Possibly Erase Mistakes

https://www.popularmechanics.com/science/a65593746/time-travel-in-the-quantum-realm/
1•Bluestein•11m ago•0 comments

Wasps may hold the secret to slowing down the aging process

https://le.ac.uk/news/2025/july/wasp-aging-leicester-biological
2•gmays•12m ago•0 comments

Engineer restores pay phones for free public use

https://www.npr.org/2025/08/04/nx-s1-5484013/engineer-restores-pay-phones-for-free-public-use
2•lentoutcry•13m ago•0 comments

The General Theory of Enshittification

https://paulkrugman.substack.com/p/the-general-theory-of-enshittification
6•INGELRII•14m ago•0 comments

Show HN: Procrastination disguised as preparation for moment that exists in futr

https://turquoise-cicily-87.tiiny.site/
1•yantrams•14m ago•1 comments

Indeed recruiter text scam: I responded to one of the "job" messages

https://slate.com/technology/2025/08/indeed-job-recruiter-text-message-scam.html
4•tortilla•14m ago•1 comments

Genetic Hotspots for Stuttering Origins

https://news.vumc.org/2025/07/28/large-scale-study-defines-genetic-architecture-of-stuttering/
2•gmays•18m ago•0 comments

Tesla Gives Musk Some Stock

https://www.bloomberg.com/opinion/newsletters/2025-08-04/tesla-gives-musk-some-stock
4•ioblomov•19m ago•0 comments

World in $1.5T 'plastics crisis' hitting health from infancy to old age

https://www.theguardian.com/environment/2025/aug/03/world-in-15tn-plastics-crisis-hitting-health-from-infancy-to-old-age-report-warns
5•mitchbob•20m ago•0 comments

I Sent 0.00000888 BTC Back to Satoshi's Address

https://lightcapai.medium.com/why-i-sent-0-00000888-btc-to-satoshis-address-18e3c15c671f
2•WASDAai•20m ago•1 comments

Markdoc and OpenAPI/Swagger spec generator

https://scheduleddowntime.com/p/why-we-built-our-own-openapi-to-markdoc
1•ewf•23m ago•0 comments

Global M&A hits $2.6T boosted by AI and quest for growth

https://www.reuters.com/business/finance/global-ma-hits-26-trillion-peak-year-to-date-boosted-by-ai-quest-growth-2025-08-04/
2•andrew_lastmile•24m ago•0 comments

Tesla awards Musk $29B in attempt to "keep Elon's energies focused on Tesla"

https://arstechnica.com/tech-policy/2025/08/tesla-awards-elon-musk-29-billion-after-much-larger-pay-plan-blocked-in-court/
5•unsnap_biceps•26m ago•0 comments

Trends in LLM-Generated Citations on ArXiv

https://spylab.ai/blog/hallucinations/
2•jxmorris12•27m ago•0 comments

The Generativity Pattern in Rust

https://arhan.sh/blog/the-generativity-pattern-in-rust/
2•todsacerdoti•28m ago•0 comments

Avoiding Ultraprocessed Foods Might Double Weight Loss

https://www.nytimes.com/2025/08/04/well/eat/avoiding-ultraprocessed-foods-might-double-weight-loss.html
7•2OEH8eoCRo0•31m ago•2 comments

Steveyegge/efrit: A native elisp coding agent running in Emacs

https://github.com/steveyegge/efrit
1•Despacito2019•31m ago•0 comments

I should have loved biology

https://jsomers.net/i-should-have-loved-biology/
2•bilsbie•32m ago•0 comments

Central Asian Nation's Crypto Boom Sparks International Alarm

https://oilprice.com/Geopolitics/International/Central-Asian-Nations-Crypto-Boom-Sparks-International-Alarm.html
1•PaulHoule•32m ago•0 comments