frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Scaling versus Profitability Trade-Off: Venture Capital's Weakest Link

https://aswathdamodaran.substack.com/p/the-scaling-versus-profitability
1•paulpauper•1m ago•0 comments

Show HN: I made a sea Tamagotchi game in Three.js

https://seal-tamagotchi-zyrmx.reachpad.app
1•sakuraiben•3m ago•0 comments

Worldbuilding Gender

https://millicosm.substack.com/p/worldbuilding-gender
1•paulpauper•5m ago•0 comments

How to perform CPR and defibrillation training video (2020)

https://commons.wikimedia.org/wiki/File:Save_a_Life_Cymru_-_Training_video.webm
1•schnatterer•8m ago•1 comments

How do you filter noise from signal in programming resources?

1•taosx•10m ago•0 comments

PR review when everyone has LLMs

https://octet-stream.net/b/scb/2026-09-05-pr-review-when-everyone-has-llms.html
1•thombles•11m ago•0 comments

Show HN: Merge Wikipedia articles across languages into one page

https://github.com/gojiplus/wikifuse
1•neehao•12m ago•0 comments

From a Chocolate Wrapper to Concurrent InnoDB Page Splits

https://mariadb.org/from-a-chocolate-wrapper-to-concurrent-innodb-page-splits/
1•drrtuy•12m ago•0 comments

Daynode: Calendar, Reminders, and Notes

https://www.daynode.com/
1•handfuloflight•14m ago•0 comments

Crbro – Local, file-based memory for MCP agents with supersede/retract

https://github.com/Octonove/crbro-memory
2•cerebromcp•15m ago•0 comments

Show HN: Body Piercings in Charlotte NC

https://thepiercingfactory.net
1•wowinter15•21m ago•0 comments

Soviet dreams of the future / Madrobots Blog – Sudonull

https://sudonull.com/post/27649-Soviet-dreams-of-the-future-Madrobots-Blog/
2•rbanffy•22m ago•0 comments

Verifiable Domains Will Eat the World

https://twitter.com/jon_stokes/status/2091383885569405025
1•gmays•24m ago•0 comments

Webring.rip – 160k generated 1997 home pages, no back end

https://webring.rip/
2•henrychannel•26m ago•1 comments

Netflix's Multimodal Asset Personalization at Scale

https://netflixtechblog.com/maps-netflixs-multimodal-asset-personalization-at-scale-32f96320785e
1•vzhou842•26m ago•0 comments

Your Boss Is Watching You

https://nautil.us/your-boss-is-watching-you-1284806
4•devonnull•26m ago•1 comments

Ganon's Mysterious Origins (Revisited)

https://www.thrillingtalesofoldvideogames.com/blog/ganon-name-origin-kamen-rider
2•tobr•28m ago•0 comments

Private German rocket makes history, reaches orbit from European soil

https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-a...
63•bookmtn•29m ago•11 comments

PanoDrop – Save and share specific 360° street-level views

https://www.panodrop.app
1•dueffects•30m ago•0 comments

Ask HN: How do you build organic traction as an indie dev?

3•charm137•31m ago•0 comments

Finite time blowup for an averaged three-dimensional Navier-Stokes equation

https://terrytao.wordpress.com/2014/02/04/finite-time-blowup-for-an-averaged-three-dimensional-na...
23•gmays•35m ago•3 comments

Isar Aerospace launch into orbit [video]

https://www.youtube.com/watch?v=Ss1DUqLjecc
27•stefan_•35m ago•3 comments

Equal Earth Projection

https://en.wikipedia.org/wiki/Equal_Earth_projection
2•cainxinth•39m ago•0 comments

Carcinisation

https://en.wikipedia.org/wiki/Carcinisation
1•yladiz•45m ago•0 comments

Everything is free now, so why not a floating orb in my IDE

https://eighttrigrams.net/post/79
1•eighttrigrams•45m ago•0 comments

US strikes three Iranian oil tankers

https://www.reuters.com/world/middle-east/explosions-heard-near-irans-kharg-island-gulf-origin-un...
4•TechTechTech•46m ago•2 comments

Space industry lacks workers needed to rebuild satellites lost in war: report

https://www.defensenews.com/industry/techwatch/2026/09/04/space-industry-lacks-workers-needed-to-...
20•billybuckwheat•47m ago•10 comments

Lenovo unveils ThinkBook AeroBlade: 14", Ultra 7, 830 grams, solid-state cooling

https://www.notebookcheck.net/Lenovo-unveils-ThinkBook-AeroBlade-14-inch-laptop-that-weighs-under...
4•cromka•49m ago•0 comments

OSHintosh IIxi Works

https://tech.lgbt/@DosFox/117218857930993108
3•mariuz•50m ago•0 comments

OSHintosh – an open source hardware 68000 Macintosh with a Bootable ROM Disk

https://github.com/DosFox1/OSHintosh
2•mariuz•51m 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...