frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: ForkForensics – recovers a deleted GitHub repo's history from forks

https://github.com/siris9476/forkforensics
1•siris9476•50s ago•0 comments

I Connected My Withings Body+ to Home Assistant with an ESP32

https://didac.dev/blog/i-made-my-withings-scale-sync-to-home-assistant-without-the-cloud
1•sabatesduran•3m ago•0 comments

ChatGPT Healthcare Epic Integration

https://openai.com/index/chatgpt-connects-health-records-and-healthcare-sources/
2•gist•3m ago•0 comments

Lessons for founders from my time as a founder

https://hraness.com/writing/3-lessons-for-founders-from-my-time
1•benzguo•3m ago•0 comments

Building VT Code, a Year In

https://huggingface.co/blog/vinhnx90/building-vtcode-a-year-in
1•vinhnx•4m ago•0 comments

Finding Your Way Through a Dependency Graph

https://blog.ptidej.net/ghost/#/editor/post/6a75eacef09a7d4801366fc3
1•viniciusmioto•4m ago•0 comments

Show HN: Mu – an agent with actual command line experience

https://github.com/ylxdzsw/mu
1•ylxdzsw•4m ago•0 comments

Running a Software Factory Efficiently at Uber Scale

https://www.uber.com/gb/en/blog/efficient-software-factory/
2•nlpnerd•5m ago•0 comments

The courtroom inside our AI

https://simple.dev/blog/simple-ai-v2-answers-that-carry-their-own-proof/
1•munjal116•6m ago•0 comments

Porting my 1993 Amiga game to Godot, with an LLM reading the 68000 assembly

https://babyloniantwins.com/blog/porting-a-1993-amiga-game-to-godot/
2•rabahs•8m ago•1 comments

Why has Peter Thiel moved to Argentina?

https://www.theguardian.com/technology/2026/sep/03/peter-thiel-argentina-javier-milei
1•louiscb•9m ago•0 comments

The Secret of Chronic Pain Could Lie in the Skull

https://nautil.us/the-secret-of-chronic-pain-could-lie-in-the-skull-1284730
1•Brajeshwar•10m ago•0 comments

Rydger, a local-first iPhone app for vehicle maintenance costs

https://www.rydger.com/en
1•garbarok•10m ago•0 comments

How do you guys keep up with the most cost-effective AI models?

1•solomonmwalker•12m ago•0 comments

Lucky Infinity Cube

https://www.williamivy.com/posts/infinity-cube/
1•bookofjoe•12m ago•0 comments

Consumers Profit Off Solar, Batteries Selling Excess Energy Back to Grid

https://www.bloomberg.com/news/features/2026-09-03/consumers-profit-off-solar-batteries-selling-e...
1•gmays•12m ago•0 comments

A BGP attack led to a misissued TLS cert

https://arstechnica.com/security/2026/09/well-executed-bgp-attack-uses-hijacked-ips-to-infect-rea...
1•amaccuish•15m ago•0 comments

Legal AI Drafter, Contract Management and Datarooms

https://99datarooms.com/
1•Lotf•16m ago•0 comments

I'm a seeing-eye dog for a computer

https://claytonwramsey.com/blog/seeing-eye/
1•claytonwramsey•16m ago•0 comments

Scala 3.9.0 LTS Released

https://github.com/scala/scala3/releases/tag/3.9.0
1•DASD•16m ago•0 comments

DOJ urges judge to rule for OpenAI, Microsoft in N.Y. Times lawsuit

https://www.washingtonpost.com/technology/2026/09/02/doj-urges-judge-rule-openai-microsoft-ny-tim...
1•1vuio0pswjnm7•16m ago•1 comments

PGrid, a spec-first laptop search

https://www.pgrid.app/au/laptops
1•techedlaksh•17m ago•0 comments

Show HN: A headless Synergy server setup for niche use cases

https://github.com/hishamk/headlesssynergysetup
1•hishamk•20m ago•0 comments

How the Hell Did an Island Suddenly Appear, Then Vanish?

https://www.404media.co/how-the-hell-did-an-island-suddenly-appear-then-vanish/
4•Brajeshwar•21m ago•1 comments

Reinforcement Learning or Active Inference (2009)

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0006421
2•teleforce•22m ago•0 comments

Mom Gets 6-Mo Suspended Sentence for Letting 5-Year-Old Walk to the Pond

https://reason.com/2026/09/02/virginia-mom-gets-6-month-suspended-jail-sentence-for-letting-5-yea...
73•softwaredoug•24m ago•31 comments

Building an Invisible Smart Home

https://nealshyam.com/writing/invisible-smart-home/
2•nealrs•25m ago•1 comments

Show HN: Instantly get the transcript from the agent that wrote any line of code

https://github.com/ctxrs/ctx/blob/main/README.md
3•luca-ctx•26m ago•0 comments

Industrial AI Founders Keep Solving the Wrong Problem

https://deploy95.substack.com/p/the-gtm-problems-that-arent-what
2•dddddaviddddd•27m ago•0 comments

Show HN: Keydris - Check what an agent is allowed to do before it runs

https://keydris.com
2•ahmed89•28m 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