frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs

https://prismml.com/
109•PrismML•5h ago•47 comments

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
117•jkool702•4d ago•30 comments

Show HN: Postgres extension for BM25 relevance-ranked full-text search

https://github.com/timescale/pg_textsearch
103•tjgreen•10h ago•34 comments

Show HN: Loreline, narrative language transpiled via Haxe: C++/C#/JS/Java/Py/Lua

https://loreline.app/en/docs/technical-overview/
60•jeremyfa•3d ago•17 comments

Show HN: Sundial – a new way to look at a weather forecast

https://sundial.page/
39•izaidi•11h ago•14 comments

Show HN: EU Leadership – Live API data site comparing Europe to the world

https://ajh.ovh/
19•aureljohn•6h ago•4 comments

Show HN: Claude Code rewritten as a bash script

https://github.com/jdcodes1/claude-sh
3•rpst•3h ago•0 comments

Show HN: Asciimap – Interactive ASCII world map with live data

https://github.com/Lionel-Lim/asciimap
2•limsight•3h ago•0 comments

Show HN: I turned a sketch into a 3D-print pegboard for my kid with an AI agent

https://github.com/virpo/pegboard
63•virpo•1d ago•16 comments

Show HN: Browserbeam – a browser API built for AI agents

https://browserbeam.com/
2•nyku•4h ago•0 comments

Show HN: PhAIL – Real-robot benchmark for AI models

https://phail.ai
20•vertix•10h ago•8 comments

Show HN: Coasts – Containerized Hosts for Agents

https://github.com/coast-guard/coasts
91•jsunderland323•1d ago•37 comments

Show HN: DeepTable – an API that converts messy Excel files into structured data

https://docs.deeptable.com/
7•francisrafal•11h ago•0 comments

Show HN: Hyprmoncfg – Terminal-based monitor config manager for Hyprland

https://paolino.me/hyprmoncfg-monitor-configuration-for-hyprland/
11•earcar•10h ago•4 comments

Show HN: Pardus Browser- a browser for AI agents without Chromium

https://github.com/JasonHonKL/PardusBrowser/tree/main
16•JasonHEIN•16h ago•8 comments

Show HN: Lazy-tool: reducing prompt bloat in MCP-based agent workflows

https://github.com/rpgeeganage/lazy-tool
20•like-to-code1•10h ago•2 comments

Show HN: Multi-agent autoresearch for ANE inference beats Apple's CoreML by 6×

https://www.ensue-network.ai/lab/ane
4•christinetyip•7h ago•0 comments

Show HN: Margo – Find the font your brain reads fastest

https://margo.fyi/
3•theseidel•9h ago•4 comments

Show HN: ClawDesk – Agent orchestration layer on top of OpenClaw

https://github.com/glassrun/clawdesk
4•glassrun•10h ago•0 comments

Show HN: I built a self-hosted Fly.io engine using Go and Firecracker

https://github.com/herd-core/herd
4•sankalpnarula•10h ago•0 comments

Show HN: Solitaire – identity layer for AI agents, not just another memory tool

https://github.com/PRDicta/Solitaire-for-Agents
4•dictadev•10h ago•1 comments

Show HN: LogicStamp – A Context Compiler for TypeScript

https://logicstamp.dev
3•AmiteK•10h ago•2 comments

Show HN: INTERCALsky.ATproto client.Ada carries packets.INTERCAL carries meaning

https://github.com/FormerLab/intercalsky
4•FormerLabFred•10h ago•0 comments

Show HN: Gravimera, AI(LLM) driven 3D world editor and explorer

https://github.com/gravimera/gravimera
4•FlowWei•10h ago•0 comments

Show HN: Prawduct, a product development framework for Claude Code

https://github.com/brookstalley/prawduct
5•brookst•10h ago•2 comments

Show HN: Reprompt – Analyze what you type into AI tools, not what they output

https://github.com/reprompt-dev/reprompt
3•LuxBennu•10h ago•3 comments

Show HN: PromptQL – AI-Native Slack

https://promptql.io
5•argo12•11h ago•0 comments

Show HN: Vibe Check – UX Benchmark for vibe designs

https://vibecheck.appvelocity.io
4•aEJ04Izw5HYm•11h ago•1 comments

Show HN: QuickBEAM – run JavaScript as supervised Erlang/OTP processes

https://github.com/elixir-volt/quickbeam
110•dannote•3d ago•16 comments

Show HN: Trama – Stop writing agent orchestration

https://github.com/NaNhkNaN/trama
6•NaNhkNaN•12h 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•10mo 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•10mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•10mo 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•10mo 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•10mo 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•10mo ago
Improvement deployed!
swaptr•10mo 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•10mo ago
It's my pleasure! :)
jayl-e-e•10mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?