frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Wyzer Programming Language

https://github.com/Wyzer-Lang/wyzer
121•v0id_isgood•5h ago•62 comments

Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS

https://textlog.cc/about
81•stagas•6h ago•33 comments

Show HN: Mermaid flowcharts you don't have to redraw in a diagram editor

https://line9.ai/diagram
2•jumpalongjim•1h ago•0 comments

Show HN: Likeface, make typefaces you like

https://0i0.app/pro/likeface
2•0gs•2h ago•2 comments

Show HN: The Channels SDK – Bring Any Agent to Any Channel (Slack, MS Teams)

https://github.com/CopilotKit/channels-sdk
111•davidmckayv•1d ago•24 comments

Show HN: S-Bahn Seat Picker

https://welidev.github.io/sbahn-picker/
2•weli•3h ago•1 comments

Show HN: Clef – spaced repetition for piano over MIDI

https://playclef.com/
3•danieldratschuk•3h ago•0 comments

Show HN: Certo – An open source platform to deliver Open Badges

https://github.com/schroedinger-Hat/certo
14•thejoin95•8h ago•0 comments

Show HN: Mirafold – Your Agent with Generative UI (Codex, Claude Code, Gemini)

https://mirafold.com/
4•kserrec•4h ago•3 comments

Show HN: Lefts – a domain specific language for building creative ML models

https://nsmat.github.io/lefts/
6•niksmather•5h ago•0 comments

Show HN: A free mini game that makes you a smarter fly fisherperson

https://read-the-water.netlify.app/
18•mpc75•3d ago•8 comments

Show HN: File-based HTTP endpoints for Python with its own isolated dependencies

https://github.com/tanrax/bitpoint
5•andros•8h ago•1 comments

Show HN: Which devtools win when LLMs plan real web apps

https://preseason.ai
3•thedreammachine•5h ago•0 comments

Show HN: Akintu – AI agents trained on custom knowledge bases using RAG

https://akintu.ai
3•Sharanxxxx•6h ago•1 comments

Show HN: Pokémon Emerald Ported to Raspberry Pi Pico 2

https://github.com/mattdeeds/pokeemerald-rp2350
49•mdeeds•19h ago•28 comments

Show HN: Remembrane – agent memory in one SQLite file, zero dependencies

https://github.com/satyasairay/remembrane
9•satyasairay•9h ago•0 comments

Show HN: XSAF – Extra Small Agent Framework

https://xsaf.ilha.build/
5•ryuzyy•10h ago•3 comments

Show HN: A terminal glued to the macOS dock

https://github.com/palamim/starboard
45•leopalamim•1d ago•15 comments

Show HN: Sidebar – a private ESP32 intercom for five kids, no accounts

https://www.sundaradnus.ca/writing/sidebar-building-a-ham-radio-for-my-son
10•nonstopnonsense•14h ago•4 comments

Show HN: Recipe Jar, a local-first recipe keeper with no account or ads

https://recipejar.app/
8•sbmagar13•8h ago•2 comments

Show HN: posix-regex – POSIX standard regex engine for JavaScript

https://github.com/dawsonhuang0/posix-regex
2•dawson0•8h ago•0 comments

Show HN: Microfeed – RSS+10GB media files on your own domain, no hosting fees

https://docs.microfeed.org/
2•wenbin•3h ago•0 comments

Show HN: Simple algorithm and color space to generate diverse skin tones

https://toneyalexander.github.io/inclusive-color-space/
619•automatoney•3d ago•100 comments

Show HN: Open-source pixel art editor with animation and auto-tiling tilesets

https://simplepixelart.com/editor
6•lam_hg94•15h ago•2 comments

Show HN: Seedance 2.5 video API (30s single-take, 50 refs, 4K) on Atlas Cloud

https://www.atlascloud.ai/models/seedance-2.5
2•qqt•11h ago•2 comments

Show HN: Tamron Lens Utility Alternative on Linux

https://github.com/yikerman/tamron-lens-control
4•xiaoyu2006•4h ago•0 comments

Show HN: Rodeo – a robot that earns its own electricity

https://github.com/IERoboticsAILab/RODEO
3•edcafenet•5h ago•0 comments

Show HN: AI Tutoring with Visual Grounding

https://useknowable.ai/
6•samuelzxu•17h ago•6 comments

Show HN: Wallfacer – A terminal session manager for Claude Code, and more

https://github.com/pradipta/wallfacer
35•pradiptasarma•1d ago•22 comments

Show HN: I spent 2 years designing a mechanical Magic Keyboard

https://electronicmaterialsoffice.com/
285•aemerson_•1d ago•234 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?