frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Chamath Palihapitiya: What I Learned from Being Around the Top.01%

https://www.youtube.com/watch?v=RWqB9eAKMx0
1•Brysonbw•1m ago•0 comments

I built GitHub Store to 12,500 stars in 6 months – I started at 16

https://github-store.org/blog/how-i-built-github-store/
2•rainxchzed•7m ago•0 comments

I built a baremetal RustOS (O(1)allocator NVMeDMA ZeroTrust sandbox for AIAgents

https://github.com/joreag/polymorph_os
1•joreag•8m ago•0 comments

Software Sustainability Maturity Model (2013)

http://oss-watch.ac.uk/resources/ssmm
1•pabs3•8m ago•0 comments

Onesporn

https://onesporn.com/
1•zmuggyx•8m ago•0 comments

Gemini went down with 1099 error

https://support.google.com/gemini/thread/431758595/1099-error?hl=en
1•nsoonhui•11m ago•0 comments

The Explorer Board a $99 Artix UltraScale+ FPGA Board from Adiuvo

https://explorerboard.tech/
1•signalhound•16m ago•0 comments

Remembering Planet Source Code: Sharing Code Before GitHub Made It Easy

https://www.pietschsoft.com/post/2026/05/05/remembering-planet-source-code-sharing-code-before-gi...
1•pabs3•16m ago•0 comments

Figure new humanoid robot demoing Bedroom Tidy

https://www.youtube.com/watch?v=8xEuFQz4E4A
1•zkjiang•17m ago•0 comments

Show HN: Nexa-gauge – Cache/cost-aware graph-based eval for LLM and RAG

https://github.com/harnexa/nexa-gauge
2•Sardhendu•28m ago•0 comments

Venom and Hot Peppers Offer a Key to Killing Resistant Bacteria

https://www.wired.com/story/mexican-science-transforms-scorpion-venom-and-habanero-chile-into-ant...
1•littlexsparkee•31m ago•1 comments

People Hate AI Art

https://mccue.dev/pages/5-8-26-ai-art
2•3dedb728-3f77•34m ago•0 comments

Accelerator Applicant's AI System Makes Faux Pau; Critical of Accelerator Model

https://news.novonavis.com/news/intel_080526_2297
1•capagg•35m ago•1 comments

Show HN: Launch and Run Companies on Autopilot

https://lakyus.com/live
1•edonnie•37m ago•1 comments

Claude FM music for thinking and building [video]

https://www.youtube.com/watch?v=AUQKjgKQF7w
1•davidk42•38m ago•0 comments

CVE-2026-7413: Persistent undocumented backdoor access with Yarbo

https://takeonme.org/cves/cve-2026-7413/
2•shakna•39m ago•0 comments

AI Canasta Scoring App

https://canastascore.com/
1•alohaplannerapp•41m ago•0 comments

Playing Around with OpenAI's GPT Realtime Voice API

https://nathancooper.io/blog/2026-05-08-gpt-realtime-audio
1•coop57•44m ago•0 comments

Show HN: AI-native tech assessments (end of LeetCode)

https://www.openround.ai/
2•vetted_so•45m ago•0 comments

The Big Engine That Could

https://medium.com/human-offset/the-big-engine-that-could-de152076bb82
1•gdessau•46m ago•0 comments

Archive.today Reverts to Monero-Only Donations

https://archive.fo
1•Cider9986•47m ago•1 comments

Opentype.js 2.0.0 Released

https://github.com/opentypejs/opentype.js/releases/tag/2.0.0
1•ILOVEPIE•48m ago•0 comments

Dirty Frag Linux kernel local privilege escalation vulnerability mitigations

https://ubuntu.com/blog/dirty-frag-linux-vulnerability-fixes-available
3•zajio1am•48m ago•1 comments

Show HN: MOG Simulator, Emergent galaxies via ensemble of grids [video]

https://github.com/tbmo/mog-solver
1•tbmo•48m ago•1 comments

X A "Clean Room" for 2026 technical and logistical news

https://xreport.news/
1•XREPORTNEWS•50m ago•0 comments

James Schuyler's Genius

https://yalereview.org/article/james-schuylers-genius
1•Thevet•50m ago•0 comments

A Robot Just Became a Monk at a Buddhist Temple in South Korea

https://www.smithsonianmag.com/smart-news/meet-gabi-the-new-robot-monk-at-a-buddhist-temple-in-so...
1•lisper•52m ago•0 comments

Loom -single line install TTY IDE for agent coding

https://github.com/claytantor/loom-tty-ide
1•claydronze•53m ago•1 comments

Porn website at center of CNN investigation into sexual abuse taken offline

https://www.cnn.com/2026/05/08/europe/porn-site-motherless-taken-down-dutch-authorities-intl
1•NDlurker•55m ago•2 comments

Jane Street earned $10B in first quarter as it doubled trading revenue

https://www.ft.com/content/fe483e68-097a-4b80-ad3a-0792dda8f94a
2•KnuthIsGod•56m 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