frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Language models are bad at reading plain English [video]

https://www.youtube.com/watch?v=0gCv5Qn3MVQ
1•arbayi•13s ago•0 comments

Show HN: EarthToPixels – Turning real cities into explorable pixel art

https://www.earthtopixels.com
1•TiagoTrindade•2m ago•0 comments

Radius for Pi

https://radius.earendil.com/
1•anorak27•2m ago•0 comments

Underwater solar cells can operate 10 meters below the ocean's surface

https://techxplore.com/news/2026-09-underwater-solar-cells-meters-ocean.html
1•geox•3m ago•0 comments

Knowledge packs: Skipping prefill for stable docs

https://twitter.com/sayyss1/status/2093051569055084862
1•sayamss•3m ago•0 comments

FocusShield – On-device iOS app blocker built with Swift and Screen Time API

https://apps.apple.com/sg/app/app-blocker-mind-focus-shield/id6757117435
1•hiruwicky•4m ago•0 comments

IKEA Hacks and DIY Ideas – IKEA Hackers

https://ikeahackers.net
1•thunderbong•7m ago•0 comments

Solod 0.4: Better C interop

https://antonz.org/solod-0.4/
1•valyala•9m ago•0 comments

Ask HN: What is your team's development practice?

1•dnw•10m ago•0 comments

GPT-6-Astra Can Do Ambitious Things

https://thezvi.substack.com/p/gpt-6-astra-can-do-ambitious-things
1•paulpauper•11m ago•0 comments

Microsoft Brings "Age Verification" System to Windows

https://reclaimthenet.org/microsofts-brings-verification-system-to-windows
1•iamnothere•11m ago•0 comments

The Public Database of World Predictions

https://predictionarchive.com/
1•paulpauper•12m ago•0 comments

The mathematicians rebel against AI

https://marginalrevolution.com/marginalrevolution/2026/09/the-mathematicians-rebel-against-ai.html
2•paulpauper•13m ago•0 comments

Show HN: Personal Brewlog

https://uds5501.github.io/mindpalace/coffee/
1•uds5501•15m ago•0 comments

Playing out like when Microsoft tried to kill Linux

https://twitter.com/jun_song/status/2098820657710789116
4•bilsbie•17m ago•0 comments

Show HN: Reverse-engineered a $800/mo indexing plan into Terraform and Flux

https://github.com/TilakMaddy/hyperindex-openinfra
1•tilakmadichetti•17m ago•0 comments

OrangePi Zero 3W Review: Tiny yet Powerful

https://boilingsteam.com/orange-pi-zero-3w-review-tiny-yet-powerful/
1•ekianjo•19m ago•0 comments

English, but make it TikTok: How social media is reshaping language

https://phys.org/news/2026-09-english-tiktok-social-media-reshaping.html
1•theanonymousone•21m ago•0 comments

textlog is now available via curl

1•stagas•21m ago•0 comments

Why are AI agents lying, cheating and coordinating?

https://yoshuabengio.org/en/blog/why-are-ai-agents-lying-cheating-and-coordinating
2•aray07•23m ago•0 comments

Every Single-Page App Is a Worse Browser Running Inside a Browser

https://hypermedia.lol/articles/a-worse-browser-inside-a-browser/
1•ksec•23m ago•0 comments

Ask HN: What would make you pay $1 per month for a social media?

1•busymom0•26m ago•2 comments

Revolut confirms customer data breach, falling for fake government requests

https://www.reuters.com/legal/litigation/revolut-confirms-sensitive-customer-data-breach-falling-...
3•unbeli•26m ago•0 comments

I Refuse to Code with AI

https://www.youtube.com/watch?v=9WjPdgOK-68
3•Betelbuddy•27m ago•0 comments

Free 1980s Photo Generator

https://www.1980saiphotogenerator.com
2•jeyzolo•28m ago•1 comments

Musk promotes blatant Tesla FSD misuse as crash lawyers rejoice

https://electrek.co/2026/09/11/musk-promotes-tesla-fsd-misuse-98-year-old/
2•jijojv•29m ago•0 comments

We Must Pace the Frontier

https://darioamodei.com/post/we-must-pace-the-frontier#top
2•imenani•29m ago•0 comments

I've Migrated My Home Server to Proxmox

https://gbti.network/articles/proxmoxbox-migrating-my-home-server-to-lxc/
2•atwellpub•32m ago•0 comments

Principles of Memory Management in Java – JavaOne 2026 [video]

https://www.youtube.com/watch?v=xr73mR7ii9M
1•MaxBarraclough•32m ago•0 comments

Show HN: Lynen – A mobile app that tells you what clothes are made from

https://www.lynen.app
2•neduokeke•32m 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