frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Vera C. Rubin Observatory Begins Capturing the Greatest Cosmic Movie Ever Made

https://rubinobservatory.org/news/action-rubin-lsst-begins
1•robin_reala•1m ago•0 comments

Godot will no longer accept AI-authored code contributions

https://www.pcgamer.com/gaming-industry/open-source-game-engine-godot-will-no-longer-accept-ai-au...
2•pjmlp•2m ago•0 comments

How the 'Boss scam' is tricking Indian executives

https://theprint.in/india/a-whatsapp-message-from-your-ceo-rs-1-5-crore-gone-how-the-boss-scam-is...
1•rustoo•2m ago•0 comments

Email from Reddit for age verification on a deleted account

1•SurprisedTiger•4m ago•0 comments

It's not me, it's the compiler

https://parsa.wtf/cast/
1•SVI•4m ago•0 comments

Show HN: RouteVN – An application for making Visual Novels without any coding

https://routevn.com/
1•han4wluc•6m ago•0 comments

Supreme Court says constitution protects people's location data

https://www.eff.org/deeplinks/2026/06/victory-supreme-court-says-constitution-protects-peoples-lo...
3•fzeindl•8m ago•0 comments

Local Reasoning for Global Properties

https://tratt.net/laurie/blog/2026/local_reasoning_for_global_properties.html
1•ltratt•8m ago•0 comments

Can't copy-paste in Claude Code? "/tui default" and your back in business

1•punnerud•10m ago•0 comments

Supervised vs. Unsupervised AI-generated code

https://www.tommyjepsen.com/blog/supervised-vs-unsupervised-ai-code
1•tommyjepsen•11m ago•0 comments

Trump made more than $1B from crypto in first year back in office

https://www.bbc.co.uk/news/articles/cvgmv98ez3zo
3•ndsipa_pomu•15m ago•0 comments

Teaching Algorithms in 2026

https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-06.html#e2026-06-30T20_43_40.htm
1•matt_d•15m ago•0 comments

Dojos: Git is dead. Long live Git

https://legendum.dojos.name/dojos/blob/main/docs/the-dojos-book.md
1•hutchike•16m ago•0 comments

Apricot Computers: An underrated British brand

https://dfarq.homeip.net/apricot-computers-an-underrated-british-brand/
2•giuliomagnifico•19m ago•0 comments

How to Set Up a Kiosk Thermal Printer for Self-Service Checkouts?

https://www.masung.group/How-to-Set-up-a-Kiosk-Thermal-Printer-for-Self-Service-Checkouts-id00186...
1•LukeZhou•20m ago•0 comments

I built a lightweight Docker container monitor that notifies you alerts

https://github.com/PizzukaTorph/compose-watchdog
1•pizzuka•21m ago•0 comments

Show HN: I built a Markmaster, a Markdown learning tool for non-coders

https://drmarkdown.netlify.app/
1•shymaple•23m ago•0 comments

White House lifts ban on Anthropic models

https://www.ft.com/content/137ddb71-852f-438c-ad76-25e2dc43486b
1•couAUIA•24m ago•1 comments

On the semantic web

https://karlkoch.me/writing/on-the-semantic-web
1•nathell•24m ago•0 comments

How are you building resilient hybrid cloud networks?

https://geekyants.com/blog/building-a-resilient-hybrid-cloud-network-with-wireguard-ha-route-base...
1•Krishnaswaroop•26m ago•0 comments

Voice of Gene Wilder recreated by AI for new Wonka-themed Netflix series

https://news.sky.com/story/voice-of-gene-wilder-recreated-by-ai-for-new-wonka-themed-netflix-seri...
1•austinallegro•28m ago•0 comments

Don't Do Code Reviews

https://kore-nordmann.de/blog/dont_do_code_reviews.html
1•ingve•31m ago•0 comments

Coding and debugging will fall back to older model in Fable 5.Losing hope as Dev

https://x.com/AnthropicAI
1•riponcm•35m ago•0 comments

Gojek Co-Founder Makarim's Trial in Indonesia Shows Rising Business Risks

https://www.bloomberg.com/news/articles/2026-06-17/gojek-co-founder-makarim-s-trial-in-indonesia-...
3•doppp•40m ago•0 comments

New attack provides one more reason why AI browsers are a bad idea

https://arstechnica.com/security/2026/06/ai-browsers-can-be-lulled-into-a-dream-world-where-guard...
5•joozio•41m ago•0 comments

Liquid AI releases a 230M model optimized for phones, Raspberry Pi, and robots

https://www.liquid.ai/blog/lfm2-5-230m
1•mpfect•42m ago•0 comments

For Kodachrome Fans, Road Ends at Photo Lab in Kansas (2010)

https://www.nytimes.com/2010/12/30/us/30film.html
1•js2•45m ago•1 comments

Horsewood ReviEwS ( July 2026) We Tried It My Honest Review

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
3•pazybaur•49m ago•0 comments

Noise as information and information as noise – Unsung

https://unsung.aresluna.org/noise-as-information-and-information-as-noise/
1•rbanffy•49m ago•0 comments

Terminal Apps Need a DOM

https://www.c1.ai/engineering/agent-tui-structured-terminal-access-for-ai-agents
1•philips•50m 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