frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Open-source calculator for "will my GPU run this LLM?"

https://jaeseok614.github.io/llm-gpu-checker-ko/
3•jaeseok614•38m ago•0 comments

Show HN: Live 3D satellite tracker and the declassified Pentagon UFO archive

https://skylens.yantraai.app/
62•skylensspace•20h ago•38 comments

Show HN: Neostatic, a tiny site/blog generator for neocities

https://github.com/giannitedesco/neostatic
3•scaramanga•5h ago•0 comments

Show HN: Dev // Cyber Toolkit – a free floating dev/cybersecurity widget

https://dev-cyber-toolkit.netlify.app
7•axoupicsou•13h ago•3 comments

Show HN: Public Muscriptor Instance (latest, most powerful Audio-to-MIDI model)

https://www.pianoify.net/
55•jardy•2d ago•13 comments

Show HN: Vidmoat – My Super Fantastic AI Native Video Editor (MCP, Web)

https://www.vidmoat.com
3•abilafredkb•7h ago•0 comments

Show HN: Mnemosyne Local hierarchical memory engine for AI agents (MCP Native)

https://github.com/M4F-S/mnemosyne
8•mfathy7•12h ago•1 comments

Show HN: Make your logo extra bright on HDR screens

https://www.soverybright.com/
73•telecuda•1d ago•86 comments

Show HN: terminal-code – VS Code inside the terminal

https://terminal-code.com
105•robpruzan•4d ago•28 comments

Show HN: OzBrain, a shared brain for knowledge between agents and your team

https://ozbrain.com
89•dariusmonsef•2d ago•53 comments

Show HN: USB – A universal skill bridge for AI agents

https://github.com/PeepSick/usb
4•peepsick•9h ago•1 comments

Show HN: Hillock – Local neuro-symbolic memory engine in <1.2GB VRAM

https://github.com/roandejager/Hillock
4•roandejager5•9h ago•0 comments

Show HN: Anonymous age verification with passkey-powered encryption

https://loginwithone.com/
42•mikeysight•4d ago•26 comments

Show HN: FramePin – Turn screen recordings into beautiful interactive guides

https://framepin.com/
3•aksuta•10h ago•0 comments

Show HN: Know the true cost of egg freezing upfront

https://eggfreezingfacts.org/
5•wowinter15•10h ago•0 comments

Show HN: Cartopolis, 3D virtual world (Rust/Bevy/OSM)

3•jvanveen•10h ago•3 comments

Show HN: Doop – open-source live canvas for AI agents to design

https://github.com/kgoedecke/doop
2•kgoedecke•10h ago•2 comments

Show HN: Rotation via Double Reflection

https://static.laszlokorte.de/rotor-reflect/
57•laszlokorte•2d ago•14 comments

Show HN: ZMQ Arena – a benchmark harness for ZeroMQ/ZMTP implementations

https://vorjdux.github.io/zmq-arena/
3•vorjdux•10h ago•0 comments

Show HN: Afterlid, guarded lid closed work for macOS

https://afterlid.com/
5•rjsajnani•11h ago•0 comments

Show HN: Civic Nightmare –Browser JRPG about a citizen in a savage civilization

https://github.com/Daniele-Cangi/civic-nightmare
4•DanieleCangi•11h ago•0 comments

Show HN: Modern demo of Douglas Hofstadter et al.'s 2001 Letter Spirit project

https://github.com/Paul-G2/letter-spirit-2-js
3•Paul-G2•11h ago•0 comments

Show HN: ClaudeGate – Run Claude Code CLI with Any AI Model (DeepSeek, Gemini)

https://github.com/Santosh-Prasad-Verma/ClaudeGate
4•Tarun121•11h ago•0 comments

Show HN: Gogress a simple SQL database in Go with WAL support

https://github.com/igomez10/gogress
2•igomeza•11h ago•0 comments

Show HN: Huzzah – a novel approach to coding with AI

https://www.danielvaughn.dev/posts/huzzah/
380•danielvaughn•3d ago•209 comments

Show HN: Tiny uptime monitor (account-less, agent-native)

https://upok.dev
3•flomllr•12h ago•0 comments

Show HN: Anagnorisis – local recommendation engine (v0.4.10 update)

https://github.com/volotat/Anagnorisis
3•volotat•12h ago•0 comments

Show HN: Renotify – A WhatsApp operations platform for teams and agencies

https://renotify.app
2•richbowen•13h ago•0 comments

Show HN: Zcomplete – Shell Typo Correction

https://github.com/omarfakih1/zcomplete
16•omarfakih•2d ago•3 comments

Show HN: I trained a 125M model to autocomplete piano on-device

https://simedw.com/2026/08/20/midi-autocomplete/
592•simedw•3d ago•118 comments
Open in hackernews

Show HN: Solidis – Tiny TS Redis client, no deps, for serverless

https://github.com/vcms-io/solidis
71•jayl-e-e•1y ago
Hey everyone!

Over the past two years I threw myself back into full-time engineering with a simple goal: write code that gives back to the community. After a lot of late-night FOMO (“AI will do it all for us, right?”) and some painful production incidents, I finally turned my weekend project into an open-source library.

[ What is Solidis? ]

- Super-light (< 30 KB) RESP2/RESP3 client with zero runtime deps and first-class ESM/CJS support.

- Fully tree-shakable – import only the commands you need.

- Written with SOLID principles & full TypeScript typings for every command.

- Designed for cold-start sensitive serverless platforms (small bundle + tiny memory footprint).

[ Why I built it ]

1. node-redis & ioredis pain

- ESM is still an after-thought.

- Hidden deadlocks on RST, vague error surfaces.

- Everything gets bundled, even commands you’ll never call.

2. I refuse to add a dependency I don’t fully understand – I literally read candidates 10× before `npm i`.

3. Serverless bills love to remind me that every KB and millisecond matters.

[ Key features ]

- Protocols: RESP2 and RESP3 (auto-negotiation)

- Bundle size: `<30 KB` (core) / `<105 KB` (full)

- Dependencies: 0

- Extensibility: Drop-in command plugins, custom transactions

- Reliability: Auto-reconnect, per-command timeouts, type-checked replies

[ Roadmap / Help wanted ]

- Benchmarks against `node-redis` & `ioredis` (PRs welcome!)

- More first-class Valkey love

- Fuzz-testing the parser

- Docs site – the README came first; I’d love help polishing full docs

This might be my last big OSS push for a while, so stars, issues, and PRs mean the world.

If Solidis saves you some cold-start time or just scratches a TypeScript itch, let me know!

Repo: https://github.com/vcms-io/solidis

License: MIT

Thanks for reading, and happy hacking!

(Feel free to AMA in the comments – I’m around.)

Comments

badmonster•1y ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•1y ago
Solidis isn’t necessarily aiming to outperform ioredis or node-redis in every way — its primary goal is to reduce bundle size rather than maximize raw performance. That said, it does offer some performance advantages in practice. Solidis is designed to handle pipelined commands more efficiently within a single event loop iteration and parses responses in a more event-loop-friendly manner.

As a result, in most real-world scenarios, Solidis tends to be about 2–3x faster than ioredis (even with auto-pipelining enabled). Compared to node-redis, the performance is generally on par or slightly behind.

One caveat: if the payloads being parsed are very large, Solidis can experience increased latency due to its parser being more CPU-intensive, which may introduce delays compared to other stacks.

swaptr•1y ago
Looks great! I tried plugging it into my setup that uses ioredis, but it doesn't seem to support loading the URI directly?
jayl-e-e•1y ago
Thank you very much. As you mentioned, connecting via URI is not currently supported, but it’s not difficult to implement, so I will consider adding it to the specification.
jayl-e-e•1y ago
Improvement deployed!
swaptr•1y ago
Thanks, really appreciate the quick resolution. Looks like a really cool project and the goals seem to be well defined. All the best.
jayl-e-e•1y ago
It's my pleasure! :)
jayl-e-e•1y ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?