frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Ctk-applet – run Cut-the-Knot Java applets locally

https://github.com/joseluis/ctk-applet
1•joseluis•12s ago•0 comments

Lies I was Told About Collaborative Editing, Part 2: Why we don't use Yjs

https://www.moment.dev/blog/lies-i-was-told-pt-2
1•mvelbaum•2m ago•0 comments

AMD Hints at Big FP64 Increases in MI430X GPU as Ozaki Underwhelms

https://www.hpcwire.com/2026/03/13/amd-hints-at-big-fp64-increases-in-mi430x-gpu-as-ozaki-underwe...
1•rbanffy•3m ago•0 comments

Meta planning layoffs as AI costs mount: Reuters

https://www.cnbc.com/2026/03/14/meta-planning-sweeping-layoffs-as-ai-costs-mount-reuters.html
2•nova22033•3m ago•0 comments

Meta Outlines New MTIA Accelerator Roadmap for Its Next-Gen AI Compute Mix

https://www.servethehome.com/meta-outlines-new-mtia-accelerator-roadmap-for-its-next-gen-ai-compu...
2•rbanffy•4m ago•0 comments

Understanding OpenClaw by Building One

https://github.com/czl9707/build-your-own-openclaw
1•zane__chen•6m ago•3 comments

Show HN: Got tired of AI copilots just autocompleting, and built Glass Arc

3•Conquer01•7m ago•0 comments

Show HN: Pi Patterns: generate Images from slices of π

https://pi.yassi.dev/
1•yassi_dev•8m ago•0 comments

EyeDAR tech could give self-driving cars expanded radar perception

https://newatlas.com/automotive/eyedar-expanded-radar-perception/
2•Brajeshwar•10m ago•1 comments

Dylan Patel – Deep dive on the 3 big bottlenecks to scaling AI compute

https://www.dwarkesh.com/p/dylan-patel
2•kerim-ca•11m ago•0 comments

When building becomes cheaper than specifying, everything changes

https://thepmwhobuilds.substack.com/p/when-building-becomes-cheaper-than
1•ffernandesclaro•13m ago•1 comments

Show HN: Fastify's slow startup is an AJV problem – here's a drop-in fix

1•greatvenerable•14m ago•0 comments

Show HN: Lean-pq a typesafe PostgreSQL connector for lean

https://github.com/typednotes/lean-pq
1•ngrislain•14m ago•0 comments

Show HN: Built an AI ad generator and ran $9K of FB ads with it

https://admakeai.com/
2•mesmertech•14m ago•0 comments

MacBook Neo: on-screen camera indicator light

https://support.apple.com/guide/security/mac-on-screen-camera-indicator-light-sec75a2d237d/web
1•tosh•15m ago•0 comments

Is the Android we once knew slowly getting eroded? [video]

https://9to5google.com/2026/03/13/is-the-android-we-once-knew-slowly-getting-eroded/
1•thunderbong•15m ago•0 comments

Native meshtastic client for HP Jornada 720/728 Win CE

https://github.com/NorthPole-Code/Jornada-CE-meshtastic-client
1•fidotron•16m ago•0 comments

Artificial intelligence-associated delusions and large language models

https://www.thelancet.com/journals/lanpsy/article/PIIS2215-0366(25)00396-7/abstract
2•beardyw•17m ago•0 comments

Security log analyser in Rust with CVSS 3.1 scoring and AI threat detection

https://github.com/Senaraufi/Security-Log-Analyser
1•cybrAy•18m ago•1 comments

Ask HN: Looking for a job after layoff and burnout. What should I focus on

2•jacAtSea•19m ago•3 comments

Parseword

https://www.parseword.com
2•vidyesh•20m ago•0 comments

The Browser Becomes Your WordPress

https://wordpress.org/news/2026/03/announcing-my-wordpress/
6•vidyesh•20m ago•0 comments

Slate, a generalist software agent built for swarms

https://randomlabs.ai/
2•handfuloflight•21m ago•0 comments

Show HN: Crypto Security Toolkit – VPN, Wallets, Exchanges and Tools for Traders

2•SKYFOR•21m ago•0 comments

Depth of Field Simulator

https://jherr.github.io/depth-of-field/
2•jensgk•23m ago•0 comments

Xbox revealed Gaming Copilot is coming to "current-gen consoles" later this year

https://www.gamesradar.com/games/xbox-just-revealed-gaming-copilot-is-coming-to-current-generatio...
1•Risse•23m ago•0 comments

Elite Russian squad targeting enemies abroad was exposed throug Google Translate

https://meduza.io/en/feature/2026/03/14/russia-created-an-elite-hit-squad-to-target-its-opponents...
4•szatkus•24m ago•0 comments

Solid State Battery: Donut's Controversial Leap

https://spectrum.ieee.org/solid-state-battery-2675554640
4•rbanffy•24m ago•1 comments

Sociotechnical Architecture – Having Your Agile and Your Agility Too

https://www.youtube.com/watch?v=ww-osm-IZjI
2•mcp_•24m ago•0 comments

Meta Delays Rollout of New A.I. Model After Performance Concerns

https://www.nytimes.com/2026/03/12/technology/meta-avocado-ai-model-delayed.html
2•tosh•26m ago•0 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