frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Expanding model choice in Copilot with Grok

https://techcommunity.microsoft.com/blog/microsoft-copilot-blog/expanding-model-choice-in-copilot...
1•andsoitis•1m ago•0 comments

Ask HN: Is there an emerging pattern for NEGATIVESKILLS.md files?

1•mehmetoguzderin•2m ago•0 comments

BluBeam Pro

https://blubeam.pro/
1•alexawilder•4m ago•1 comments

DuckDB 2.0 Pushes Whole Queries Through ADBC–10–11× Faster on PostgreSQL

https://query.farm/blog/one-query-one-arrow-stream-adbc-duckdb-2/
1•rustyconover•12m ago•0 comments

Why is privacy so hard?

https://cacm.acm.org/blogcacm/why-is-privacy-so-hard/
3•andsoitis•12m ago•2 comments

Ask HN: In The Matrix, the bad guys are the 'agents'. Coincidence? Clairvoyance?

2•spottedmarley•12m ago•0 comments

Show HN: SF Title Alert

https://sftitlealert.com
1•arkadiyt•14m ago•0 comments

What Is Wrong with Nike?

https://www.s-1.site/s/the-middle-market-focus-verticals.html
1•anthonybourdain•14m ago•0 comments

SCH: An affordable sandbox for Coding Agents in your AWS account

https://c-daniele.github.io/en/posts/2026-09-07-close-the-lid-serverless-coding-harness/
1•cdani•14m ago•0 comments

The Outrageous Collapse of a 'Montessori Ponzi'

https://www.nytimes.com/2026/09/13/business/guidepost-montessori-higher-ground-education-ray-girn...
3•sciurus•18m ago•1 comments

Claude Fable 5.1 Solves the Cyphral Distich, a 370-year-old cipher

https://www.vals.ai/blogs/fable-solves-cyphral-distich
3•u1hcw9nx•19m ago•0 comments

Veilid is an open-source, peer-to-peer application framework

https://veilid.com/
4•Bluestein•21m ago•0 comments

AI Is Destroying the World

https://gornak40.org/blog/ai-is-destroying-the-world.html
3•Gornak40•21m ago•0 comments

BitBang: End-to-End Verified, Browser-Native Remote Access

https://github.com/richlegrand/bitbang/blob/main/whitepaper.md
4•Bluestein•26m ago•0 comments

Terminal multiplexer and experimental Wayland compositor for browsers

https://blit.sh/
4•williamstein•27m ago•0 comments

Claude Fable 5.1 cracked a cipher that has survived for 370 years in 40 min.

https://osintsights.com/ai-deciphers-370-year-old-cipher-in-minutes
2•u1hcw9nx•29m ago•2 comments

Two cheers (out of three) for Dario Amodei

https://garymarcus.substack.com/p/two-cheers-out-of-three-for-dario
4•chmaynard•35m ago•0 comments

Hikers guided by AI stranded on Mt. Shasta [video]

https://www.youtube.com/watch?v=OlwxEnN50e4
1•jumploops•39m ago•0 comments

Sam Altman pitches utilities on AI grid defense

https://www.politico.com/news/2026/09/10/sam-altman-pitches-utilities-on-ai-grid-defense-01070425
3•cdrnsf•40m ago•0 comments

Jason Arday and the Corruption of Science

https://chronicleofhighereducation.substack.com/p/jason-arday-and-the-corruption-of
3•kgwgk•40m ago•0 comments

OpenAI faces Senate probe into Hugging Face breach

https://www.axios.com/2026/09/10/openai-hugging-face-senate-investigation-hawley
3•reasonableklout•41m ago•0 comments

Go Implementation of WireGuard

https://github.com/WireGuard/wireguard-go
2•Bluestein•42m ago•0 comments

Show HN: Opine, a public polling website with maps

https://opinepolls.com/
1•superphotonic•42m ago•0 comments

YC: Why the Harness Matters More Than the Model [video]

https://www.youtube.com/watch?v=n9xKblqyQ28
1•mgl•46m ago•0 comments

How Much Could Europe Pay for U.S. Weapons for Ukraine?

https://www.thepricer.org/how-much-could-europe-pay-for-u-s-weapons-for-ukraine/
1•cinderelacinder•46m ago•1 comments

Emma: The GP's AI Receptionist doesn't understand Yorkshire or security

https://floorjellyboot.infinityfree.io/?u=/2026/09/05/emma-the-gps-ai-receptionist-doesnt-underst...
1•spzb•46m ago•0 comments

Flawed Routers Flood University of Wisconsin Internet Time Server (2003)

https://pages.cs.wisc.edu/~plonka/netgear-sntp/
13•walrus01•52m ago•0 comments

Show HN: Vehla – the AI command center for macOS

https://vehla.app/
1•ibuhs69•56m ago•0 comments

Godaddy's homepage is currently throwing a 403

https://www.godaddy.com/
4•otherayden•57m ago•2 comments

Apple's Always-Listening Tech: A Nightmare of Constant Surveillance

https://this.weekinsecurity.com/watch-what-you-say-apple-opens-the-door-to-a-nightmare-world-of-a...
7•birdculture•59m ago•1 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