frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

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

https://toneyalexander.github.io/inclusive-color-space/
97•automatoney•1h ago•24 comments

Show HN: Ex-Deloitte auditor open-sourced the whole SOC 2 method for your AI

https://github.com/Chiaro-HQ/methodology
4•yylyyl•7m ago•0 comments

Show HN: Fine-tune an 8B model on a 4 GB laptop GPU

https://github.com/MakazhanAlpamys/Soup
80•MakazhanAlpamys•5h ago•10 comments

Show HN: FastStrapy – A create-next-app-inspired CLI for FastAPI

https://github.com/AnoopGeorge418/faststrapy
2•anoopgeorge418•9m ago•0 comments

Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone

https://github.com/leonickson1/Swiftlet
272•leonickson•23h ago•123 comments

Show HN: Jido Assembly; Slack Clone in Pure Elixir with Integrated Agents

https://jido.run/blog/jido-assembly-slack-clone
3•mikehostetler•38m ago•0 comments

Show HN: Adapt, Automatically Turns Files into REST APIs, Web UI, and MCP

https://github.com/mcindi/adapt
2•ilovetux•45m ago•0 comments

Show HN: Korvo – Local-first AI workspace that traces answers to the source

https://www.korvo.xyz/
2•akshay_bhardwaj•1h ago•0 comments

Show HN: OpenEdit – Your coding agent can now edit videos

https://github.com/veedstudio/open-edit
3•sabbakeynejad•1h ago•1 comments

Show HN: Simple self-hosted LLM assistant with user-steered compounding context

https://github.com/kol3x/pawmc
2•kol3x•1h ago•0 comments

Show HN: Listen to audiobooks like you read, at your own pace

https://listendock.com/sentence-mode
2•janpmz•3h ago•0 comments

Show HN: The invisible WiFi man. How one man built global "Brand" WiFi in 2009

https://calumbugattimacdonald.com
2•BugattiMacD•3h ago•0 comments

Show HN: ssh ssh.place

https://ssh.place
180•jeninh•1d ago•111 comments

Show HN: Bourdon – one shared memory file for Claude Code, Codex, Cursor

https://bourdon.ai
3•RADLAB•5h ago•0 comments

Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone

https://github.com/garagehq/nightcrawler/
113•NickySlicks•1d ago•32 comments

Show HN: Salary Ticker – a macOS menu bar app that ticks up your pay

https://steveharrison.dev/salaryticker/
5•steveharrison•5h ago•0 comments

Show HN: A new type of search engine

https://galefox.com/
3•wesammikhail•5h ago•4 comments

Show HN: A speed reading test you can fail

https://www.readkinetic.com/speed-test
2•SamuraiLion•5h ago•0 comments

Show HN: cctap – see and reach the Claude Code session that needs you

https://github.com/chipmates/cctap
2•micstradev•5h ago•0 comments

Show HN: Turn one plain-English question into a decision-ready market

https://researchmaster.ai/en
2•not_wowinter13•5h ago•0 comments

Show HN: Çetele – Open-source notepad calculator

https://cetele.online/
5•nurulmac11•5h ago•0 comments

Show HN: Listnr – macOS meeting transcription that never mixes mic and speakers

https://github.com/rokib16x/listnr
6•rokib16x•5h ago•0 comments

Show HN: I built a tool to find your first users before they find you

https://agenmatic.ai/
3•Nancylily•5h ago•3 comments

Show HN: Product analytics (and evals) for agent sessions on your MCP

https://armature.tech/
41•screm•1d ago•2 comments

Show HN: Knuth–Plass algorithm for short-form video

https://viki.wiki/assets/waffle/wafflemaker-slop2.html
2•richardprince4•5h ago•1 comments

Show HN: A Handwritten Blogging Platform

https://handwritten.blog/
183•emilesilvis•4d ago•86 comments

Show HN: PolyTrip – crowd-funded group trip planning with AI

https://polytrip.co/
3•Maorperry1•6h ago•2 comments

Show HN: Paranoia – Get a cold, adversarial review of your code

https://github.com/subvertnormality/paranoia-local
3•Grahf•6h ago•2 comments

Show HN: Servitor – simplest way to run local dev containers

https://sndsabin.github.io/servitor/
4•havu12•6h ago•0 comments

Show HN: Clawx – A package manager where packages are agent tasks

https://github.com/debarshibasak/clawx
2•debarshri•6h 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?