frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Learnings around building systems to automate with AI

https://newsletter.cloudsquid.io/p/we-built-a-scalable-agent-sandbox
1•universesquid•2m ago•0 comments

Plainly Flows – automate creative production with workflows

https://plainlyflows.com/
1•plainlyvideos•5m ago•0 comments

Scaling a WebSocket gateway to 40k+ concurrent users with Redis pub/sub

https://e-mahmoudi.me/blog/fanout-architecture-millions-concurrent-websockets/
2•jeyem•6m ago•0 comments

Hugging Face exploring sale at $13B valuation

https://siliconangle.com/2026/08/23/report-ai-model-hub-hugging-face-exploring-sale-at-13b-valuat...
1•giuliomagnifico•6m ago•0 comments

The Future Belongs to the Weird

https://essays.georgestrakhov.com/weird/
1•georgestrakhov•8m ago•0 comments

Learning Vision-Driven Reactive Soccer Skills for Humanoid Robots

https://www.science.org/doi/10.1126/scirobotics.aed1152
1•realysy•10m ago•0 comments

Aggregating the Aggregators

https://paul.tinypost.blog/aggregating-the-aggregators
1•rdmuser•10m ago•0 comments

Six historic volcanic eruptions changed the world and history

https://knowablemagazine.org/content/article/physical-world/2026/volcanoes-that-made-history
1•dp-hackernews•11m ago•0 comments

Ask HN: What's the best-managed open source repo you've seen on GitHub?

2•kacperlukawski•14m ago•0 comments

The Observability Pain Cycle

https://nikola-petkovic.com/blog/2026/08/07/observability-pain-cycle/
1•nikola_petkovic•14m ago•0 comments

Self – The Structured Executable and Linkable Format

https://github.com/fzakaria/selfdb
1•gjvc•16m ago•1 comments

Show HN: Reverse-engineered Half-Life's 2001 WON launcher with LLM agents

https://github.com/oxiKKK/re-goldsrc-won-launcher-1792
1•oxi113•18m ago•0 comments

Show HN: One AWS Bill Went from Almost $8k a Month Toward $6k

https://greenops.cloud/blog/blog-cost-drop-8k-to-6k
1•spidgorny•20m ago•0 comments

Wikipedia globally blacklisted archive.today after DDoS and snapshot tampering

https://gyrovague.com/2026/06/24/archive-yesterday-an-empirical-study-of-the-streisand-effect/
2•salahadawi•23m ago•0 comments

We replaced our ledger with two functions

https://river.com/content/we-replaced-our-ledger-with-two-functions
2•alexmolas•23m ago•0 comments

Ask HN: What have you reverse engineered with LLMs recently?

2•trencedamp•25m ago•1 comments

Emotional Diversification

https://www.lifestyleintegrity.com/blog/emotional-diversification
1•kiyanwang•25m ago•0 comments

Show HN: Same – I built a toy to see what the world has in common

https://same.imelabs.co.uk
1•wrams•27m ago•0 comments

Bolt Graphics' Advanced GPU to Take on Nvidia – Architosh

https://architosh.com/2026/07/bolt-graphics-advanced-gpu-to-take-on-nvidia/
1•rbanffy•28m ago•0 comments

Responsibility Is Taken Before It Is Given

https://lalitm.com/responsibility-is-taken-before-it-is-given/
1•kiyanwang•28m ago•0 comments

Cursiva is an open-source tool to compile ATS LaTeX resumes with LangGraph

https://www.cursiva.se/
1•heishi•28m ago•0 comments

Can an LLM price a World Cup match better than the market (and make money)?

https://christian.bock.bio/posts/frontier_xg_worldcup/
1•Pseudomanifold•28m ago•0 comments

The sorry state of SKILL distribution

https://blog.trailofbits.com/2026/06/03/the-sorry-state-of-skill-distribution/
1•michael-sumner•28m ago•0 comments

Show HN: Live preview/render Go templates with custom data

https://github.com/vividvilla/gotp
1•v512•30m ago•0 comments

Show HN: Douze – turn any website into MCP tools from the browser session

https://github.com/jamalavedra/douze
1•jamalavedra•31m ago•0 comments

Photon Gas

https://en.wikipedia.org/wiki/Photon_gas
1•maxall4•33m ago•0 comments

Hiding a Prompt in a Tokenizer

https://stephantul.github.io/blog/prompt/
2•stephantul•38m ago•0 comments

Startup Sells Synthetic Influencers Manipulates Social Media as a Service (2025)

https://www.404media.co/a16z-backed-startup-sells-thousands-of-synthetic-influencers-to-manipulat...
1•Bluestein•38m ago•0 comments

Inside The Fake Copyright Racket Silencing News Outlets

https://www.occrp.org/en/news/i-terminated-this-channel-inside-the-fake-copyright-racket-silencin...
1•robtherobber•39m ago•0 comments

Dactyl – Build real iOS apps just by describing them

https://dactyl.dev/
3•losfair•41m 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...