frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tell HN: Class action investigation into Google withholding Play developer funds

1•coffee_and_code•18s ago•0 comments

Arc at 3 Weeks (2001)

https://paulgraham.com/arcll1.html
1•tosh•1m ago•0 comments

AppWatch – Track Itch.io, Steam, App Store and Google Play in One Dashboard

https://appwatch.dev/
1•ranguita•2m ago•0 comments

Yarbo – Nat in My Back Yard

https://github.com/Bin4ry/yarbo-nat-in-my-back-yard
1•weaponize•2m ago•1 comments

Clio – Behavioral intelligence layer for managers in Gmail, Slack, and Calendar

https://cliocircle.com/
1•arielsanroj10•2m ago•0 comments

Agents need control flow, not more prompts

https://bsuh.bearblog.dev/agents-need-control-flow/
1•bsuh•2m ago•0 comments

The Rise and Fall of Snake Oil

https://www.historytoday.com/archive/history-matters/rise-and-fall-snake-oil
1•samizdis•3m ago•0 comments

Show HN: Shopify-to-WooCommerce Migration Plugin – Storefront GraphQL API

https://wordpress.org/plugins/laterreta-migrator-for-shopify/
1•ranguita•3m ago•0 comments

Building a Tax Conformance Kit

https://odeva.app/blog/building-a-tax-conformance-kit/
1•ramon156•5m ago•0 comments

Companies help parents try to pick their babies' traits. Experts are wary

https://www.npr.org/2026/05/06/nx-s1-5704317/genetic-embryo-screening
1•marojejian•5m ago•1 comments

Why LLM Outputs Need a Deterministic Evaluation Layer

https://avectic.com/engineering/deterministic-evaluation-layer
1•rkamykowski•5m ago•0 comments

One command, dispatches multiple models to handle the task, with its strength

https://github.com/agenvoy/Agenvoy
1•pardnchiu•6m ago•0 comments

Five architects of the AI economy explain where the wheels are coming off

https://techcrunch.com/2026/05/06/five-architects-of-the-ai-economy-explain-where-the-wheels-are-...
1•Brajeshwar•7m ago•0 comments

Show HN: Local-first long-term memory engine for AI agents·MCP/CLI· 100% local

https://github.com/misaelzapata/memoirs
2•misaelzapata•7m ago•0 comments

Local Python desktop automation – with AI, 15 triggers

https://codeonix.app/
1•hassananayi•8m ago•0 comments

Show HN: OTel native agent to instrument applications

https://otex.dev/
1•tiwarinitish86•9m ago•0 comments

Budgeting your hours instead of tracking them

https://get168.app/blog/on-the-budget-of-time
1•dudcks97•12m ago•1 comments

How we replaced ingress NGINX at Stack Overflow

https://stackoverflow.blog/2026/05/06/how-we-replaced-nginx-ingress-at-stack-overflow/
1•onatm•13m ago•0 comments

Synthetic Computers at Scale for Long-Horizon Productivity Simulation

https://arxiv.org/abs/2604.28181
1•gmays•13m ago•0 comments

Let's talk about Windows .URL (InternetShortcut) files

https://infosec.exchange/@wdormann/116533862391306228
1•speckx•13m ago•0 comments

Google Fitbit Air

https://www.neowin.net/news/google-rebrands-fitbit-premium-and-health-coach-as-it-launches-new-fi...
1•bundie•13m ago•0 comments

Only 173? Tesla Cybertruck RWD Recall Reveals Low Sales

https://www.motortrend.com/news/tesla-cybertruck-rwd-recall-brake-rotor
5•croes•14m ago•1 comments

Researcher Finds Microsoft Edge Stored Passwords Load in Plaintext

https://www.pcmag.com/news/researcher-finds-microsoft-edge-stored-passwords-load-in-plaintext
1•smurda•15m ago•0 comments

When My Father's Canary Flew Away

https://www.nytimes.com/2026/05/07/science/dementia-memory-brain-injury.html
1•Hooke•16m ago•0 comments

Product Manager Agent – turn meetings into assigned tickets automatically

https://github.com/Qurse123/PM-agent
1•Qurse22•16m ago•0 comments

The World Inside Neural Networks

https://www.goodfire.ai/research/the-world-inside-neural-networks
2•pouwerkerk•16m ago•0 comments

Meko: The Data Infrastructure for Agents That Work and Learn Together

https://www.yugabyte.com/blog/meko-data-infrastructure-for-agents-that-work-and-learn-together/
10•harisund1990•17m ago•2 comments

SHOW HN:Employees use ChatGPT.Your CISO has no visibility. EU AI Act says fix it

https://senthex.com/en/
1•yohann_senthex•19m ago•0 comments

The understated loading design inside Transformers that saves memory

https://www.stevhliu.com/2026/transformers-compendium-1
1•vitamincitrus•20m ago•0 comments

The Intelligence Stack

https://www.reloadnyc.com/what-to-buy-what-it-replaces-how-to-wire-it-together/
1•smesser•21m 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