frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

China's Loongson launches 16-core server CPU built on LoongArch architecture

https://www.tomshardware.com/pc-components/cpus/chinas-loongson-launches-homegrown-16-core-server...
1•unleaded•23s ago•0 comments

Towards a history of the hammock: An Indigenous technology in the Atlantic world

https://link.springer.com/article/10.1057/s41280-025-00379-w
1•bookofjoe•1m ago•0 comments

Agent Identity: Why Every Agent Vulnerability Is a Trust Boundary Failure

https://portkey.ai/blog/why-every-agent-vulnerability-is-a-trust-boundary-failure/
1•segalord•1m ago•0 comments

Costs of Running a 15k/mo AI SaaS [video]

https://www.youtube.com/watch?v=tK2K26CeThY
1•mesmertech•4m ago•1 comments

Nvidia Partner Wants to Put a $150k AI Data Center in Your Yard

https://www.bgr.com/2186797/nvidia-home-mini-ai-data-center-span/
1•Adam-Hincu•4m ago•1 comments

Magit - a complete text-based user interface to Git

https://github.com/magit/magit
1•modinfo•4m ago•0 comments

Show HN: Shikhu – Understand the code your agents write

https://github.com/arjunpatel7/shikhu
1•arjunkpatel•4m ago•0 comments

Evaluating Offline Monitoring of Internal AI Agents

https://www.lesswrong.com/posts/yrbyyvFvuaGfRAtB7/evaluating-offline-monitoring-of-internal-ai-ag...
1•joozio•5m ago•0 comments

How to Connect Hermes Agent to MCP

https://www.arcade.dev/blog/connect-hermes-agent-mcp-arcade/
1•manveerc•7m ago•0 comments

Cramming 1M (Scaled to Zero) Virtual Machines in a Single Box

https://unikraft.com/blog/1m-vms-single-box/
1•tanelpoder•8m ago•0 comments

The Most Detailed Image yet of the Milky Way's Center

https://www.wired.com/story/this-is-the-most-detailed-image-yet-of-the-milky-ways-center/
1•joozio•9m ago•0 comments

The Ethical People-Smuggler

https://www.economist.com/interactive/1843/2026/06/26/the-good-people-smuggler
1•Geekette•13m ago•1 comments

Working around dragons with the Lemote Yeeloong laptop and OpenBSD

http://oldvcr.blogspot.com/2026/06/working-around-dragons-with-lemote.html
5•zdw•14m ago•0 comments

Show HN: DRM-Free Books

https://frequal.com/Perspectives/DrmFreeAuthors.html
2•TeaVMFan•14m ago•0 comments

Tech firms blame AI for rising PC and console prices

https://www.bbc.co.uk/news/articles/cd95k584pzqo
1•logickkk1•16m ago•0 comments

Show HN: A directory of open source alternatives to proprietary software

https://houseofopen.com/
1•TheOmkarBirje•17m ago•0 comments

More than 3M college students are raising kids. Most won't graduate

https://fortune.com/2026/06/28/student-parents-workforce-talent-shortage-child-care-okebugwu/
1•Brajeshwar•19m ago•0 comments

Your Shit Is Unreadable

https://unstory.eu/lcn/
4•jonifico•19m ago•0 comments

AI Economy from the Bottom Up

https://www.exponentialview.co/p/the-state-of-the-ai-economy
1•joddystreet•23m ago•0 comments

Customer service as a mirror of modern life

https://connorgurney.me.uk/2026/06/customer-service-mirror-of-modern-life/
1•connorgurney•23m ago•0 comments

The Dawn of the Software-Defined Company

https://www.impala.systems/blog/the-dawn-of-the-software-defined-company/
1•shukantpal•23m ago•0 comments

'Humans behave better when they're being watched'

https://techcrunch.com/2026/06/26/xprize-founder-says-humans-behave-better-when-theyre-being-watc...
2•skadamat•24m ago•0 comments

What do we know about Nvidia Feynman Architecture in 2026

https://old.reddit.com/r/AIProgrammingHardware/comments/1uhyhw3/what_do_we_know_about_nvidia_feyn...
1•javaeeeee•28m ago•1 comments

Redesign of US Government websites stokes surveillance fears

https://www.theguardian.com/us-news/2026/jun/28/government-website-visitor-tracking-surveillance-...
2•howard941•31m ago•0 comments

Professor denounces mass AI fraud on an exam at Brown University

https://english.elpais.com/education/2026-06-28/ai-fraud-at-brown-university-academic-integrity-i...
6•geox•31m ago•0 comments

I used Claude Code to get a second opinion on my MRI

https://antoine.fi/mri-analysis-using-claude-code-opus
35•engmarketer•37m ago•41 comments

The Stonehenge Experiment: 60 people move a 3.5-Tonne standing stone [video]

https://www.youtube.com/watch?v=4xd42UiPRjU
2•skibz•38m ago•1 comments

Ask HN: Examples of AI taste?

1•SuboptimalEng•40m ago•1 comments

Lessons from building SQLite with LLMs

https://medium.com/@sharvanath/effective-software-engineering-with-claude-codex-bf39f296b233
2•sharva•41m ago•0 comments

AI Use Cases companies are implementing and the results they get

https://www.okanode.com
2•brudevel•42m 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