Live data from Hacker News

Show HN: Hacker News on a train station-style flip board

popflame.quickish.space

31–39 of 39 posts

Re: Show HN: Hacker News on a train station-style flip board

#31
post #20

With AI coding tools lots of people are having the same idea. Here is another one that uses sampled split flap sounds: https://www.minisplitflap.com

I tried to use a more digital sound at first, then went a step more realistic (ElevenLabs actually) but would have preferred to just record a real one.

Re: Show HN: Hacker News on a train station-style flip board

#34

Do I recognize the UI style here as being that cool, hacker, dark-mode, glowing aura text, rounded mono typeface style? Whoever came up with that motif and inadvertently coaxed fhe AI tools into copying it into ubiquity has had an enormous impact on the world! There are a lot of cells used for rank and vote count. If you used A-Z for rank and dropped the vote count you’d be able to see 50% more title, which is a lot.…

I don't disagree at all on the AI design. I can do a bit more (I have worked as a senior UI engineer at Nike and AWS), the reality is many of the parts I wanted to focus on outside the UI of the flaps got that "Claude Designed This" feel to it.

The original drop flap board I remixed this from (also one I did as a demo) I added a couple more rows and cols. I played with a few things but felt like this was more in-line with what I wanted the result to be but it still feels like it could be better.

Re: Show HN: Hacker News on a train station-style flip board

#38

Pretty cool! would be nice if it was customizable, like how quickly it finishes, would be a nice widget for a home media display.

I built this by testing a workflow for a service I started (hobby project) called quickish (https://quickish.site). You can just remix this (basically forks it and hosts it on your own space on quickish) for free. Can be public too. Can use the "Remix" button on the bottom right (just need a google account to login) or on CLI run: `npm i -g quickish && quickish remix create quickish/hn-flipboard`, there is also a quickish/flipboard that the HN one was remixed from (just a git fork behind the scenes).

You can work on it locally however you like, there is also a `quickish dev` command you can run in the site folder that starts up a local dev server with live reload. When you're happy with the changes just run `quickish . /flipboard` and it will publish it.

With all of that said, I am working on a version that is exactly what you are asking for. An editable board that lets you change the grid size, give it a unique url and password protect on top of a POST endpoint that let's you change the content via API (also all hosted on quickish) for that exact use case. I have a few more optimizations I am going through and will get that out.

I appreciate the kind words!

Post reply on HN