frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

US agency votes to tighten restrictions on Chinese tech companies deemed threats

https://www.reuters.com/business/media-telecom/us-agency-votes-tighten-restrictions-chinese-tech-...
1•rbanffy•57s ago•0 comments

Man accidentally gets leech up his nose. It took 20 days to figure it out

https://arstechnica.com/health/2025/10/man-accidentally-gets-leech-up-his-nose-it-took-20-days-to...
1•speckx•58s ago•0 comments

Oblivious HTTP

https://www.ietf.org/rfc/rfc9458.html
1•mooreds•2m ago•0 comments

Group theory and non-Abelian Fourier transform –> new quantum computing apps

https://www.ibm.com/quantum/blog/group-theory
1•boilerupnc•2m ago•0 comments

LinkedIn Corp. vs. ProApis Inc. (N.D. Cal. 2025) [pdf]

https://ia800306.us.archive.org/4/items/gov.uscourts.cand.457309/gov.uscourts.cand.457309.1.0.pdf
1•1vuio0pswjnm7•2m ago•0 comments

Ask HN: How do you handle oncall at 15-30 engineers?

1•chw9e•2m ago•0 comments

Challenging the Fastest OSS Workflow Engine

https://obeli.sk/blog/challenging-fastest-workflow-engine/
1•tomasol•2m ago•0 comments

Sixty Books a Year Book Club

https://www.bramadams.dev/sixty-book-club/
1•_bramses•2m ago•0 comments

Microsoft WSUS attacks hit 'multiple' orgs, Google warns

https://www.theregister.com/2025/10/27/microsoft_wsus_attacks_multiple_orgs/
1•rbanffy•5m ago•1 comments

Win 11 videos demonstrating account requirements bypass purged from YouTube

https://www.tomshardware.com/tech-industry/big-tech/windows-11-videos-demonstrating-account-and-h...
1•devicelimit•5m ago•0 comments

Will moving beyond Infrastructure as Code improve software delivery?

https://infrastructure-as-code.com/posts/infra-effectiveness-part1-new-tools.html
1•mooreds•7m ago•0 comments

Fed's decision to lower interest rates could widen the generational wealth gap

https://www.cnbc.com/2025/10/29/fed-rate-cut-generational-wealth-gap.html
2•zerosizedweasle•9m ago•0 comments

Beyond the Page: Enriching Academic Paper Reading with Social Media Discussions

https://aceatusc.github.io/surf/
1•sadrasabouri•10m ago•1 comments

Cursor 2.0

https://cursor.com/changelog
4•gmays•12m ago•1 comments

AWS Is Down Again

https://www.tomsguide.com/news/live/aws-outage-october-2025
3•speckx•12m ago•0 comments

Outage at Microsoft Azure

https://azure.status.microsoft/en-us/status
2•vs4vijay•12m ago•1 comments

LPE via refcount imbalance in the af_Unix of Ubuntu's Kernel

https://ssd-disclosure.com/lpe-via-refcount-imbalance-in-the-af_unix-of-ubuntus-kernel/
2•josephcsible•12m ago•1 comments

Anyone know how to port a game to work on quest?

2•GabrielMMMM•14m ago•0 comments

You're all staff engineers now

https://jdauriemma.com/programming/youre-all-staff-engineers-now
2•jdauriemma•15m ago•0 comments

Predictions for Marketing in 2026

https://aiforcontentmarketing.ai/13-predictions-for-marketing-in-2026/
1•pakostina•15m ago•0 comments

A functional programming course in 6 books

https://ericnormand.substack.com/p/a-functional-programming-course-in
1•drob518•15m ago•0 comments

Any-Sync-Bundle: Prepackaged All-in-One Self-Hosting

https://github.com/grishy/any-sync-bundle
1•grishy•16m ago•1 comments

Why Nations That Bet on Renewables Will Win the Next Energy Era

https://oilprice.com/Alternative-Energy/Renewable-Energy/Why-Nations-That-Bet-on-Renewables-Will-...
2•thelastgallon•17m ago•0 comments

Bioinformatics Uncovers Regenerative Therapy for Spinal Cord Injury

https://today.ucsd.edu/story/bioinformatics-uncovers-regenerative-therapy-for-spinal-cord-injury
1•geox•17m ago•0 comments

Sam Altman says OpenAI will have a 'legitimate AI researcher' by 2028

https://techcrunch.com/2025/10/28/sam-altman-says-openai-will-have-a-legitimate-ai-researcher-by-...
1•vinhnx•17m ago•0 comments

Cass Sunstein on removing 'sludge' from the gears of City Hall (2023)

https://bloombergcities.jhu.edu/news/cass-sunstein-removing-sludge-gears-city-hall
1•mooreds•18m ago•0 comments

Help, My Boss Started Programming with LLMs

https://mo42.bearblog.dev/help-my-boss-started-programming-with-llms/
1•vinhnx•18m ago•0 comments

Building with the OpenAI Apps SDK: A Field Guide

https://render.com/blog/building-with-the-openai-apps-sdk-a-field-guide
2•anurag•19m ago•0 comments

Google Play Store Stops Requiring the Use of Google Play Billing in the US

https://support.google.com/googleplay/android-developer/answer/15582165?hl=en
6•kruuuder•19m ago•0 comments

Optimizing Repos for AI

https://tombedor.dev/optimizing-repos-for-ai/
1•vinhnx•19m ago•0 comments
Open in hackernews

Experimenting with localization – added 33 languages to my side project

2•vladsiu•2h ago
Hey folks,

I’ve been experimenting with localization lately and ended up adding 33 languages to my current side project. I wanted to see what happens when you go all in and include almost every language supported by the App Store.

It was surprisingly tricky — text expansion broke some layouts, RTL languages needed special handling, and managing translations for so many locales was a learning experience on its own.

Now I’m curious how others approach localization in their apps. Do you use automated translation tools, or rely on native speakers? How do you handle testing for languages you don’t speak?

Thanks