frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is it just me or does Claude Code sound condescending recently?

1•alentred•51s ago•0 comments

How Did the Silk Road Work? [video]

https://www.youtube.com/watch?v=9VMTm6H7DrY
1•hakkikonu•3m ago•0 comments

Behind the scenes with the Midjourney scanner [video]

https://www.youtube.com/watch?v=4nzzpUKhj1M
1•Semkas•3m ago•0 comments

Simulating Tradeoffs in AI Organisation

1•rando77•4m ago•0 comments

Hackers shoveled snow for company, were rewarded with network admin access

https://www.theregister.com/security/2026/07/02/hackers-shoveled-snow-for-company-were-rewarded-w...
2•ike_usawa•5m ago•0 comments

Show HN: SlideShow – a simple, cross-platform full-screen photo slideshow

https://github.com/ftaisdeal/cross-platform-slideshow
2•ftaisdeal•11m ago•0 comments

Meta's Zuckerberg says AI agent tech progressing slower than expected

https://finance.yahoo.com/technology/ai/articles/exclusive-zuckerberg-says-ai-agent-201123441.html
2•ssram•12m ago•1 comments

Claude Code Dynamic Island on macOS

https://pookify.vercel.app/
2•eyadh•13m ago•1 comments

War Crimes Archive

https://archivegenocide.com/
5•TomeveilSeeker•13m ago•0 comments

Learn the Knowledge of London

https://tfl.gov.uk/info-for/taxis-and-private-hire/licensing/learn-the-knowledge-of-london
2•haunter•14m ago•0 comments

ElevenLabs at $22B: no new money, just employees selling shares

https://freemalta.com/hub/library/elevenlabs-is-worth-22-billion-no-new-money-came-in
2•ilhaniremyuce•15m ago•0 comments

Atomic Force Microscope video, steel etching, bacteria – Applied Science

https://www.youtube.com/watch?v=DyIQkqBXhS0
2•mhb•16m ago•0 comments

Show HN: Foundera – AI-powered founder and startup feedback platform

https://foundera.app/
2•toyji•17m ago•0 comments

Codex vs. Claude Code

https://www.augmentedswe.com/p/codex-vs-claude-code-2c0
2•wordsaboutcode•17m ago•0 comments

Robotic bird targets drones' biggest aerodynamic shortcoming

https://newatlas.com/drones/robotic-bird-drones-aerodynamic-problem-rmit/
1•breve•20m ago•0 comments

Semantic Manifest – An open specification for AI crawler ingestion

https://github.com/CKL75/semantic-manifest-specification
1•CKL75•22m ago•0 comments

When AI Comes to the Workplace: Ethics, Employee Empowerment and Privacy

https://read.misalignedmag.com/when-ai-comes-to-the-workplace-ethics-employee-empowerment-and-pri...
2•lcubw•22m ago•0 comments

Valve open source the Steam Machine e-ink screen so you can make your own

https://www.gamingonlinux.com/2026/07/valve-open-source-the-steam-machine-e-ink-screen-so-you-can...
11•ahlCVA•23m ago•0 comments

PostgreSQL and the OOM Killer: Why You Must Use Strict Memory Overcommit

https://www.ubicloud.com/blog/postgresql-and-the-oom-killer-why-we-use-strict-memory-overcommit
4•furkansahin•24m ago•0 comments

The Fall and Rise of Screwworm

https://www.construction-physics.com/p/the-fall-and-rise-of-screwworm
2•crescit_eundo•26m ago•0 comments

Collision in space is not evidence of dark matter after all?

https://www.uni-bonn.de/en/news/collision-in-space-is-not-evidence-of-dark-matter-after-all
1•mpweiher•27m ago•0 comments

Show HN: I built a website showing the likelihood of the AI bubble to pop

https://laurentiugabriel.github.io/is-ai-hype-cooling-down/
6•laurentiurad•29m ago•4 comments

I built a Chrome extension that speaks notifications aloud, keywords filtered

https://chromewebstore.google.com/detail/serious-notification-spea/hnaggblalhlbihfaegbknioadncpcged
1•m-bilal-khan•30m ago•0 comments

Embodied.cpp: A Portable Inference Runtime of Embodied AI Models

https://arxiv.org/abs/2607.02501
1•chrsw•30m ago•0 comments

Zuckerberg 'Admits' Meta's Layoffs Were Ineffective

https://eshumarneedi.com/2026/07/03/zuckerberg-admits-metas-layoffs-were.html
8•ExMachina73•30m ago•1 comments

Show HN: Spark KNE Verify – Verify selected AI claims in the browser

https://chromewebstore.google.com/detail/spark-kne-verify/ncegakjnphdojnjlohobacncplbkbfdc
1•knespark•31m ago•0 comments

My Students Hate AI. But They Can't Stop Using It

https://www.chronicle.com/article/my-students-hate-ai-but-they-cant-stop-using-it
3•sseagull•32m ago•1 comments

Gemini Code Assist will be shut down on July 17

https://docs.cloud.google.com/gemini/docs/code-review/review-repo-code
2•ushakov•32m ago•0 comments

X has suddenly banned an account documenting Trump's corrupt stock trades

https://twitter.com/HQNewsNow/status/2072699828337864871
7•doener•32m ago•1 comments

Toward Better Hip Kernel Generation for AMD GPUs

https://scalingintelligence.stanford.edu/blogs/hipkernels/
1•skidrow•33m 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...