frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Agentic Orchestrator, a TUI for long-running coding agents

https://github.com/doordash-oss/agentic-orchestrator
4•ivrr•2h ago•0 comments

Show HN: AMA2, messenger built for AI agent

https://ama2.me/
2•ejhooooon•3h ago•0 comments

Show HN: Vibe zsh, turn natural language into shell commands

https://github.com/skymoore/vibe-zsh
2•iamsky•4h ago•0 comments

Show HN: Hawkeye – local code search for MS/Linux, fast 500k+ file codebase

https://www.zaragsoft.se
2•hawkeye_zarag•4h ago•0 comments

Show HN: ForthWrite – Email AI that learns your voice from every edit you send

https://www.forthwrite.ai/blog/how-forthwrite-learns-your-email-voice
3•curtisboortz•5h ago•0 comments

Show HN: DRM-Free Books

https://frequal.com/Perspectives/DrmFreeAuthors.html
113•TeaVMFan•1d ago•45 comments

Show HN: Zenith: sota harness for normal models to beat Fable on FrontierSWE

https://ii.inc/blog/post/zenith
4•emadm•6h ago•0 comments

Show HN: Kew, A distraction-free terminal music player, now on Windows

https://github.com/ravachol/kew
2•ravachol•6h ago•0 comments

Show HN: Zanagrams

https://zanagrams.com/
373•pompomsheep•1d ago•100 comments

Show HN: Xenoeye – analyze network without AI using netflow, PostgreSQL, Grafana

https://github.com/vmxdev/xenoeye
4•vmxdev•6h ago•0 comments

Show HN: Fleet – a local-first console for managing Dockerized Hermes AI Agents

https://github.com/matt454/agent-fleet-console
3•matt454•7h ago•0 comments

Show HN: Bash4LLM+ – A lightweight, dependency-free Bash wrapper for LLM APIs

https://github.com/kamaludu/bash4llm/
56•kamaludu•1d ago•18 comments

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

https://github.com/JustVugg/nanoeuler
53•vforno•1d ago•24 comments

Show HN: Privacy Friendly Age Verification System without ID

https://private-age-estimation.vednig.workers.dev
2•vednig•9h ago•0 comments

Show HN: Rust / Red Alert inspired WASM game in the browser (open source)

https://punnerud.github.io/mpe-ra/
6•punnerud•10h ago•1 comments

Show HN: Decomp Academy – Learn to decompile GameCube games into matching C

https://decomp-academy.dev
194•jackpriceburns•2d ago•78 comments

Show HN: XSDR – Real-time event monitoring infrastructure for agents

https://xsdr.app
9•wcrann3•1d ago•0 comments

Show HN: macOS Native Markdown Reader with Vim Keybinding Using Swift

https://code.intellios.ai/cwmarkdown/
4•coolwulf•12h ago•2 comments

Show HN: HyperPaste – a free, open-source clipboard manager for macOS

https://hyperpaste.io
4•thequietmind•12h ago•2 comments

Show HN: A fast hex dumper, written in Rust

https://github.com/CallMeAlphabet/fasthex
3•CallMeAlphabet•13h ago•0 comments

Show HN: Uselink – publish and collaborate on AI-generated HTML

https://uselink.app:443/
7•nathanjryc•13h ago•1 comments

Show HN: Klorn–I built an email firewall because every AI inbox made mine louder

https://github.com/k08200/klorn
2•k08200•13h ago•0 comments

Show HN: AI Music Generator Free and No Signup

https://music0.org/
4•pekingzcc•13h ago•2 comments

Show HN: Backtest a futures strategy described in plain English

https://askfutures.com
5•jmulla•14h ago•1 comments

Show HN: DBOSify – Drop-in Temporal replacement built on Postgres

https://github.com/dbos-inc/dbosify-py
91•KraftyOne•5d ago•19 comments

Show HN: Sonar, local cited codebase briefings tailored to your role

https://github.com/gautamdhameja/sonar
4•gautamdhameja•14h ago•0 comments

Show HN: Running a vision model on every screenshot on-device

https://github.com/ayushh0110/ScreenMind/blob/main/README.md
18•alexkarpathy•14h ago•3 comments

Show HN: Hacker News on a train station-style flip board

https://popflame.quickish.space/hn-flipboard/
111•PaybackTony•3d ago•27 comments

Show HN: Certificate Transparency search that groups related certificates

https://certobserver.com/ct-search
3•rellem•15h ago•0 comments

Show HN: Lorentzian CSS Duality in Causal Diamond Quantum Error-Correcting Codes

https://github.com/ynnk-research/A-Lorentzian-CSS-Duality-in-Causal-Diamond-Quantum-Error-Correct...
4•ynnk•15h 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?