frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Average Opus 5 Response

https://old.reddit.com/r/ClaudeCode/comments/1w3rxkj/average_opus_5_response/
1•velcrovan•15s ago•0 comments

Claude's new system prompt doesn't want to reproduce song lyrics

https://simonwillison.net/2026/Sep/2/claudes-new-system-prompt/
1•tosh•27s ago•0 comments

Multiplayer for Claude Code and Codex

https://nimbalyst.com/teams/
1•wek•29s ago•1 comments

Should You Invest in Bonds?

https://www.nytimes.com/2026/08/21/business/investing-bond-market-stocks-funds.html
1•mooreds•31s ago•0 comments

The age of abundance is over and neither policy nor markets have caught up

https://www.haver.com/articles/the-age-of-abundance-is-over-and-neither-policy-nor-markets-have-c...
1•toomuchtodo•41s ago•0 comments

Are We Thinking Correctly About AI Intelligence?

https://www.quantamagazine.org/are-we-thinking-correctly-about-ai-intelligence-20260820/
1•gmays•51s ago•0 comments

Climber Recounts Rescue from 6-Inch Ledge Atop California Mountain

https://www.nytimes.com/2026/08/30/us/sierra-nevada-climber-rescued-mountains.html
1•bookofjoe•1m ago•1 comments

Gemini Agentic Video Analysis Cuts Token Usage Up to 88%

https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-agentic-video...
2•WarmWash•2m ago•0 comments

How AI Is Weaponizing India's Voter Data for Mass Surveillance

https://www.medianama.com/2026/09/223-sir-electorion-commission-data-privacy/
2•twapi•3m ago•0 comments

Models may behave differently in graded episode

https://www.lesswrong.com/posts/AfoGGrJfuNzofpzWL/models-may-behave-differently-in-graded-episode...
2•ddp26•5m ago•0 comments

Show HN: Flawd is mutation testing for the AI era

https://fixture.dev/flawd
2•fohara•6m ago•0 comments

Exit the Cave

https://turtlespace.blog/p/exit-the-cave
2•akkartik•6m ago•0 comments

Security Caveat: Locked out of my server while traveling

https://joshtronic.com/2026/08/30/security-caveat-locked-out-server-travel/
2•speckx•7m ago•0 comments

Hungary Plans Wealth Tax on Assets Exceeding $3.1M

https://www.bloomberg.com/news/articles/2026-09-02/hungary-plans-wealth-tax-on-assets-exceeding-3...
3•robtherobber•8m ago•0 comments

Show HN: Edgy – Ambient edge lighting for macOS

https://getedgy.app
3•renatoworks•9m ago•0 comments

Content Credentials: a nutrition label for digital content

https://contentcredentials.org/
2•nateb2022•9m ago•0 comments

Show HN: ZSvirt – A lightweight, scalable open source virtualization platform

https://github.com/ZSvirt/zsvirt
2•czhou25•10m ago•0 comments

Just bury your trash: What if everything we know about recycling is wrong?

https://worksinprogress.co/issue/just-bury-your-trash/
4•magoghm•12m ago•0 comments

No Jibber Jabber – Mr. T–themed skill to cut AI preamble

https://github.com/o3-cloud/no-jibber-jabber
2•ozanzal•13m ago•0 comments

Inadvertent Actions Such as Using Easy Passwords: Beginners Cybersecurity Guide

https://cyberupdates365.com/inadvertent-actions-easy-passwords/
2•sysadmin_diarie•13m ago•0 comments

Apple Maps Follows Google, Changes Name of Lake Ontario to 'Lake America'

https://www.cbc.ca/lite/story/9.7328843
2•DeepLogin•14m ago•0 comments

Goodbye Bitcoin, Hello AI Data Center

https://americanbuildout.com/goodbye-bitcoin-hello-ai-data-center/
3•newyorkinfra•14m ago•0 comments

Show HN: asciiQuake

https://asciiquake.wtf/
3•apresmoi•16m ago•0 comments

Why I run Claude on a remote server

https://rabea.sh/posts/why-i-run-claude-code-on-a-server
2•sommaq•17m ago•0 comments

What the Hale?

https://hale-lang.org/articles/what-the-hale/
2•rrook•17m ago•1 comments

Graphics editor without toolbar: Breaking 50yr UX tradition, surprising effect

https://squaresight.io/en/sketch/notes/no-toolbar.html
3•SquareSight•18m ago•1 comments

Cursor-based sync vs. Change Data Capture: what you're missing

https://www.erathos.com/en/blog/cursor-based-sync-vs-change-data-capture
2•gpaulbagetti•19m ago•0 comments

Show HN: Freefund – Reduce no shows at free/RSVP events

https://www.ticketfairy.com/guides/reduce-no-shows-at-free-rsvp-events
2•riteshpatel•19m ago•0 comments

Join FETCH May Not Save You: checking seven JPA N+1 beliefs against the SQL

https://exobench.ai/blog/join-fetch-may-not-save-you
2•exobench•20m ago•0 comments

WebLLM: high-performance in-browser LLM inference engine

https://github.com/mlc-ai/web-llm
3•saikatsg•21m 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