frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Dear Europe: Germany has shown the way forward

https://blog.documentfoundation.org/blog/2026/03/23/dear-europe/
1•doener•2m ago•0 comments

Pentagon Adopts New Limits for Journalists After Court Loss

https://www.nytimes.com/2026/03/23/business/media/pentagon-closes-journalists-work-area.html
1•doener•3m ago•0 comments

RocksDB development finds a CPU bug

https://rocksdb.org/blog/2026/02/17/cpu-bug.html
1•eatonphil•6m ago•0 comments

Classification: Accuracy, recall, precision, and related metrics

https://developers.google.com/machine-learning/crash-course/classification/accuracy-precision-recall
1•teleforce•6m ago•0 comments

Personal and Business Tax Returns via MCP

1•unmarkdown•8m ago•0 comments

Show HN: AI Morning Briefing – weather, stocks, news, and a quote emailed daily

https://ia2ai.ai/beta
1•ia2ai_official•8m ago•1 comments

XMMS Resuscitated: XMMS ported to gtk4 with gstreamer/pipewire

https://gitlab.com/cschalle/xmms-resuscitated
1•marcodiego•9m ago•0 comments

SettleTheVibe – Let strangers vote on who's right in your real-life disputes

https://settlethevibe.com
1•misterinfo•10m ago•0 comments

Big Nuclear's Big Mistake – Linear No-Threshold - Kyle Hill [video]

https://www.youtube.com/watch?v=gzdLdNRaPKc
1•zeristor•11m ago•1 comments

Study: Workers who fall for 'corporate bullshit' may be worse at their jobs

https://www.theguardian.com/business/2026/mar/23/corporate-speak-study
1•DamnInteresting•11m ago•0 comments

Evercookie

https://en.wikipedia.org/wiki/Evercookie
1•chistev•11m ago•0 comments

Windows 3.1 tiled background .bmp archive

https://github.com/andreasjansson/win-3.1-backgrounds
2•justsomehnguy•13m ago•0 comments

The Belonging Industrial Complex

https://asseenonbyochuko.substack.com/p/the-belonging-industrial-complex
1•herbertl•13m ago•0 comments

Show HN: Remember psDooM, try ps HID Combat

https://github.com/akoerner/kprox
3•alhadrad•14m ago•0 comments

Quantum‑Grade Entropy

https://realrandom.co/
1•structuredPizza•15m ago•0 comments

SQL's TypeScript moment will help agents just as much as it'll help humans

https://roundup.getdbt.com/p/sql-typescript-and-agents
1•craneca0•18m ago•0 comments

In sports vision analysis cloud compute isn't best for speed, cost, connectivity

https://www.sportsbusinessjournal.com/Articles/2026/03/23/sports-tech-isnt-always-cloudy/
1•Austin_Conlon•21m ago•0 comments

Show HN: Dgs-CLI – 63-command CLI for D-Link DGS-1100 switches via Selenium

https://github.com/bobberb/dgs-cli
1•ShellackGobln7•21m ago•0 comments

4chan's hamster-filled reminder US cos needn't comply with UK speech regulations

https://reason.com/2026/03/23/4chan-sends-hilarious-hamster-filled-reminder-that-u-s-companies-ne...
1•jrosenblatt•22m ago•0 comments

Supreme Court declines to review press freedom case

https://www.npr.org/2026/03/23/nx-s1-5757440/supreme-court-press-freedom
2•Jimmc414•22m ago•1 comments

Rasmus Andersson Launches Playbit macOS App

https://twitter.com/rsms/status/2036210025258164264
1•colesantiago•25m ago•1 comments

IRIX 3dfx Voodoo driver and glide2x IRIX port

https://sdz-mods.com/index.php/2026/03/23/irix-3dfx-voodoo-driver-glide2x-irix-port/
3•zdw•28m ago•0 comments

Steps toward great agent experience every API provider can take today

https://www.stainless.com/blog/steps-toward-great-agent-experience-every-api-provider-can-take-today
1•dgellow•31m ago•0 comments

Is Argon2 better than Bcrypt?

https://pilcrowonpaper.com/blog/14
2•troupo•31m ago•0 comments

Ask HN: Karpathy auto research on a miata ecu?

1•alex7o•32m ago•0 comments

Welcome to the AI agent arms race

https://www.axios.com/2026/03/23/openclaw-agents-nvidia-anthropic-perplexity
1•indigodaddy•34m ago•0 comments

GSA extends comments on AI clause after industry pushback

https://fedscoop.com/gsa-extends-comments-on-sweeping-ai-clause-after-industry-pushback/
1•petethomas•36m ago•0 comments

The Builder's Dilemma: Why the World Rewards Hype and How to Win with Real Value

https://medium.com/@pierreneter/the-builders-dilemma-why-the-world-rewards-hype-and-how-to-win-wi...
2•pierreneter•38m ago•0 comments

A Claude plugin for the full software development lifecycle

https://github.com/shamkhall/sdlc
1•shamkhal•38m ago•0 comments

Show HN: Npx poke-PC – Give your Poke agent a full Docker box to play in

https://github.com/calganaygun/poke-pc
1•calganaygun•41m ago•0 comments
Open in hackernews

Show HN: Kodo – Temporary, real-time translation chat app for my upcoming trip

2•jonathanleane•10mo ago
Hey HN,

My wife and I are heading to Thailand soon, and while we're learning some basics, I was thinking about those quick, everyday interactions where a language barrier can be awkward – asking for directions, ordering street food, chatting with a vendor, etc.

I didn't want the friction of firing up a dedicated translation app each time or dealing with account signups for something temporary.

So, I decided to build Kodo Chat as a little side project to scratch my own itch. The idea is a super simple, temporary chat room focused purely on real-time translation between two people.

How it works:

One person ("host") visits the site, selects their language, and gets a QR code and a shareable link. The other person ("guest") scans the code or opens the link on their phone, selects their language, and they're connected in a temporary room.

Messages sent by either person are translated (currently using OpenAI - gpt-4.1 by default, but configurable) and displayed along with the original text on the other person's device.

Rooms and user links expire automatically (via Redis TTLs), so there's no persistent data or accounts needed.

It's built with Expo (React Native Web) for the frontend, Node.js/Express/Socket.IO on the backend, and Redis for session/room management. The UI is pretty basic right now (using React Native Paper), and the translations are only as good as the underlying AI model, but it seems to handle simple conversational stuff reasonably well in testing.

It solved my immediate need, and I thought others might find it useful, so I've open-sourced it.

Live Demo: https://kodo-frontend.onrender.com/ GitHub: https://github.com/jonathanleane/kodo

Would love to hear any feedback, suggestions, or criticisms you might have! Especially curious if anyone else has faced similar communication hurdles while traveling and what solutions they've found.

Comments

gabrielcrist•10mo ago
Muito interessante! A funcionalidade de tradução temporária em tempo real parece especialmente útil para situações em que a comunicação rápida supera a perfeição da tradução.

Fiquei curioso: como o Kodo lida com expressões idiomáticas ou gírias locais? E existe algum tipo de armazenamento ou histórico das conversas traduzidas?

Pode ser uma ótima ferramenta não só para viagens, mas também para equipes multiculturais em ambientes remotos.

jonathanleane•10mo ago
Not sure - lets try: https://kodo-frontend.onrender.com/join?token=3f717b9f1a9052...