frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Can I turn my part-time link-in-bio project into a full-time SaaS?

1•Fotis-Karmpas•13s ago•0 comments

Hermeus unveils Ramjet-X, a "high-Mach" aircraft

https://www.axios.com/2026/09/09/hermeus-ramjet-quarterhorse-hypersonic-d21
1•samizdis•25s ago•0 comments

Generate-Ilograph: A skill to create auditable sequence diagrams of a codebase

https://github.com/ilograph/skills
1•billyp-rva•35s ago•0 comments

Show HN: Axonpush – Replay production agent failures in CI and fail the build

https://axonpush.xyz/
1•sayanbiswas64•6m ago•0 comments

UK Postcode Map

https://abersager.github.io/postcodemap/
1•abersager•6m ago•0 comments

CCAO-F vs. CCAR-F: which Claude certification should you take?

https://www.claudecertifiedarchitects.com/blog/ccao-f-vs-ccar-f-claude-certification/
1•jockorules•7m ago•0 comments

Show HN: Ctrlb-decompose: Strip the noise before senting it to LLMs

https://github.com/ctrlb-hq/ctrlb-decompose
11•ruhani_grover•7m ago•0 comments

First HN Post

3•aeroscissorz1•7m ago•0 comments

Show HN: Buymydeadstartup.com – Sell your IP to AI labs

https://www.buymydeadstartup.com/
1•bkfh•8m ago•0 comments

Show HN: Sahara, a plain-language view of a relative's MyChart record

https://sahara.synodha.com/demo
1•synodha•9m ago•0 comments

Where Every Fix Has a Shadow

https://medium.com/@gurvinder372/article-13-where-every-fix-has-a-shadow-4498dccbf3ed
1•gps372•10m ago•0 comments

Show HN: Mark 1x-9B – a 9B model that answers with interfaces, not paragraphs

https://huggingface.co/Saanora/mark-1x-9b
1•AKSaathwik•10m ago•0 comments

A single-file invoice generator that runs in the browser

https://merlin-invoice-tool.surge.sh
1•clawforger_mthx•11m ago•0 comments

Added username / phone-support to TraceFind

https://tracefind.info/
1•codinglive•12m ago•0 comments

Teen reading slumps to worst this century due to surge in screen time

https://finance.yahoo.com/news/teen-reading-slumps-worst-century-111013754.html
5•pseudolus•14m ago•1 comments

LibreDB Studio, a New Open-Source Self-Hosted SQL IDE

https://linuxiac.com/meet-libredb-studio-a-new-open-source-self-hosted-sql-ide/
2•cevheribozoglan•15m ago•0 comments

AgentEyes – Test what public LLMs reveal about your company

https://www.agenteyes.io/
1•alsapoz•16m ago•0 comments

Modern Day Typographer

https://www.youtube.com/watch?v=0Ck-NPqf2c8
1•Kaibeezy•18m ago•0 comments

Show HN: Maintenant, Docker and Kubernetes monitoring in a single Go binary

https://github.com/kolapsis/maintenant
3•benjy3379•18m ago•0 comments

Show HN: Giving the Claude app read/write access to Obsidian from a Raspberry Pi

https://zander.wtf/blog/obsidian-mcp-pi/
2•mrmartineau•19m ago•0 comments

Aerosol and bioaerosol generation from toilet flushing: Risk factor analysis

https://www.sciencedirect.com/science/article/pii/S0048969726007771
1•bookofjoe•21m ago•0 comments

Show HN: Hazzel – A tiny, minimal, Git-native coding agent

https://github.com/mukundzha/hazzel
4•mukundjha06•21m ago•0 comments

Man told ChatGPT he was feeling delusional. ChatGPT insisted he was Jesus

https://arstechnica.com/tech-policy/2026/09/man-told-chatgpt-he-was-feeling-delusional-chatgpt-in...
3•mdp2021•21m ago•1 comments

Opposing AI data centers is one thing Americans agree on

https://goodauthority.org/news/opposing-ai-data-centers-is-one-thing-americans-agree-on/
1•jruohonen•22m ago•0 comments

I ran my app on 512MB of RAM when they sold me 8GB

https://www.bajura.online/2026/09/i-ran-my-app-on-512mb-of-ram-when-they.html
1•odilelof•22m ago•2 comments

The Young Are Betrayed by the Politics of Doom

https://newsletter.humanprogress.org/p/the-young-are-betrayed-by-the-politics
2•surprisetalk•23m ago•0 comments

Google: €13B investment in AI infrastructure in Finland

https://blog.google/innovation-and-ai/infrastructure-and-cloud/global-network/google-ai-commitmen...
2•mpweiher•23m ago•0 comments

No Data Center in Monteray Park

https://www.nodatacentermpk.org
1•mooreds•24m ago•0 comments

What it's like to log off from a career in tech

https://www.marketplace.org/episode/2026/09/07/what-its-like-to-log-off-from-a-career-in-tech
1•mooreds•24m ago•0 comments

I launched a fake deodorant brand to see if AI would notice

https://twitter.com/medeana/status/2084671218704159169
3•mooreds•25m 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