frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DeepEval Open-Sourced for TypeScript

https://deepeval.com/blog/introducing-deepeval-typescript
1•jeffreyip•1m ago•0 comments

Ask HN: What's Our GTM for Gno.land?

1•jkwn•2m ago•0 comments

I put an API behind an x402 paywall for nine days: 1,835 callers, zero payments

https://saishav.substack.com/p/i-spent-nine-days-selling-to-ai-agents
1•sai-ag•5m ago•0 comments

LTX 2.5 Released

https://ltx.io/model/ltx-2-5
1•heck0045•5m ago•0 comments

The office doesn't fix loneliness at work

https://www.fastcompany.com/91564001/the-office-doesnt-fix-loneliness-at-work
1•mooreds•6m ago•0 comments

Zitron on CNBC talking Nvidia, unprofitable AI labs, and the Greater AI Bubble [video]

https://www.youtube.com/watch?v=8GWPjTDPVIM
1•SLHamlet•6m ago•0 comments

Our Bodies Are So Complicated and Confusing

https://www.patreon.com/CultureStudy/posts/our-bodies-are-159216402
1•mooreds•6m ago•0 comments

How does gender impact adoption of GenAI tools?

https://rdel.substack.com/p/rdel-148-how-does-gender-impact-adoption
1•mooreds•7m ago•0 comments

Profiling Rust with hotpath-rs: The Complete Guide

https://hotpath.rs/blog/profiling-rust-guide
1•linggen•9m ago•0 comments

Astronomers discover black hole 'star'

https://www.theguardian.com/science/2026/aug/12/astronomy-discovery-new-cosmic-object-black-hole-...
1•spopejoy•11m ago•0 comments

Always Go to the Funeral (2005)

https://www.npr.org/2005/08/08/4785079/always-go-to-the-funeral
1•downbad_•12m ago•0 comments

The most relaxing song in the world

https://journals.sagepub.com/doi/10.1177/03057356221081169
1•freeduck•12m ago•1 comments

Finland's Zero Homeless Strategy: Lessons from a Success Story (2021)

https://oecdecoscope.blog/2021/12/13/finlands-zero-homeless-strategy-lessons-from-a-success-story/
1•downbad_•12m ago•0 comments

The West has given China the keys to the medicine cabinet

https://www.ft.com/content/5924d083-b5a4-4f95-8c2d-400f2b914159
1•JumpCrisscross•12m ago•0 comments

Sub-Minute Techno-Economics

https://untangle.bio/
1•biobits•15m ago•1 comments

Persistent SARS-CoV-2 RNA and Gut Immune Dysfunction in Long Covid

https://biorxiv.org/cgi/content/short/2026.08.07.743616
1•thenerdhead•15m ago•0 comments

We migrated the database behind every Vercel build

https://vercel.com/blog/how-we-migrated-the-database-behind-every-vercel-build
2•j0selit0•17m ago•0 comments

Fibonada.py

https://gist.github.com/gregsadetsky/cdf5a52542cf3ba4c92bc836df6dc722
2•gregsadetsky•18m ago•0 comments

µ-Boosting Your CMake Productivity with Environment Variables

https://www.kdab.com/%C2%B5-boosting-your-cmake-productivity-with-environment-variables/
2•jandeboevrie•20m ago•0 comments

Apple Can't Delay App Store Fee Fight While Waiting on Supreme Court

https://www.macrumors.com/2026/08/11/app-store-epic-games-fee-fight-proceeds/
3•dabinat•23m ago•0 comments

U.S. and Ukrainian Forces Went Head-to-Head in an Exercise. Ukraine's Drones Won

https://www.wsj.com/politics/national-security/u-s-and-ukrainian-forces-went-head-to-head-in-an-e...
5•defly•24m ago•0 comments

World oil and gas demand could grow until 2050, IEA says after U.S. pressure

https://www.cbc.ca/news/climate/iea-energy-outlook-2025-9.6976107
1•xbmcuser•25m ago•0 comments

How Claude's watermarking (probably) works

https://johnjwang.com/post/2026/08/12/how-claude-watermarking-probably-works/
1•johnjwang•26m ago•0 comments

Delta: Multiplayer environment for coding agents from the Zed team

https://delta.dev/
1•rohitpaulk•27m ago•0 comments

Brazil Suspends Discord Livestreaming After Teenager's Death

https://www.bloomberg.com/news/articles/2026-08-12/brazil-suspends-discord-livestreaming-after-te...
2•wslh•27m ago•1 comments

Natural Language Processing Almost from Scratch

https://arxiv.org/abs/1103.0398
1•Anon84•27m ago•0 comments

AI coding startup Cognition in talks to raise at $40B valuation

https://techcrunch.com/2026/08/12/ai-coding-startup-cognition-reportedly-already-in-talks-to-rais...
2•ashurandi•28m ago•0 comments

How Silicon Valley makes its anointed fellow travelers unspeakably rich

https://prospect.org/2026/08/12/aug-2026-world-from-the-inside-baker-review/
3•dxs•30m ago•0 comments

A Hadamard matrix of order 668 has been found

https://twitter.com/sumeetrm/status/2087534215772479838
1•birriel•30m ago•0 comments

Show HN: Programmable timer web app (for gym workouts or stretching sessions)

https://timer.jotaen.net
1•jotaen•31m 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...