frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A Figma file viewer for the 333 MHz Sony PSP

https://pocketjs.dev/blog/pocket-figma/
2•doodlewind•4m ago•0 comments

Alice and Mirror Alice [short story]

https://forum.effectivealtruism.org/posts/HtcQcQcTGqhpCJoiY/alice-and-mirror-alice-short-story
1•ClosedPistachio•6m ago•0 comments

Temper – A programming language for libraries translated to all the others

https://github.com/temperlang/temper
1•modinfo•8m ago•0 comments

Networking and the Internet, from First Principles

https://fazamhd.com/mental-models/networking/
7•faza•9m ago•0 comments

Show HN: Yqr – jq-style YAML tool that preserves comments and formatting

https://github.com/zoosky/yqr
1•akapaka•12m ago•1 comments

AI takes two-thirds of venture money, and your odds are still one in six

https://okaneland.com/study/ai-startup-raise-math/
2•ermantrout•13m ago•0 comments

Show HN: Hidetext.sh – encrypted pastebin where the server never sees the key

https://hidetext.sh
1•hidetext•15m ago•0 comments

I guess most useful extention on Chrome for readers I downloaded

https://chromewebstore.google.com/detail/readback-–-save-reading-p/pomfhagjojbnfmgmldkpakfggpdp...
1•scionhat•16m ago•0 comments

New How 3 Years of Experimenting Helped Me Build a Powerful Morning Routine

https://pressearn.it.com/blog/2026/03/11/how-can-i-improve-my-memory-for-studying-2/
1•oibbb•18m ago•0 comments

openpilot 0.11.1

https://blog.comma.ai/0111release/
2•tosh•23m ago•0 comments

FCC Approves Test of Space Mirror to Light Night Sky Despite Outcry

https://www.nytimes.com/2026/07/10/climate/fcc-space-mirror.html
3•reaperducer•27m ago•0 comments

Liminality

https://geohot.github.io//blog/jekyll/update/2026/06/23/liminality.html
2•tosh•27m ago•0 comments

Naïve Art

https://en.wikipedia.org/wiki/Na%C3%AFve_art
1•o4c•35m ago•0 comments

Companies are struggling to hire competent software developer

https://twitter.com/GergelyOrosz/status/2071105819089973716
2•USTECH_WORKER•38m ago•1 comments

All Your Favorite Gadgets Are Getting More Expensive Again

https://www.wired.com/story/we-are-in-the-knockout-round-of-price-increases-for-consumer-electron...
1•tosh•39m ago•0 comments

Show HN: AI assistant for Google Chat to translate any file preserving layout

https://workspace.google.com/marketplace/app/anyfile_translator/960750725467
1•robgehring•39m ago•1 comments

Show HN: Parlan – a new programming language for fun

https://github.com/parlan-lang/parlan
1•Santiago-Lopez•41m ago•1 comments

Self-Hosting Umami with Cloudflare, Fly, and Supabase

https://hjerpbakk.com/blog/2026/07/11/self-hosting-umami
1•Sankra•41m ago•0 comments

Einride: Freight Platform Has Enough Early Traction

https://seekingalpha.com/article/4921116-einride-freight-platform-has-enough-early-traction
1•kamil55555•44m ago•0 comments

I built a free Wordle × GeoGuessr for the stock market

https://benginn.github.io/stockguesser/
1•obepozdemir•47m ago•0 comments

Show HN: Andurel Web Framework Releases v1.0.0

https://github.com/mbvlabs/andurel
2•mbvisti•51m ago•0 comments

ChatGPT Work

https://openai.com/chatgpt-work/
2•modinfo•54m ago•0 comments

Gene-edited babies are now closer. The ethical debate is far from settled

https://www.cnn.com/2026/07/08/science/human-embryo-gene-editing
1•giuliomagnifico•56m ago•0 comments

New dinosaur species as long as cricket pitch discovered in Thailand

https://www.bbc.com/news/articles/crely7g8xepo
1•zdkaster•56m ago•0 comments

Element 26.07.3, a Matrix client, adds content scanning infrastructure

https://github.com/element-hq/element-x-ios/releases/tag/release%2F26.07.3
2•nickslaughter02•56m ago•1 comments

Skill nostalgia - The radical reasons why you dream of making things by hand

https://aeon.co/essays/the-radical-reasons-why-you-dream-of-making-things-by-hand
4•pseudolus•57m ago•0 comments

Ofcom Wants American Police to Collect Its Speech Fine

https://reclaimthenet.org/ofcom-wants-american-police-to-collect-its-speech-fine
3•delichon•1h ago•1 comments

Show HN: Axletic – a local-first workout tracker for iPhone

https://www.axletic.app
1•bjar2•1h ago•0 comments

Larry Page: "I think we should look into acquiring (2005) [YouTube]

https://twitter.com/TechEmails/status/1433837480449613839
2•downbad_•1h ago•0 comments

China recovered its first reusable rocket and showed a new way to do it

https://arstechnica.com/space/2026/07/china-recovered-its-first-reusable-rocket-and-showed-a-new-...
9•pseudolus•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...