frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI's First Device Will Be Moveable, Screenless Speaker Built as AI Companion

https://www.bloomberg.com/news/articles/2026-07-14/openai-s-first-device-will-be-moveable-screenl...
1•mfiguiere•51s ago•0 comments

Prompt Used for "A Proof of the Cycle Double Cover Conjecture" [pdf]

https://cdn.openai.com/pdf/04d1d1e4-bc75-476a-97cf-49055cd98d31/cdc_prompt.pdf
1•amrrs•1m ago•0 comments

Common misconceptions about Homer's Odyssey [video]

https://www.youtube.com/watch?v=wPuEJscI-hA
1•mvo•2m ago•1 comments

AIDE²: The First Evidence of Recursive Self-Improvement

https://www.weco.ai/blog/first-evidence-of-recursive-self-improvement
2•babelfish•4m ago•0 comments

Samsung Is Said in Early Discussions on Potential US Share Sale

https://www.bloomberg.com/news/articles/2026-07-14/samsung-is-said-in-early-discussions-on-potent...
1•TMWNN•4m ago•0 comments

Show HN: A dashboard for tracking SK Hynix price gaps across exchanges

https://jaxzxu.com/skhynix
1•jaxzxu•5m ago•0 comments

Show HN: WebMotion, a browser native library for deterministic video composition

https://webmotion.superhq.ai/
3•phoenixranger•8m ago•0 comments

Definitions shouldn't rely on meanings that shift over time

https://www.patreon.com/Erystela/posts/t-012-mirror-163813509
1•ErystelaThevale•9m ago•0 comments

Who has profited most from the war on Iran?

https://www.aljazeera.com/news/2026/6/26/who-has-profited-most-from-the-war-on-iran
4•gmays•9m ago•3 comments

Pebble Mega Update – July 2026

https://repebble.com/blog/pebble-mega-update-july-2026
3•raffael_de•9m ago•0 comments

List of Projects by Independent Developers in China

https://github.com/1c7/chinese-independent-developer
1•mmarian•12m ago•1 comments

BIS Annual Economic Report 2026 [pdf]

https://www.bis.org/publ/arpdf/ar2026e.pdf
2•1vuio0pswjnm7•17m ago•0 comments

Getting Started with Anchor Positioning

https://www.joshwcomeau.com/css/anchor-positioning/
1•ibobev•18m ago•0 comments

Roger Bacon and the Art of Grant Proposal Writing

https://galileo-unbound.blog/2026/07/13/roger-bacon-and-the-art-of-grant-proposal-writing/
1•ibobev•18m ago•0 comments

Got tired of being tracked by Windows, I built an open source telemetry blocker

https://github.com/WallabyDesigns/windows-telemetry-guard
2•wallabydesigns•19m ago•0 comments

Running Varvara on a Pi Pico 2

https://justanotherelectronicsblog.com/?p=1487
1•ibobev•19m ago•0 comments

A preview → reject → adjust loop for safer AlbumentationsX augmentations

https://pypi.org/project/albumentationsx-mcp/
1•dkosarevsky•20m ago•0 comments

UI Degrades over Time

https://grumpy.website/1723
1•JumpCrisscross•20m ago•0 comments

Somewhere, I'm online and listening to music

https://www.coryd.dev/posts/2026/somewhere-im-online-and-listening-to-music
1•cdrnsf•21m ago•0 comments

Lucid rejects take-private, bankruptcy report after shares plunge

https://www.reuters.com/legal/litigation/lucid-rejects-take-private-bankruptcy-report-after-share...
1•haunter•21m ago•0 comments

Ask HN: How can I publish a paid app to Google Play without giving up my privacy

2•SamCoding•22m ago•1 comments

FreeBSD 16 removes last GPL-licensed software, a first among *BSDs

https://old.reddit.com/r/freebsd/comments/1uwi51j/freebsd_16_removes_last_gpllicensed_software_a/
1•NexRebular•22m ago•0 comments

The Lo-Fi Way I Broke My Scrolling Habit

https://www.nytimes.com/2026/07/14/opinion/culture/phone-algorithm-addiction.html
1•bilsbie•24m ago•0 comments

Natural Light Is an Essential Nutrient

https://www.midwesterndoctor.com/p/why-light-is-an-essential-nutrient
1•bilsbie•25m ago•1 comments

Show HN: DayReplay – automatic time tracking using app and browser context

https://dayreplay.app
1•orelnuts•26m ago•0 comments

Simple AI Token Profiler / Debugger

https://profiler.getrekon.com/
1•TreDub•28m ago•1 comments

Apple acquires observability startup SigScalr

https://9to5mac.com/2026/07/13/apple-acquires-observability-startup-sigscalr/
4•taubek•30m ago•0 comments

Brif.ink – paste an article, get a short link with an AI TL;DR

https://brif.ink
1•rudixworld•30m ago•0 comments

A Perspective on the Past, Present, and Future of Video Streaming over Starlink

https://arxiv.org/abs/2409.09846
1•toomuchtodo•32m ago•1 comments

Lobste.rs is now running on SQLite

https://lobste.rs/s/ko1ji1/lobste_rs_is_now_running_on_sqlite
7•ahamez•32m 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...