frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Agent Harness Engineering: A Survey

https://picrew.github.io/LLM-Harness/
1•rippeltippel•1m ago•0 comments

Google is quietly laying off staff in its cloud division

https://www.businessinsider.com/google-clouds-quiet-layoffs-hit-cybersecurity-teams-2026-6
2•neilfrndes•7m ago•0 comments

Fresh: Terminal based IDE and text editor

https://github.com/sinelaw/fresh
1•sudenmorsian•7m ago•0 comments

Dear Microsoft, enough is enough

https://www.politico.eu/sponsored-content/dear-microsoft-enough-is-enough/
1•giuliomagnifico•7m ago•0 comments

Tokyo's Tower of Babel: The 10-Kilometer-High Megastructure Japan Almost Built

https://www.tokyoweekender.com/art_and_culture/design/tokyo-tower-of-babel/
1•techdar42•8m ago•1 comments

Ask HN: Is Apple taking AI seriously?

1•circuitfable•12m ago•0 comments

1M node reactive graph, 2.687ms updates, stealth privacy, 303 tests passing

https://neurons-me.github.io/.me/
1•suiGn•13m ago•0 comments

Hong Kong Surpasses Switzerland as the Largest Cross-Border Wealth Hub

https://www.bcg.com/press/27may2026-hong-kong-surpasses-switzerland-largest-cross-border-wealth-hub
1•LopRabbit•20m ago•0 comments

A simple product for small businesses to collect private feedback

https://telltheowner.com
1•vijayst•20m ago•0 comments

PivCo-Huffman: a novel approach to Huffman decoding

https://marcinzukowski.github.io/pivco-huffman/
1•felixhandte•21m ago•0 comments

The IsUpMap lets you check the status of over 100 major sites at once

https://isupmap.com/
2•mikelgan•25m ago•0 comments

Reusable Brick Walls for the Construction Industry

https://www.tugraz.at/en/news/article/reusable-brick-walls
1•geox•25m ago•0 comments

Show HN: Sencho – a self hosted Docker Compose UI with multi-node fleet support

https://github.com/Studio-Saelix/sencho
1•ansocode•26m ago•0 comments

The Pentagon is running an AI propaganda mill targeting Latin America

https://theintercept.com/2026/06/02/la-tilde-propaganda-latin-america-pentagon/
4•Fricken•31m ago•0 comments

Science with military applications is cited more than civilian-only research

https://www.nature.com/articles/d41586-026-01770-8
1•ilreb•31m ago•0 comments

Nouri – AI nutrition that adjusts your workouts

https://nouriwellness.app/
1•iconmarketing•32m ago•1 comments

C++: The Documentary Released Today

https://herbsutter.com/2026/06/04/c-the-documentary-released-today/
2•ingve•32m ago•0 comments

JITDomain: Instruction-level JIT code isolation

https://www.sciencedirect.com/science/article/pii/S0141933126000426
2•matt_d•34m ago•0 comments

Show HN: Lessons learned from running Claude Code swarms at scale

3•sermakarevich•35m ago•0 comments

Criticome: The Critical Period in Human Development

https://genomicpress.kglmeridian.com/view/journals/brainhealth/aop/article-10.61373-bh026i.0021/a...
2•rramadass•38m ago•1 comments

Cursus Publicus

https://en.wikipedia.org/wiki/Cursus_publicus
2•thebigship•48m ago•0 comments

RobotValues: Evaluating Household Robots When Human Values Conflict

https://arxiv.org/abs/2606.03312
2•berlianta•52m ago•0 comments

Bot web traffic has overtaken human web traffic, data shows

https://www.nbcnews.com/tech/tech-news/bot-web-traffic-overtaken-human-web-traffic-data-shows-rcn...
5•psychanarch•52m ago•0 comments

Mark Rober's $60M Science Experiment [video]

https://www.youtube.com/watch?v=RDFGkBE2O50
2•migueloller•53m ago•0 comments

Ask HN: How do you track FIRE progress?

2•Tesnix•56m ago•2 comments

Magenta RealTime 2: Open and Local Live Music Models

https://magenta.withgoogle.com/magenta-realtime-2
3•selvan•1h ago•1 comments

BrowseComp-Plus: A More Fair and Transparent Benchmark of Deep-Research Agent

https://github.com/texttron/BrowseComp-Plus
2•colonCapitalDee•1h ago•0 comments

Meta Silently Added Face-Recognition for Its Smart Glasses to Phones

https://www.wired.com/story/meta-smart-glasses-face-recognition-nametag-connections/
6•thm•1h ago•0 comments

Building AI Neuroscience: From Atoms to Bits

https://blog.amaranth.foundation/p/building-ai-neuroscience-from-atoms
2•pminimax•1h ago•0 comments

DB Nerds – Try this out

https://kesseldb.com/
3•haz00•1h 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