frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

BreakShield CI – Detects Breaking API Changes in PRs Using AST

https://breakshield-ci.vercel.app
1•holesvojta•3m ago•0 comments

SlimTide Weight Loss Review: Worth Trying in 2026?

https://finance.yahoo.com/sectors/healthcare/articles/slimtide-capsules-shocking-report-2026-1724...
1•gardsapu•4m ago•0 comments

I Love Meta Platforms

https://chetan343.substack.com/p/i-love-meta
2•TheChetan•7m ago•0 comments

Xevdb – Query waveforms, RTL, and logs as one database (with optional AI)

https://github.com/aionhw/xevdb
1•bondanr•7m ago•0 comments

The Battle for the Future of Steam

https://www.youtube.com/watch?v=yV1_bWc0-gI
1•cable2600•9m ago•0 comments

Anthropic Expands Public Access to Claude Mythos AI Model

https://www.govinfosecurity.com/anthropic-expands-public-access-to-claude-mythos-ai-model-a-31778
2•divija_07•11m ago•0 comments

US now spending more on data center than on public transportation

https://bsky.app/profile/leftistwonk.bsky.social/post/3mnbd6txlus2c
1•kn81198•12m ago•0 comments

User-replaceable batteries are coming back in a big way

https://www.theverge.com/column/939026/user-replaceable-batteries-eu-european-union-legislation
2•1vuio0pswjnm7•13m ago•0 comments

App to find best model by filtering AI models

https://which-llm-model.netlify.app/
1•mzubairtahir•17m ago•0 comments

Coding agents are giving everyone decision fatigue

https://stackoverflow.blog/2026/05/21/coding-agents-are-giving-everyone-decision-fatigue/
1•jruohonen•17m ago•0 comments

Samurai City

https://worksinprogress.co/issue/samurai-city/
1•zdw•20m ago•0 comments

ShadowProtect: Wireshark for AI Agents

https://pypi.org/project/shadowprotect/0.1.0/
2•priyanshhhhh•21m ago•0 comments

Mellum2 Goes Open Source: A Fast Model for AI Workflows

https://blog.jetbrains.com/ai/2026/06/mellum2-goes-open-source-a-fast-model-for-ai-workflows/
4•microflash•25m ago•0 comments

Julia Http.jl 2.0

https://discourse.julialang.org/t/ann-http-jl-2-0-release-and-new-package-reseau-jl/137323
2•thetwentyone•32m ago•0 comments

Magnets Are Bad for Hardware Again

https://hackaday.com/2026/05/21/magnets-are-bad-for-hardware-again/
2•kristianpaul•35m ago•0 comments

VideoFDB: Evaluating Full-Duplex Vision-Speech Capabilities in Agents

https://research.nvidia.com/labs/amri/projects/video-fdb/
2•matt_d•37m ago•0 comments

Florida Sues OpenAI, Sam Altman: 'Utter Disregard for the Risk to Human Life'

https://variety.com/2026/biz/tech/florida-sues-openai-sam-altman-1236764066/
4•1vuio0pswjnm7•41m ago•1 comments

Self-Hosting on the Dark Web

https://david.alvarezrosa.com/posts/self-hosting-on-the-dark-web/
2•ethanplant•42m ago•0 comments

Claude Opus 4.8: The System Card

https://thezvi.substack.com/p/claude-opus-48-is-honestly-better
1•paulpauper•42m ago•0 comments

Squats, Presses, and Deadlifts: Why Gyms Don't Teach the Only Exercises You Need

https://startingstrength.com/article/squats-presses-and-deadlifts-why-gyms-dont-teach-the-only-ex...
2•eudamoniac•47m ago•0 comments

The Engineer and the Autocomplete: What LLMs Can't Do

https://geerttheys.substack.com/p/llms-vs-human-engineers-who-really
3•toadi•47m ago•0 comments

strace-ui, Bonsai_term, and the TUI renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
2•matt_d•47m ago•0 comments

GoPro is at risk of potential bankruptcy amid lower sales and high memory costs

https://www.digitalcameraworld.com/cameras/action-cameras/breaking-news-gopro-is-in-serious-finan...
2•droidjj•51m ago•0 comments

Making Pebble Apps in 2026

https://coconauts.net/blog/2026/05/08/pebble-apps/
1•jandeboevrie•51m ago•0 comments

Show HN: Jabsco – agent harness that works remotely through RDP

https://github.com/jrecyclebin/jabsco
2•jrecyclebin•55m ago•0 comments

When Agentic AI Met the Common Law of Agency [pdf]

https://download.ssrn.com/2026/5/27/6838660.pdf?response-content-disposition=inline&X-Amz-Securit...
1•droidjj•56m ago•0 comments

Ask HN: How can I get an OpenAI account bug in front of an engineer?

1•_kyran•56m ago•0 comments

EasyOS Built with Xlibre

https://bkhome.org/news/202606/easyos-built-with-xlibre.html
1•jandeboevrie•57m ago•0 comments

Bloc – Cursor for AI video (a canvas IDE, not a timeline)

https://vidbloc.com/
2•richardyangteki•1h ago•0 comments

What Happens to Software Engineering When Generating Code Is Free? (Part 1)

https://sageox.ai/blog/when-generating-code-is-free-part-1
2•port8080•1h ago•4 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