frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Posting Machine – two of us running LinkedIn for 20 B2B founders

https://www.postingmachine.ai
1•_mad_eye_•2m ago•0 comments

P99 0ms* autocomplete for 240M domain names

https://ruurtjan.com/articles/p99-0ms-autocomplete-for-240-million-domain-names
1•pul•6m ago•1 comments

If You're Searching for a New Skillet, Consider Stainless Steel

https://www.wired.com/story/stainless-steel-skillets-are-great/
1•joozio•7m ago•0 comments

Bain tests software takeover targets by vibecoding AI replicas

https://www.ft.com/content/e5bac4d1-b1f8-43a4-bd54-b182d5357af0
1•Timofeibu•8m ago•0 comments

Why More Cores Stopped Saving Us

https://www.jonathanbeard.io/blog/2026/06/19/more-cores-stopped-saving-us.html
1•ingve•10m ago•0 comments

Ask HN: Can't Create an Account

1•retired•11m ago•0 comments

Why the iPhone Will Fail (2007)

https://www.engadget.com/2007-06-27-why-the-iphone-will-fail.html
1•chistev•11m ago•0 comments

Why an AI company cleaned my New York City apartment for free

https://www.bbc.co.uk/news/articles/cpwerjy20kyo
1•vinni2•12m ago•0 comments

A Fool with a Tool Is Still a Fool

https://schrottner.at/2026/06/20/A-Fool-with-a-Tool-is-Still-a-Fool.html
3•aepfli•15m ago•1 comments

Microsoft's Satya Nadella: We Can't Let AI Giants Eat the Economy

https://www.wsj.com/tech/ai/microsofts-satya-nadella-we-cant-let-ai-giants-eat-the-economy-b9d33b9f
2•doener•21m ago•1 comments

Oligarchy is worse than you think (by Johnny Harris) [video]

https://www.youtube.com/watch?v=4S25FfbFw4M
2•Imustaskforhelp•26m ago•0 comments

My Android App Stack

https://erenay.bearblog.dev/my-android-app-stack/
1•Erenay09•27m ago•0 comments

Ask HN: How are you securing write-enabled AI agents against payload smuggling?

https://www.realitykernel.dev
1•Tabrez416•29m ago•0 comments

A Game of Robot Telephone

https://poyo.co/note/20260619T090202/
1•kqr•35m ago•0 comments

Human-in-the-Loop Is Not the Same as Judgment-in-the-Loop

https://kunyuan.substack.com/p/05public-essayhuman-in-the-loop-is
3•hufdr•37m ago•0 comments

Tensordyne makes a big bet on log math to beat Nvidia

https://www.theregister.com/systems/2026/06/19/tensordyne-makes-a-big-bet-on-log-math-to-beat-nvi...
3•galaxyLogic•41m ago•0 comments

Peacock Spider

https://www.peacockspider.org
1•lujz•43m ago•0 comments

Cuckoo Tracking Project

https://www.bto.org/get-involved/volunteer/projects/cuckoo-tracking
1•austinallegro•44m ago•0 comments

Show HN: Generate images from the CLI with a ChatGPT subscription (no API key)

https://github.com/leeguooooo/chatgpt-imagegen
1•leeguoo•46m ago•0 comments

Homeschool

https://pollinatecurriculum.bubbleapps.io
1•LaminaECHSC•46m ago•0 comments

Fine-Tuning and Deploying LLMs on Mobile:F/b to learnings

https://www.youtube.com/watch?v=7N2n7lKtdME
1•thinkevolve•47m ago•0 comments

Free Agentic AI Webinar: From Agent Design to Production

https://simplai.ai/blogs/free-agentic-ai-webinar-from-agent-design-to-production/
2•SimplAI_ai•51m ago•0 comments

The Blu-ray Disc Format Turns 20

https://www.patreon.com/TheDigitalBits/posts/blu-ray-disc-20-161620352
2•lilytweed•53m ago•0 comments

Phones and Phonies: Commodore Shenanigans Through the Ages

https://www.datagubbe.se/commophone/
2•ingve•56m ago•0 comments

Tejas and Jayhawk

https://en.wikipedia.org/wiki/Tejas_and_Jayhawk
1•Teever•56m ago•0 comments

Accenture's crash shows the consultancy racket is finished

https://www.msn.com/en-us/news/technology/accenture-s-crash-shows-the-consultancy-racket-is-finis...
4•galaxyLogic•57m ago•0 comments

Notes on the Industry Job Search

https://alisawuffles.github.io/blog/job-search/
1•cosmoharrigan•57m ago•0 comments

An AI Agent Emailed Me

https://julien.danjou.info/blog/an-ai-agent-emailed-me/
1•enz•59m ago•0 comments

The AI architecture "attention" can't hold attention

https://scitechdaily.com/even-gpt-5-failed-this-human-attention-test/
3•nryoo•1h ago•0 comments

Gen Z earning more than millennials did at the same age

https://www.theguardian.com/money/2026/jun/22/gen-z-earning-more-millennials-same-age-resolution-...
3•sefrost•1h ago•0 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...