frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Geiger – See every AI agent on your machine and what it can touch

https://github.com/Atomburstofficial/geiger
13•atomburst•27m ago•2 comments

Show HN: PhotoToPattern – Turn photos into printable cross-stitch patterns

https://phototopattern.com/
2•taylorzhuzhu•32m ago•0 comments

Show HN: Whetuu – An opinionated, zero-config status line and history picker

https://github.com/yamafaktory/whetuu
3•yamafaktory•45m ago•0 comments

Show HN: Castforge – run Claude Code, Codex and Gemini as one dev team

https://castforge.ai/
3•jabenhaim•1h ago•0 comments

Show HN: Mnemiq – Open-source text-to-SQL tuned to your own database

https://github.com/agenticfabriq/mnemiq
2•paulinazhxu•1h ago•0 comments

Show HN: Skrivant – premise in, first-draft novel out, with continuity tracking

https://skrivant.com
4•meghneelgore•1h ago•0 comments

Show HN: Stop Scattering AI Resources Across Your Project: Meet Bear. Ctxpm

https://bear.best/en/blog/bear-ctxpm-context-package-manager/
3•BearBest•1h ago•0 comments

Show HN: Deploy unlimited small/medium-size apps with fixed price

https://pocketbasecloud.com/
3•tungnt620•1h ago•1 comments

Show HN: Parlel – LinkedIn, but searchable by AI agents

https://parlel.com/
3•Dheerajiitr•1h ago•0 comments

Show HN: OpenPost, an open-source alternative to Buffer, CapCut, and Canva

https://github.com/getopenpost/openpost
3•kraktoos•1h ago•2 comments

Show HN: Type.com: Multiplayer Codex/Claude in the cloud for non-tech use cases

11•krashidov•1h ago•7 comments

Show HN: Persistent Jupyter kernel execution and live output streaming in VSCode

https://github.com/rnoro/tithon
2•rnoro_•1h ago•0 comments

Show HN: Maxxwell – The IDE for Optimal Tokenmaxxing

https://maxxwell.dev/
9•mserrano258•2h ago•4 comments

Show HN: Copperhead – Cursor for circuit boards

https://copperhead.sh/
236•animeshchouhan•1d ago•107 comments

Show HN: LLM Attention Visualization

https://ishamf.dev/p/llm-attention-visualizer/
160•ifz•22h ago•25 comments

Show HN: Hazzel – A tiny, minimal, Git-native coding agent

https://github.com/mukundzha/hazzel
9•mukundjha06•2h ago•1 comments

Show HN: NeXDM – Fast 64-segment download manager for Windows in Rust

https://nexdm.in/
3•Technews2026•4h ago•1 comments

Show HN: Numen - self hosted, it tells you what needs attention before you ask

https://github.com/theBstar/numen
2•Bikramsutar•5h ago•0 comments

Show HN: AgentPulse – Claude Code and Codex status in tmux

https://github.com/jerriclynsjohn/tmux-agent-pulse
4•jerriclynsjohn•5h ago•0 comments

Show HN: Impress your boss with interactive Scikit-Learn Decision Tree

https://github.com/mljar/supertree
5•pplonski86•6h ago•0 comments

Show HN: VolAnti – Open-source acoustic detector for fibre-optic FPV drones

https://github.com/agamrossen/VolAnti
13•agamrossen•15h ago•0 comments

Show HN: Compute Polynomials Twice as Fast

https://thomasahle.com/fast-polynomials/
6•thomasahle•6h ago•0 comments

Show HN: Jigsaw Haiku

https://jigsawhaiku.com/
116•windowshopping•4d ago•33 comments

Show HN: Interactive Tree of Life

https://ptree.org/
113•Lucent•5d ago•25 comments

Show HN: Booley – open-source IDE for agentic chip design

https://github.com/boldaxolotl/booley
4•boldaxolotl•7h ago•0 comments

Show HN: ZWPlayer 3.3.2, a free HTML5 video player with ads and music mode

https://www.zwplayer.com/
3•logicplayer•9h ago•0 comments

Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon

https://github.com/Sadpainy/Stuxnet
173•CMDDestory•1d ago•51 comments

Show HN: Pipnote – Share a reminder they can't peek at until it arrives

https://pipnote.app/
8•radomird•19h ago•5 comments

Show HN: AI-first open-source alternative to Microsoft and Google Office

https://github.com/injectinglabs/injoffice
6•nickpismenkov•9h ago•5 comments

Show HN: Estimate your AI CO2 footprint

https://llmfootprint.fyi/
6•wyre•10h 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?