frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Codala, a social network built on scanning barcodes

https://play.google.com/store/apps/details?id=com.hsynkrkye.codala&hl=en
40•hsynkrkye•4d ago•19 comments

Show HN: Revise – An AI Editor for Documents

https://revise.io
63•artursapek•14h ago•59 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
3•nickakre•2h ago•1 comments

Show HN: Quillium, Git for Writers

https://quillium.bryanhu.com/
4•thatxliner•3h ago•0 comments

Show HN: Atomic – Self-hosted, semantically-connected personal knowledge base

https://github.com/kenforthewin/atomic
135•kenforthewin•1d ago•21 comments

Show HN: Refrax – my Arc Browser replacement I made from scratch

https://refrax.website/
4•kageroumado•5h ago•2 comments

Show HN: Time Keep – Location timezones, timers, alarms, countdowns in one place

24•jmbuilds•3d ago•8 comments

Show HN: Playra

https://playra-app.vercel.app/
2•Allenboyy•6h ago•0 comments

Show HN: Oku – One tab to filter out noise from feeds and content sources

https://oku.io
18•oan•3d ago•6 comments

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
142•FormerLabFred•2d ago•80 comments

Show HN: Foundations of Music (FoM)

https://bookerapp.replit.app/book/fom
2•ersinesen•8h ago•0 comments

Show HN: Termcraft – Terminal-first 2D sandbox survival in Rust

https://github.com/pagel-s/termcraft
132•sebosch•1d ago•24 comments

Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

https://github.com/RasKrebs/sonar
193•raskrebs•2d ago•80 comments

Show HN: A BOINC project where AI designs and runs experiments autonomously

https://axiom.heliex.net
6•Pyhelix•9h ago•0 comments

Show HN: AgentMeet – Free, open-source platform for agent-to-agent work

https://www.agentmeet.net/
6•matanrak•10h ago•0 comments

Show HN: MAGA or Not? Political alignment scores for people and companies

https://magaornot.ai
5•rcar1046•10h ago•3 comments

Show HN: Plot-Hole.com a daily movie puzzle I made

https://www.plot-hole.com/
2•captaincrunch•3h ago•1 comments

Show HN: I replaced every function in a codebase with English – it still works

https://tril.cc
5•kulesh•15h ago•4 comments

Show HN: OpenFOIA – local-first FOIA toolkit with entity graphs

https://github.com/JordanCoin/openfoia
4•jordancj•10h ago•0 comments

Show HN: Passport Globe (See where your passport takes you)

https://hariharan.uno/globe
17•hariharan_uno•22h ago•16 comments

Show HN: Three new Kitten TTS models – smallest less than 25MB

https://github.com/KittenML/KittenTTS
553•rohan_joshi•3d ago•179 comments

Show HN: AI SDLC Scaffold, repo template for AI-assisted software development

https://github.com/pangon/ai-sdlc-scaffold/
26•pangon•1d ago•11 comments

Show HN: Duplicate 3 layers in a 24B LLM, logical deduction .22→.76. No training

https://github.com/alainnothere/llm-circuit-finder
262•xlayn•4d ago•81 comments

Show HN: A C/C++ IDE written in C from scratch with zero dependencies

https://giovannicarlino04.itch.io/icarus
8•giovannicar04•7h ago•0 comments

Show HN: I built an open-source MCP server that parses game save files

https://github.com/joshsymonds/savecraft.gg
11•Veraticus•13h ago•5 comments

Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers

https://github.com/RedGridTactical/RedGridLink
52•redgridtactical•2d ago•30 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
4•nickakre•15h ago•1 comments

Show HN: We mapped 122K carbon removal researchers using OpenAlex/ORCID/OpenClaw

https://captaindrawdown.com/cdr-researcher-census/
3•dpaessler•15h ago•0 comments

Show HN: 20 years of Hacker News discussions, clustered and visualized

https://app.lenzy.ai/projects/prj_public_01KKKENH0W0JEFHETN74AYDD87/reports/rpt_01KKKENH0W0JEFHET...
7•BohdanPetryshyn•17h ago•7 comments

Show HN: I redesigned Activity Monitor's dock icon to look native

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