frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: FeralDeps, local dependency and vulnerability scanner for Java projects

https://github.com/PardixLabs/feraldeps-core
1•conor_pardix•1m ago•0 comments

AI in Trump's 3-D Chess Match

https://www.wsj.com/opinion/ai-in-trumps-3-d-chess-match-d62c2596
1•RyanShook•1m ago•0 comments

Simplifying Git Worktrees

https://backnotprop.com/blog/simplifying-git-worktrees/
1•ramoz•1m ago•0 comments

80M galaxies: Gigantic astronomical catalog viewable online

https://www.heise.de/en/news/80-million-galaxies-Gigantic-astronomical-catalog-viewable-online-11...
1•ohjeez•2m ago•0 comments

LocalPDF V3 – 100% local, browser-based PDF studio (Free and No Ads)

https://local-pdf-five.vercel.app/
1•piyushpr134•2m ago•1 comments

The Lobster Pot

https://pinata.cloud/blog/the-lobster-pot/
1•iammatthias•2m ago•1 comments

I fixed the same Supabase issues 100 times in my agency for vibe coders

https://www.tryargus.dev/
1•vronchin•4m ago•1 comments

New 'color palette' for peptides based on non-natural amino acids

https://phys.org/news/2026-02-scientists-massive-palette-biomedical-natural.html
1•PaulHoule•5m ago•0 comments

The Olympus Programming Language

https://dl.acm.org/doi/pdf/10.1145/3664211
2•rbanffy•5m ago•0 comments

Anthropic Sues DoD

https://www.wired.com/story/anthropic-sues-department-of-defense-over-supply-chain-risk-designation/
2•vessenes•5m ago•1 comments

Building faster than you can think

https://www.augmentcode.com/blog/building-faster-than-you-can-think
1•knes•6m ago•0 comments

Ask HN: Free hosting/cloud providers for free non-profit open source apps?

1•-thrwwy•7m ago•0 comments

NaviServer, a versatile multiprotocol (HTTP(S), etc.) server written in C/Tcl

https://github.com/naviserver-project/naviserver
1•anonnon•7m ago•1 comments

Show HN: Caloriva – A calorie tracker that actually understands

1•caloriva•7m ago•0 comments

Show HN: Colchis Log – cryptographic audit trail for AI systems (Python)

https://github.com/GhurtSky-GR13/colchis-log
3•GhurtSky•8m ago•0 comments

Oil Is Near a Price That Hurts the Economy

https://www.wsj.com/business/energy-oil/oil-is-already-near-a-price-that-hurts-the-economy-3cebcfdc
4•JumpCrisscross•8m ago•0 comments

Random-Bridges as Stochastic Transports for Generative Models

https://arxiv.org/abs/2512.14190
1•sesenai•8m ago•1 comments

AI companies turn knowledge into a proprietary asset. Share your knowledge

https://insidestack.it/blog/ai-companies-turn-knowledge-into-a-proprietary-asset-share-your-knowl...
1•danijelk•9m ago•0 comments

One More Prompt: The Dopamine Trap of Agentic Coding

https://blog.quent.in/blog/2026/03/09/one-more-prompt-the-dopamine-trap-of-agentic-coding/
1•pranay01•10m ago•0 comments

Cloudflare's Agents.md

https://github.com/cloudflare/cloudflared/blob/master/AGENTS.md
1•fernvenue•10m ago•0 comments

Claude helped select targets for recent wave of Iran strikes

https://www.nonzero.org/p/iran-and-the-immorality-of-openai
2•d0able•10m ago•1 comments

The Tree of Up

https://up.com.au/tree/
1•skogstokig•11m ago•0 comments

Show HN: Ratschn – A local Mac dictation app built with Rust, Tauri and CoreML

https://ratschn.com
3•Edos8877•14m ago•0 comments

Show HN: Deadbranch – Interactive TUI for cleaning stale Git branches (Rust)

https://github.com/armgabrielyan/deadbranch
1•armen99•17m ago•0 comments

IDF Officials Admit Military Struggling to Intercept Hezbollah Drones

https://www.haaretz.com/middle-east-news/2026-03-08/ty-article/.premium/idf-officials-admit-milit...
4•johnshades•17m ago•0 comments

Ask HN: How do you keep your data private?

1•mrdependable•18m ago•0 comments

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts

https://getdull.app
1•kasparnoor•18m ago•1 comments

21 Years Living Off-Grid on a Remote Island in a Self-Built Cabin and Homestead [video]

https://www.youtube.com/watch?v=THAupOYwJTs
2•awalGarg•22m ago•0 comments

Increased risk of bullying in open-plan offices

https://www.eurekalert.org/news-releases/1118481
3•pseudalopex•22m ago•1 comments

Show HN: AC-trace–map acceptance criteria to code and tests,then mutate the code

https://github.com/DmytroHuzz/ac-trace
2•dmyhuz•23m ago•0 comments
Open in hackernews

Show HN: Zenòdot – Find if a book has been translated into your language

https://www.zenodot.app/
6•AusiasTsel•2h ago
I'm a multilingual reader (Catalan/Spanish/English/Italian), and I kept hitting the same wall: I'd hear about a book and have no way to know if it existed in my language. Turns out this is a genuinely unsolved problem. There's no single database that tracks which books have been translated into which languages. ISBN registries are fragmented by country. Open Library has great English coverage but gaps elsewhere. Wikidata has surprisingly rich translation data but it's locked behind SPARQL. Google Books is inconsistent across regions.

So I built Zenòdot to cross all four and piece the picture together.

What I found building it:

-The ISBN system is far more broken than I expected. ISBNdb has millions of English records but almost nothing for languages like Basque, Icelandic, or Bengali. Books exist in these languages, they just don't exist in the databases.

-Wikidata was the biggest surprise. It has structured translation data for thousands of works, but extracting it requires SPARQL queries, title resolution across scripts (try matching a book title in Chinese to its English original), and author alias caching. Hard to build, but the results fill gaps that no other source covers.

-The most interesting output isn't what the tool finds; it's what it doesn't find. When someone searches for a book in a language and there's no result, that's a demand signal. "Someone in the world wanted this translation and it doesn't exist." That data could be genuinely useful to publishers.

The tool prioritizes your selected languages, so it shows you editions relevant to you first. The philosophy is "documentary infrastructure”: no recommendations, no social features, no accounts. You search, you find (or don't), you go buy the book wherever you want.

Stack: Next.js 15 (App Router), Supabase, Vercel, TypeScript. Solo project, no funding, about 4 months of work.

If you're multilingual or learning a language, I'd especially love your feedback. Try searching for a book you love and switching between languages, that's where the tool shows its value.

Comments

MonkeyIsNull•2h ago
wow, ok. I definitely need this! This is my life now with French, Russian, German and whatever language of the moment I am messing around with.

However, it stills looks like it's tied to localhost? I get a web socket error (to localhost:8081) and when I type the name of the title into the search title. Nothing happens and the button doesn't look like I can click it (no highlighting)

AusiasTsel•2h ago
Thanks for trying it! The localhost:8081 websocket isn't from Zenòdot, that's likely a browser extension (React DevTools, a proxy tool, or similar). Could you try in an incognito/private window with extensions disabled? The search button activates once you've selected at least one language from the selector below the search bar. If you haven't picked any languages yet, it stays inactive... that might be what you're seeing. Let me know if that helps!
MonkeyIsNull•1h ago
ahh right, wrong error. This is the one I get: Uncaught Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

That's from an incognito window on Chrome

AusiasTsel•1h ago
That's a React hydration mismatch. I'm aware of it but hadn't seen it block functionality before. Thanks for flagging that it does for you. Can I ask: when you load the page, do you see the language selector (a dropdown/search where you pick languages like English, French, etc.)? The search button only activates after selecting at least one language — if the hydration error is breaking the selector, that would explain why the button seems unclickable. I'm looking into it right now. What Chrome version are you on?
MonkeyIsNull•1h ago
> Version 145.0.7632.160 (Build officiel) (arm64)

Yeah, I've tried switching the languages, not ALL the text on the page changes from the default language and I've tried not changing the lang. Same thing.

AusiasTsel•1h ago
Thanks for the details — that's very helpful. Chrome 145 on Mac, got it. The fact that text doesn't fully change when switching languages confirms the hydration error is breaking React's event handling. I'm actively debugging this right now. I'll reply here when I have a fix deployed. shouldn't be long. Really appreciate your patience.
AusiasTsel•49m ago
Update: The hydration bug has been fixed and deployed. The search should now work correctly. Thanks for the report, it helped us catch a real issue. Would love to hear if it works for you now!