frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: AI memory with biological decay (52% recall)

https://github.com/sachitrafa/YourMemory
18•SachitRafa•1h ago•7 comments

Show HN: Free textbook on engineering thermodynamics

https://thermodynamicsbook.com/
82•2DcAf•6h ago•27 comments

Show HN: Auge Vision from Your Terminal

https://auge.franzai.com/
17•franze•2h ago•2 comments

Show HN: Turning a Gaussian Splat into a videogame

https://blog.playcanvas.com/turning-a-gaussian-splat-into-a-videogame/
189•yak32•3d ago•39 comments

Show HN: Polynya – Turn your Postgres into workspaces for AI

https://polynya.dev/
3•hasyimibhar•41m ago•0 comments

Show HN: Matrirc – run irssi in 2026, talk to people on Matrix

https://github.com/pawelb0/matrirc
4•pawelb0•42m ago•0 comments

Show HN: Tiao, A two-player turn-based board game

https://playtiao.com
2•trebeljahr•1h ago•0 comments

Show HN: Mdlens – Reduce token spend and boost retrieval on Markdown-heavy repos

https://github.com/Dreeseaw/mdlens
2•dreeseaw•1h ago•0 comments

Show HN: AgentSwarms – free hands-on playground to learn agentic AI, no setup

https://agentswarms.fyi/
3•rohan044•1h ago•0 comments

Show HN: Stop Destroying Your Charging Cables

https://www.bbc.com/future/article/20260421-your-bad-habits-are-destroying-your-charging-cables
9•wasimsk•2h ago•0 comments

Show HN: Time Pin – a Geo Guessr style game but history themed

https://www.crazygames.com/game/time-pin
7•AndreiCx•3h ago•0 comments

Show HN: A free ESG stock screener that publishes its losses and methodology

https://jumpstartsignal.com/
26•irldexter•12h ago•23 comments

Show HN: I remade my blog into a Windows 3.1 environment

https://passo.uno/
22•theletterf•11h ago•17 comments

Show HN: <Hyper-frame> – an iframe element to embed any website

https://www.hyper-frame.art/
5•keepamovin•3h ago•2 comments

Show HN: WaveletLM – wavelet-based, attention-free model with O(n log n) scaling

https://github.com/ramongougis/WaveletLM
6•anarmorarm•4h ago•0 comments

Show HN: Parlor Jarvis – Realtime AI (audio+screen in, voice out) & multilingual

https://github.com/typomonster/parlor-jarvis
8•unusual_typo•5h ago•2 comments

Show HN: Kadō – habit tracker app for iOS, open source and privacy-friendly

https://github.com/scastiel/kado
6•scastiel•5h ago•0 comments

Show HN: Lambda ERP – Open-source ERP you can run through chat

https://github.com/lambdadevelopment/lambda-erp
5•jcfrei•6h ago•0 comments

Show HN: Kloak, A secret manager that keeps K8s workload away from secrets

https://getkloak.io/
61•neo2006•1d ago•51 comments

Show HN: Browse GitHub repos in Emacs without cloning

https://github.com/agzam/remoto.el
22•iLemming•17h ago•10 comments

Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

https://github.com/nex-crm/wuphf
251•najmuzzaman•1d ago•111 comments

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
185•Zta77•2d ago•75 comments

Show HN: A bilingual guide to Thaayam, a Tamil board game

https://amal-david.github.io/thaayam-guide/
10•amaldavid•8h ago•0 comments

Show HN: Browser Harness – Gives LLM freedom to complete any browser task

https://github.com/browser-use/browser-harness
127•gregpr07•2d ago•61 comments

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

https://github.com/russellromney/honker
308•russellthehippo•3d ago•80 comments

Show HN: Gova – The declarative GUI framework for Go

https://github.com/NV404/gova
140•aliezsid•2d ago•28 comments

Show HN: DDoS detection in 0.9s, tested against a 48 Gbps attack live

https://flowtriq.com/blog/lorikeet-security-case-study
15•jacob_masse•21h ago•3 comments

Show HN: Agent Vault – Open-source credential proxy and vault for agents

https://github.com/Infisical/agent-vault
154•dangtony98•4d ago•55 comments

Show HN: DSS, a lightweight TUI spreadsheet editor and dashboard in Go

https://github.com/VincenzoManto/DSSGo
7•databasa•12h ago•0 comments

Show HN: Play on your TV using mobile phones as controllers – PadlessBox

https://padlessbox.com/
8•b4rtaz__•13h 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•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?