frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Scientists discover a surprising link between Vitamin C and brain health

https://www.sciencedaily.com/releases/2026/06/260626030428.htm
1•OutOfHere•2m ago•0 comments

Ask HN: When will the stock market crash?

1•roschdal•8m ago•1 comments

DeFi yield comparison, read before depositing

https://hduynam99.substack.com/p/how-to-find-the-best-defi-yield
1•hoangthuytrang•11m ago•0 comments

Birdsong data from Merlin ID app to help global biodiversity project

https://www.theguardian.com/environment/2026/jul/04/merlin-app-birdsong-identification-ebird-biod...
2•andsoitis•12m ago•0 comments

Microsoft Copilot OS revealed in LEAKED video: built on Copilot and agentic AI

https://www.windowscentral.com/microsoft/windows-11/microsoft-copilot-os-revealed-in-leaked-video...
1•type0•13m ago•0 comments

Tell HN: Megalodon.jp is faster than archive.today and doesn't require reCAPTCHA

1•Cider9986•14m ago•0 comments

Out-of-core LLM inference engine written from scratch in Rust

https://github.com/Vage91/Kortex
1•Vage91•15m ago•0 comments

Simulation Game: Can you Terraform Mars?

https://www.nature.com/immersive/d41586-026-01978-8/index.html
1•cybermango•18m ago•0 comments

Tool that stops iCloud from eating your Mac's SSD

https://github.com/rexbrahh/icloud-guard/tree/main
2•rexbrahh•18m ago•1 comments

I just tired of killing AI slop

https://www.surgeos.app/
1•yernururu•20m ago•1 comments

RFC: Stopping runaway AI agent spend with atomic budget reservations

https://github.com/iamapsrajput/agent-budget-protocol/blob/main/RFC.md
1•iamapsrajput•21m ago•0 comments

Freedom from NPM. Happy 4th

https://www.npmjs.com/package/donobu
2•vasusen•23m ago•1 comments

Check my temp mail with 18 custom domain

https://mytempmail.pro
1•Asdfghjkkzxcv•24m ago•0 comments

Cells, boundaries, and the emergence of biological order

https://www.embl.org/news/science-technology/cells-boundaries-and-the-emergence-of-biological-order/
1•hhs•25m ago•0 comments

Mystery of India's red-haired child unlocks hidden colour genes

https://www.nature.com/articles/d44151-026-00124-7
1•cybermango•26m ago•0 comments

Peekdiff – review GitHub PRs without the diff touching my server

https://peekdiff.codebyram.dev
1•sriram-52•26m ago•0 comments

Jellyfish can heal wounds in minutes. Scientists want their secrets

https://www.mbl.edu/news/jellyfish-can-heal-wounds-minutes-scientists-want-their-secrets
1•hhs•27m ago•0 comments

FlashAttention-4: Algorithm and Kernel Pipelining Co-Design

https://research.colfax-intl.com/flashattention-4-algorithm-and-kernel-pipelining-co-design-for-a...
1•skidrow•28m ago•0 comments

New bacterial species discovered in NASA's cleanrooms

https://www.nature.com/articles/d44151-025-00219-7
2•cybermango•29m ago•0 comments

Toward Better Hip Kernel Generation for AMD GPUs

https://scalingintelligence.stanford.edu/blogs/hipkernels/
1•skidrow•29m ago•0 comments

Researchers affirm long-held belief that viruses can trigger Parkinson's disease

https://stories.tamu.edu/news/2026/06/29/researchers-affirm-long-held-belief-that-viruses-can-tri...
1•hhs•30m ago•0 comments

China Is Devastating the Last Stronghold of German Industry

https://www.wsj.com/economy/china-is-devastating-the-last-stronghold-of-german-industry-c7a98514
4•impish9208•33m ago•2 comments

Four Corners – a spin on Connections-like games

https://fourcorners.smol.quest/
1•ens0•35m ago•1 comments

Show HN: WifeBench – My wife vibes LLM rankings

https://www.wifebench.com/
1•fristovic•37m ago•0 comments

Dermatology is wrong about the sun

https://twitter.com/MattZirwas/status/2050586857868591306
1•bilsbie•39m ago•0 comments

Automate Excel with Python: From manual grind to one-click workflow

https://nostarch.com/automate-excel-with-python
1•teleforce•39m ago•0 comments

Trump pardons 11, most for violating Clean Air Act

https://www.reuters.com/legal/government/trump-pardons-11-most-violating-clean-air-act-2026-07-04/
1•Kapura•41m ago•0 comments

Show HN: Isthistechdead.com got a full UI revamp

https://isthistechdead.com/
1•jobehi•43m ago•0 comments

America imports 99% of its fireworks from China

https://justinkuiper.substack.com/p/america-imports-99-of-its-fireworks
3•zdw•46m ago•0 comments

The Structural Failure of Disciplinary Science: What a Machine Found in 2 Hours

https://zenodo.org/records/21198389
1•javieralbuixech•46m 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