Show stories

Live mirror
30 storiesupdated 0s agoView source snapshot
  1. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    168comments
  2. Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app ↗)
    113comments
  3. Show HN: Pizza Bot – An inbox for AI agents that work in the background(github.com/pizza-bot-app ↗)
    3comments
  4. Show HN: Agenttik – work on multiple projects in parallel with AI agents(github.com/pausan ↗)
    discuss
  5. Show HN: Hacking a $20 4G wireless hotspot into a texting device(bkovac.github.io ↗)
    30comments
  6. Show HN: Panel – A research workspace where the agent can build its own panes(github.com/greentfrapp ↗)
    11comments
  7. Show HN: DeadLock OS – A Linux terminal puzzle game(crazygames.com ↗)
    discuss
  8. Show HN: Check if your IP has appeared in a residential proxy network(haveibeenproxied.com ↗)
    34comments
  9. Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks(github.com/ordewell ↗)
    29comments
  10. Show HN: HonestSky, a free iOS weather app without ads or subscriptions(apps.apple.com ↗)
    discuss
  11. Show HN: Redis City – Explore how Redis works in an interactive 3D model(poltora.dev ↗)
    25comments
  12. Show HN: DaiDocs, AI memory as a plain-text file format, not a service(github.com/kerneta ↗)
    1comments
  13. Show HN: Loss. a tiny satire about AI progress(workatloss.com ↗)
    7comments
  14. Show HN: SCIP MIP solver bindings for Go, ported from russcip(github.com/egoisutolabs ↗)
    discuss
  15. Show HN: farseer.space – fly anywhere in the universe in your browser(farseer.space ↗)
    1comments
  16. Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS(github.com/jamesryanatx ↗)
    21comments
  17. Show HN: Sass – Rust and WASM(github.com/zoosky ↗)
    discuss
  18. Show HN: Warp – Run DeepSeek v4.1 Flash with 5 GB of RAM at 3.77 tok/s(github.com/sqliteai ↗)
    2comments
  19. Show HN: Kinesis – Control your Mac with the Meta Neural Band(github.com/callbacked ↗)
    45comments
  20. Show HN: Pelican-bicycle alternatives(gally.net ↗)
    45comments
  21. Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost(narilabs.com ↗)
    31comments
  22. Show HN: Open-source passive NFC tag that signs with ECDSA, verified on-chain(github.com/mwbpnftechnology ↗)
    discuss
  23. Show HN: Let agent read files with secrets while redacting values for LLM contex(github.com/daniel-sc ↗)
    1comments
  24. Show HN: AirmailAI, a BYOK LLM chat app with a browser extension backend(airmailai.net ↗)
    6comments
  25. Show HN: TrailVid – Cinematic Travel Animations(trailvid.com ↗)
    discuss
  26. Show HN: Omni – Open-source workplace agent, built on Postgres
    discuss
  27. Show HN: TabPFN-3.5, a Tabular Foundation Model for messy real-world tables(priorlabs.ai ↗)
    1comments
  28. Show HN: I ported COLMAP (photogrammetry) to the browser in WASM and WebGPU(offlinetools.io ↗)
    discuss
  29. Show HN: I built a tiny camera that knows where it is(mightycamera.com ↗)
    4comments
  30. Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme(neobrutalism.dev ↗)
    76comments

Show HN: Redis City – Explore how Redis works in an interactive 3D model

163 pointsby 3d agopoltora.dev
25 comments
3d agoHN ↗

I created an interactive map to better understand how Redis works

Each component links to the source code, and you can open the console to enter your own commands and watch the execution flow

19h agoHN ↗

it is very beautifull idea and implementation. Open source available? It is good material for teaching how redis works.

15h agoHN ↗

Looks beautiful thank you! Looking at it though I keep thinking - would understand it better if it was factorio :-D

13h agoHN ↗

Not trying to rain on this parade. But it would be nice to know how much of this a person sat down and made. The captions all have the "X, not Y" tic, every component cites source by line number, and the site went from a post every few months to six in a week in four languages. Which all point to heavy LLM usage. It's not a crime. I'd probably use the robot to help build the thing too. It's just feels a bit icky on a Show HN.

10h agoHN ↗

Most of the frontend was built using LLMs, just like the frontend for almost all my projects over the past year.

LLMs handle this task much better and faster than I do. I read the library's code and articles about its architecture, then visualized the concepts using GPT and local models.

I was pleased with the result and decided to publish it. Honestly, I see no point in creating such visualizations manually these days - a model can do it much faster and better.

As for the articles, I write them entirely myself. There are more of them now because I built a bot that takes posts from my Telegram channel, translates them into three languages, and publishes them to the site.

10h agoHN ↗

It's just value(key) over the network, is there much that needs explaining? With 3d or otherwise.

12h agoHN ↗

Looks fun but adds nothing of educational value to the textual descritpions.

13h agoHN ↗

"The Grid. A digital frontier. I tried to picture clusters of information as they moved through the computer. What did they look like? Ships? Motorcycles? Were the circuits like freeways? I kept dreaming of a world I thought I'd never see."

15h agoHN ↗

There's a console and you can track your command! Very cool. Not sure if 3D is needed but very cool nonetheless, It might be that some things are missing (I don't know redis internals though) like some encoding step when getting data back to client, managing client connections and their state (multi, watch) etc.

15h agoHN ↗

3D model is almost like 2D diagram, only needlessly confusing and slop.

14h agoHN ↗

Will this become a trend? When the client asks you for an architecture diagram, you respond with a 3d world.

8h agoHN ↗

Which is modeled in Unity which you can walk around in VR...for kicks maybe though could unlock something in the mind...spatial computing is an interesting field.

4h agoHN ↗

VRML came and went decades ago, it never really took off.

12h agoHN ↗

my tiny brain can understand 2d better

11h agoHN ↗

that could be "new" technique to use agents in software development: instead of tiresome prompting/reviewing large swathes of text - pointing to specific area in a map, just like in a strategic videogame

4h agoHN ↗

could you add a way to slow it down a bit?