frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Proton Mail now sorts emails into "Primary," "Social," and more, like Gmail

https://www.neowin.net/news/proton-mail-is-finally-now-able-to-sort-your-emails-into-different-ca...
1•bundie•1m ago•0 comments

Are you good at AI, or just using it?

6•ppezaris•5m ago•0 comments

Buoyant software – improves when models improve

https://blog.rajivayyangar.com/buoyancy/
2•rajivayyangar•6m ago•1 comments

Anchors: A simple daily ritual app

https://anchors.wallets.company
2•johnoke•7m ago•0 comments

Bitflash: A Tor-native revival of Bitcoin 0.1.0, mined on CPUs with RandomX

https://bitflash.network/
2•bitflash•7m ago•0 comments

Trading Correlation: From Parlays to Dispersion

https://viniciusesposito.com/notes/dispersion/
2•1htfp•7m ago•0 comments

Hola AI Agent

https://cloudgpu.io/agent/hola-ai-agent
2•seejay•8m ago•0 comments

Pulse: Track your spending as it happens.

https://pulse.wallets.company
2•johnoke•8m ago•1 comments

Academic who accused Jason Arday of plagiarism suspended by university

https://www.bbc.co.uk/news/articles/cevmrjd9lj1o
2•bushwart•9m ago•0 comments

Show HN: WaveHouse – Supabase for ClickHouse

https://wavehouse.dev
4•ericandr•10m ago•0 comments

The government's strategic plan for autism

https://27unihted.substack.com/p/hhss-strategic-plan-for-autism-just
2•SubiculumCode•11m ago•0 comments

Show HN: Skilldocs – Figma for Markdown

https://skilldocs.dev/tour
2•rajivayyangar•13m ago•1 comments

Optimizing Things in the USSR

https://chris-said.io/2016/05/11/optimizing-things-in-the-ussr/
3•cassepipe•14m ago•1 comments

Route the Work, Not Just the Data: GPUs, CPUs, and the Rise of AI-Native Storage

https://research.triunalabs.com/articles/ai-native-ssd/
3•paulwoll•15m ago•0 comments

Israeli man ordered hummus in Berlin and was thrown out over his accent

https://www.ynetnews.com/jewish-world/article/bkicumziml
2•Tomte•16m ago•1 comments

The Foothills of Bay Area House Party – By Scott Alexander

https://www.astralcodexten.com/p/the-foothills-of-bay-area-house-party
6•haritha1313•17m ago•0 comments

Reading Together, Unsupervised

https://brian.abelson.live/log/2026/08/12/feederss.html
2•speckx•18m ago•0 comments

America's Colleges Are Hurtling Toward an Enrollment Cliff

https://www.wsj.com/us-news/education/college-admissions-demographic-cliff-16dec51f
4•fortran77•18m ago•2 comments

Internal Agents Map

https://github.com/steel-experiments/internal-agents-map
2•nkko•19m ago•2 comments

I should have loved biology

https://jsomers.net/i-should-have-loved-biology/
3•tyre•20m ago•0 comments

Richard Heinberg Has Died

https://www.resilience.org/stories/2026-08-04/devastating-news-the-loss-of-richard-heinberg/
3•dredmorbius•21m ago•1 comments

High-speed star is whipping around the black hole in the middle of our galaxy

https://www.npr.org/2026/08/19/nx-s1-5936479/fastest-star-galaxy-black-hole-sagittarius-a-milky-way
3•colinprince•22m ago•0 comments

Taylor Farms 2009 to 2026: Outbreaks and the Recalls That Did and Did Not Follow

https://www.marlerblog.com/case-news/update-taylor-farms-2009-to-2026-the-outbreaks-and-the-recal...
2•speckx•23m ago•0 comments

vLLM Running Natively on Windows with ROCm for AMD RDNA2 (RX 6000)

https://github.com/sebastianmechno-sys/vllm-rocm-windows-rdna2
2•esseba-dev•23m ago•0 comments

Show HN: Halmos.Science - Hacker News for math, the server checks the proofs

https://halmos.science/
2•nadermx•24m ago•0 comments

Why does the U.S. military seem stymied in the war with Iran?

https://www.npr.org/2026/08/19/nx-s1-5937516/why-does-the-u-s-military-seem-stymied-in-the-war-wi...
2•colinprince•25m ago•0 comments

UK cinemas are now restricting Meta smart glasses over film piracy concerns

https://www.neowin.net/news/uk-cinemas-are-now-restricting-meta-smart-glasses-over-film-piracy-co...
6•bundie•25m ago•0 comments

Show HN: Process your solar eclipse data

https://github.com/dmead/solar-eclipse-timelapse
2•dmead•29m ago•0 comments

Project Cybersyn

https://bactra.org/notebooks/cybersyn.html
4•cassepipe•29m ago•0 comments

Hyperscalers' Off-Grid Power Push Comes with Risks

https://www.wsj.com/business/energy-oil/hyperscalers-off-grid-power-push-comes-with-risks-b1dca338
1•bcaulfield•29m 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