frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Throwaway – open-source disposable email checker and API

https://github.com/sslboard/throwaway
3•weddpros•46m ago•1 comments

Show HN: Bin collection calendars for the entire UK

https://ukbinday.co.uk/
4•chartreuseai•1h ago•0 comments

Show HN: Qumulator – quantum circuit simulator, 1000 qubits, no GPU

https://github.com/qumulator/qumulator-sdk
12•nnoorbakhsh•2d ago•3 comments

Show HN: A new benchmark for testing LLMs for deterministic outputs

https://interfaze.ai/blog/introducing-structured-output-benchmark
52•khurdula•19h ago•21 comments

Show HN: Rocky – Rust SQL engine with branches, replay, column lineage

https://github.com/rocky-data/rocky
116•hugocorreia90•1d ago•48 comments

Show HN: Agent that refuses to run commands without human approval

https://github.com/few-sh/fewshell
9•hexer303•9h ago•2 comments

Show HN: Rip.so – a graveyard for dead internet things

https://rip.so
173•bozdemir•1d ago•112 comments

Show HN: Drive any macOS app in the background without stealing the cursor

https://github.com/trycua/cua
180•frabonacci•1d ago•40 comments

Show HN: An attempt to grow a mind – building software with an inner life

https://www.momentbymoment.app/
9•shahabebrahimi•15h ago•12 comments

Show HN: Live Sun and Moon Dashboard with NASA Footage

https://www.lumara-space.app/
213•beeswaxpat•1d ago•65 comments

Show HN: Task Manager for AI Agents (MCP, Opensource)

https://github.com/agentrq/agentrq
4•mrtnx•5h ago•1 comments

Show HN: Adblock-rust Manager – Firefox extension to enable the Brave ad blocker

https://github.com/electricant/adblock-rust-manager
91•electricant•22h ago•42 comments

Show HN: Auto-Architecture: Karpathy's Loop, pointed at a CPU

https://github.com/FeSens/auto-arch-tournament/blob/main/docs/auto-arch-tournament-blog-post.md
232•fesens•1d ago•75 comments

Show HN: My retired dad and I made a daily, somewhat difficult, quiz

https://kviss.eu/
35•steinvakt2•21h ago•18 comments

Show HN: SigMap – 81.1% retrieval hit 5, 96.9% token reduce,zero deps

https://github.com/manojmallick/sigmap
5•manoj079•10h ago•1 comments

Show HN: WorkProof – JSON schema for skill evidence graphs

https://github.com/TalentProof/workproof-schema
3•parth4•9h ago•0 comments

Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview

https://github.com/dirac-run/dirac
389•GodelNumbering•2d ago•145 comments

Show HN: 1990s Game Dev Algorithms for Distributed Systems

https://docs.merca.earth/blog/1990s-game-dev-algorithms-distributed-systems
8•cremer•15h ago•0 comments

Show HN: A Multi User Multi Task Board MCP Server

https://github.com/dizlexic/moo-tasks
5•dizlexic•15h ago•2 comments

Show HN: Study Bible MCP – scholarly Greek/Hebrew lexicons and morphology

https://github.com/djayatillake/studybible-mcp
11•DSJayatillake•19h ago•13 comments

Show HN: Utilyze – an open source GPU monitoring tool more accurate than nvtop

https://www.systalyze.com/utilyze
124•ManyaGhobadi•2d ago•28 comments

Show HN: Agent that mines academic research for novel time series discoveries

https://github.com/adam-s/alphadidactic
2•dataviz1000•13h ago•0 comments

Show HN: A terminal spreadsheet editor with Vim keybindings

https://github.com/garritfra/cell
124•garritfra•2d ago•51 comments

Show HN: Stream iOS Simulators to a Browser Window

https://github.com/EvanBacon/serve-sim
3•EvanBacon•13h ago•1 comments

Show HN: Claude Code Web UI

https://github.com/alexjbarnes/cockpit
3•recouptreadmill•13h ago•0 comments

Show HN: The Dominion List – an open-source db of Canadian founders in the US

https://dominionlist.com
7•antoinenivard•15h ago•0 comments

Show HN: Generative UI Library for React

https://www.getsyntux.com/
7•BeverlyHills001•15h ago•1 comments

Show HN: See where your computer connects (TapMap)

https://github.com/olalie/tapmap
2•olalie•17h ago•0 comments

Show HN: Send your first Peppol e-invoice in 5 minutes (EU mandate live)

https://getpeppr.dev/
2•zerolooplabs•17h ago•2 comments

Show HN: AgentPort – Open-source Security Gateway For Agents

https://agentport.sh/
6•yakkomajuri•18h ago•2 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•11mo 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•11mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•11mo 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•11mo 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•11mo 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•11mo ago
Improvement deployed!
swaptr•11mo 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•11mo ago
It's my pleasure! :)
jayl-e-e•11mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?