frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Tabularis – Rust/Tauri Database GUI with a JSON-RPC Plugin System

https://github.com/debba/tabularis
1•debba•1h ago

Comments

debba•1h ago
Author here. Happy to answer questions.

The main thing in this release is a plugin system for database drivers. The short version: plugins are standalone executables that Tabularis spawns as child processes and talks to over JSON-RPC 2.0 on stdin/stdout.

I looked at dynamic libraries first but the cross-language ABI story is painful and would have locked plugin authors into Rust (or at least a C-compatible interface). The stdin/stdout approach means you can write a driver in whatever you want — the only contract is the JSON-RPC protocol. It also gives you process isolation for free, which matters when you're dealing with database drivers that can have their own native dependencies and failure modes.

The tradeoff is some serialization overhead per call, but in practice you're always waiting on network or disk anyway, so it hasn't been an issue.

First plugin out is DuckDB. I kept it out of core because of its binary size, but it's the database I get asked about most, so it felt like the right first target.

One thing I'm still thinking through: whether to pull the built-in drivers (MySQL, PostgreSQL, SQLite, MariaDB) out of core entirely and treat them as first-party plugins. It would make the core much leaner and the architecture more consistent, but it adds friction on first install. Currently leaning toward a setup wizard approach. Curious if anyone has dealt with a similar tradeoff.

The plugin guide and protocol spec are in the repo if you want to build one: https://github.com/debba/tabularis/blob/main/plugins/PLUGIN_...

Show HN: AI-context-bridge – Save AI coding context across tools via Git hooks

https://github.com/himanshuskukla/ai-context-bridge
1•himanshuDS•3m ago•0 comments

eBPF Ring Buffer vs. Perf Buffer

https://kubefront.net/system/ebpf/ring-buffer-vs-perf-buffer/
1•vinhnx•5m ago•0 comments

Magnus Carlsen Beats ChatGPT in Chess Without Losing a Piece

https://time.com/7303017/magnus-carlsen-chatgpt-ai-chess/
2•latexr•6m ago•0 comments

AI Agents and Applesauce

https://rob-blinsinger-blog.pages.dev/posts/2026-02-22-parsing-recipe-ingredients
1•calvin•6m ago•0 comments

Atoms are Cheap, Process is Pricey

https://futureblind.com/p/atoms-are-cheap-process-is-pricey
1•vinhnx•6m ago•0 comments

Code Review Is Not About Catching Bugs

https://www.davidpoll.com/2026/02/code-review-is-not-about-catching-bugs/
1•depoll•9m ago•0 comments

My Dad's Friendship with Charles Barkley (2018)

https://www.wbur.org/onlyagame/2018/12/14/lin-wang-charles-barkley
1•thunderbong•9m ago•0 comments

Show HN: Talpa – Datasette-powered reading stats dashboards for Kobo and Kindle

https://github.com/gildo/talpa
1•fyskij•9m ago•0 comments

Show HN: isometric.nyc/snow

https://isometric.nyc/snow
1•cannoneyed•10m ago•0 comments

Someone made their own Moltclaw personal assistant with a Raspberry Pi Zero 2W

https://www.xda-developers.com/someone-made-their-own-moltclaw-personal-assistant-with-a-raspberr...
1•HardwareLust•11m ago•0 comments

Survey: 58.7% say AI search has reduced or replaced traditional search

https://searcherries.com/ai-search-statistics
1•dahra•12m ago•0 comments

The Little Red Dot

https://idiallo.com/blog/little-red-dot
1•Brajeshwar•14m ago•0 comments

Sprites on the Web

https://www.joshwcomeau.com/animation/sprites/
2•joshwcomeau•14m ago•0 comments

Show HN: A self-evolving trading system with transparent orchestration

1•sunnynagra•15m ago•0 comments

The future of software engineering [pdf]

https://www.thoughtworks.com/content/dam/thoughtworks/documents/report/tw_future%20_of_software_d...
1•yarapavan•15m ago•0 comments

OpenClaw – Personal AI Assistant for $5 a month

https://blog.tomaszdunia.pl/openclaw-eng/
1•to3k•16m ago•1 comments

ThunderKittens 2.0: even faster kernels for your GPUs

https://hazyresearch.stanford.edu/blog/2026-02-19-tk-2
1•ecesena•17m ago•0 comments

Show HN: Free ecommerce platform for link-in-bio people

https://stoar.page/
2•arajnoha•17m ago•0 comments

Creative problem-solving after provoking dreams of unsolved puzzles

https://academic.oup.com/nc/article/2026/1/niaf067/8456489?login=true
1•PaulHoule•18m ago•0 comments

The Lethal Trifecta: Securing OpenClaw Against Prompt Injection

https://octoclaw.ai/blog/lethal-trifecta-prompt-injection/
1•octoclaw•18m ago•0 comments

Reticulum Network

https://reticulum.network/
1•ZeroCool2u•19m ago•1 comments

The Rise of the Bratty Machines

https://www.nytimes.com/2026/02/23/opinion/chatbots-open-claw.html
1•espiers•19m ago•0 comments

Show HN: 412 deterministic modules so AI agents stop hallucinating commands

https://github.com/flytohub/flyto-ai
1•ChesterHsu•20m ago•1 comments

Tiny experiments can set you free

https://nesslabs.com/tiny-experiments-tedx-nashville-transcript
1•adrianhoward•21m ago•0 comments

RNode

https://unsigned.io/rnode/
2•ZeroCool2u•21m ago•1 comments

The idea of using a Raspberry Pi to run OpenClaw makes no sense

https://www.theregister.com/2026/02/20/raspberry_pi_meme_stock_disorder/
2•smurda•22m ago•0 comments

I had everything – nd suddenly it stopped making sense

https://userfriendlybrain.substack.com/p/i-had-everything
2•stared•24m ago•0 comments

Note-Taking: Digital vs. Paper

https://www.ssp.sh/brain/digital-vs-paper/
2•articsputnik•25m ago•0 comments

Silicon Valley can't import talent like before. So it's exporting jobs

https://restofworld.org/2026/h1b-visa-impact-india-tech-hiring-faamng/
18•andrewstetsenko•25m ago•11 comments

Show HN: MarkdownLM – Stop being the human middleware for your AI agent

2•sundancegh•25m ago•0 comments