frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Helps People Get Past the Blank Page

https://greyenlightenment.com/2026/08/24/ai-assisted-writing-is-common-because-writing-is-hard/
1•paulpauper•31s ago•0 comments

House prices survived the last interest-rate rise. Will they this time?

https://www.economist.com/finance-and-economics/2026/09/20/house-prices-survived-the-last-interes...
1•andsoitis•3m ago•0 comments

Ordinal definability–how did Gödel do it?

https://www.infinitelymore.xyz/p/ordinal-definability-historical-conundrum
1•baruchel•3m ago•0 comments

Show HN: 8 months extending a terminal to handle all my work with all agents

https://github.com/albertwujj/agent-term
1•aywu•3m ago•0 comments

The Paradox of Empathy (2015)

https://jenson.org/paradox/
1•andsoitis•5m ago•0 comments

KDE Goes to the Pyramids

https://www.youtube.com/watch?v=JGX3-UhV-ms
1•sho_hn•5m ago•0 comments

Remittance MOney Transfer Calculator

https://faisalkhan.com/resources/interactive-tools/remittance-cost-calculator
1•faisalkhan999•6m ago•0 comments

Epoll and Kqueue: How Operating Systems Learned to Wait Efficiently

https://thecodinggopher.substack.com/p/epoll-and-kqueue-how-operating-systems
1•adletbalzhanov•6m ago•0 comments

The AI wave has to land somewhere according to Tesler's Law

https://moonspell.fm/tesler
1•zdeeb•7m ago•0 comments

Lego Brick Sorting Machine Uses AI to Save Millions from Landfill [video]

https://www.youtube.com/watch?v=M0cWcAIeOyU
3•ChrisArchitect•11m ago•3 comments

C64 Programming with AI

https://www.dreisechzig.net/c64-programming-with-ai.html
1•adunk•11m ago•0 comments

A Wordle solver that shows you why each guess narrows the field

https://turnword.com/apps/word-game-bot
1•mwaci•12m ago•0 comments

In Fighting for Every Black Child, Did I Betray My Own?

https://www.nytimes.com/2026/09/20/magazine/ny-public-schools-black-students-segregation.html
4•stefan_•13m ago•1 comments

Show HN: Bailout – The coding agent meant to be deleted

https://github.com/storozhenko98/bailout
1•mst98•14m ago•0 comments

Andrew Ng: AI Extinction Fears Are 'Science Fiction'

https://www.youtube.com/watch?v=KnckQp-c388
3•Betelbuddy•17m ago•0 comments

Show HN: System One Harness (SOH), the harness for System One models

https://github.com/HarnessRouter/SystemOneHarness
1•kuanzema•18m ago•0 comments

Sheboygan, Wisconsin canceling Flock contract over undisclosed data tracking

https://www.fox6now.com/news/sheboygan-canceling-flock-contract-over-undisclosed-data-tracking
1•toomuchtodo•19m ago•1 comments

Jensen Huang: Those warning on AI apocalypse "have ulterior reasons"

https://www.youtube.com/watch?v=XlY7DI5v4ZU
6•Betelbuddy•19m ago•1 comments

Show HN: AliasFleet – Email aliases with an in-app composer and telemetry

https://www.aliasfleet.com
1•Farrynet•20m ago•1 comments

Locals in Mexico Call It World's Largest Cesspool & Blame It for Surging Cancer

https://www.nytimes.com/2026/09/17/world/americas/mexico-city-endho-dam.html
1•bookofjoe•22m ago•1 comments

Why China Isn't Getting Existential About A.I

https://www.newyorker.com/news/q-and-a/why-china-isnt-getting-existential-about-ai
5•andsoitis•24m ago•1 comments

Graph World Models for Verified and Efficient Long-Horizon LLM Task Planning

https://academy.dair.ai/papers/gavel-graph-world-models-for-verified-and-efficient-long-horizon-l...
1•gmays•25m ago•0 comments

Someone made jev play Atari games

https://github.com/taodav/jev_deep_rl
2•thomask1995•25m ago•0 comments

Show HN: Judge Jev – Can you convince Jev of your innocence?

https://judge-jev.com/
3•theRealestAEP•25m ago•0 comments

A.I: We Are Building Our Own Jurassic Park [video]

https://www.youtube.com/watch?v=RyOFDfpjR9U
2•kklisura•25m ago•0 comments

How to Build the Fastest Drone in the World (600km/h FPV Drone)

https://www.youtube.com/watch?v=KwRSAfoW5uo
3•hydrolox•31m ago•0 comments

A Necessary History of the Oddest Letter: W

https://lithub.com/a-necessary-history-of-the-oddest-letter-w/
22•NaOH•33m ago•2 comments

Show HN: Testing a non-generative decision model on 5,500 CLINC150 inputs

https://github.com/chr-kelly/jev-cookbook
3•tgdhtdujeytd•34m ago•0 comments

Show HN: I inadvertently built an English to Bash transpiler

https://github.com/gioblu/NPC-Forge/blob/main/npcs/termy/README.md
2•gioscarab•34m ago•3 comments

I turned Jev into a (lousy) chatbot

https://github.com/kyle-pena-nlp/jevchat/
24•kp1197•38m ago•1 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