frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Geopolitical Risk Index

https://www.matteoiacoviello.com/gpr.htm
1•mooreds•1m ago•0 comments

Coal Butter - Butter Made from Coal

https://en.wikipedia.org/wiki/Margarine
1•gurjeet•3m ago•0 comments

We'll fight the platform war against Big AI

https://www.anildash.com/2026/06/23/fight-ai-platform-war/
1•aendruk•6m ago•0 comments

Show HN: A durable filesystem layer for AI agents

https://github.com/CelestoAI/smolfs
1•theaniketmaurya•8m ago•0 comments

Snap sued over rape of minor who connected to adult attacker on Snapchat

https://apnews.com/article/snapchat-minor-rape-lawsuit-missouri-0c3ba0ac009134a1154b388419b8d07a
1•petethomas•9m ago•0 comments

Anthropic: Alibaba-Linked Operators Used 25k Accounts to Mine Claude for Qwen

https://runtimewire.com/article/anthropic-alibaba-qwen-claude-distillation-claims
3•ryanmerket•11m ago•0 comments

Internet traffic in Venezuela dropped 45% after a magnitude 7.5 earthquake

https://twitter.com/emot/status/2069932384770777090
2•emot•13m ago•0 comments

The engineering bottleneck has moved

https://productnow.ai/blogs/the-engineering-bottleneck-has-moved
1•kadhirvelm•14m ago•0 comments

Powerful 7.5 magnitude earthquake hits Venezuela

https://www.cnn.com/2026/06/24/americas/venezuela-earthquake-latam-intl
2•lawrencejgd•15m ago•0 comments

How Europe Became the World Champion of Heat Deaths

https://quillette.com/2026/06/24/how-europe-became-the-world-champion-of-heat-deaths/
1•delichon•16m ago•0 comments

Show HN: Built an Obsidian plugin that rephrases your writing without takin over

https://rephrasethis.co
2•gpickett00•24m ago•0 comments

Blogging Can Just Be Stating the Obvious

https://blog.jim-nielsen.com/2026/blogging-stating-the-obvious/
2•Curiositry•27m ago•0 comments

Drug to prevent organ rejection after kidney transplant tops standard treatment

https://www.reuters.com/business/healthcare-pharmaceuticals/drug-prevent-organ-rejection-after-ki...
1•iancmceachern•28m ago•0 comments

A Diner's Guide to Mars

https://mceglowski.substack.com/p/a-diners-guide-to-mars
1•anitil•28m ago•1 comments

Show HN: Valence – Real-time emotion detection from voice, as an API

https://docs.getvalenceai.com/welcome
1•chloevalence•29m ago•0 comments

Building Agent Telemetry for LLMs

https://lexifina.com/blog/building-agent-telemetry-for-llms
1•alansaber•32m ago•0 comments

Software engineers are facing an 'identity crisis bordering on depression'

https://www.businessinsider.com/software-engineers-face-an-ai-identity-crisis-vc-partner-says-2026-6
1•clumsysmurf•32m ago•1 comments

World Action Models: A Survey

https://arxiv.org/abs/2606.20781
1•simonpure•33m ago•0 comments

A New Text Only Social Media Network

https://www.skrrl.com/
1•AMILLI_AI_CORP•33m ago•1 comments

EvoForest-WM: Discovered Neuro-Symbolic World Model for Multivariate Time-Series

https://gist.github.com/kayuksel/cbb304038471befead2c1926610e9ff4
1•kayuksel•43m ago•0 comments

Anthropic says Alibaba illicitly extracted Claude AI model capabilities

https://www.reuters.com/world/china/anthropic-says-alibaba-illicitly-extracted-claude-ai-model-ca...
6•madars•48m ago•3 comments

Show HN: Docket Fleet – mobile device cloud

https://fleet.docketqa.com
2•boriskurikhin•49m ago•0 comments

Japan's AI goldrush faces backlash as data centers sprout up in urban areas

https://www.japantimes.co.jp/environment/2026/06/21/data-center-pushback/
1•mikhael•51m ago•0 comments

M5StackChan AI Desktop Robot

https://shop.m5stack.com/products/stackchan-kawaii-co-created-open-source-ai-desktop-robot
1•rglover•52m ago•0 comments

Aurora Loom, luminous 3D strands woven into a living Aurora

https://sand-morph.up.railway.app/aurora-loom
1•echohive42•59m ago•0 comments

Code as Agent Harness

https://arxiv.org/abs/2605.18747
2•matt_d•1h ago•0 comments

Free UX Review for websites, web apps and mobile apps

https://momocentral.com/pages-we-train-our-designers-you-get-a-free-ux-review/
2•su_yuen•1h ago•1 comments

A CVE Dispute

https://daniel.haxx.se/blog/2026/06/24/a-cve-dispute/
5•chmaynard•1h ago•0 comments

Show HN: Mcplexer.com

https://mcplexer.com
2•maxrev17•1h ago•0 comments

Why can't online purchases be as easy as point-of-sale purchases?

1•jkyrlach•1h 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