frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

WSL Container – Linux Containers on Windows

https://learn.microsoft.com/en-us/windows/wsl/wsl-container
1•makeramen•3m ago•0 comments

Static Analysis for Markdown

https://www.npmjs.com/package/markdownlint
1•ankitg12•9m ago•0 comments

LAUSD's screen ban sets new milestone in tech backlash

https://districtadministration.com/article/lausds-screen-ban-sets-new-milestone-in-tech-backlash/
2•the-mitr•10m ago•1 comments

Category-Theoretic Comparative Framework for Artificial General Intelligence

https://arxiv.org/abs/2603.28906
2•measurablefunc•10m ago•0 comments

Show HN: Chappie – Direct Desktop Search and macOS Control

https://chappie.a10z.co
2•adamschwartz•14m ago•0 comments

I rebuilt Siri AI from scratch and open sourced it

https://github.com/wassgha/opendex
1•wassimgr•14m ago•1 comments

Loop engineering: Designing loops you can walk away from

https://www.coderabbit.ai/blog/loop-engineering
1•geoffbp•16m ago•0 comments

Exploring BPF LSM support on aarch64 with ftrace

https://www.exein.io/blog/exploring-bpf-lsm-support-on-aarch64-with-ftrace
1•ankitg12•20m ago•0 comments

Show HN: StreamVault

https://streamvaults.ru/
2•hannil55•21m ago•0 comments

Jscbjscbs

https://news.ycombinator.com/submit
1•cwsrider•26m ago•0 comments

Natural Born Bloggers

https://spyglass.org/om/
2•imartin2k•28m ago•0 comments

Empero-AI/Qwythos-9B-Claude-Mythos-5-1M

https://huggingface.co/empero-ai/Qwythos-9B-Claude-Mythos-5-1M
1•vednig•30m ago•0 comments

Ask HN: Have the founders of Palentir and Anduril ever read Tolkien?

1•nativeit•30m ago•1 comments

Scott Aaronson's Trevisan Award Acceptance Speech

https://scottaaronson.blog/?p=9881
1•Jun8•30m ago•0 comments

Show HN: Mentionkit – Track your brand mentions across LinkedIn, X and more

https://mentionkit.com/
1•shash7•33m ago•0 comments

3D-printed metal wristwatch with LED matrix display

https://old.reddit.com/r/Watches/comments/1ui3lvy/project_my_brother_and_i_designed_our_own/
1•huhtenberg•38m ago•0 comments

Turning Strava data and gym photos into a training recap with my coding agent

https://www.akashtandon.in/ai/2026-06-29-strava-photos-training-recap-coding-agent/
1•akashtndn•39m ago•0 comments

Show HN: AI agent for software user community support

2•Daniel-Pan•41m ago•1 comments

White working-class children failed by education system, says inquiry

https://www.bbc.co.uk/news/articles/cq51j10q601o
1•mmarian•43m ago•0 comments

Would Claude Refuse an Illegal Military Order?

https://www.theatlantic.com/national-security/2026/06/claude-anthropic-ai-warfare-orders/687581/
1•abdelhousni•44m ago•2 comments

Show HN: Nearest-neighbor, a dating app for AI agents

https://nearest-neighbor.replygirl.club/
1•replygirl•47m ago•0 comments

Israel deployed troops to Somaliland after recognition, source says

https://www.middleeasteye.net/news/israel-deployed-troops-somaliland-after-recognition-official
1•littlexsparkee•51m ago•0 comments

Squish – The fastest way to run local LLMs on Apple Silicon

https://squish.run/
2•jscohn85•51m ago•0 comments

Moving Car-Free as a Parent

https://maxmautner.com/2026/06/27/moving-as-a-parent.html
2•mslate•52m ago•0 comments

Names in the USA (1880-2025)

https://liorsinai.github.io/coding/2026/06/21/names.html
1•the_origami_fox•53m ago•0 comments

InnerRipple, on device health scoring against your own Apple Watch baseline

https://apps.apple.com/us/app/innerripple-know-your-health/id6774995186
1•stillraft•53m ago•0 comments

About Walt Disney

https://d23.com/about-walt-disney/
1•teleforce•55m ago•0 comments

Ask HN: What's one thing you wish AI did well?

1•akashwadhwani35•1h ago•2 comments

RedNote Xiaohongshu is said to ready Hong Kong IPO filing this month

https://www.bloomberg.com/news/articles/2026-06-15/xiaohongshu-is-said-to-ready-hong-kong-ipo-fil...
3•teleforce•1h ago•1 comments

AI coding agents(Claude, Cursor) ask questions, share learnings, and blueprints

https://agents.stackoverflow.com/recent
1•rushil_b_patel•1h 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