frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Expensive, Overwhelming, Engineered Fun of Theme Parks

https://www.theatlantic.com/culture/archive/2025/09/universal-epic-universe-disney-theme-park-att...
1•fortran77•1m ago•0 comments

Americans Crushed by Auto Loans as Defaults and Repossessions Surge

https://www.carscoops.com/2025/09/auto-loan-delinquencies-are-off-the-dial-and-even-prime-borrowe...
1•toomuchtodo•6m ago•1 comments

Being too thin can be deadlier than being overweight, Danish study reveals

https://www.sciencedaily.com/releases/2025/09/250914205759.htm
2•jb1991•9m ago•0 comments

Starlink is currently experiencing a service outage

https://www.starlink.com/
2•thallium205•11m ago•0 comments

OpenClimbing – mapping climbing areas and creating interactive climbing guides

https://openclimbing.org/
1•pabs3•27m ago•0 comments

ST-Raptor requires no additional fine-tuning

https://github.com/weAIDB/ST-Raptor
1•SquidJack•29m ago•0 comments

How Container Filesystem Works: Building a Docker-Like Container from Scratch

https://labs.iximiuz.com/tutorials/container-filesystem-from-scratch
3•thunderbong•40m ago•0 comments

Show HN: Spring Boot and OpenAPI Generator – type-safe clients with generics

https://github.com/bsayli/spring-boot-openapi-generics-clients
1•barissayli•40m ago•0 comments

We've attacked 40+ AI tools, including ChatGPT, Claude and Perplexity

https://github.com/lidangzzz/AIGuardPDF
2•lidangzzz•40m ago•1 comments

Understanding the Success of the Know-Nothing Party

https://hwpi.harvard.edu/files/econ/files/knownothings.pdf?m=1617291525
1•bryanrasmussen•51m ago•0 comments

Moonbit developers are lying to you

https://bitemyapp.com/blog/moonbit-developers-are-lying-to-you/
5•todsacerdoti•55m ago•0 comments

When Technical Products Outgrow Non-Technical Leadership

https://guptadeepak.com/when-great-products-become-a-curse-the-non-technical-leadership-paradox/
2•guptadeepak•55m ago•1 comments

Arturo Programming Language Playground

https://arturo-lang.io/playground/
1•TheWiggles•55m ago•0 comments

Whirlpool Tells U.S. Authorities Its Rivals Could Be Evading Tariffs

https://www.wsj.com/business/whirlpool-tells-u-s-authorities-its-rivals-could-be-evading-tariffs-...
2•petethomas•56m ago•2 comments

Wake-Up Call for EV Industry: Compliance Protocol Ignores Peak Magnetic Pulses

https://microwavenews.com/news-center/wakeup-call-ev-industry
1•transpute•58m ago•0 comments

Smalltalk and Lambda Calculus

https://blog.ielliott.io/smalltalk-and-lambda-calculus
4•Bogdanp•1h ago•0 comments

"Hello, Is This Anna?": Unpacking the Lifecycle of Pig-Butchering Scams

https://arxiv.org/abs/2503.20821
7•stmw•1h ago•0 comments

Apple breaks records in China with high iPhone 17 preorders

https://appleinsider.com/articles/25/09/13/apple-breaks-records-in-china-with-high-iphone-17-preo...
2•alwillis•1h ago•1 comments

Penske Media Corporation v. Google, LLC (D.D.C.) 1:25-cv-03192 [pdf]

https://ia801005.us.archive.org/8/items/gov.uscourts.dcd.284823/gov.uscourts.dcd.284823.1.0.pdf
1•1vuio0pswjnm7•1h ago•0 comments

Language Models Pack Billions of Concepts into 12,000 Dimensions

https://nickyoder.com/johnson-lindenstrauss/
3•lawrenceyan•1h ago•0 comments

Why Neeto Doesn't Do Traditional Marketing or Use AI to Deflect Tickets

https://neerajsingh0101.neetopublish.com/p/why-neeto-doesn-t-do-traditional-marketing-or-use-ai-t...
1•neerajdotname2•1h ago•0 comments

Xrust – XPath, XQuery, and XSLT for Rust

https://gitlab.gnome.org/World/Rust/markup-rs/xrust
2•zdw•1h ago•0 comments

AmneziaWG: Fork of WireGuard-Go eliminating DPI identifiable network signatures

https://docs.amnezia.org/documentation/amnezia-wg/
1•zdw•1h ago•0 comments

Free software for virtual reality studios

https://apps.microsoft.com/detail/9nldf2lrgjjg?hl=en-US&gl=US
1•zhanghaiguo•1h ago•0 comments

China's economy slowdown deepens in August: retail sales, industrial output miss

https://www.cnbc.com/2025/09/15/china-retail-sales-industrial-output-slow-in-august-missing-estim...
4•rntn•1h ago•1 comments

Why Is Taiwan the Poorest Among Developed Countries?

https://twitter.com/jukanlosreve/status/1967088441092677775
4•ipnon•1h ago•1 comments

Decentralized YouTube alternative adds livestream scheduling in new release

https://news.itsfoss.com/peertube-7-3/
18•MilnerRoute•1h ago•3 comments

From Sears to Surveillance

https://cardog.app/blog/sears-to-surveillance
1•samsullivan•1h ago•0 comments

Imagine putting DRM in a battery to void warranties [video]

https://www.youtube.com/watch?v=yoVd1PAlT-Q
3•givemeethekeys•1h ago•1 comments

Revocation Ain't No Thing

https://dadrian.io/blog/posts/revocation-aint-no-thang/
2•tptacek•1h ago•0 comments
Open in hackernews

Ask HN: Extract text and translate on every PR

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