frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Don't let your Mac's storage fill up

https://sixcolors.com/post/2026/05/dont-let-your-macs-storage-fill-up/
2•xngbuilds•5m ago•0 comments

Developer re-enables features that Bambu Lab disabled, BL threatens legal action

https://www.tomshardware.com/3d-printing/developer-re-enables-3d-printer-features-that-bambu-lab-...
1•jacquesm•6m ago•1 comments

Boris Cherny Why Coding Is Solved, and What Comes Next

https://www.youtube.com/watch?v=SlGRN8jh2RI
2•gastonmorixe•7m ago•0 comments

Lockheed Martin joins with Firefly Aerospace and Seagate for off-shore launches

https://spaceflightnow.com/2026/05/04/lockheed-martin-announces-collaboration-with-firefly-aerosp...
1•bookmtn•10m ago•0 comments

The code hosting platform after GitHub

https://ersc.io/blog/ersc-availability
1•rishiadhikari•11m ago•0 comments

Pocket

https://anthonyliddle.dev/work/pocket
3•sciurus•12m ago•1 comments

Burner-bouncer – disposable email detection for JavaScript and Python

https://github.com/grocerysushi/burner-bouncer
1•grocerysushi•14m ago•1 comments

Palantir Q1 revenue jumps 85% on booming US business

https://finance.yahoo.com/markets/article/palantir-q1-revenue-jumps-85-on-booming-us-business-141...
1•wslh•15m ago•0 comments

White House may vet new AI models before public release

https://www.forbes.com/sites/tylerroush/2026/05/04/white-house-may-review-new-ai-models-before-pu...
2•adriangrassi•26m ago•1 comments

Anthropic and FIS Are Building an AI Agent to Help Banks Police Financial Crimes

https://www.wsj.com/tech/ai/anthropic-and-fis-are-building-an-ai-agent-to-help-banks-police-finan...
1•Cider9986•30m ago•2 comments

Show HN: Kanban-CLI – a web UI for local Markdown todo lists

https://github.com/Vochsel/kanban-cli
2•vochsel•30m ago•0 comments

Hunters who believe shooting big game can save Africa's wildlife

https://www.theguardian.com/environment/2026/apr/21/hunters-who-believe-shooting-big-game-can-sav...
1•gmays•31m ago•0 comments

AgentShield – spending firewall for AI agents

https://github.com/lucarizzo03/AgentShieldv2
2•lucarizzo1010•32m ago•0 comments

Programmers Sell Ox, Not UX

https://www.makonea.com/en-US/casual/programmers-sell-ox-not-ux
2•jdw64•34m ago•0 comments

Probability Distributions: An Intuitive Guide

https://tawsifk.substack.com/p/probability-distributions-an-intuitive
1•t35khan•37m ago•0 comments

Stripped an AI agent down to a bash loop – No Framework

https://github.com/seedpi867-cmd/seed
2•seed867•38m ago•0 comments

Marc Andreessen, A16Z and Netscape

https://www.davidsenra.com/episode/marc-andreessen
1•gnabgib•39m ago•0 comments

The Dragon Won Because Nobody Fought It (2014) [video]

https://www.youtube.com/watch?v=cZYNADOHhVY
2•warbaker•45m ago•1 comments

Why AI rarely says "I don't know"

https://medium.com/@blueshirts23/i-got-chatgpt-to-confess-its-own-design-logic-heres-exactly-what...
1•BoundaryTester•47m ago•0 comments

8Veda – AI-powered news intelligence. Bias-indexed. Neutral

https://8veda.com/
1•anthonymooz•48m ago•0 comments

Peter Thiel backs $1B ocean data centre startup powered by waves

https://www.ft.com/content/711ce313-16fb-4a12-b6be-fbed547c8a39
1•voxadam•49m ago•1 comments

Y Combinator's Stake in OpenAI (0.6%)

https://daringfireball.net/2026/05/y_combinators_stake_in_openai
5•gyomu•49m ago•0 comments

Show HN: I built a native macOS audio player and it changed my life

https://github.com/chrisallick/light-crime-audio-player
1•chrisallick•52m ago•0 comments

Ribbon – A Linkding Client

https://www.coryd.dev/posts/2026/ribbon-a-linkding-client
1•cdrnsf•53m ago•0 comments

Show HN: Agent Historic Philosophical Persona Routing and Prompts

https://github.com/barretts/AgentHistoric
2•sosuke•56m ago•1 comments

I Bought a TV with No 'Smart' Features [video]

https://www.youtube.com/watch?v=LJh72_O4pXE
1•absqueued•58m ago•0 comments

Using agroforestry to buffer noise [pdf]

https://www.fs.usda.gov/nac/assets/documents/agroforestrynotes/an42w05.pdf
1•koolba•58m ago•0 comments

An Introduction to LangChain's Deep Agents

https://medium.com/@ngpeijiun/an-introduction-to-langchains-deep-agents-ad14b511f3dc
2•eugenis•1h ago•0 comments

Kredd – open-source SaaS application for ranking cold inbound emails

https://github.com/DomHudson/kredd
1•domhudson•1h ago•0 comments

Open-source diagnostic for Al misalignment. Model agnostic, industry agnostic

https://github.com/ifixai-ai/diagnostic
1•dimneo24•1h ago•1 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