frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Will hardware ever be cheap again?

1•bjourne•17s ago•0 comments

Talkie: An LM from 1930

https://talkie-lm.com/chat
1•yusufozkan•42s ago•0 comments

ChatGPT Images 2.0 Still Can't Draw the Seven-Legged Spider I Want

https://will-keleher.com/posts/chatgpt-image-2-still-cant-draw-a-seven-legged-spider/
2•bsgada•5m ago•0 comments

AMD used AI to reimplement slurm in Rust

https://github.com/ROCm/spur
1•latchkey•5m ago•0 comments

Trump Administration Will Pay More Energy Firms to Cancel Wind Farms

https://www.nytimes.com/2026/04/27/climate/trump-administration-wind-farms.html
2•duxup•5m ago•1 comments

OlmoEarth: Custom embedding exports for downstream analysis

https://allenai.org/blog/olmoearth-embeddings
1•gmays•5m ago•0 comments

Using Rust to Build a $1 Handheld Gaming Console

https://chrisdell.info/using-rust-to-build-a-1-dollar-handheld-gaming-console/
2•kianryan•7m ago•0 comments

David Silver of DeepMind raises $1B to build AI that learns without human data

https://techcrunch.com/2026/04/27/deepminds-david-silver-just-raised-1-1b-to-build-an-ai-that-lea...
1•ryan_j_naughton•7m ago•0 comments

Gitglimpse – a CLI that turns your Git history into structured context

https://github.com/dino-zecevic/gitglimpse
1•dinoze•9m ago•1 comments

California's Billionaire Tax Has the Signatures to Make the Ballot

https://sfstandard.com/2026/04/26/california-billionaire-tax-2026/
3•m463•11m ago•0 comments

Switched from robot_localization to a single-node GPS fusion setup

https://github.com/manankharwar/fusioncore
1•kharwarm•15m ago•0 comments

Tell HN: Spam from Fridayaicore.in

2•HotGarbage•16m ago•0 comments

A History of Live Programming (2013)

https://liveprogramming.github.io/liveblog/2013/01/a-history-of-live-programming/
1•_doctor_love•18m ago•0 comments

AI strategy is all wrong

https://www.computerworld.com/article/4162557/your-ai-strategy-is-all-wrong.html
1•mikelgan•19m ago•1 comments

It's the Age of Electricity and America Isn't Ready

https://www.nytimes.com/interactive/2026/04/27/opinion/electricity-power-grid-infrastructure.html
4•rafaelc•19m ago•0 comments

Noctua releases official 3D CAD models for its cooling fans

https://www.noctua.at/en/3d-cad-models
1•embedding-shape•20m ago•1 comments

Tell HN: One Medical Is a Nightmare

4•rincebrain•21m ago•0 comments

My husband and son dived to see the wreck of the Titanic, and never came back

https://www.theguardian.com/world/2026/apr/25/my-husband-and-son-titan-submersible-christine-dawo...
2•makerdiety•23m ago•0 comments

CETaS Paper – From Cybercrime to Vibercrime?

https://cetas.turing.ac.uk/publications/cybercrime-vibercrime-assessing-generative-ai-adoption-cr...
1•susan_segfault•23m ago•0 comments

Smolvm

1•fukuzaki•24m ago•0 comments

Ex-GitHub CTO on Git internals

https://twitter.com/tnm/status/2046815943414935648
1•conormccarter•25m ago•0 comments

NSF science advisory board fired by Trump administration

https://www.nature.com/articles/d41586-026-01361-7
2•bjourne•26m ago•0 comments

At Intel – Organising within and against the semiconductor industry

https://disjunctionsmag.com/articles/at-intel/
1•chobeat•26m ago•0 comments

ASI-Evolve: AI Accelerates AI

https://arxiv.org/abs/2603.29640
1•champagnepapi•27m ago•0 comments

NPM Website Is Down

https://status.npmjs.org
15•18nleung•29m ago•3 comments

I'm open-sourcing an AI gateway/control layer what should it become?

https://pulse.orionslock.com
1•Edward9055•30m ago•0 comments

Building Sandboxes for Computer Use

https://www.tensorlake.ai/blog/building-sandboxes-for-computer-use
1•gk1•34m ago•0 comments

Bitcoin Dev Plans to 'Reassign' Coins Linked to Satoshi Nakamoto in Hard Fork

https://decrypt.co/365712/bitcoin-developer-reassign-coins-linked-satoshi-nakamoto-hard-fork
2•HardwareLust•37m ago•5 comments

Welcome to the World of Machine Audiences

https://www.economist.com/by-invitation/2026/04/16/welcome-to-the-world-of-machine-audiences
1•paulpauper•37m ago•0 comments

Will AI end anonymity? I tested it

https://www.washingtonpost.com/opinions/interactive/2026/04/26/artificial-intelligence-could-kill...
1•paulpauper•38m ago•0 comments
Open in hackernews

Ask HN: Extract text and translate on every PR

1•danielandrews43•11mo 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•11mo 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•11mo 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