frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Has anyone recently tried fish.audio

1•artur_makly•3m ago•0 comments

Cuteadmoa-5.4 (Personal Voice Assistant Agent)

2•dotprogrammers•4m ago•0 comments

Review: Mageia 10

https://distrowatch.com/weekly.php?issue=20260803#mageia
2•Qem•4m ago•0 comments

Hcsec-2026-23: Multiple vulnerabilities impacting HashiCorp Terraform MCP Server

https://discuss.hashicorp.com/t/hcsec-2026-23-multiple-vulnerabilities-impacting-hashicorp-terraf...
2•toomuchtodo•5m ago•0 comments

Cloudflare OS

https://os.cloudflare.app/
3•coloneltcb•6m ago•1 comments

Show HN: We built an open USB-C Power Delivery analyzer and programmable sink

https://github.com/T76-org/drpd
2•mtabini•6m ago•0 comments

Automating production triage with a reviewer, generator, evaluator loop

https://ferdeen347830.substack.com/p/automating-production-triage-with
2•ferdeen•6m ago•0 comments

Show HN: Sixteen sign-in pages for one app, switchable with one env var

https://wordhoard-design-lab.vercel.app
2•sidclaw•7m ago•0 comments

CaptiveCrunch: Midnight Blizzard targets travelers worldwide for malware

https://www.microsoft.com/en-us/security/blog/2026/07/31/captivecrunch-midnight-blizzard-targets-...
2•zczc•7m ago•0 comments

Show HN: LLM control of deterministic coder – Sif 1.0 – LLMs as vibe coders

https://github.com/Mac-at-SifSys/Sif-1.0
2•tmbird•8m ago•0 comments

Google Assistant is going away on Mobile Devices

https://images.seroundtable.com/google-assistant-going-away-laEdSzU1.png
5•franze•8m ago•0 comments

Show me an intelligent social media platform; I will show you a dead platform

https://disassociated.com/show-intelligent-social-media-platform-show-dead-platform/
2•Brajeshwar•11m ago•0 comments

Google Blogger locks blogs in malware false positive

https://www.bleepingcomputer.com/news/google/google-blogger-locks-hundreds-of-blogs-in-malware-fa...
2•datakan•11m ago•0 comments

Kotro – local control plane for coding agents

https://github.com/kotro-labs/kotro-proxy-engine
3•rameshpandian•13m ago•0 comments

We gave a village personal AI agents

https://blog.cosmos-institute.org/p/we-gave-a-village-personal-ai-agents
3•carterac•13m ago•1 comments

Where was Mythos when WordPress fell?

https://patrik.re/where-was-mythos-when-wordpress-fell/
2•patrikgrobs•13m ago•0 comments

Show HN: Mvn-lite – I taught Maven to be an introvert for coding agents

https://pvrlabs.xyz/articles/introverted-maven.html
2•ejboy•13m ago•0 comments

Macron's "Free speech is pure bullshit." and the hand that hollows free speech

https://thephilodev.substack.com/p/the-hand-that-hollows-free-speech
3•philo_dev•13m ago•0 comments

Show HN: TestFlight iOS native Buzz client "Hive for Buzz"

https://testflight.apple.com/join/ecMyGtBy
2•pompeii•14m ago•0 comments

Curie – ship Claude Code agents to Kubernetes with Git push

https://github.com/curie-eng/curie
3•athusoo•14m ago•0 comments

What if software shipped with a software engineer? (2025)

https://manuel.kiessling.net/2025/11/04/what-if-software-shipped-with-a-software-engineer/
2•hk__2•16m ago•0 comments

Citigroup, Idaho, and Build-a-Bear Launched a Coordinated Attack on Me

https://knock-knock.net/blog/citigroup-idaho-build-a-bear/
2•djkurlander•16m ago•0 comments

Show HN: SlickFast Deterministic Chart/Dash Renderer, No Browser(JSON → SVG/PNG)

https://slickfast.com/
1•AlexRenders•16m ago•1 comments

Show HN: Text adventure to learn skills and agents

https://meridian-claude.dogeared.dev
1•afitnerd•17m ago•0 comments

A Deep (and Fuzzy) Dive into Search

https://blog.serenedb.com/fuzzy-search-deep-dive
1•theanonymousone•19m ago•0 comments

How Blackwing Pencils are Made [video]

https://www.youtube.com/watch?v=fow-LsdaH2E
1•NaOH•19m ago•0 comments

Microsoft Is Quietly Deleting Mentions of 32 GB RAM Recommendation for Win 11

https://www.techpowerup.com/351384/microsoft-is-quietly-deleting-mentions-of-32-gb-ram-recommenda...
1•speckx•20m ago•0 comments

US judge grants DOJ request to dismiss January 6 cases against Oath Keepers

https://www.reuters.com/world/us-judge-grants-justice-department-bid-dismiss-oath-keepers-prosecu...
1•petethomas•20m ago•0 comments

Use AI to make code better

https://joshmock.com/post/2026-08-use-ai-to-make-code-better/
1•JoshMock•21m ago•0 comments

Show HN: Offline 180.9M-parameter LLM and Agent inference on ESP32-P4

https://github.com/cyfrit/p-for-llm
1•Cyfrit•21m 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...