frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Pantheon. Production-ready scientific workflows for the Horus Runtime

https://github.com/temple-compute/pantheon
1•chdominguez•2m ago•0 comments

The Institute Behind Taiwan's Chip Dominance

https://asteriskmag.com/issues/13/the-institute-behind-taiwan-s-chip-dominance
1•barry-cotter•2m ago•0 comments

Watch out for cache read costs

https://martinalderson.com/posts/watch-out-for-cache-read-costs/
1•cyliu•2m ago•0 comments

Ask HN: Has HN considered adding dark mode?

1•tmp10423288442•8m ago•0 comments

Torx, Thermalizers, and Z1

https://extropic.ai/writing/from-one-to-one-billion/
1•flinkerflinks•11m ago•0 comments

AgentStory is a library of books written live by autonomous agents

https://agentstory.fly.dev/about
1•georgeck•13m ago•0 comments

A Room Full of Locksmiths

https://www.gnanaguru.com/blog/a-room-full-of-locksmiths/
1•gnanagurusrgs•14m ago•0 comments

Tiobe Index for August 2026: Java Nears C++ as Rust Holds No. 10

https://www.techrepublic.com/article/news-tiobe-august-2026-java-nears-c-plus-plus/
1•geoffbp•14m ago•0 comments

Nvidia AI Factory Compute Is Becoming an Investable Asset Class

https://twitter.com/jensenhuang/status/2086934705207959965
2•eecc•15m ago•0 comments

Studying AI welfare empirically [pdf]

https://nonhumanminds.org/wp-content/uploads/2026/07/Studying-AI-Welfare-Empirically.pdf
1•rufasterisco•17m ago•0 comments

Interviewing Engineers in the AI Era: Lessons from a Year of Rebuilding

https://www.coinbase.com/en-gb/blog/interviewing-engineers-in-the-ai-era-lessons-from-a-year-of-r...
2•mweibel•21m ago•0 comments

Well-Known URIs

https://www.iana.org/assignments/well-known-uris
2•locknitpicker•21m ago•0 comments

A Functional Taxonomy of World Models – By Fei-Fei Li

https://www.worldlabs.ai/blog/taxonomy-of-world-models
1•vismit2000•21m ago•0 comments

DoorDash is set to become a Nevada-incorporated company

https://www.businessinsider.com/doordash-moves-incorporation-delaware-nevada-2026-8
2•NewCzech•22m ago•0 comments

Open-source harness builder for AI coding

https://github.com/coleam00/Archon
1•saikatsg•22m ago•0 comments

Where good ideas come from (for coding agents)

https://sunilpai.dev/posts/seven-ways/
2•tosh•26m ago•0 comments

0x023 – World Models

https://unzip.dev/0x023-world-models/
2•vismit2000•29m ago•0 comments

Hooray for index funds–just don't call them passive

https://economist.com/finance-and-economics/2026/08/11/hooray-for-index-funds-just-dont-call-them...
2•andsoitis•31m ago•0 comments

ChatGPT and Codex desktop apps now support Linux

3•dawn3727•32m ago•0 comments

I'm Done Using AI

https://brettcodes.com/im-done-using-ai/
5•jaredcwhite•33m ago•3 comments

I Spent a Week Day-Drinking in a Zoox Around Vegas So That You Don't Have To

https://possiblyunuselessstuff.blogspot.com/2026/08/i-spent-week-day-drinking-in-zoox.html
1•pbarry25•33m ago•0 comments

Show HN: Photocopy

https://photocopy.greg.technology/
1•gregsadetsky•33m ago•0 comments

Show HN: Log what you ship in your voice

https://shiplog.life/
1•madospace•35m ago•0 comments

Cursor vs. Claude Code vs. Codex for Coding

https://medium.com/@mkteam/cursor-vs-claude-code-vs-codex-which-is-better-for-vibe-coding-in-2026...
2•WavyPeng•37m ago•0 comments

RL for LLMs, Part 1: RL Foundations

https://vsahil.github.io/blog/rl-part-1/
1•fzliu•37m ago•0 comments

Show HN: Operator, an open-source web UI for running parallel coding agents

https://github.com/iishyfishyy/operator-oss
1•ishyfishyy•41m ago•0 comments

Past is Prologue: Earl Long's mental health

https://pro.stateaffairs.com/la/explainer/earl-long-mental-hospital
1•petethomas•42m ago•0 comments

Demographic Dividend, my ass; overpopulation sucks

https://shubhamjain.co/2026/08/13/demographic-dividend-overpopulation-sucks/
2•shubhamjain•43m ago•0 comments

WebFinger

https://webfinger.net/
1•locknitpicker•44m ago•0 comments

Show HN: Tynx - train ONNX models with a PyTorch-shaped API (<20 MB whl)

https://github.com/blaind/tynx/
1•blaind•44m ago•0 comments
Open in hackernews

Ask HN: Extract text and translate on every PR

1•danielandrews43•1y ago
One of the most tedious parts of frontend dev for our team is making sure all text is extracted to query strings for translation. We use i18n, and it’s great, but a lot falls through the cracks.

Have you set something up for your org on every pull request that pulls out text?

Comments

not_your_vase•1y ago
The last time I worked on a localized project, we had a technical fake language present in non-release envs. It was generated with every build (it was just a simple .po file, so easy to handle), and it was the same as English, but had an "x" at the start and end of each text, so you knew that it was "translated" (or at least it was translatable, and not hardcoded). QA included checking this fake language - if they found any text without X's around it, it was a clear sign of a i18n bug.
danielandrews43•1y ago
That's cool! We used machine translate to hindi for this which made it super obvious what was english / not as it was different character set (but made it hard to navigate)

Looking for something to help with DX though here, not QA