frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

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

https://woxi.ad-si.com
240•adius•11h ago•36 comments

Show HN: KidScreen, a finite YouTube shelf chosen by parents

https://kidscreen.app
34•Tintly•10h ago•28 comments

Show HN: Mooneva Cycle – Offline period tracker with no servers and no accounts

https://github.com/aradar46/Mooneva-Cycle-Private-Period-Tracker
3•aradar46•2h ago•0 comments

Show HN: Tamron Lens Utility Alternative on Linux

https://github.com/yikerman/tamron-lens-control
79•xiaoyu2006•5d ago•8 comments

Show HN: Smarter Shell History for Zsh

https://github.com/overflowy/zhist
11•overflowy•8h ago•5 comments

Show HN: Meteor shower, planet alignment, eclipse kit

https://lifesprites.com/share/0ACA25
8•jmtrevarton•8h ago•18 comments

Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

https://github.com/TheRealYT/git-knife
162•YonathanTesfaye•1d ago•100 comments

Show HN: /show-me: agent skill for compact visual representations

https://www.humanlayer.com/blog/show-me-skill
5•dhorthy•6h ago•1 comments

Show HN: StarryKit – MCP for editable slides, posters and all visual designs

https://github.com/StarryKit/starrykit-plugin/
3•Mine77•3h ago•0 comments

Show HN: Line9 – A Mermaid rendering engine with its own layout

https://line9.ai/diagram
82•jumpalongjim•6d ago•30 comments

Show HN: Seisin – a desktop app that turns your job search into analytics

https://getseisin.com
4•LudbaSH•6h ago•0 comments

Show HN: iPhone app takes simultaneous images from 2 lenses, fuses into 1 photo

https://photosynthesis.camera
322•sajomes•3d ago•299 comments

Show HN: Write.md – A free, open-source, themeable Markdown editor for macOS

https://writemd.app/
99•danielbilekq•1d ago•76 comments

Show HN: Snipsy – turn photos into a dated stamp keepsake, sent the same day

https://hosting-pages.netlify.app/snipsy
2•ashwinn11•5h ago•1 comments

Show HN: Harbofly, reclaim the 20–100GB of dev caches on your Mac

https://harbofly.app
2•buildcomcarlos•5h ago•0 comments

Show HN: Tanchi – Open-source AI prospecting agent that only automates email

https://github.com/tanchihq/tanchi
2•saysb•5h ago•1 comments

Show HN: Pane – An open-source browser that turns your work into living websites

https://github.com/abhishek-verma/Pane
2•vermaabhishek39•5h ago•1 comments

Show HN: CrewScore – coverage check for AI agent prompts (0.6.11)

https://crewscore.ai/
2•shmindmaster•5h ago•0 comments

Show HN: Sheetscope – query your documents with SQL

https://sheetscope.com/
2•ptkenn•5h ago•1 comments

Show HN: Dynobox – A test runner for AI agent skills and workflows

https://github.com/dynobox/dynobox
2•bhkdotdev•5h ago•0 comments

Show HN: My pocket-sized Personal IoT device. Data-local by default

4•AJTSheppard•5h ago•0 comments

Show HN: Aphorio – 3,250,000 WebSocket sends in 0.002 seconds (Ryzen 9 9900X)

https://github.com/prettydiff/aphorio
3•austin-cheney•5h ago•1 comments

Show HN: GitHub Actions self-hosted runners on Modal Sandboxes

https://github.com/modal-projects/runner-modal
2•botirk•6h ago•1 comments

Show HN: What US households pay for electricity and gas, by state, since 2001

https://energy-maps.com
7•ebaumer•9h ago•2 comments

Show HN: Toposonico, a Music Map and Recommender

https://toposonico.com/#lon=9.9318&lat=-4.6522&z=14.00&entity=track&rowid=8714
2•deppep•6h ago•1 comments

Show HN: Learn to become a Rave Developer for the airline industry

https://olect.github.io/become-rave-developer/
2•olect•6h ago•1 comments

Show HN: AI 3D pop-out videos for Reels, Shorts and ads

https://videopopy.com
3•wowinter15•9h ago•1 comments

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

https://ojcp.dev/
9•fraywing•6h ago•0 comments

Show HN: Ante, a coding agent in a single binary that runs offline

https://github.com/AntigmaLabs/ante
163•ubermon•2d ago•90 comments

Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots

https://cactuscompute.com/needle
525•HenryNdubuaku•2d ago•178 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?