frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Hacker News, Without AI

https://www.unslop.news/
7•otherayden•1h ago•3 comments

Show HN: Clawfight.ai MCP-driven agentic game play

https://clawfight.ai/agents.md
7•wesleyhales•3h ago•5 comments

Show HN: Hacker News, without AI

https://hcker.news/?ai=exclude
106•postalcoder•2h ago•64 comments

Show HN: Streameriux – TV Player PoC Using Gpuix and Mediabunny

https://github.com/rubnogueira/streameriux
2•rubnogueira•1h ago•1 comments

Show HN: Raggy – A lightweight CLI tool for RAG over local documents

https://github.com/paulknysh/raggy
4•paulknysh•1h ago•3 comments

Show HN: Autonet, a self-sufficient economy for AI and human agents

https://github.com/autonet-code/node
2•eightrice•2h ago•0 comments

Show HN: Bastiontrace – Forensics for prompt-injected AI agents

https://github.com/Rinkia/bastiontrace
2•Rinkia•3h ago•0 comments

Show HN: Agent First Shopify Competitor?

https://docs.mercemur.com/
3•thejasonsamuel•3h ago•0 comments

Show HN: TriageBox – AI checker for Gmail that flags phishing and clutter

https://triagebox.pfa87.cc/
2•pfa87•3h ago•0 comments

Show HN: OSM Edit MCP

https://github.com/skywinder/osm-edit-mcp
2•skywinder•3h ago•0 comments

Show HN: Vertumnus – printable posters of farmers' market produce seasonality

https://vertumnus.fyi
47•perspectivezoom•3d ago•17 comments

Show HN: Flashviz, Microcontroller flash and RAM 3D visualization

https://clisystems.com/tools/flashviz/
2•drewcg•3h ago•0 comments

Show HN: Underfiction – you direct a scene, a frontier model writes the prose

https://underfiction.com
3•snoshkar•4h ago•0 comments

Show HN: Simseeder – an MMO Roguelike where players build the game

https://simseeder.com
2•Mytrill•4h ago•0 comments

Show HN: What if the speed of light was 5 km/h?

https://rivendell.dmitrybrant.com/relativity/
597•dmitrybrant•1d ago•270 comments

Show HN: A browser IDE for m68000, Z80 assembly (and more), with graphics

https://asm-editor.specy.app/
30•specy•3d ago•3 comments

Show HN: Tab Atlas – A visual tab manager that never auto-closes your tabs

https://chromewebstore.google.com/detail/tab-atlas-visual-tab-mana/jimgeefcpapoihnidlnojegpebpcnfgp
2•mysticmetal•1h ago•0 comments

Show HN: DOOM in the kernel, or fibers in eBPF

https://ayles.github.io/doom-in-kernel/
47•ayles•1d ago•12 comments

Show HN: MultiMatte, a Promptable Image Background Removal Model

https://usefeyn.com/blog/multimatte/
52•snyy•1d ago•8 comments

Show HN: NanoVector – A 120KB zero-dependency vector search engine in C and SIMD

https://github.com/eminsk/nanovector
7•eminskinfo•5h ago•1 comments

Show HN: Foldelight – the iPhone Duo folding effect the MacBook was owed

https://lufzle.dev/foldelight/
19•riffonio•5h ago•16 comments

Show HN: SolidPing — open-source uptime monitoring, agents inside your network

https://solidping.io/d/login?demo=true
2•fclairamb•5h ago•0 comments

Show HN: Compute polynomials twice as fast

https://thomasahle.com/fast-polynomials/
134•thomasahle•2d ago•41 comments

Show HN: Filament – Fast data movement engine in Go

https://github.com/galaxy-io/filament
31•ikswolzok•3d ago•6 comments

Show HN: Beautiful Markdown rendering in your terminal

https://github.com/spencerldixon/lime
6•spencerldixon•8h ago•3 comments

Show HN: CuTile for Java Port

https://www.reddit.com/r/CUDA/comments/1wdbqbb/possible_cutile_integration_in_java_after_rust/
4•mikepapadim•3h ago•0 comments

Show HN: A local, open-source version of Claude Code

https://github.com/just-not-google/BiNeuron
3•waratecs123•10h ago•1 comments

Show HN: Copperhead – Cursor for circuit boards

https://copperhead.sh/
248•animeshchouhan•3d ago•115 comments

Show HN: Self-hosted company OS, Claude Code and Codex agents in departments

https://github.com/OtoDock/oto-dock
47•dimitrismrtzs•1d ago•14 comments

Show HN: I pointed 11 cold AI agents at my own product. 3 finished

https://pact0.com/notes/agents-vs-our-own-product
3•benban•11h 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?