frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I built a middleware agent that turns PLC data into REST/gRPC APIs

https://limenedge.com/docs/getting-started
1•Saneth•4m ago•0 comments

Why Japanese Web Design Is So Different (2013)

https://randomwire.com/why-japanese-web-design-is-so-different/
2•downbad_•5m ago•0 comments

Ukraine launches database with 'deep technical data' of Russian weapons

https://kyivindependent.com/ukraine-launches-database-with-deep-technical-data-of-russian-weapons...
3•vrganj•8m ago•0 comments

Getting OpenCode plugins working in your organisation

https://sinn.io/opencode-setup/
1•sifex•9m ago•0 comments

Netref – Networking Quick Reference

https://netref.dev/
1•costabrosky•9m ago•0 comments

The only macOS battery app your MacBook needs

https://www.mac4breakfast.app/
1•1Kapish•10m ago•0 comments

Welcome to the Eternal September of open source. Here's what we plan to do

https://github.blog/open-source/maintainers/welcome-to-the-eternal-september-of-open-source-heres...
1•rolph•10m ago•0 comments

You Might Be Better Off Without Pull Requests(2024)

https://hamvocke.com/blog/better-off-without-pull-requests/
1•rolph•12m ago•0 comments

A new study rewrites the history of the plague

https://www.npr.org/2026/06/19/nx-s1-5860874/a-new-study-rewrites-the-history-of-the-plague
1•Jimmc414•13m ago•0 comments

The Free Press summer reading list

https://www.thefp.com/p/the-free-press-summer-reading-list
1•paulpauper•13m ago•0 comments

The Myth of SpaceX

https://www.theatlantic.com/technology/2026/06/spacex-starlink-ipo-elon-musk-trillionaire/687651/
1•paulpauper•14m ago•0 comments

Tutor who charged thousands to sit exams for students jailed

https://www.bbc.com/news/articles/cq810d7gpkgo
1•paulpauper•15m ago•0 comments

How many of the 170k English words do you REALLY know?

https://vocabulary-size-test.thisisnotai.workers.dev/
1•kashablya•15m ago•0 comments

The Giant Test Kitchen Where Cooks Battle A.I. Slop

https://www.nytimes.com/2026/06/20/business/media/people-inc-ai-test-kitchen.html
1•saikatsg•16m ago•0 comments

Millimeter wave technology drills 100 meters into granite

https://www.thinkgeoenergy.com/quaise-energy-achieves-100-meters-of-drilling-using-millimeter-wav...
2•Jimmc414•19m ago•0 comments

Agents publish HTML on the internet through thethings.ai

https://thethings.ai
1•sptmbr•19m ago•0 comments

Nothing cancels this year's CMF stating unsustainable RAM costs

https://twitter.com/AkisEvangelidis/status/2067855233968156975
2•sim04ful•20m ago•0 comments

Neural Cellular Automata and Recurrent Architectures

https://shonczinner.github.io/posts/gameoflife/
1•kjshsh123•23m ago•0 comments

I don't see any good orchestration system for AI agents

https://ffacu.dev/blog/the-split-terminal-problem
1•ffacu•25m ago•2 comments

Show HN: Make PDFs look scanned (CLI or in the browser via WASM)

https://github.com/overflowy/make-look-scanned
3•overflowy•26m ago•3 comments

Show HN: Saysheep – dumpster diving and free stuff app

https://sloev.github.io/saysheep/
2•supernihil•31m ago•4 comments

India's foremost court declares safe footpaths a constitutional right

https://www.thehindu.com/news/national/supreme-court-declares-the-right-to-walk-carefree-on-footp...
1•dinosor•33m ago•0 comments

Agent Rigor – Stop your AI coding assistant from doom-looping

https://github.com/MeherBhaskar/agent-rigor
1•meherbhaskar•34m ago•0 comments

How it feels to practice for IOAI in Iran

https://howitfeels.netlify.app/
3•linmer•36m ago•0 comments

Show HN: Cody – Voice control for Neovim using its own commands, LSP

https://github.com/juancgarza/cody
2•jcgr•36m ago•0 comments

Agency stole bestselling author's book, used AI to relaunch as their own

https://waxy.org/2026/06/the-wholesale-plagiarism-of-obscure-sorrows/
102•ridesisapis•39m ago•16 comments

Global AI confessions: CEO edition 2026 – Dataiku

https://pages.dataiku.com/global-ai-confessions-ceo-edition
4•Baljhin•39m ago•1 comments

Kubernetes in the Browser

https://github.com/ngrok/webernetes
4•gl-prod•40m ago•0 comments

Show HN: A News Data Visualizer

https://plotline.news/graham-platner#timeline
2•yshunnar•41m ago•0 comments

InfiniBand, RoCE, and All That

https://fergusfinn.com/blog/infiniband-roce-rdma/
2•kjeetgill•43m 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