frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: My solar died for 6 months, so I built a watchdog

https://sunranker.com
11•northify•3d ago•7 comments

Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5

https://github.com/fellowgeek/mcp-memory
53•pcbmaker20•9h ago•32 comments

Show HN: OJCP – an open protocol for agent-consumable job data

https://ojcp.dev/
27•fraywing•1d ago•7 comments

Show HN: Mirage Browser, the deadest of internets. ~1000 tok/s 1998 internet

https://miragebrowser.xyz/
2•KCLock•1h ago•0 comments

Show HN: OxiSH, a modern, memory-safe SSH server

https://dirkjan.ochtman.nl/writing/2026/08/13/announcing-oxish.html
15•dochtman•8h ago•0 comments

Show HN: At 16K features, flat autoencoders break. Curved space doesn't

https://github.com/vishal-dehurdle/hypersae
9•visha1v•7h ago•0 comments

Show HN: DynaFX – Simulation meets knowledge graphs

https://github.com/Achref-Yak/DynaFX
2•ElegantTrader•3h ago•0 comments

Show HN: Bsdkrun – Instant MicroVMs/Unikernels for macOS and Linux

https://github.com/tsirysndr/bsdkrun
2•tsiry•3h ago•0 comments

Show HN: Clixad – Free AI coding agent in the terminal, funded by an offerwall

https://clixad.io/
2•flo_r•3h ago•0 comments

Show HN: Track habits, metrics, time and whateven you think worth tracking

https://habitpocket.io/
6•bohdanstefaniuk•8h ago•6 comments

Show HN: MLTraining Free AI/ML training resources for everyone

https://mltraining.org/
2•Cagritemel•4h ago•0 comments

Show HN: Cadre.rocks A local-first board for orchestrating coding agents

https://cadre.rocks/
4•l-crispr•4h ago•1 comments

Show HN: LymeScribe – one computer on your network transcribes for the rest

https://transcribe.lymestack.com/
3•interapp•5h ago•1 comments

Show HN: TasmoShelf – local-first iOS/Android app for Tasmota devices

https://tasmoshelf.app
3•itsmueller•5h ago•0 comments

Show HN: Ballet – Workflow automation that writes integrations against any API

https://www.ballet.dev/
33•danielkimber•23h ago•12 comments

Show HN: Tired of hand-writing fake API data, so I built a CLI for it

https://github.com/SukhdevThukral/mockit
2•sukhdevth_•5h ago•0 comments

Show HN: Taurus Agents, my take on multi-agent hierarchies

https://taurusagents.com/
2•sergevar•5h ago•0 comments

Show HN: Sched – On-call rotations for small teams that don't need PagerDuty

https://getsched.dev/
3•arye_lu•6h ago•0 comments

Show HN: Zod schema is a binary codec, no IDL, no codegen

https://github.com/ChiChuRita/shorn
3•chichurita•6h ago•0 comments

Show HN: A Free Cloud Container

https://usebench.dev/
3•saucepoint•6h ago•0 comments

Show HN: My first app got 97% on MacSources

https://bitvibelabs.com/tickernotch/
3•BitVibeLabs•6h ago•0 comments

Show HN: Deepmark – Search your bookmarks by what's inside them, not the title

https://usedeepmark.com/
3•shafkathullah•6h ago•2 comments

Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

https://woxi.ad-si.com
308•adius•1d ago•45 comments

Show HN: My Claude subscription did $5,868 of API-equivalent work last month

https://github.com/dpro10/cookbook-meter
2•dproz•6h ago•2 comments

Show HN: OpenAI network checker using 31 browser and IP signals

https://www.getplus.ai/openai-ip-check
2•lixiaofei•7h ago•0 comments

Show HN: UTC Time - live clock, ISO 8601, Unix timestamp

https://utctime.app/
22•nadermx•19h ago•7 comments

Show HN: Artificial Analysis tool to create custom benchmarks for any use case

https://artificialanalysis.ai/optima
9•Gcam•7h ago•0 comments

Show HN: A UI to see all the assumptions your coding agents are making

https://github.com/pirate/codex-structured-steering
2•nikisweeting•7h ago•1 comments

Show HN: Virtual Private LLM, fixed fee with no usage or token limits

https://solheim.ai
2•CodingPanda42•7h ago•0 comments

Show HN: My Grok Voice Mode System Prompt

3•nomilk•7h 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•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?