frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Wikipedia faces a double threat: the rise of AI and the decline of local media

https://www.cbc.ca/radio/sunday/wikipedia-25-year-ai-effect-9.7117795
1•1vuio0pswjnm7•17s ago•0 comments

'Demand Management' is doomed

https://loosemore.com/2026/03/11/demand-management-is-doomed-heres-how-to-get-over-it/
1•robin_reala•31s ago•0 comments

The Mini Cheetah Robot (2019)

https://robot-daycare.com/posts/2019-12-16-the-mini-cheetah-robot/
1•o4c•4m ago•0 comments

Compile and flash an STM32 in 8s from a single prompt using function calling

https://github.com/PrettyMyGirlZyy4Embedded/garycli/tree/main
1•gary_cli•6m ago•0 comments

Lunches.fyi

https://walzr.com/lunches-fyi/
1•coyney•7m ago•0 comments

LMF – LLM Markup Format

https://github.com/sarfraznawaz2005/lmf
1•sarfraz_nawaz•8m ago•0 comments

What nearly broke you in your first year as CTO?

1•Cannonball2134•9m ago•0 comments

Zipp 2001 Restoration

https://robot-daycare.com/posts/zipp-2001-restoration-part-1/
1•o4c•10m ago•0 comments

Black Hat USA 2025 – Breaking Control Flow Integrity by Abusing Modern C++ [video]

https://www.youtube.com/watch?v=hxIPoi4ONNA
1•pjmlp•12m ago•0 comments

As US missiles leave South Korea, the Philippines asks: are we next?

https://www.scmp.com/week-asia/politics/article/3346226/us-missiles-leave-south-korea-philippines...
2•etiam•15m ago•0 comments

Show HN: AIWatermarkDetector: Detect AI Watermarks in text or code

https://github.com/ulrischa/AIWatermarkDetector
1•ulrischa•19m ago•1 comments

Whitehall can't cost digital ID until it decides how to build it

https://www.theregister.com/2026/03/11/digital_id_cost/
1•jjgreen•19m ago•0 comments

Meta Acquires Moltbook

https://arstechnica.com/ai/2026/03/meta-acquires-moltbook-the-ai-agent-social-network/
1•lnrd•19m ago•0 comments

The Anthropic Institute

https://www.anthropic.com/institute
1•pretext•20m ago•0 comments

The return-to-the-office trend backfires

https://thehill.com/opinion/technology/5775420-remote-first-productivity-growth/
2•PretzelFisch•22m ago•0 comments

Tensorlake

https://tensorlake.ai/
1•handfuloflight•24m ago•0 comments

Now I have a clear picture. Let me understand the issue

1•noduerme•24m ago•0 comments

I Need a Partner

2•justYooz•25m ago•1 comments

Ask HN: Which EU country would you recommend for setting up a startup?

1•stein1946•25m ago•0 comments

NextCell – a portable spreadsheet editor inspired by Excel 97

https://redata.dev/nextcell/
3•Suliman123•26m ago•1 comments

Show HN: TUI for SVN

https://lazysvn.sawirstudio.com/
1•sawirricardo•30m ago•0 comments

Agentic Risks

https://cloudberry.engineering/article/agentic-risks/
1•gbrindisi•31m ago•0 comments

Ask HN: Why does a black line appear on HN sometimes?

2•bheadmaster•36m ago•3 comments

Ask HN: How do you find joy in a world full of depressing news?

2•Razengan•39m ago•1 comments

Gpsjam GPS/GNSS Interference Map

https://gpsjam.org/
2•jonbaer•43m ago•0 comments

The Quantum Curtain

https://www.defenseone.com/ideas/2026/03/quantum-curtain/411967/
3•jonbaer•46m ago•0 comments

Stacksort

https://gkoberger.github.io/stacksort/
1•mihau•47m ago•0 comments

Mesh – remote mobile forensics and network monitoring

https://github.com/BARGHEST-ngo/MESH
1•0x0v1•47m ago•1 comments

MacBook Neo Review: Better Than You Think

https://www.youtube.com/watch?v=iGeXGdYE7UE
1•keepamovin•48m ago•0 comments

Encode/httpx: Closing off access

https://github.com/encode/httpx/discussions/3784
2•luismedel•48m ago•1 comments
Open in hackernews

Ask HN: Extract text and translate on every PR

1•danielandrews43•9mo 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•9mo 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•9mo 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