frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Turning the NES into a thermometer using the PPU's $2002 open-bus decay

1•erspicu•20s ago•0 comments

Automating first-pass customer support with Claude Code and MCP

https://sitespeak.ai/blog/automate-customer-support-mcp
1•kizum•1m ago•0 comments

Show HN: After a break up I made an app to fix how I feel

https://apps.apple.com/redeem/?ctx=offercodes&id=6445867241&code=MEMOIRI2
1•momoelz•2m ago•0 comments

The Trump administration's Threat to Scientific Research

https://marginalrevolution.com/marginalrevolution/2026/07/the-trump-administrations-threat-to-sci...
2•surprisetalk•3m ago•0 comments

Why Your Daily Standup Notes Are Useless

https://www.projectnotespro.com/news/why-your-daily-standup-notes-are-useless
1•kestermckinney•7m ago•0 comments

Deriving the Obvious

https://diagrammonkey.wordpress.com/2026/07/19/deriving-the-obvious/
2•petschge•10m ago•0 comments

Values-First Living

https://jmbhughes.waldi.blog/values-first-living
1•waaldev•11m ago•0 comments

Introduction to If (Bash)

https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html
1•vladde•11m ago•1 comments

Why malloc always does more than I asked for?

https://ssenthilnathan3.github.io/blog/malloc/
1•nathaah3•14m ago•0 comments

Show HN: Restk – a native API client that stores your workspace as files in Git

https://restk.ai
1•jhaliya•14m ago•0 comments

Mirror Mirror: Self-hosted screen mirroring to your phone

https://github.com/maco30001/Mirror-Mirror
1•maco3000•15m ago•0 comments

The secret Trump administration battle to fight Chinese AI

https://www.axios.com/2026/07/20/ai-us-china-open-source-kimi
1•nnx•15m ago•0 comments

Countries with more tourists than locals

https://www.visualcapitalist.com/ranked-countries-with-more-tourists-than-locals/
1•teleforce•16m ago•0 comments

Show HN: An end to end SEO audit

https://github.com/houtini-ai/seo-audit-console
1•richardbaxter•18m ago•0 comments

Discovery and characterization of antitumor gut microbiota from amphibians

https://www.tandfonline.com/doi/full/10.1080/19490976.2025.2599562
2•he0001•20m ago•0 comments

Through Thick and Thermocline

https://www.bassfinity.com/blog/through-the-thick-of-it-punching-summer-grass-mats
1•jequals5•28m ago•0 comments

DWCS: Why I Open-Sourced My Game Infrastructure Early

https://medium.com/@www.ahadprogamer/i-built-an-open-source-multiplayer-backend-for-a-vr-game-tha...
2•Ahadprogamer•31m ago•0 comments

Extinction Rebellion pelt Microsoft Dutch data center site with acid balloons

https://www.datacenterdynamics.com/en/news/extinction-rebellion-pelts-microsoft-data-center-site-...
1•giuliomagnifico•32m ago•0 comments

Marvell Brings Radix, Low Latency, and Bandwidth to Bear with Teralynx T100

https://www.nextplatform.com/connect/2026/07/17/marvell-brings-radix-low-latency-and-bandwidth-to...
1•rbanffy•32m ago•0 comments

Wharton and Harvard Business School: LLMs on business decisions and tasks

https://business-ai-benchmark.github.io/
1•patelajay285•33m ago•0 comments

Show HN: RefundHalt, contest App Store and Google Play refunds automatically

https://refundhalt.com
1•kedv•35m ago•0 comments

Major AI models are likely to refuse criticizing restrictive leaders or govts

https://apnews.com/article/artificial-intelligence-chatbots-censorship-bias-free-speech-fed8fdbf9...
1•smurda•38m ago•0 comments

Why is it so hard for the U.S. to win wars?

https://www.npr.org/2026/07/18/g-s1-134037/why-is-it-so-hard-for-the-u-s-to-win-wars
15•rbanffy•39m ago•13 comments

India's first privately-developed rocket reaches orbit on dramatic debut launch

https://arstechnica.com/space/2026/07/indias-first-privately-developed-rocket-reaches-orbit-on-dr...
1•rbanffy•42m ago•0 comments

Show HN: I built a pinball repair tool grounded in the real service manuals

https://joinflipside.com.au/repair/
1•mcpit•44m ago•0 comments

Understanding Go AI Inference: What Is Inference?

https://internals-for-interns.com/posts/go-ai-inference-what-is-inference/
1•valyala•44m ago•0 comments

Commission fines AliExpress €550M for breaching the Digital Services Act

https://digital-strategy.ec.europa.eu/en/news/commission-fines-aliexpress-eu550-million-breaching...
2•robin_reala•49m ago•0 comments

Show HN: Diagraw-draw AWS/GCP/IBM archs with icons, arrows that stay attached

https://diagraw.com/
1•victoragudo•50m ago•0 comments

Alibaba Fined Record €550M by EU for Illegal Sales

https://www.bloomberg.com/news/articles/2026-07-20/alibaba-fined-550-million-for-illegal-sales-in...
3•technewssss•51m ago•1 comments

Ask HN: What would a Python-first web look like?

1•RS-232•51m ago•1 comments
Open in hackernews

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

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