frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Dark-Money Campaign Is Paying Influencers to Frame Chinese AI as a Threat

https://www.wired.com/story/super-pac-backed-by-openai-and-palantir-is-paying-tiktok-influencers-...
2•mikhael•2m ago•1 comments

Show HN: Image2Obsidian

https://github.com/a-funk/image2obsidian
1•afunk•4m ago•0 comments

SQLite Archive Files

https://sqlite.org/sqlar.html
1•tehlike•4m ago•0 comments

Immer: Immutability the easy way (2018)

https://medium.com/hackernoon/introducing-immer-immutability-the-easy-way-9d73d8f71cb3
1•nateb2022•7m ago•0 comments

IndyCar Officiating explains roots of Long Beach P2P failure

https://racer.com/2026/05/05/indycar-officiating-explains-roots-of-long-beach-p2p-failure
1•rascul•9m ago•0 comments

Zustand: Bear necessities for state management in React

https://github.com/pmndrs/zustand
2•nateb2022•12m ago•0 comments

The Original Super Mario 64 Is Now Playable on GBA

https://retrododo.com/the-original-super-mario-64-is-now-playable-on-gba/
1•y1n0•12m ago•0 comments

PatchSiren – stack-aware CVE alerts. What would make this useful?

https://patchsiren.com
2•SaaSRobinHood•12m ago•0 comments

Whistleblower David Grusch on "Non-Human" Biologics and Craft [video]

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

ProgramBench: Can Language Models Rebuild Programs from Scratch?

https://arxiv.org/abs/2605.03546
2•jonbaer•13m ago•0 comments

Bitburner (Open source JavaScript-based hacking automation game): v3.0 released

https://store.steampowered.com/app/1812820/Bitburner/
1•mister_mort•24m ago•1 comments

Budgetbreeze: AI-Assisted Personal Finance

https://www.budgetbreeze.io/
2•boxstream•25m ago•1 comments

Best Employee Activity Tracking Software for US Businesses in 2026

https://yakihonne.com/article/naddr1qvzqqqr4gupzqvcy9tkh3xq8x5m7mdsqxx7mcylxxrj8hdj6psdy89g8jaa2e...
1•jameswar0202•25m ago•0 comments

Incus 7.0 LTS Released

https://lwn.net/Articles/1071469/
1•kazu11max17•29m ago•0 comments

Analysis Paralysis: Folders

https://nonogra.ph/analysis-paralysis-folders-05-06-2026
3•dekdrop•33m ago•0 comments

We programmed a program to program new programs (2011)

https://www.smbc-comics.com/comic/2011-09-08
4•Georgelemental•37m ago•0 comments

Diskless Linux boot using ZFS, iSCSI and PXE

https://aniket.foo/posts/20260505-netboot/
1•stereo-highway•46m ago•0 comments

TogetherLoop – Social media minus the nonsense

https://togetherloop.com/
3•DoctorOW•47m ago•1 comments

How Elon Musk Left OpenAI, According to Greg Brockman

https://techcrunch.com/2026/05/06/how-elon-musk-left-openai-according-to-greg-brockman/
4•evo_9•55m ago•1 comments

Umka: A statically typed embeddable scripting language

https://github.com/vtereshkov/umka-lang
3•modinfo•57m ago•0 comments

Riju: Fast online playground for every programming language

https://riju.codes/
3•gurjeet•1h ago•0 comments

How AI Works Under the Hood – LLMs Explained with Code

https://nitayneeman.com/blog/how-ai-works-under-the-hood-llms-explained-with-code/
4•thunderbong•1h ago•0 comments

Arithmeum Museum

https://www.arithmeum.uni-bonn.de/en/arithmeum.html
2•soupspaces•1h ago•0 comments

Show HN: I Replaced React in GraphiQL with Svelte

https://code.webb.page/eol/graphiql.git/about/
5•NetOpWibby•1h ago•0 comments

0xBitNet

https://github.com/m96-chan/0xBitNet
2•oldfuture•1h ago•0 comments

Muscles by Electricity: The Latest Fitness Craze?

https://www.wsj.com/lifestyle/fitness/electrical-muscle-stimulation-ems-workout-03dce7e3
3•lxm•1h ago•0 comments

Character.ai Faces Unlawful Practice of Medicine Claim in Pennsylvania Suit

https://www.law.com/therecorder/2026/05/06/characterai-maker-faces-unlawful-practice-of-medicine-...
3•1vuio0pswjnm7•1h ago•2 comments

Compaction in `Sid`: A Novel Algorithm?

https://rescrv.net/w/2026/05/06/compaction-in-sid
2•rescrv•1h ago•1 comments

Spec CPU 2026

https://www.spec.org/cpu2026/
2•sanxiyn•1h ago•0 comments

School Cellphone Ban Study Finds Mixed Results

https://www.nytimes.com/2026/05/04/us/did-school-cellphone-bans-study.html
4•lxm•1h 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