frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Google Business Profile Suite for Local SEO

https://avision.org/localedge-affiliate/
1•not_wowinter13•2m ago•0 comments

Amazon DynamoDB now supports real-time vector search at any scale

https://aws.amazon.com/blogs/aws/amazon-dynamodb-now-supports-real-time-vector-search-at-any-scale/
1•cebert•3m ago•0 comments

Puzzle Corner

https://www.technologyreview.com/2026/08/05/1141230/puzzle-corner-84/
1•joozio•4m ago•0 comments

We Built Our Website with Claude Code with no Human interaction

https://soamee.com/en/blog/en-we-built-website-with-claude-code
1•javiermanzano•5m ago•0 comments

Show HN: Android client for DJI Osmo action/handheld cameras

https://github.com/KonradIT/osmosis
1•konraditurbe•7m ago•0 comments

Show HN: QR codes where your photo is the code, not pasted on top

https://sqr.art
1•mikaelcarlavan•7m ago•0 comments

New flapping robot from MIT swims and flies like a diving bird

https://news.mit.edu/2026/new-flapping-robot-swims-and-flies-like-diving-bird-0709
1•reconnecting•7m ago•0 comments

The Corporate Agentic Brain May Be the Next Honey Pot for a Rogue AI

https://serendb.substack.com/p/dont-let-your-corporate-agentic-brain
1•lewistaariq•7m ago•0 comments

Aiseesoft iKnockin for Mac

https://www.aiseesoft.com/pads/iknockin-for-mac.xml
1•aiseesoft•8m ago•1 comments

Show HN: I built a simple image-to-video tool with multiple AI models

https://imagetovideoai.tools/
1•airobus•8m ago•0 comments

Should Researchers Write Papers for AI Instead of People?

https://spectrum.ieee.org/ai-scientist-research-paper-format
1•pseudolus•11m ago•0 comments

OpenAI says Apple's trade secrets lawsuit is 'rotten to its core'

https://www.theverge.com/tech/976042/openai-apple-trade-secrets-lawsuit-dismissal-request
1•shscs911•12m ago•0 comments

I got tired of cutting reels out of long videos by hand, so I automated it

https://momentcut.app
1•lucaserla•14m ago•1 comments

China Is Building a Blue Granary

https://www.palladiummag.com/2026/08/04/china-is-building-a-blue-granary/
2•jger15•17m ago•0 comments

Show HN: Femto: A fork of kilo (text editor)

https://git.disroot.org/Vextoly/femto
1•Vextoly•17m ago•0 comments

New Best Agetic AI Model Named Saint

https://www.usesaint.com/
1•Malkiel_Godson•19m ago•0 comments

Upcoming deprecation of GitHub Spark on github.com

https://github.blog/changelog/2026-08-04-upcoming-deprecation-of-github-spark-on-github-com/
2•carlos-menezes•20m ago•0 comments

Google is expanding its AI empire – and losing the people who built it

https://www.cnbc.com/2026/08/05/google-is-expanding-its-ai-empire-and-losing-the-people-who-built...
4•pseudolus•22m ago•0 comments

Show HN: MakerBadge – a footer badge that links all the apps you've shipped

https://makerbadge.com
1•joffreyio•25m ago•0 comments

Show HN: Amber – A fast, C99 in-memory array language with q/kdb+ vocabulary

https://github.com/BonucciAndrea/amber
1•KonaEnthusiast•25m ago•0 comments

Ambert Indusrties

https://www.ambert.ae/event-and-exhibition
1•doshopzone•25m ago•0 comments

It's Easier Than Ever to Fly Private Without Your Own Jet

https://www.wsj.com/lifestyle/travel/its-easier-than-ever-to-fly-private-without-your-own-jet-a26...
1•bilsbie•26m ago•0 comments

Ratcn preview: Build beautiful TUI applications in Rust

https://ratcn.kristoferlund.se
1•gann_•27m ago•0 comments

Every Fucking Website (2013)

https://web.archive.org/web/20130304033523/http://everyfuckingwebsite.com/
2•xiaoyu2006•33m ago•1 comments

Supreme Council of the Pridnestrovian Moldavian Republic

https://en.vspmr.org/
1•Bluestein•34m ago•0 comments

The end of github: Soon We'll Share Blueprints, Not Code

https://medium.com/@atibakush/soon-well-share-blueprints-not-code-9c1377b47ae0
2•blinkybill•35m ago•1 comments

FAA Probes Loss of Separation Between Marine One and Envoy Air Jet

https://duckduckgo.com/l/?uddg=https%3A%2F%2Fsimpleflying.com%2Ffaa%2Dmarine%2Done%2Denvoy%2Dair%...
1•Rygian•35m ago•1 comments

High-Res Photo Shows Sand-Capped Butte Rising from Mars Plain of Polygons

https://petapixel.com/2026/08/04/amazing-high-res-photo-shows-a-butte-rising-from-mars/
1•bookofjoe•37m ago•0 comments

iPod Touch 3.1.3 QEMU Emulator working

https://hachyderm.io/@samhenrigold/117027375873199705
1•mariuz•38m ago•0 comments

Congo bans exports of copper, cobalt concentrates

https://www.reuters.com/world/africa/congo-bans-exports-copper-cobalt-concentrates-official-order...
2•TechTechTech•38m 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...