frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: The text disappears when you screenshot it

https://unscreenshottable.vercel.app/?text=Hello
494•zikero•16h ago•174 comments

Show HN: One prompt generates an app with its own database

https://www.manyminiapps.com/
13•stopachka•2h ago•14 comments

Show HN: Supercharging RL with Hyper-Efficient Online Opt, +165% in 2h, $10

https://www.arc.computer/blog/supercharging-rl-with-online-optimization
28•gabyhaffner•1h ago•3 comments

Show HN: SandBox – AI agents simulating possible futures

https://github.com/abozaralizadeh/SandBox
3•lilistar•2h ago•0 comments

Show HN: Burnt US Dollars

https://busd.steviep.xyz
4•scyclow•3h ago•3 comments

Show HN: KSON, a love-letter to the humans maintaining computer configuration

https://kson.org
16•dmarcotte•3h ago•3 comments

Show HN: Silly SF Tech Billboards

https://sillysfbillboards.com/
2•yuedongze•3h ago•0 comments

Show HN: 47jobs – A Fiverr/Upwork for AI Agents

https://47jobs.xyz
18•the_plug•2d ago•43 comments

Show HN: Diamants, an open-source drone swarm to fight wildfires

https://github.com/lololem/diamants-collab
2•lololem83•8h ago•0 comments

Show HN: Pgmcp, an MCP server to query any Postgres database in natural language

https://github.com/subnetmarco/pgmcp
14•fosk•22h ago•5 comments

Show HN: A store that generates products from anything you type in search

https://anycrap.shop/
1166•kafked•5d ago•327 comments

Show HN: Made NZ's member of parliament financial disclosure data searchable

https://open-register-of-pecuniary-interests.joshmcarthur.com/
10•sudojosh•14h ago•1 comments

Show HN: A PSX/DOS style 3D game written in Rust with a custom software renderer

https://totenarctanz.itch.io/a-scavenging-trip
54•mvx64•1d ago•34 comments

Show HN: Small Transfers – charge from 0.000001 USD per request for your SaaS

https://smalltransfers.com/
196•strnisa•1w ago•76 comments

Show HN: STT –> LLM –> TTS pipeline in C

https://github.com/RhinoDevel/mt_llm/tree/main/stt_llm_tts-pipeline-example
10•RhinoDevel•1d ago•0 comments

Show HN: I built a platform for long-form media recs (books, articles, etc.)

https://rhomeapp.com/Guest
19•rohannih•1d ago•3 comments

Show HN: I reverse engineered macOS to allow custom Lock Screen wallpapers

https://cindori.com/backdrop
79•cindori•3d ago•56 comments

Show HN: Daffodil – Open-Source Ecommerce Framework to connect to any platform

https://github.com/graycoreio/daffodil
66•damienwebdev•3d ago•8 comments

Show HN: Pyproc – Call Python from Go Without CGO or Microservices

https://github.com/YuminosukeSato/pyproc
39•acc_10000•2d ago•9 comments

Show HN: Omarchy on CachyOS

https://github.com/mroboff/omarchy-on-cachyos
63•theYipster•3d ago•63 comments

Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework

https://daggerjs.org
77•TonyPeakman•3d ago•77 comments

Show HN: AI-powered web service combining FastAPI, Pydantic-AI, and MCP servers

https://github.com/Aherontas/Pycon_Greece_2025_Presentation_Agents
44•Aherontas•3d ago•24 comments

Show HN: Semlib – Semantic Data Processing

https://github.com/anishathalye/semlib
60•anishathalye•3d ago•12 comments

Show HN: Chibi Izumi, staged dependency injection for Python

https://github.com/7mind/izumi-chibi-py
2•pshirshov•21h ago•2 comments

Show HN: Vicinae – A native, Raycast-compatible launcher for Linux

https://github.com/vicinaehq/vicinae
180•aurellius•1w ago•36 comments

Show HN: MeldSecurity – Run Popular Security Tools in the Browser (Free)

https://meldsecurity.com
3•wowohwow•23h ago•0 comments

Show HN: A Cyberpunk Tuner

https://un.bounded.cc
5•hirako2000•1d ago•2 comments

Show HN: I made a generative online drum machine with ClojureScript

https://dopeloop.ai/beat-maker/
200•chr15m•6d ago•52 comments

Show HN: Term.everything – Run any GUI app in the terminal

https://github.com/mmulet/term.everything
1085•mmulet•1w ago•144 comments

Show HN: I wrote a from-scratch OS to serve my blog

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