frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What 'Pluribus' Gets Right About the Hive Mind

https://www.psychologytoday.com/us/blog/priceless/202512/what-pluribus-gets-right-about-the-hive-...
1•walterbell•1m ago•0 comments

Portal: Current Events

https://en.wikipedia.org/wiki/Portal:Current_events
1•adm4•2m ago•0 comments

Fuck the Algorithm. Own Your Data

https://github.com/adnqcr7-code/privacy-yt-downloader
1•kairos_agent•3m ago•0 comments

Living in the Math World Means Threading the Needle

https://www.quantamagazine.org/hong-wang-wins-2026-fields-medal-the-third-woman-ever-20260723/
1•gmays•3m ago•0 comments

Show HN: CostPerPrompt – Live AI API pricing and real-workload cost calculators

https://costperprompt.com/
1•ahmed_hassan7•10m ago•0 comments

Inverseminar

https://phys.org/news/2026-07-inverting-seminar-recover-scientific-papers.html
1•sundarurfriend•10m ago•0 comments

'Death by organ donation' floated for patients approved for euthanasia

https://nationalpost.com/news/death-by-organ-donation-for-maid-patients
1•walterbell•11m ago•0 comments

Hiring FDE's (full stack software eng) // 100K+ & equity // AI for Manufacturing

https://www.tryharmony.ai/
1•georgeharmony•13m ago•0 comments

I made a free directory to submit your games

https://www.twelve.games
1•mattmerrick•16m ago•0 comments

Token diplomacy: How China is shaping the AI future

https://www.semafor.com/article/07/28/2026/token-diplomacy-how-china-is-shaping-the-worlds-ai-future
1•qwikhost•18m ago•0 comments

Bessent and the Fed help Japan reverse months of yen losses

https://www.japantimes.co.jp/business/2026/08/01/economy/us-treasury-yen-support/
4•mikhael•21m ago•0 comments

The Linux distro and desktop brawler

https://distrofighter.com/
4•ashitlerferad•27m ago•0 comments

AUR Packages Adoption And Pushes Disabled

https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/message/YPJ3FQYJTJXXY3R...
2•Alien1Being•27m ago•0 comments

Go 1.27 Interactive Tour

https://victoriametrics.com/blog/go-1-27/index.html
12•Hixon10•31m ago•1 comments

ASRock BC-250: Building the Budget Steam Machine

https://plug-world.com/posts/2026/asrock-bc250-the-budget-steam-machine/
4•plug_world•31m ago•0 comments

Ask HN: ChatGPT free tier just stopped working, is this just me?

3•jacquesm•34m ago•0 comments

People Who Called for Averting Nuclear War Are Calling for AI Slowdown

https://allevato.me/2026/08/01/rome-declaration
2•kukanani•34m ago•1 comments

How to Model the True Cost per Token Across GPU Architectures

https://www.softwareseni.com/inference-economics-how-to-model-the-true-cost-per-token-across-gpu-...
2•thunderbong•35m ago•0 comments

Fast access to Trump's 'Truth Social' posts goes on sale for $100k per month

https://www.france24.com/en/americas/20260801-fast-access-trump-truth-social-posts-sale-for-100-0...
3•donbox•37m ago•3 comments

The Prospects for 128 Bit Processors ( John Mashey SGI 1995)

https://yarchive.net/comp/128bit.html
3•Alien1Being•40m ago•0 comments

Firstdrop

https://nuoy.app/firstdrop
2•bookofjoe•46m ago•0 comments

Crap: Conditional Resource Access Protocol

https://ajaxdavis.dev/crap/
2•thomasfromcdnjs•50m ago•0 comments

Smevals: A small eval suite for evaluating models, prompts, and harnesses

https://simonwillison.net/2026/Jul/31/smevals/
2•seahorseemoji•1h ago•1 comments

Persistent State Machines: LLM Attention with INT4 In-Memory Cells

https://zenodo.org/records/21753002
3•yusuke_esaka•1h ago•0 comments

The AI Bubble Survives on $1.65T in Hidden Debt

https://www.youtube.com/watch?v=HXlcMbxzz0U
2•cable2600•1h ago•0 comments

AMD's physical AI plans come into focus as company launch Ryzen embedded AI X100

https://www.servethehome.com/amds-physical-ai-plans-come-into-focus-as-company-launches-ryzen-emb...
3•teleforce•1h ago•0 comments

Guix shell now inside Emacs

https://tusharhero.codeberg.page/guix-shell-in-emacs.html
4•birdculture•1h ago•0 comments

Open-sourced a local WAN 2.1 mobile pipeline for on-device video generation

https://github.com/SaientAI/saient-quartz
2•SaientAI•1h ago•0 comments

Timeline Shift AI – An AI self-reflection companion for difficult decisions

https://ai.thetimelineshift.co.uk/beta-access.html
2•seededhealthltd•1h ago•0 comments

Dark Hours

https://darkhours.io
3•jparise•1h ago•0 comments
Open in hackernews

Ask HN: Extract text and translate on every PR

1•danielandrews43•1y 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•1y 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•1y 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