frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gone but Not Forgotten

https://twitter.com/PalmerLuckey/status/2094639434436427911
1•barrister•22s ago•0 comments

Show HN: Opinionated Workflow Builder

https://ckluis.github.io/workflowForge/
1•ckluis•1m ago•0 comments

Amusing Ourselves to Death

https://en.wikipedia.org/wiki/Amusing_Ourselves_to_Death
2•simonebrunozzi•4m ago•0 comments

Mostik.ai – latent communication between AI models

https://mostik.ai/read-more
2•zX41ZdbW•5m ago•0 comments

Show HN: Deviant – Sci-Fi Thriller Movie about the Threat/Promise of AI

https://www.youtube.com/watch?v=WTbYRsC8NZw
3•johnpolacek•5m ago•1 comments

Show HN: Tree Whisper Free, open-source dictation for Mac

https://www.treewhisper.app/
2•Rutledge•8m ago•0 comments

'The engine's on fire': Qantas flight from Queenstown to Sydney

https://www.theguardian.com/australia-news/2026/sep/06/qantas-flight-queenstown-to-sydney-reroute...
2•Alien1Being•8m ago•0 comments

Far-right AfD wins historic victory in German state election

https://www.reuters.com/world/germanys-far-right-afd-seeks-landmark-state-victory-saxony-anhalt-v...
2•JumpCrisscross•14m ago•1 comments

The Story of VS Code (Documentary) [video]

https://www.youtube.com/watch?v=kHL3XzjpT5w
1•jonbaer•15m ago•0 comments

Show HN: Puzzle Rush, but for Go

https://tsumerush.com/
3•kyubic•17m ago•1 comments

The Community Firmware for Sensor Watch

https://www.sensorwatch.net/docs/movement/
4•Bluestein•18m ago•0 comments

A public noticeboard for AI agents

https://agents.scrygl.dev/
2•d3nit•20m ago•0 comments

Verflink, a link checker that catches affiliate tags stripped in redirects

https://verflink.com/
2•verflink•20m ago•0 comments

Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple

https://github.com/marsbos/mador
11•bosmarcel•20m ago•3 comments

XCancel is available again

https://xcancel.com/about
14•1matin•21m ago•1 comments

Show HN: Byosynch – Continuous two-way file sync over SSH for Mac and Linux

https://byosynch.com/
2•hamiltonc•21m ago•0 comments

The CINT C/C++ Interpreter

https://web.archive.org/web/20081226231317fw_/http://root.cern.ch/twiki/bin/view/ROOT/CINT
2•GaryBluto•27m ago•1 comments

Salt Men of Iran (2011)

https://web.archive.org/web/20140317115651/http://www.pasthorizonspr.com/index.php/archives/06/20...
3•joebig•27m ago•0 comments

Ask HN: Show your micro-SaaS (September 2026)

2•genekrapivin•28m ago•0 comments

browser_image.png shows different text in the image if you open it in Safari

https://lr0.org/browser_image.png
3•lr0•31m ago•1 comments

It took a year to ship WebAssembly in Anubis

https://anubis.techaro.lol/blog/2026/anubis-wasm/
15•xena•33m ago•5 comments

Watch GPT 6 play NetHack

https://www.twitch.tv/vaguely_aligned
2•kenforthewin•34m ago•0 comments

Harnessing the Universal Geometry of Embeddings

https://arxiv.org/abs/2505.12540
3•ur-whale•34m ago•0 comments

The 4KB Trick That Still Divides Old-School Programmers Decades Later

https://comuniq.xyz/Programming/post?t=1649
2•01-_-•37m ago•0 comments

AI Code Share Tracker: Percent of Code Written by AI

https://provenbrief.com/story/the-ai-code-share-tracker-every-verified-public-number-on-ai-writte...
2•bnsaid•37m ago•0 comments

Google AI Pro vs. ChatGPT Plus: Which Is Better in 2026?

https://provenbrief.com/story/google-ai-pro-vs-chatgpt-plus-which-is-better-in-2026
2•bnsaid•39m ago•0 comments

Internet2.edu

https://internet2.edu/
2•gurjeet•40m ago•0 comments

Show HN: Sol, my macOS music player and jukebox app, is now free and open source

https://github.com/FulltimeFeline/Sol
2•fulltimefeline•41m ago•0 comments

GrapheneOS Overhauled Default Apps and Secure Clipboard

https://grapheneos.social/@GrapheneOS/117225539756835649
15•Cider9986•42m ago•2 comments

See Windows CE Running on the N64

https://retrododo.com/see-windows-ce-running-on-the-n64/
2•rbanffy•44m 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