frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: 92% of US city websites fail Ada accessibility

https://accesslumens.com/research/state-of-us-local-government-accessibility-2026
2•a11ymaster•7m ago•0 comments

Show HN: Microsoft releases Flint, a visualization language for AI agents

https://microsoft.github.io/flint-chart/#/
314•chenglong-hn•19h ago•115 comments

Show HN: Yamanote.fun – A complete soundscape for Tokyo's Yamanote line

https://www.yamanote.fun/
204•madebymagnolia•1d ago•46 comments

Show HN: Agentic FC – a football management SIM played by AI agents over MCP

https://github.com/gaemi/agentic-fc
2•gaemi•2h ago•0 comments

Show HN: Follow London Trains in 3D

https://ride.nexttrain.london/
145•mgranados•4d ago•59 comments

Show HN: Frugon – Find which LLM calls a cheaper model could handle (local, MIT)

https://github.com/Rodiun/frugon
23•jarodrh•2d ago•6 comments

Show HN: OCR-grab: Flameshot clone that adds OCR

https://github.com/talalalrwas/ocr-grab
3•tgol•3h ago•0 comments

Show HN: OpenScreenShot: open-source full-page screenshot and annotation tool

https://openscreenshot.app
14•pghqdev•11h ago•3 comments

Show HN: Agent Draw: An agent draws while you talk, built on TLDraw

https://techstackups.com/articles/tldraw-agent-draw/
36•jameswhitford•2d ago•14 comments

Show HN: Neil the Seal Game

https://neiltheseal.app/
92•dalemhurley•3d ago•80 comments

Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase

https://github.com/animesh-94/Onboard-CLI
22•yr_animesh•16h ago•11 comments

Show HN: Hnwork.app – UI for Who is hiring posts

https://hnwork.app/
23•scottilee•16h ago•5 comments

Show HN: Foreman, a self-hosted LLM gateway for cost aware model routing

https://github.com/Northwood-Systems/foreman
15•AndrewLiu96•18h ago•8 comments

Show HN: Kinetic – an experimental decentralized naming protocol

https://github.com/saifmukhtar/kinetic
3•saifmukhtar•6h ago•2 comments

Show HN: Abralo – Free, easy way to run several Claude Code agents in one window

https://abralo.com/
13•cwbuilds•21h ago•2 comments

Show HN: Chiptune Radio

https://chiptune-radio.alephvoid.com/
76•bootbloopers•1d ago•17 comments

Show HN: I mapped 8.5M research papers into an interactive atlas

https://tomesphere.com/atlas
4•leonickson•10h ago•0 comments

Show HN: Davit, a Apple Containers UI

https://davit.app
379•xinit•1d ago•98 comments

Show HN: I ran 70 MCP servers in a sandbox and logged what they do

https://github.com/BhaveshThapar/mcp-audit
7•bthapar•14h ago•3 comments

Show HN: Cyrinx (36kbps Acoustic Transport)

https://cyrinx.org/
5•dweekly•11h ago•2 comments

Show HN: PostgreSQL performance and cost across 23 EC2 instance types

https://postgres.saneengineer.com
97•anivan_•2d ago•20 comments

Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop

https://github.com/rowboatlabs/rowboat
214•segmenta•1d ago•94 comments

Show HN: Figment – An AI that I made my friends talk to for 2 weeks

https://figment.computer/
2•subby•9h ago•0 comments

Show HN: Free and OSS way to extend client-facing functionality of Linear

https://linear.gratis/
3•gvlachos•9h ago•0 comments

Show HN: Free Mermaid Diagram Editor

https://moxiedocs.com/mermaid-diagram-editor
50•ghosts_•1d ago•12 comments

Show HN: Pug.sh – open-source product analytics

https://pug.sh/
14•BajajScooter•23h ago•6 comments

Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

https://whimfiles.com
98•whimbyte•2d ago•72 comments

Show HN: Atelier - open source, honest 30% savings on Claude code.

https://github.com/atelier-ws/atelier
3•pankaj4u4m•10h ago•1 comments

Show HN: Kastor – Terraform-style specs for AI agents

https://github.com/weirdGuy/kastor
33•weirdguy•21h ago•17 comments

Show HN: Couldn't find a complete Codenames Generator so I make one

https://codenames-generator-bay.vercel.app/
2•tnus•10h ago•1 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?