frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Colorado Age Attestation bill gets amendments to have open source excluded

https://www.gamingonlinux.com/2026/04/colorado-age-attestation-bill-gets-amendments-to-have-open-...
1•jurgemaister•2m ago•0 comments

SpaceX says unproven AI space data centers may not be commercially viable

https://www.reuters.com/world/spacex-says-unproven-ai-space-data-centers-may-not-be-commercially-...
1•1vuio0pswjnm7•3m ago•0 comments

Went to bed with a $10 budget alert. Woke up to $25,672 in debt to Google Cloud

https://old.reddit.com/r/googlecloud/comments/1ssagtw/went_to_bed_with_a_10_budget_alert_woke_up_to/
1•ratg13•4m ago•0 comments

I built a simple flowchart tool to organize ideas

https://www.processon.io/
1•shujie_li•5m ago•0 comments

Florida Attorney General launches criminal probe into ChatGPT over FSU shooting

https://apnews.com/article/florida-chatgpt-fsu-gunman-b32a7276426f621193f61a0f904f924c
1•1vuio0pswjnm7•6m ago•0 comments

Show HN: Content-mill: Index any static content into Meilisearch via YAML config

https://github.com/blueinit/content-mill
1•centrali•7m ago•1 comments

Let's Measure Gravity

https://owl.billpg.com/lets-measure-gravity/
1•billpg•8m ago•0 comments

Show HN: We benchmarked 18 LLMs on OCR (7K+ calls) – cheaper models win

https://www.arbitrhq.ai/leaderboards/
1•TimoKerr•8m ago•1 comments

Top Law Firm Apologizes to Bankruptcy Judge for AI Hallucination

https://www.bloomberg.com/news/articles/2026-04-21/top-law-firm-apologizes-to-bankruptcy-judge-fo...
1•1vuio0pswjnm7•9m ago•0 comments

Show HN: Notation – an iOS chess coach (Stockfish and optional BYOK Claude)

https://notationchesscoach.app
1•darrenc81•10m ago•1 comments

Orson Scott Card on feedback from editors

https://twitter.com/i/status/2046702294406680751
1•Michelangelo11•12m ago•0 comments

You can make something good

https://sfalexandria.com/posts/farzas-creations/
1•aadillpickle•17m ago•0 comments

Git for web services – everything as a file for coding agents

https://github.com/KrzysztofBogdan/gitfs
1•kpbogdan•17m ago•1 comments

American Supply Chain

https://twitter.com/bihanmahadewa/status/2046732759339552772
1•bihan•17m ago•1 comments

In Search of (Claude's) Lost Time - Globalizing Claude's project memories

https://www.gsarigiannidis.gr/claude-global-memory/
2•gsarig•20m ago•0 comments

Deep Research Max

https://blog.google/innovation-and-ai/models-and-research/gemini-models/next-generation-gemini-de...
2•markerbrod•21m ago•0 comments

Aube: A fast Node.js package manager

https://github.com/endevco/aube
1•icar•21m ago•0 comments

Spain's greatest matador gored by bull in comeback from retirement

https://www.thetimes.com/world/europe/article/morante-bullfighter-injured-bull-goring-tsj0bt7ks
2•petethomas•23m ago•2 comments

C++ Scripting with Libriscv

https://libriscv.no/blog/expert-example/
1•fwsgonzo•24m ago•0 comments

Anthropic CVP – Run 2

https://sunglasses.dev/reports/anthropic-cvp-opus-4-7-evaluation-run-2
1•azrollin•27m ago•0 comments

Shared Agent Harness

https://github.com/goncalossilva/.agents
1•ankitg12•32m ago•0 comments

Rspack 2.0

https://rspack.rs/blog/announcing-2-0
2•0x1997•36m ago•0 comments

The Free Universal Construction Kit

https://fffff.at/free-universal-construction-kit/
1•robinhouston•36m ago•0 comments

Force all app traffic into the tunnel in the iOS app

https://mullvad.net/en/blog/force-all-app-traffic-into-the-tunnel
1•eptcyka•38m ago•0 comments

Run Commands on File Event

https://evilcookie.de/on-run-commands-on-file-event.html
1•Tch1b0•38m ago•0 comments

Viewing One's Live Self Interrupts Mindless Short-Form Video Scrolling

https://arxiv.org/abs/2604.19424
2•50kIters•39m ago•0 comments

When the pronoun "they" breaks your RAG pipeline

https://old.reddit.com/r/Rag/comments/1spro5f/when_the_pronoun_they_breaks_your_rag_fixing/
1•HarinezumIgel•43m ago•0 comments

What Makes Docs Beautiful?

https://passo.uno/what-makes-docs-beautiful/
2•eigenBasis•43m ago•0 comments

CrabTrap

https://github.com/brexhq/CrabTrap/
1•handfuloflight•47m ago•0 comments

Pixi: One Package Manager for Python and C/C++ Libraries

https://codecut.ai/uv-pixi-comparison/
1•lululpac•47m ago•0 comments
Open in hackernews

Ask HN: Extract text and translate on every PR

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