frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: AnuDB – A RocksDB-Backed Embedded Database for Pi (With Benchmark)

https://github.com/hash-anu/AnuDB
1•hashmak_jsn•9mo ago
Hi HN,

I’ve been working on AnuDB, a lightweight embedded key-value database backed by RocksDB, optimized for low-power devices like the Raspberry Pi.

It's designed as an alternative to SQLite in scenarios where high concurrency and write-heavy workloads matter.

I benchmarked AnuDB vs SQLite (with WAL mode) on a Raspberry Pi (ARMv7). Both were cross-compiled. Here are the results:

Benchmark: Operations per second (Ops/s)

Insert: AnuDB 448 | SQLite 839

Query: AnuDB 55 | SQLite 30

Update: AnuDB 408 | SQLite 600

Delete: AnuDB 556 | SQLite 1942

Parallel (10 threads): AnuDB 413 | SQLite 1.5

While SQLite is highly optimized for single-threaded operations, it struggles under multi-threaded writes. AnuDB, using RocksDB, handles parallel operations much better.

GitHub:

AnuDB: https://github.com/hash-anu/AnuDB

Benchmark: https://github.com/hash-anu/AnuDBBenchmark

Would love feedback on:

Use case suggestions

Benchmarking approaches

Whether this could be useful in your projects

Thanks!

15 Years of Indie Dev in 4 Bits of Advice

https://www.pentadact.com/2026-01-08-15-years-of-indie-dev-in-4-bits-of-advice/
1•birdculture•2m ago•0 comments

Ghostty – Terminal Emulator

https://ghostty.org/docs
2•oli5679•8m ago•0 comments

I used 2D Base64 to bypass Gemini and expose Google's moderation flaws

3•MissMajordazure•15m ago•0 comments

Show HN: Rulegen – Auto-generate Claude.md and .cursorrules from your codebase

https://github.com/vexorkai/rulegen
2•vexorkai•19m ago•1 comments

Show HN: Umitech – Web development, SEO, graphic design and marketing services

https://umitech.com.au/
1•pinin•25m ago•0 comments

Unlikely Wins and Comped Spins: Inside Stake's Empire

https://www.bloomberg.com/features/2026-stake-drake-crypto-casino-adin-ross-gambling/
1•thm•28m ago•0 comments

Show HN: Teletext-Style Portfolio Website

https://pakastin.fi
1•pkstn•29m ago•1 comments

Don't rely on GitHub Actions cron: jobs may be delayed or just dropped

https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows
1•7777777phil•31m ago•0 comments

Mt. Gox CEO Suggests Bitcoin Hard Fork to Recover $5B in Customer Funds

https://gizmodo.com/disgraced-mt-gox-ceo-suggests-bitcoin-hard-fork-to-recover-5-billion-in-custo...
2•giuliomagnifico•31m ago•0 comments

Show HN: Steward – a background agent that closes 80% low-risk noise

https://github.com/study8677/Steward
1•867762462f•31m ago•0 comments

I built a demo of what AI chat will look like when it's "free" and ad-supported

https://99helpers.com/tools/ad-supported-chat
2•nickk81•32m ago•1 comments

U.S. Strikes in Middle East Use Anthropic, Hours After Trump Ban

https://www.wsj.com/livecoverage/iran-strikes-2026/card/u-s-strikes-in-middle-east-use-anthropic-...
6•slinky3671•35m ago•0 comments

Show HN: "Vote-MCP" -- a bit like Google Forms, but for AIs

https://vote-demo.dapp32.com/about
2•_codah_•38m ago•0 comments

A New Threat to Power Grids: Data Centers Unplugging at Once

https://www.wsj.com/business/energy-oil/a-new-threat-to-power-grids-data-centers-unplugging-at-on...
3•impish9208•41m ago•1 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•42m ago•0 comments

A.I. Isn't People

https://www.todayintabs.com/p/a-i-isn-t-people
2•latexr•48m ago•0 comments

Show HN: Lazylogs -TUI structured log viewer (less meets jq for your terminal)

https://github.com/yasomaru/lazylogs
1•yasomaru•48m ago•0 comments

Disrupting the Gridtide Global Cyber Espionage Campaign

https://cloud.google.com/blog/topics/threat-intelligence/disrupting-gridtide-global-espionage-cam...
1•yusufaytas•51m ago•0 comments

Show HN: OpenLinq – invite-only link sharing for humans tired of AI slop

https://www.openlinq.xyz/
1•Othrya•51m ago•0 comments

Rebel startups challenge conglomerates in Korea's 'AI Squid Game'

https://businessmirror.com.ph/2026/02/25/rebel-startups-challenge-conglomerates-in-koreas-ai-squi...
2•journey2s•51m ago•0 comments

MDBaseQuery – Query MD/Frontmatter Bases (Obsidian-Compatible) with Headless CLI

https://github.com/intellectronica/mdbasequery
2•intellectronica•51m ago•1 comments

GPT detectors are biased against non-native English writers (2023)

https://arxiv.org/abs/2304.02819
1•maxloh•54m ago•0 comments

China Wins The Pentagon-Anthropic Brawl

https://www.wsj.com/opinion/anthropic-donald-trump-pentagon-ai-china-u-s-military-467dd6de
1•doener•57m ago•0 comments

I pitched my anime idea to a Japanese producer

https://sutanisurabu.substack.com/p/how-i-sold-my-anime-idea-to-a-japanese
1•sutanisurabu•1h ago•1 comments

Block and Tackle: Job Cuts and the AI Narrative

https://om.co/2026/02/28/block-tackle-job-cuts-the-ai-narrative/
1•herbertl•1h ago•0 comments

A Record Player Gave Me the Idea to Revive the Home Computer

https://text.tchncs.de/r3nun0mxs9
1•doener•1h ago•0 comments

Nets used to catch fish. Now they're catching Russian drones

https://www.cnn.com/2026/02/01/europe/ukraine-fishing-farming-nets-drones-intl
2•pera•1h ago•0 comments

Show HN: A CLI client for Tuta(nota) email

https://github.com/digitalWestie/tutanota-cli
1•digitalWestie•1h ago•0 comments

Show HN: Vertex.js – A 1kloc SPA Framework

https://lukeb42.github.io/vertex-manual.html
1•LukeB42•1h ago•0 comments

Show HN: I rewrote SMTP-server for Bun without touching node:net

https://github.com/puiusabin/bun-smtp
1•puiusabin•1h ago•0 comments