frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

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

https://ozbrain.com
53•dariusmonsef•5h ago•21 comments

Show HN: Rex, a parallel functional language for scientific workflows

https://github.com/peterkelly/rex
17•peterkelly•4d ago•2 comments

Show HN: Shoehorn – Quantize any model down to run on your machine

https://notactuallytreyanastasio.github.io/shoehorn/
83•rhgraysonii•3d ago•18 comments

Show HN: I let an subagent workflow refactor my codebase for three days

https://github.com/ringlochid/oh-my-subagents
5•ringlochid•2h ago•2 comments

Show HN: ServerKit - Self-hosted control panel for apps, Docker, and databases

https://github.com/jhd3197/ServerKit
3•jhd3197•2h ago•0 comments

Show HN: Heimdall – Trust-verified knowledge layer for AI coding agents

https://github.com/ArihantDeva/heimdall
3•arihantdeva•2h ago•0 comments

Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

https://github.com/proliferate-ai/proliferate
37•pablo24602•12h ago•15 comments

Show HN: Plethora – Social platform and SDK around games and interactive content

https://plethora.studio/
3•pratt3000•3h ago•1 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://wolfoo2931.github.io/declarative-forms/
12•WolfOliver•11h ago•1 comments

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

https://www.danielvaughn.dev/posts/huzzah/
363•danielvaughn•1d ago•206 comments

Show HN: EchoVault, an app that interviews you and answers as you after death

https://apps.apple.com/us/app/echovault-digital-legacy/id6762042028
2•kingbillion1•4h ago•1 comments

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

https://simedw.com/2026/08/20/midi-autocomplete/
578•simedw•1d ago•113 comments

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

https://www.pianoify.net/
9•jardy•13h ago•0 comments

Show HN: Oasis - Giving Agents Situational Awareness

https://joinoasis.com
6•ns90001•11h ago•3 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
81•tinyprojects•1d ago•35 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
76•knaught•1d ago•37 comments

Show HN: Zroar – Serialized Roaring Bitmaps in Zig

https://github.com/manishrjain/zroar
4•mrjn•8h ago•0 comments

Show HN: Gramola, a CoverFlow-style music dock for macOS

https://apps.apple.com/us/app/gramola-music-dock/id6801078031?mt=12
6•fulltimefeline•13h ago•2 comments

Show HN: SteppeWM – a stacking IceWM-like Wayland compositor

https://github.com/uncognic/steppewm
8•uncognic•13h ago•6 comments

Show HN: CSVtoTable – turn a CSV/XLSX into one self-contained HTML file

https://github.com/vividvilla/csvtotable
6•v512•10h ago•1 comments

Show HN: CLI to Churn Out CLIs

https://github.com/chinmayrelkar/bawarchi
3•Chnmy•14h ago•0 comments

SHOW HN: WillItSpam – paste an email, see why it will land in spam

https://willitspam.com
3•vladimir-aleksi•14h ago•0 comments

Show HN: Traccia - Observability, Runtime Control & Audit for agents

https://traccia.ai/
2•vijaypoudel•10h ago•0 comments

Show HN: Interactive map of the Odyssey with tap-to-gloss Homeric Greek

https://georgemasto.com/odyssey/
7•bohnohboh•10h ago•3 comments

Show HN: We chased a weather balloon across Montana and never found it

https://radi8.dev/blog/uplink/
59•radeeyate•1d ago•26 comments

Show HN: ParqDB – Vector search in the browser from Parquet over HTTP"

https://search.parqdb.io/
24•petrizhang•1d ago•4 comments

Show HN: Argentic – An L402 Lightning toll booth for AI scraping agents

https://Argentic.network
8•Ag0146•22h ago•7 comments

Show HN: All your saved articles in one place

https://www.topicsapp.net
3•starlightttt•11h ago•0 comments

Show HN: A simple budget app focused on how much you can spend each day

https://www.coinsbucket.com/
3•vitormargis•16h ago•0 comments

Show HN: Free, non-profit crypto AML screening – no key, no trial

https://publicaml.org/free-crypto-aml/
5•publicaml•16h ago•0 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?