frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Claude-File-Recovery, recover files from your ~/.claude sessions

https://github.com/hjtenklooster/claude-file-recovery
65•rikk3rt•11h ago•20 comments

Show HN: Unfucked – version every change between commits - local-first

https://www.unfudged.io/
69•cyrusradfar•1d ago•41 comments

Show HN: I built a self-hosted course platform in Clojure

https://clojure.stream
39•jacekschae•1d ago•5 comments

Show HN: RetroTick – Run classic Windows EXEs in the browser

https://retrotick.com/
175•lqs_•15h ago•52 comments

Show HN: Badge that shows how well your codebase fits in an LLM's context window

https://github.com/qwibitai/nanoclaw/tree/main/repo-tokens
79•jimminyx•12h ago•40 comments

Show HN: The Silent Filter, The Delegation of Synthesis and Linguistic Drift

https://juanpabloaj.com/2026/02/27/the-silent-filter/
6•juanpabloaj•6h ago•0 comments

Show HN: Lneto – IEEE802.3/IP/TCP/HTTP in 8kB of RAM in Go

https://github.com/soypat/lan8720
2•soypat•2h ago•0 comments

Show HN: I built a 0-CPU desktop app to track LLM limits,Python/DjangoPyWebView

https://github.com/PeterJFrancoIII/Antigravity-Model-Reset-Timer
2•Viper117•2h ago•0 comments

Show HN: Crypto volume anomaly scanner – a token at 127x its daily market cap

https://frog03-20494.wykr.es
2•agenthustler•2h ago•0 comments

Show HN: Accept.md now supports SvelteKit – return Markdown from any page

https://www.accept.md/
2•hval•3h ago•0 comments

Show HN: I made a website to write online math as fast as paper

https://www.scratchpad-math.com/
3•maxtobiasen•3h ago•2 comments

Show HN: OpenTimelineEngine – Shared local memory for Claude Code and codex

https://github.com/JOELJOSEPHCHALAKUDY/open-timeline-engine
5•joeljoseph_•4h ago•3 comments

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org
138•conesus•3d ago•162 comments

Show HN: Notemac++ – A Notepad++-inspired code editor for macOS and the web

https://github.com/sergioadevita/notemac-plus-plus
2•sergioadevita•5h ago•2 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
79•Humanista75•3d ago•35 comments

Show HN: MCP server for AI compliance documentation (Colorado AI Act)

https://github.com/jeremytuite/aop-mcp-server
4•jeremytuite•5h ago•0 comments

Show HN: Deff – Side-by-side Git diff review in your terminal

https://github.com/flamestro/deff
117•flamestro•1d ago•64 comments

Show HN: Host a Real time collaborative spreadsheet right from your pocket

https://gitlab.com/here_forawhile/spreadsheet
4•smalltorch•5h ago•0 comments

Show HN: Forge-GPU – 55 C lessons for SDL's GPU API, built with Claude Code

https://github.com/RosyGameStudio/forge-gpu
2•leobelle•5h ago•0 comments

Show HN: An offline document search engine for my university's messy PDFs

https://github.com/Yigtwxx/FiratUniversityChatbot
2•Yigtwx•5h ago•1 comments

Show HN: Your Expensive Lawyer Is Making Mistakes

https://findthefuckup.com/
12•jaggednad•6h ago•3 comments

Show HN: AgentGames.co – my game creator

https://agentgames.co
3•imightbekyle•6h ago•0 comments

Show HN: Smart card eID driver written in Zig

https://github.com/ubavic/srb-id-pkcs11
2•ubavic•6h ago•0 comments

Show HN: Respectify – A comment moderator that teaches people to argue better

https://respectify.org/
219•vintagedave•2d ago•229 comments

Show HN: I Built a $1 Escalating Internet Billboard – Called Space

https://www.spacefilled.com/
3•clarkage•7h ago•3 comments

Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line

https://gitlab.com/here_forawhile/terminalphone
315•smalltorch•1d ago•80 comments

Show HN: BananaOS, vibecoded operating system that boots on a 486 with ~11MB RAM

5•madamdo•10h ago•1 comments

Show HN: SignalCend – API that resolves conflicting IoT device state in 47ms

https://signalcend.com/
4•TylerArrows•10h ago•0 comments

Show HN: Mac hardware toys – pipe your accelerometer into your keyboard lights

https://github.com/pirate/mac-hardware-toys
4•nikisweeting•7h ago•1 comments

Show HN: Vector database vibe-coded in WASM, 5x faster than JavaScript

https://chuanqisun.github.io/eigen-db/
2•stackdiver•8h 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•9mo 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•9mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•9mo 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•9mo 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•9mo 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•9mo ago
Improvement deployed!
swaptr•9mo 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•9mo ago
It's my pleasure! :)
jayl-e-e•9mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?