frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Hugs Stack – Hypermedia, Unix, Go, SQLite

https://housecat.com/blog/the-hugs-stack-hypermedia-unix-go-sqlite
1•theanonymousone•41s ago•0 comments

Voxiferi introduces VoxWall as an 'AI ingress firewall' for bad data

https://opensourcewatch.beehiiv.com/p/new-voxiferi-introduces-voxwall-as-an-ai-ingress-firewall-f...
1•CrankyBear•3m ago•0 comments

Why Beyond Traditional RAG?

https://medium.com/@NikoZero11/your-rag-pipeline-doesnt-need-more-retrieval-it-needs-better-decis...
2•Natashiiy•4m ago•2 comments

E-commerce compliance scores range from 13 to 97 across major US retailers

https://stem-education.medium.com/i-ranked-famous-retailers-on-compliance-the-scores-went-from-13...
1•complyyio•4m ago•0 comments

Making Gasoline from Plastic Waste

https://www.sciencedaily.com/releases/2026/09/260920222405.htm
2•silver92bullet•5m ago•0 comments

GitHub Actions leaking secrets when Miri output is cached

https://blog.rust-lang.org/2026/09/21/github-actions-leaking-secrets-when-miri-output-is-cached/
1•metrofun•10m ago•0 comments

Show HN: CatQueue-A zero-dependency PostgreSQL job queue for Node and TypeScript

https://github.com/karanrajsurya/CatQueue
1•karanrajsurya•10m ago•0 comments

A modern, cross-platform font editor built with TypeScript and Rust

https://github.com/shift-editor/shift
1•wg0•11m ago•0 comments

Consider the Chameleon

https://remy.wang/blog/chameleon.html
2•remywang•11m ago•0 comments

WordPress Board Resignations

https://techcrunch.com/2026/09/14/sources-say-automattics-board-is-out-after-failed-attempt-to-ou...
2•joshjkim•13m ago•0 comments

I'm Handing Off Render Engine

https://kjaymiller.com/blog/im-handing-off-render-engine.html
1•lumpa•14m ago•0 comments

The Sheep That Stop Wildfires

https://www.newyorker.com/news/annals-of-a-warming-planet/the-sheep-that-stop-wildfires
1•blondie9x•16m ago•0 comments

Show HN: LARP Capital – Prestige as a Service

https://www.larpcapital.us/
2•vknar•17m ago•0 comments

AI Exec: We May Have Pulled Off "The Largest Theft of Labor in Human History"

https://www.motherjones.com/politics/2026/09/openai-chatgpt-microsoft-copyright-legal-case-docume...
2•vinyl7•18m ago•1 comments

Web Data – Latest Capital Raise

https://www.firecrawl.dev/blog/introducing-alexandria-series-b
1•angelhadjiev•19m ago•1 comments

Hiring Smart

https://kk.org/cooltools/hiring/
1•dxs•20m ago•0 comments

Recorded, Not Proven

https://claude.ai/artifact/HucaoGuaQqp9g9TZX97HGw
2•throwaway13sas•24m ago•0 comments

Git-bug, project bug tracker tool using Git objects as storage, releases v0.11.0

https://github.com/git-bug/git-bug/releases/tag/v0.11.0
1•iamnothere•26m ago•0 comments

The UV index is not the warm sensation of sunlight on bare skin

https://blog.asciitweezers.com/the-uv-index-is-not-the-warm-sensation-of-sunlight-on-bare-skin/
9•evakhoury•27m ago•0 comments

Relaticle, a self-hosted CRM where AI updates data only after your approval

https://relaticle.com
2•manukminasyan•27m ago•0 comments

No Sloptober

https://no-sloptober.com/
36•jeremiahlee•28m ago•20 comments

Show HN: NetM8 OS

https://netm8.com/
2•goodknightleo•30m ago•0 comments

Show HN: Typed polyglot compiler for CLI/API/MCP generation

https://github.com/morloc-project/morloc
1•arendsee•31m ago•0 comments

Tinyjs – desktop apps for macOS, Windows, and Linux in ~6 MB

https://tinyjs.app
1•josephscott•33m ago•0 comments

I beat all the popular harnesses on FrontierHarness Eval

https://github.com/tontinton/maki
2•tontinton•33m ago•0 comments

Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived

https://foxscript.org/
33•boredjohnny•33m ago•8 comments

ArchiveBox v0.9 released with new native apps and 50 new plugins

https://docs.sweeting.me/s/archivebox-v0.9-announcement
3•nikisweeting•35m ago•1 comments

Kotlin 2026: Layoffs, AI, Google – Is the Golden Age Over? Jake Wharton Explains [video]

https://www.youtube.com/watch?v=9WjPdgOK-68
1•cstever•37m ago•0 comments

Why AI Can't Replace You with Cory Doctorow [YouTube] [video]

https://www.youtube.com/watch?v=VU3gABvwZCM
3•cstever•38m ago•0 comments

Open-Weight AI Models Seize Token Lead, but Proprietary Still Make the Money

https://techstrong.ai/generative-ai/open-weight-ai-models-seize-token-lead-but-proprietary-system...
2•CrankyBear•39m 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