frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Trust – Coding Rust like it's 1989

https://github.com/wojtczyk/trust
29•wojtczyk•5h ago•10 comments

Show HN: Agent-skills-eval – Test whether Agent Skills improve outputs

https://github.com/darkrishabh/agent-skills-eval
23•darkrishabh•4h ago•5 comments

Show HN: Hallucinopedia

http://halupedia.com/
236•bstrama•18h ago•213 comments

Show HN: Social Network for Corporate Cringe

https://CringeOut.com
22•CringeOut•2h ago•19 comments

Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

https://tilde.run/
166•ozkatz•19h ago•118 comments

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions

https://github.com/olivier-ls/php-fts
74•asmodios•14h ago•18 comments

Show HN: I built an open-source email builder, alternative to Beefree/Unlayer

https://play.templatical.com
136•oahmadov•18h ago•34 comments

Show HN: Airbyte Agents – context for agents across multiple data sources

141•mtricot•1d ago•42 comments

Show HN: Password-less authentication via Ramanujan's 1/π series and Nvidia-B200

https://zenodo.org/records/20049892
5•Prakash_1•5h ago•0 comments

Show HN: I Replaced React in GraphiQL with Svelte

https://code.webb.page/eol/graphiql.git/about/
5•NetOpWibby•8h ago•1 comments

Show HN: Dreamwork – a job search site I made after Indeed fired my pregnant wif

https://www.dreamworkhq.com/
5•cojj25•8h ago•2 comments

Show HN: Explore color palettes inspired by 3000 master painter artworks

https://paletteinspiration.com/
205•ouli•1d ago•79 comments

Show HN: I built a game where AI agents compete to ship code

https://aion.quest/
6•xkoda•13h ago•4 comments

Show HN: Platos – like Claude Managed Agents but open-source and self-hosted

https://github.com/winsenlabs/platos
3•tejassuds•14h ago•0 comments

Show HN: Vanilla-scroll-sky: CSS-only modern scroll-driven storytelling sections

https://github.com/ulrischa/vanilla-scroll-sky
5•ulrischa•14h ago•0 comments

Show HN: Mac Juice Monitor – Bluetooth battery levels in the macOS menu bar

https://github.com/p32929/mac-juice-monitor
5•heliskyr2•15h ago•3 comments

Show HN: Gpu.fund, live GPU cloud rental prices

https://gpu.fund/
4•justacatbot•11h ago•0 comments

Show HN: I wrote a flight simulator in my own programming language

https://github.com/navid-m/flightsim
6•pizza_man•13h ago•2 comments

Show HN: Naval Strike – simultaneous turn-based fleet combat in the browser

https://navalstrike.app
4•pinchydev•13h ago•5 comments

Show HN: Gulugulu, an old-style client-side search engine for the old weird web

https://cbrincoveanu.github.io/gulugulu/
2•cbrincoveanu•13h ago•0 comments

Show HN: Apple's SHARP running in the browser via ONNX runtime web

https://github.com/bring-shrubbery/ml-sharp-web
182•bring-shrubbery•4d ago•46 comments

Show HN: TubeLens – Critical analysis of YouTube (4 dimensions, 28 signals)

https://tubelens.app/en
2•mamflux•13h ago•0 comments

Show HN: Pay.sh – Discover, access, and pay for any API autonomously

https://github.com/solana-foundation/pay
5•fmerian•14h ago•0 comments

Show HN: nfsdiag – A NFS diagnostic application

https://github.com/lsferreira42/nfsdiag
82•lsferreira42•4d ago•6 comments

Show HN: Vibeguard-dev/local – static AST analysis for AI-generated SQL

https://github.com/MuddySheep/vibeguard-local
3•MuddySheep•14h ago•3 comments

Show HN: Sqlflow, a SQLite back end layer for Go

https://github.com/avalonbits/sqlflow
2•iccananea•14h ago•0 comments

Show HN: Granite Switch - compose multiple LoRA adapters to one deployable model

https://github.com/generative-computing/granite-switch
3•bignet•15h ago•0 comments

Show HN: Looties – a marketplace for tech swag fans

https://looties.io/
3•quentindotpy•15h ago•0 comments

Show HN: Recursant, "Istio for agents", is now open source

https://github.com/ajensenwaud/recursant
4•hestefisk•15h ago•0 comments

Show HN: Ableton Live MCP

https://github.com/bschoepke/ableton-live-mcp
119•bschoepke•3d ago•78 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•11mo 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•11mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•11mo 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•11mo 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•11mo 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•11mo ago
Improvement deployed!
swaptr•11mo 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•11mo ago
It's my pleasure! :)
jayl-e-e•11mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?