frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Simpleboot and Easyboot

https://gitlab.com/bztsrc/easyboot
2•skrellm•1h ago•0 comments

Show HN: Analyst Index – analysts who make money telling you good stock calls

https://www.analystidx.com/
12•haichuan•5h ago•7 comments

Show HN: I built my own knowledge graph from the code AI writes

https://github.com/aeroscissorz/learnlance/
3•aeroscissorz1•2h ago•2 comments

Show HN: Deeplearning from Scratch in 1400 Lines In my own Programming Language

https://github.com/NoSavedDATA/Neve_benchmarks
4•nosaveddata•3h ago•1 comments

Show HN: Bodily Oddities

https://vester.si/bodily-oddities/
331•vesterde•2d ago•207 comments

Show HN: The Kinect is dead, so I rebuilt it in a browser tab for my kids

https://hoplagames.com/en/
4•Gri22lyBear•6h ago•2 comments

Show HN: See Sounds on Your Webcam

https://soundmap.darebuild.com/
21•jimhi•3d ago•7 comments

Show HN: AlertiGate – Kubernetes alerts in, evidence-backed root cause out

https://alertigate.com/
2•dafi247•7h ago•0 comments

Show HN: Everything a web page can learn about you, in plain English

https://sessioncontext.org
11•oddurs•18h ago•5 comments

Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues

https://github.com/mirza-rizvi/ResolveHQ
69•mirza_rizvi•1d ago•25 comments

Show HN: What If Donut.c but with Any ASCII Art

https://asdesai.com/blog/how-fetch-works/
14•areofyl•20h ago•1 comments

Show HN: Astah Pro MCP – Enabling AI-Powered UML Modeling

https://github.com/takaakit/astah-pro-mcp
4•takaakit•14h ago•0 comments

Show HN: Godot and Rust based multiplexer (terminal panes and more)

https://github.com/godot-pty/gpty
94•1nv1n•2d ago•48 comments

Show HN: Determinstic LLM inference for lowest price Gemma 4, with Windows XP

https://www.tokendelivery.ai/
7•carsonpoole•1d ago•1 comments

Show HN: Hacker News, without AI

https://hcker.news/?ai=exclude
201•postalcoder•2d ago•88 comments

Show HN: What if the speed of light was 5 km/h?

https://rivendell.dmitrybrant.com/relativity/
620•dmitrybrant•3d ago•282 comments

Show HN: The iPhone Duo fold effect on any Windows laptop

https://winduo.baselashraf.com/
4•BaselAshraf81•13h ago•2 comments

Show HN: PDFidelity – Translate PDFs while preserving the original layout

https://www.pdfidelity.com/
6•andygeek•19h ago•1 comments

Show HN: Give Claude Code / Cursor a real eng team (tiers, roles, escalation)

https://github.com/khuynh22/agent-dev-team
3•timhuyn•19h ago•0 comments

Show HN: I made an alternative to the archived filebrowser

https://github.com/skidoodle/filebrowser
3•skidoodle•14h ago•2 comments

Show HN: Aqqai – Every answer, checked before you see it

https://demo.aqqai.in
4•Vineetyadav2•14h ago•2 comments

Show HN: Compute polynomials twice as fast

https://thomasahle.com/fast-polynomials/
137•thomasahle•4d ago•42 comments

Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents

https://github.com/zachsaw/graphify-csharp
42•zachsaw•1d ago•21 comments

Show HN: Open-Sourced Chrome Extension to Save, Organize and Switch Bookmarks

https://github.com/ringlochid/leotabs
7•ringlochid•15h ago•0 comments

Show HN: Toast, a by default in-terminal IDE

https://github.com/paradise-runner/toast
81•dividedcomet•1d ago•88 comments

Show HN: Hacker News, Without AI

https://www.unslop.news/
194•otherayden•2d ago•82 comments

Show HN: DOOM in the kernel, or fibers in eBPF

https://ayles.github.io/doom-in-kernel/
53•ayles•4d ago•14 comments

Show HN: Most Penalized HN Stories

https://news.social-protocols.org/penalties
17•jwarden•17h ago•3 comments

Show HN: Fleecevest – The Product Counterpart to Ponytail

https://github.com/Websites-On-Computers/fleecevest
4•mattcomputer•17h ago•1 comments

Show HN: MultiMatte, a Promptable Image Background Removal Model

https://usefeyn.com/blog/multimatte/
55•snyy•3d ago•8 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?