frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Super-simple free tool to create invoices

https://www.invoices-templates.com/
1•guerrerocarlos•1m ago•1 comments

Private Cloud Compute (Apple Intelligence) Security Guide

https://security.apple.com/documentation/private-cloud-compute
1•mmooss•2m ago•0 comments

Vale Is a Linter for Prose

https://vale.sh
1•Bluestein•3m ago•0 comments

'Unprecedented' Number of Apple Users Received Recent Spyware Alert

https://citizenlab.ca/unprecedented-number-of-apple-users-received-recent-spyware-alert/
1•iamnothere•3m ago•0 comments

You can't afford that new gadget

https://www.datawrapper.de/blog/tech-memory-prices
1•sebg•4m ago•0 comments

Receive a Bible Verse Every Day on WhatsApp

https://chat.whatsapp.com/BHBRf7aUKu4H2AJORsg3Xi?_fb_noscript=1
1•iosifnicolae2•6m ago•0 comments

I published 8 months of frontier-AI research, code, emails, and timestamps

https://zenodo.org/records/21969180
1•rayanpal_•7m ago•0 comments

Protesters haul a guillotine to city council meeting about an AI data center

https://www.tomshardware.com/tech-industry/data-centers/protesters-haul-a-guillotine-to-city-coun...
1•cocacola1•8m ago•0 comments

Can influencers post AI ads without alienating their fans?

https://www.businessinsider.com/ai-brand-deals-chatgpt-claude-influencers-weigh-backlash-over-pay...
1•petethomas•10m ago•0 comments

'With All My Heart, Natalie.' Trump's Most Devoted Aide Emerges

https://www.nytimes.com/2026/08/18/us/politics/natalie-harp-trump-devotion-white-house.html
2•whack•11m ago•0 comments

US warns of AI-powered attacks on Siemens PLCs in critical infrastructure

https://www.bleepingcomputer.com/news/security/us-warns-of-ai-powered-attacks-on-siemens-plcs-in-...
3•devonnull•12m ago•0 comments

Training Thousands of LoRA Adapters at Once

https://osmosis.ai/blogs/training-thousands-of-lora-adapters-at-once
1•jxmorris12•12m ago•0 comments

Android Developers Blog: Preparing your app for broader memory limits

https://android-developers.googleblog.com/2026/08/app-broader-memory-limits.html
1•theanonymousone•13m ago•0 comments

Trump's Justice Dept. Targets Smaller Fraud Cases

https://www.nytimes.com/2026/08/14/us/politics/trump-doj-fraud-california-food-truck.html
3•paulpauper•15m ago•0 comments

Trump's Police Spying on Americans? It's Darker Than We Knew

https://newrepublic.com/article/214482/trump-dhs-secret-police-spying-anti-ice-americans
4•bediger4000•15m ago•0 comments

Apply to Inkhaven 3

https://tomasbjartur.substack.com/p/you-should-apply-to-inkhaven-3
1•paulpauper•17m ago•0 comments

Your Friendly Neighborhood Hooters

https://www.newyorker.com/magazine/2026/08/24/your-friendly-neighborhood-hooters
1•petethomas•17m ago•0 comments

Cross-platform file explorer, powered by a virtual distributed filesystem

https://github.com/spacedriveapp/spacedrive
1•LelouBil•18m ago•0 comments

How do people live beyond 110? Abundance of cancer-killing cells might be key

https://www.nature.com/articles/d41586-026-02587-1
3•bookofjoe•18m ago•1 comments

Scientists Release Biggest 2D Map of the Universe

https://newscenter.lbl.gov/2026/08/10/scientists-release-biggest-2d-map-of-the-universe/
4•gmays•19m ago•0 comments

Everything but the model: what matters in production agents

https://medium.com/@fsaint/i-built-a-cloud-for-ai-agents-the-cloud-was-the-wrong-part-a974484b78b0
2•fsaint•19m ago•0 comments

Employment Effects of Guaranteed Income: Experimental Evidence from Two States

https://academic.oup.com/qje/advance-article/doi/10.1093/qje/qjag042/8761769?login=false
3•paulpauper•21m ago•0 comments

Show HN: A data viewer for choosing Frigate-compatible IP cameras

https://github.com/ch-bas/cctv-camera-database
18•martinAndy•21m ago•0 comments

Can LRMs Do Analogical Reasoning Under Perceptual Uncertainty? (2025)

https://arxiv.org/abs/2503.11207
2•wslh•22m ago•0 comments

Sears didn't miss e-commerce – Eddie Lampert stripped it [video]

https://www.youtube.com/watch?v=Vxe1kXKBClg
2•adhikaribipin•25m ago•0 comments

Show HN: Let your coding agents set up your test coverage

https://blog.codacy.com/introducing-codacy-skills-part-3-let-your-agent-set-up-test-coverage
2•ARayOutOfBounds•25m ago•0 comments

Tool to explore what skills employers ask for based on 1M+ job postings

https://corvi.careers/skills-explorer/
2•sp1982•26m ago•0 comments

Fewer contrails would be good for the climate

https://www.economist.com/leaders/2026/08/20/fewer-contrails-would-be-good-for-the-climate
2•Gander5739•27m ago•0 comments

Pursuit of AGI

https://cognitus.grrn.io
4•grrnteam•30m ago•1 comments

Satd (Full Bitcoin Node in Rust): Guided Code Tour

https://epochbtc.github.io/satd/tour.html
2•epochbtc•30m 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...