Live data from Hacker News

Open source “split-flap” mechanical display

github.com

1–10 of 96 posts

Re: Open source “split-flap” mechanical display

#8
Fantastic.

Glyphs can be loaded in an arbitrary order. For a given corpus (e.g. city names, American English digraphs) how does glyph order affect the time taken to update the display? Is there an optimal ordering?

If your display could accommodate 5% more glyphs, which would you add and why?

(With apologies to anyone revising for an exam this summer.)

Re: Open source “split-flap” mechanical display

#9
I've long hunted for split flap modules on aliexpress and I know folks who buy old train boards to get these modules. I wonder if there's someone out there scaling up the manufacturing? I'd love to buy modules at under the DIY ~$50 mark and build cool stuff at home!

Re: Open source “split-flap” mechanical display

#10

Fantastic. Glyphs can be loaded in an arbitrary order. For a given corpus (e.g. city names, American English digraphs) how does glyph order affect the time taken to update the display? Is there an optimal ordering? If your display could accommodate 5% more glyphs, which would you add and why? (With apologies to anyone revising for an exam this summer.)

You can only flip in one direction, so the time taken to update is entirely dependent on the previous state. Worst case you'd need to display the previous character (B -> A for alphabetical order) and would have to flip through the entire alphabet to get to it.
Post reply on HN