frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The AI Account Reseller Ecosystem

https://vectoral.com/blog/ai-account-reseller-ecosystem
1•mlenhard•40s ago•0 comments

Research carried out using NetBSD

https://www.netbsd.org/gallery/research.html
2•Bluestein•5m ago•0 comments

The Tokens That Made Me Rethink Everything

https://cacm.acm.org/blogcacm/the-tokens-that-made-me-rethink-everything/
2•visha1v•8m ago•0 comments

When did French fries become the standard side to serve with a hamburger?

https://www.reddit.com/r/AskHistorians/comments/39v00a/comment/cs72af6/
1•thunderbong•8m ago•0 comments

Leverage Code Review for Sustainable AI Coding Development

https://cacm.acm.org/news/leverage-code-review-for-sustainable-ai-coding-development/
1•visha1v•8m ago•0 comments

Tumbler Ridge Shooting Survivors File 30 Lawsuits Against OpenAI

https://www.nytimes.com/2026/09/04/world/canada/openai-lawsuits-tumbler-ridge-shooting.html
2•sbulaev•8m ago•0 comments

Cash or Comfort? How LLMs Value Your Inconvenience

https://cacm.acm.org/research/cash-or-comfort-how-llms-value-your-inconvenience/
2•visha1v•9m ago•0 comments

The Coming Merging of Mind and Machine (2001)

https://www.thekurzweillibrary.com/the-coming-merging-of-mind-and-machine
2•vinhnx•10m ago•0 comments

Mdmanager.ai – Manage your Claude.md and AGENTS.md across machines and runtimes

https://github.com/manuelschipper/mdmanager
3•schipperai•12m ago•1 comments

Cultivating Trust

https://kaeruct.github.io/posts/2026/09/06/conquering-entropy-cultivating-trust/
3•kaeruct•13m ago•1 comments

Two party systems and the quartile voters

https://jslandy.com/two-party-systems-quartile-voters/
2•efavdb•14m ago•0 comments

Industry Standard Tools

https://industrystandard.tools/pending
1•bookofjoe•15m ago•1 comments

Linux support for Apple T1 hardware

https://github.com/standardagents/t1bridge
1•TiredOfLife•18m ago•0 comments

An actual music theory framework with note-for-note voice-leading resolutions

https://www.reddit.com/r/Learnmusic/comments/1vktxsj/the_layout_of_modeschord_swings_in_cmam_w_all/
2•RockofStrength•19m ago•0 comments

Pumpkin: Building a Minecraft server in Rust, First release after 2 years

https://github.com/Pumpkin-MC/Pumpkin
1•alex_medvedev•21m ago•0 comments

Researchers Demonstrate 'Accelerator on a Chip' (2013)

https://www6.slac.stanford.edu/news/2013-09-27-researchers-demonstrate-accelerator-chip
1•consumer451•21m ago•1 comments

The repo market is the 'dark matter' of finance: powerful and perilous

https://www.ft.com/content/8a7e8202-d800-4fb1-a8f0-eeb4536578f7
2•JumpCrisscross•22m ago•0 comments

Show HN: PixelDraw – simple drawing software for web(WASM) and desktop

https://akshy.codeberg.page/pixeldraw/
1•yhska•22m ago•0 comments

Ask HN: So many patterns I know only in theory

1•dakiol•23m ago•1 comments

Show HN: Whatthemovie.com, a movie-still guessing game

https://whatthemovie.com/
1•hivacruz•25m ago•0 comments

Qwen-Scope: Decoding Intelligence, Unleashing Potential

https://qwen.ai/blog?id=qwen-scope
1•Bluestein•30m ago•0 comments

Ignore files in Git without adding them to .gitignore

https://luisdalmolin.dev/blog/ignoring-files-in-git-without-gitignore/
2•Alifatisk•30m ago•0 comments

NetBSD 9.5 released and EOL for NetBSD-9

https://blog.netbsd.org/tnf/entry/netbsd_9_5_released_and
3•jaypatelani•31m ago•0 comments

Show HN: Cucumbero, a(nother) focus timer to help you (well, me) focus (maybe)

https://chromewebstore.google.com/detail/cucumbero/olcepfohjjcdnmejpabcbdbcjbacafea
1•campugnatus•33m ago•0 comments

LeanReact-v0.1: A Lean 4 framework to write web applications

https://github.com/theoriclabs/lean-react
1•hargup•33m ago•0 comments

Want a super power? Ask more questions

https://twitter.com/lemire/status/2096615245900923325
1•tosh•36m ago•0 comments

Mystery Science Theater 3000 foretells artificial sycophancy (1993) [video]

https://www.youtube.com/watch?v=C71Oj68sN5M
1•smorgasborg•36m ago•1 comments

Z1T: Sparse Transformer‑Like Models for Probabilistic Hardware

https://extropic.ai/writing/z1t/
2•mseri•37m ago•0 comments

The Liquid Network (Bitcoin sidechain) is stuck at block 4050335

https://liquid.network/es/block/aad24e4fb64ca8adf4961667da87820cd48e553957ac64e75de7cdb298b5d66b
3•tyfmnfn2gis•38m ago•0 comments

AI Work Simulator

https://runwork.ai/simulate
2•oytuntez•39m ago•1 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...