frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Opening lines of famous literary works

https://www.verbaprima.com/
106•plicerin•3h ago•68 comments

Show HN: I RL-trained an agent that trains models with RL (for –$1.3k)

https://github.com/Danau5tin/ai-trains-ai
79•Danau5tin•6h ago•37 comments

Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE

https://github.com/juggler-ai/juggler
111•julesrms•2d ago•69 comments

show hn: 1d data to 3D topology, AI deepfakes to protien folding

https://github.com/bitofabluetit/knotreel
3•bitofabluetit•1h ago•3 comments

Show HN: Rejourney – Open-source revenue leak prediction for web and mobile apps

https://github.com/rejourneyco/rejourney
30•mrr7337•8h ago•6 comments

Show HN: Pullrun – Run One OCI Image as a Container, Firecracker, or Apple VM

https://github.com/pullrun/pullrun
6•pullrun•1h ago•0 comments

Show HN: Oodle.ai – $10 per million agent traces

https://www.oodle.ai/product/agent-observability
22•kirankgollu•4h ago•7 comments

Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop

https://github.com/clawkwork/clawk
213•celrenheit•1d ago•156 comments

Show HN: BeePub – A reading-first alternative to Calibre-Web

https://github.com/oalieno/beepub
4•sheldon7337•2h ago•0 comments

Show HN: I implemented a neural network in SQL

https://github.com/xqlsystems/xarray-sql/blob/claude/xarray-sql-mnist-demo/benchmarks/nn.py
108•alxmrs•23h ago•19 comments

Show HN: Jacquard, a programming language for AI-written, human-reviewed code

https://github.com/jbwinters/jacquard-lang
95•jbwinters•1d ago•56 comments

Show HN: YouTube Guitar Tab Parser

https://github.com/marcelpanse/youtube-guitar-tab-parser
107•neogenix•23h ago•63 comments

Show HN: DOM-docx – HTML to native, editable Word docs (MIT)

https://github.com/floodtide/dom-docx
150•fishbone•1d ago•39 comments

Show HN: Hackney – Compare Uber, Lyft, Waymo, and Robotaxi Prices

https://hackney.app/
56•griffinli•1d ago•46 comments

Show HN: Sx 2.0 – Share AI skills with your team through a Dropbox folder

https://sleuth-io.github.io/sx/2026/07/10/your-dropbox-is-now-a-skill-server.html
43•detkin•19h ago•33 comments

Show HN: Pulsys – Pull-through cache for Hugging Face built with io_uring

https://github.com/pulsys-io/pulsys
4•poshmosh•3h ago•1 comments

Show HN: Sol – a validated computational artifact for human-agent handoffs

https://github.com/LopezNuance/Sol
2•jamweba•3h ago•0 comments

Show HN: Open-source]IntentGuard: Catch PRs that pass tests but miss the ticket

https://github.com/derrickchiang1024/intentguard
2•CHIA_CHIANG•3h ago•0 comments

Show HN: Datapoint – API for Human Preference Data

https://trydatapoint.com/docs/
4•yoloakki•4h ago•0 comments

Show HN: Cascade Chat – A Hackable IRCv3 Client for macOS, Windows, and Linux

https://github.com/matt0x6F/irc-client
7•oooyay•4h ago•1 comments

Show HN: Manifest – Turn any webpage into a structured action manifest for agent

https://demo.manifest.omfang.io/demo
3•Maxnordstrom•4h ago•0 comments

Show HN: Low-latency local LLM runner via OpenJDK Panama FFM (Java 22)

https://github.com/projectargus-cc/libargus.cc
6•KingJoker•4h ago•1 comments

Show HN: I cleaned USDA's farmers-market data – 8,863 markets, CC-BY dataset

https://harvestlymarkets.com/data-sources/
5•gc108•4h ago•0 comments

Show HN: Nobie – an Excel-compatible runtime for agents and humans

https://nobie.com
87•matthewgapp•1d ago•61 comments

Show HN: Benchmark your eng team's AI agent maturity in 5 minutes

https://agent-benchmarks.com/software-factory/
13•adamgold7•12h ago•8 comments

Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

https://github.com/mathaix/OpenClawMachines
39•mathaix•1d ago•30 comments

Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box

https://github.com/yeet-src/sigwire
42•zasc•23h ago•16 comments

Show HN: BillAI Bass, an AI-Powered Big Mouth Billy Bass Using Strands Agents

https://github.com/morganwilliscloud/billai-bass
70•mtw14•1d ago•27 comments

Show HN: Town – Discord in a pixel town where the NPCs have skills

https://github.com/redplanethq/town
5•harshithmul•6h ago•3 comments

Show HN: MDTool – free, client-side Markdown to PDF, HTML and Word (no uploads)

https://www.mdtool.dev
3•usmankhan45•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?