frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SXSW Used AI-Powered Trademark Tool to Censor Dissent on Instagram

https://www.404media.co/sxsw-used-ai-powered-trademark-tool-to-censor-dissent-on-instagram/
1•cdrnsf•1m ago•0 comments

Building a Fast Multilingual OCR Model with Synthetic Data

https://huggingface.co/blog/nvidia/nemotron-ocr-v2
1•ibobev•3m ago•0 comments

DeepSeek-V4: a million-token context that agents can use

https://huggingface.co/blog/deepseekv4
1•ibobev•4m ago•0 comments

An Aristotelian understanding of object-oriented programming

https://dl.acm.org/doi/10.1145/353171.353194
2•b-man•5m ago•0 comments

Adaptive Ultrasound Imaging with Physics

https://huggingface.co/blog/nvidia/raw2insights-adaptive-ultrasound-imaging
1•ibobev•5m ago•0 comments

General Motors says it expects $500M tariff refund after SCOTUS ruling

https://abcnews.com/Business/general-motors-expects-500-million-tariff-refund-after/story?id=1324...
1•testing22321•6m ago•0 comments

AI's Economics Don't Make Sense

https://www.wheresyoured.at/ais-economics-dont-make-sense-ad-free/
2•speckx•7m ago•0 comments

Ask HN: Is Apple's Weather Service Down?

2•thomascountz•7m ago•1 comments

Claude Leak Confirms It: LLM Systems Are Architecture, Not Prompts (Orca)

https://github.com/gfernandf/agent-skills
1•gfernandf1•8m ago•1 comments

A tradeoff in defining database schemas

https://www.natemeyvis.com/a-tradeoff-in-defining-database-schemas/
1•Brajeshwar•9m ago•0 comments

Show HN: Browser timers that float above your other windows

1•jmbuilds•10m ago•0 comments

Understanding LangGraph as a stateful execution system

https://internals.laxmena.com/p/langgraph-internals-how-production
1•laxmena•11m ago•0 comments

Why does walking through doorways make us forget? (2016)

https://www.bbc.com/future/article/20160307-why-does-walking-through-doorways-make-us-forget
4•thunderbong•12m ago•0 comments

Show HN: FastSvelte – FastAPI and SvelteKit Starter Kit for Python SaaS

https://fastsvelte.dev/
1•turtledevio•12m ago•0 comments

New mechanical panoramic film camera from Jeff Bridges

https://wideluxx.com
1•armadsen•12m ago•0 comments

Coding Adventure: Chess (2021) [video]

https://www.youtube.com/watch?v=U4ogK0MIzqk
2•tosh•14m ago•0 comments

Pricing the Proof of Concept

https://deploy95.substack.com/p/pricing-beyond-the-poc
2•dddddaviddddd•14m ago•0 comments

Gea – JavaScript is enough for reactivity

https://github.com/dashersw/gea
2•arbayi•16m ago•0 comments

Patreon Introduces New Design and Quips

https://www.patreon.com/posts/155520677
1•colinismyname•17m ago•0 comments

Opus 4.7's New Tokenizer: What It Costs

https://openrouter.ai/announcements/opus-47-tokenizer-analysis
3•numlocked•17m ago•0 comments

The Limits of Self-Improving in Large Language Models

https://arxiv.org/abs/2601.05280
1•darccio•18m ago•0 comments

AI's Economics Don't Make Sense

https://www.wheresyoured.at/ais-economics-dont-make-sense/
10•spking•21m ago•0 comments

Show HN: Interactive site for learning sailing physics

https://windbender.io/how-to-sail
1•techfrog•21m ago•0 comments

Possible Apple Weather Outage

https://statusgator.com/services/apple/weather
1•RockstarSprain•22m ago•0 comments

How the Eighty Years' War Freed the Netherlands from Spanish Rule

https://www.thecollector.com/eighty-years-war-netherlands-spanish-rule/
1•Tomte•22m ago•0 comments

Longest Straight Stretch of a Road

https://indianexpress.com/article/world/saudi-arabia-highway-10-world-longest-straight-road-9333548/
2•gurjeet•24m ago•1 comments

Understanding the LLM Bubble

https://americanaffairsjournal.org/2026/02/understanding-the-llm-bubble/
3•itsfine2•24m ago•0 comments

Illegal vs. Unwanted States

https://buttondown.com/hillelwayne/archive/illegal-vs-unwanted-states/
1•azhenley•24m ago•0 comments

People Using AI to Represent Themselves in Court Are Clogging the System

https://www.404media.co/people-using-ai-to-represent-themselves-in-court-are-clogging-the-system/
3•Brajeshwar•24m ago•0 comments

US Ends Investigation into Claims WhatsApp Chats Aren't Private

https://www.bloomberg.com/news/articles/2026-04-28/us-ends-investigation-into-claims-whatsapp-cha...
1•helsinkiandrew•25m ago•0 comments
Open in hackernews

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

2•jonathanleane•12mo 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•12mo 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•12mo ago
Not sure - lets try: https://kodo-frontend.onrender.com/join?token=3f717b9f1a9052...