frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Open-Source eInk Bike Computer

https://opentrailpaper.com
299•stingrae•18h ago•103 comments

Show HN: TERMy – A fast terminal assistant that does not use LLMs

https://github.com/gioblu/NPC-Forge/blob/main/docs/development.md
147•gioscarab•1d ago•38 comments

Show HN: Moadim.io – A scheduler for agents

https://moadim.io/
26•tupe12334•12h ago•11 comments

Show HN: TenantLayer – Multi-Tenancy for Spring Boot and Postgres

https://tenantlayer.io
3•suchait6655•3h ago•0 comments

Show HN: Reactor Atlas

https://reactoratlas.com
68•fedecaccia•1d ago•24 comments

Show HN: WinZST > 7-Zip fork with first-class compressed tar support on Windows

https://github.com/firebadnofire/WinZST
3•firebadnofire•8h ago•2 comments

Show HN: Rubato – Retro-Mac desk device mirrors AI coding state-ESP8266

https://github.com/lovaxi/Rubato_Device
4•Beartificial•8h ago•1 comments

Show HN: OwnTime – a chess clock for your day's priorities

https://owntime.app/
109•fmos•3d ago•59 comments

Show HN: Personal Context MCP

https://lanes.sh/showcase/personal-context-mcp
6•s-xyz•12h ago•0 comments

Show HN: Agent-to-agent payment. Your agents can pay each other

https://openspender.com/agent-to-agent
7•firatcan•12h ago•1 comments

Show HN: HN Match Maker – Matching "Who Wants to Be Hired?" With "Who's Hiring?"

https://hnmatchmaker.com/
121•all2•3d ago•46 comments

Show HN: I made a word building game supporting anagrams and one handed use

18•busymom0•1d ago•1 comments

Show HN: TimerVana a Local-first scheduler for real world routines

https://timervana.net/browse
3•granto•13h ago•0 comments

Show HN: Marketplace for finding craft fairs and vendor events

https://www.boothscout.com
4•wowinter15•15h ago•0 comments

Show HN: The cheapest GPU cloud – H100s at $2.04/HR, H200s at $3/HR

https://compute.cheap/
56•EmiCorleone•2d ago•20 comments

Show HN: Sageling - a local AI agent for Mac, Qwen 3.5 9B in-process via MLX

https://sageling.ai/
4•kirillklimuk•16h ago•1 comments

Show HN: Covenant – A governance framework for multi-agent AI systems

https://github.com/asalsali/covenant-framework-community
2•alexjsalsali•16h ago•1 comments

Show HN: Coder Eval – A Framework for Evals

https://github.com/uipath/coder_eval
4•mihaich•16h ago•1 comments

Show HN: Newton's Orchard – Browser-based space/gravity playground

https://newtonsorchard.app
31•andrewchilds•3d ago•5 comments

Show HN: Local Mitsubishi AC Control with ESPHome and an AtomS3 Lite

https://didac.dev/builds/mitsubishi-air-conditioning
2•sabatesduran•18h ago•1 comments

Show HN: NationalDex • minimal open-source Pokédex

https://www.nationaldex.app
4•linesofcode•18h ago•2 comments

Show HN: Weedout – Safari extension that hides YouTube AI-labeled videos

https://masteranza.github.io/weedout/
182•masteranza•3d ago•82 comments

Show HN: Clustta – Open-source version control for creative work

https://clustta.com/
3•taiwofolu•21h ago•0 comments

Show HN: Less-sheet – A minimal but fast CSV viewer

https://te-x.github.io/less-sheet/
3•te-x•21h ago•0 comments

Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s

https://github.com/carloslfu/slotstream
234•carloslfu•3d ago•115 comments

Show HN: Declick – Turn an OpenAPI Spec, MCP Server or SQLite DB into a CLI

https://github.com/ucsandman/declick
6•practicalsystem•21h ago•2 comments

Show HN: Audioreality.ai – email to private daily podcast summary show

https://www.audioreality.ai
3•BSOhealth•21h ago•2 comments

Show HN: Sentrint, Ship AI features without losing sleep

https://sentrint.com/
4•xEcho•21h ago•1 comments

Show HN: OpenStint – lap timing using RTL-SDR and near-field transponders

https://openstint.org/
3•zsellera•21h ago•0 comments

Show HN: Webmcp-react v1.0.0 (React hooks for agents to use WebMCP)

https://github.com/agentcathq/webmcp-react
3•naseemalnaji•22h ago•2 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?