frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DEF Con 34

https://defcon.org/html/defcon-34/dc-34-index.html
1•Alien1Being•5m ago•0 comments

Grok Imagine Image 2.0

https://x.ai/news/grok-imagine-image-2
1•deadalus•6m ago•0 comments

Recent science fiction, fantasy and horror – review roundup

https://www.theguardian.com/books/2026/aug/07/the-best-recent-science-fiction-fantasy-and-horror-...
1•sorokod•12m ago•0 comments

DIY SLorq Speaker

https://ccrma.stanford.edu/~njb/research/slorkSpeaker/speakerSupplyList.htm
2•sans_souse•15m ago•0 comments

The Life of Public Safety Communications Signals: A Comparative Security

https://arxiv.org/abs/2608.05247
1•sbulaev•16m ago•0 comments

Using a deterministic classifier for disaster relief

https://verantyx.ai/
1•pakupaku•18m ago•1 comments

Pg_stat_ch: PostgreSQL Query Telemetry Exporter to ClickHouse

https://github.com/ClickHouse/pg_stat_ch
1•saisrirampur•20m ago•0 comments

Intel just matched Apple Silicon [video]

https://www.youtube.com/watch?v=A2B7oI0FYqo
3•thelastgallon•20m ago•0 comments

Show HN: I audited 743 URLs across 8 free browser tools

https://github.com/Gavin1901/free-browser-tools-index/blob/master/daily/2026-08-08-8site-pore-lev...
1•gavinbuilds•21m ago•0 comments

Lemire: RAM on a per unit basis is about as expensive as it was in 2007

https://xcancel.com/antibot/captcha
2•arto•24m ago•0 comments

Why we configure huge pages in ClickHouse Managed Postgres

https://clickhouse.com/blog/huge-pages-clickhouse-managed-postgres
1•saisrirampur•24m ago•0 comments

Why strict memory overcommit matters for Postgres

https://clickhouse.com/blog/strict-memory-overcommit-for-postgres
1•saisrirampur•25m ago•0 comments

Which parts of Kernel would benefit from C#'s features?

1•northlondoner•26m ago•0 comments

Show HN: Skaylar – Analyze Datasets with Benford's Law

https://temi-tade.github.io/Skaylar/
1•temi0x0•26m ago•0 comments

The biggest threat to air-passenger safety may be our own government

https://nymag.com/intelligencer/article/marine-ones-near-miss-incident-was-scarier-than-it-looks....
1•Alien1Being•26m ago•0 comments

Cyber Security's Winners and Losers

https://www.citriniresearch.com/p/protection-matters
1•kesor•36m ago•0 comments

Cybercom 2.0

https://twitter.com/SecWar/status/2085794620961653105
1•kesor•37m ago•0 comments

RAM pricing has risen to normalized 2007 levels

https://www.tomshardware.com/pc-components/ram/scientist-says-ram-pricing-has-reverted-to-normali...
2•jonbaer•38m ago•0 comments

Cable management in node-based UI

https://twitter.com/ggsimm/status/2085652324853186604
1•kesor•43m ago•0 comments

Who is liable when AI goes rogue? Lawyers see new risks

https://www.reuters.com/business/who-is-liable-when-ai-goes-rogue-lawyers-see-new-risks-2026-08-07
1•giuliomagnifico•55m ago•2 comments

Signal: Optional registration without a phone number requires a one-time payment

https://aboutsignal.com/news/signal-login-registration-without-a-phone-number/
1•moelf•57m ago•0 comments

Show HN: NoCrap – Gamifying porn addiction recovery

https://nocrap.vercel.app/
1•uioio•57m ago•1 comments

Germany's gas gamble puts Europe's winter at risk

https://www.politico.eu/article/germany-gas-reserve-low-europe-winter-energy/
3•leonidasrup•1h ago•1 comments

Googie Architecture

https://en.wikipedia.org/wiki/Googie_architecture
1•userbinator•1h ago•0 comments

Auction Expert Breaks Down the 20 Rarest Historical Treasures Sold in History

https://www.boredpanda.com/rarest-most-expensive-historical-artifacts-ever-sold-thehistoricalinsi...
4•historical1234•1h ago•2 comments

Gemini is Cooked but GCP is Cooking

https://newsletter.semianalysis.com/p/gemini-is-cooked-but-gcp-is-cooking
1•theanonymousone•1h ago•0 comments

Lybrary,a persistent AST-aware code memory for AI agents(MCP server pip install)

https://github.com/vibhu-dixit/lybrary
2•vibhudixit_30•1h ago•0 comments

Show HN: Agent_acid – ACID rollbacks and dry-run guardrails for AI agents

https://github.com/muhammadwaqasai/agent_acid
1•waqasai123•1h ago•0 comments

I'm Begging You: Never Write with A.I

https://www.nytimes.com/2026/08/04/opinion/artificial-intelligence-ai-writing.html
3•edward•1h ago•0 comments

Cross platform, portable and CPU accelerated AI inference with Go 1.27

https://blog.devgenius.io/achieving-local-ai-inference-with-go-1-27s-simd-package-e8875f567e35?sk...
2•cheikhdev•1h 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...