frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ncruces/wasm2go: A WASM to Go translator

https://github.com/ncruces/wasm2go
1•atkrad•34s ago•0 comments

Show HN: Database Subsetting and Relational Data Browsing Tool

https://wisser.github.io/Jailer/
1•mrporter•47s ago•0 comments

The AI Hunger Games, submit your agents and watch them fight to the death

https://twitter.com/AshtonBars/status/2029702436349432132
1•sagebowsystem•1m ago•0 comments

Crush, Welcome Home

https://charm.land/blog/crush-comes-home/
2•atkrad•2m ago•0 comments

Denmark is set to explore if gastronomy can be recognized as an art form

https://apnews.com/article/denmark-copenhagen-gastronomy-art-cuisine-michelin-star-1ff12a21ab4e50...
2•petethomas•2m ago•0 comments

Bombardment unleashes terror in Tehran with no sign of protests

https://www.reuters.com/world/middle-east/bombardment-unleashes-terror-tehran-with-no-sign-protes...
2•abdelhousni•2m ago•1 comments

Iranian Warship Did Not Carry Ammunition per Protocol of the Milan Exercises

https://old.reddit.com/r/UnderReportedNews/comments/1rlmsom/the_downed_iranian_warship_did_not_ca...
1•inaros•3m ago•0 comments

Is anyone else drowning in terminal tabs running AI coding agents?

1•parsak•4m ago•0 comments

Multi-model code review and plan review for Claude Code

https://github.com/AltimateAI/claude-consensus
1•aaur0•4m ago•1 comments

2028: A Realistic Future for the Software Sector

https://grahamyork.substack.com/p/2028-a-realistic-future-for-the-software
1•SolonIslandus•5m ago•0 comments

Show HN: NavAgent – CDP-free, token-efficient web automation for AI

https://github.com/DimitriBouriez/navagent-mcp
1•DimitriBouriez•6m ago•0 comments

Future Shock

https://blog.ceejbot.com/posts/future-shock/
1•crcastle•7m ago•0 comments

Jan 6 rioter pardoned by Trump sentenced to life for sexually abusing children

https://www.sao5.org/johnson-sentenced-to-life-for-multiple-sex-crimes-against-children/
3•TigerUniversity•7m ago•1 comments

Bulk Hexagonal Diamond

https://www.nature.com/articles/s41586-026-10212-4
1•planetmechanic•8m ago•1 comments

Googleworkspace/CLI isn't optimized – Test your skills

https://tessl.io/eval-runs/019cc02f-bb26-76e0-a7c9-598a7337edb7
1•sjmaplesec•9m ago•2 comments

Humanoid robot: The evolution of Kawasaki’s challenge

https://kawasakirobotics.com/in/blog/202511_kaleido/
1•hhs•9m ago•0 comments

Grith

https://grith.ai/
1•handfuloflight•10m ago•0 comments

Leave the Kurds alone. We are not guns for hire

https://thenewregion.com/posts/4762
2•inaros•11m ago•0 comments

When to Use BFF and Should It Replace API Gateway?

https://reactdevelopment.substack.com/p/when-to-use-bff-and-should-it-replace
1•javatuts•13m ago•0 comments

Show HN: Real-time collaborative editing plugin for Blender

https://github.com/arryllopez/meerkat
1•arryleo10•14m ago•0 comments

Essential use cases for web scraping data extraction

https://spidra.io/blog/7-essential-use-cases-for-web-scraping
1•joelolawanle•16m ago•1 comments

Show HN: Crazly – structured AI workflows instead of random prompts

https://crazly.pro/
1•starup-guy•16m ago•0 comments

The next generations of Bubble Tea, Lip Gloss, and Bubbles are available now

https://charm.land/blog/v2/
2•atkrad•16m ago•0 comments

Trampolining Nix with GenericClosure

https://blog.kleisli.io/post/trampolining-nix-with-generic-closure
1•ret2pop•17m ago•1 comments

Show HN: I mapped 954K addresses because AI hallucinated my trash day

https://trashalert.io
1•hudtaylor•20m ago•1 comments

VoiceVista – Resurrection of Microsoft Soundscape for the Blind and VI

https://www.applevis.com/apps/ios/navigation/voicevista
1•Fr0styMatt88•22m ago•0 comments

Show HN: A new package manager for Ada

https://github.com/tomekw/tada
1•tomekw•23m ago•1 comments

JavaScript Note: ToggleEvent.source and Dialog.closedBy

https://jsdev.space/toggleevent-source-dialog-closedby/
1•javatuts•23m ago•0 comments

Stanford EE 292P: How China will 'quarantine' Taiwan

https://hnvr.medium.com/week-9-geopolitics-and-national-security-ee-292p-atoms-bits-and-the-natio...
1•malchow•23m ago•0 comments

AI Agents Have Senior Engineer Capabilities and Day-One Intern Context

https://equatorops.com/resources/blog/ai-agents-need-consequence-awareness
1•bobjordan•23m 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