Show HN: Hacker News on a train station-style flip board (popflame.quickish.space)
The idea here is that people (like me or you) can create something neat like this, and others can remix it, change it and publish their own version. This is that all in action and it worked great. I wrote a blog about it (the blog is dogfooding, it's just an app hosted on quickish that uses the built in db lib).
For the HN version of this flip board I use their firebase api via the built in quickish server functions that make use of the fact that the front-end can get realtime updates (now that you mention firebase) from cloud function db updates. Of course that's over-kill but I wanted to show something fun. You can remix and host your own version for free, just need a google oauth login that's it.
OG flip board I built (Portland Based - Current Weather): https://popflame.quickish.space/flipboard-preview
Blog post that dives a tiny bit deeper: https://popflame.quickish.space/blog/hacker-news-on-a-split-...
28 comments
[ 0.30 ms ] story [ 55.2 ms ] threadUnless your host is limiting number of requests, indiscriminately.
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. Vote count could be an optional overlay shown at the end of the title in the last 3 seconds of each frame. Or just drop it altogether.
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.
It's cool though.
[1]: "Up top: opens settings (page timing and a token to drive the board from a script), ♪ toggles the flap clicks, and goes fullscreen. Own this board? Click any row to pin your own text over it."
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!