frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AgentSwarms – self-hostable agentic AI/BI platform with sandboxed Python (ELv2)

https://github.com/AgentSwarms-fyi/agentswarms
1•agentswarms•46s ago•0 comments

The Hunt for the Counterfeiter Trying to Make the Perfect Bill

https://www.nytimes.com/2026/07/16/magazine/counterfeit-dollars.html
1•bookofjoe•47s ago•1 comments

Agentic Design

https://agentic-design.ai
1•Davcker•1m ago•0 comments

Marvelous – A Markdown editor where every save is a Git commit

https://github.com/stevenjjobson/marvelous
1•stevenjobson•4m ago•0 comments

Ireland unveils blueprint to electrify economy by 2050

https://www.euronews.com/my-europe/2026/07/29/ireland-unveils-blueprint-to-electrify-economy-by-2050
5•devonnull•4m ago•0 comments

I Added Hybrid Search to Fix Retrieval. It Made It Worse

https://medium.com/@davit.khachaturyan.03/i-added-hybrid-search-to-fix-retrieval-it-made-it-worse...
1•softwaredoug•7m ago•0 comments

What Can't I Press? See which keyboard shortcuts screen readers and apps use

https://github.com/ericwbailey/what-cant-i-press
1•wertyk•9m ago•0 comments

Terminal bench 2.1: Same score, 16% cheaper run Lemoncrow

https://hub.harborframework.com/jobs/47e1713b-cad9-4715-a9e7-ca71ff202ba7
1•pankaj4u4m•15m ago•1 comments

Just brute force your embeddings

https://softwaredoug.com/blog/2026/07/29/just-brute-force-embeddings
1•softwaredoug•17m ago•0 comments

Show HN: Replicant Space – an HTTP API-based game based on the Bobiverse books

https://replicant.space/
1•mercutio•17m ago•0 comments

GCC to Decline Any Significant Contributions Made via AI/LLMs – Except for Tests

https://www.phoronix.com/news/GCC-Declining-AI-Contributions
2•Bender•18m ago•0 comments

A funny prediction (little bird)

https://reporteri.net/en/NEWS/boat/Record-fuel-prices-in-Germany--a-liter-of-diesel-at-some-pumps...
1•trilogic•21m ago•1 comments

The load-bearing smoking gun

https://aloutfi.com/writing/load-bearing-smoking-gun
2•garo-pro•22m ago•1 comments

Blick Video Editor

https://blickeditor.com/
3•dsego•22m ago•0 comments

Running Wayland, X11, Gnome, and KDE Natively on an iPad

https://maxleiter.com/blog/xios
3•MaxLeiter•24m ago•0 comments

PyWeMo: Python 3 module to setup, discover and control WeMo devices

https://github.com/pywemo/pywemo
1•rahimnathwani•25m ago•0 comments

Anatomy of a frontier-lab agent intrusion

https://huggingface-anatomy-of-frontier-lab-model-intrusion.static.hf.space/index.html
1•taubek•25m ago•0 comments

Show HN: Data structures as containers – sample chapter from my Big O book [pdf]

https://thebigobook.com/downloads/data-structures-sample-chapter.pdf
1•rcavezza•26m ago•0 comments

OpenAI's HuggingFace Hack Reconstitution

https://github.com/lovasoa/hf-ctf
1•lovasoa•27m ago•0 comments

There are no heroes in commercial AI

https://garymarcus.substack.com/p/there-are-no-heroes-in-commercial
1•petethomas•30m ago•0 comments

Meta shares fall as frustration grows over AI spending plans

https://www.bbc.com/news/articles/ckgd31l5yrdo
2•tartoran•32m ago•0 comments

SpringBreak – Root code execution on Amazon Kindles

https://penguins184.xyz/blog/springbreak-jailbreak/
1•Topology1•33m ago•0 comments

Copirate 365: Plundering in the Depths of Microsoft Copilot (CVE-2026-24299)

https://embracethered.com/blog/posts/2026/defcon-talk-copirate-365/
2•wunderwuzzi23•37m ago•0 comments

Japan unveils 'human refrigerator' to combat extreme summer heat

https://www.globalsouthworld.com/article/japan-unveils-human-refrigerator-to-combat-extreme-summe...
3•decimalenough•37m ago•0 comments

Show HN: AI Security Leaderboard – comparing cyber and CBRN safeguards

https://leaderboard.far.ai/
3•AdamGleave•41m ago•0 comments

Engineers have stopped reviewing PRs

https://aq.dev/guides/how-to-review-an-ai-coding-session/
4•knighthacker•43m ago•0 comments

Husk – a desktop workspace for terminal AI agents

https://github.com/DorShaer/Husk
1•DorShaer•45m ago•0 comments

Show HN: Play ROMs inline in your terminal

https://github.com/jhickner/rom
1•jhickner•46m ago•0 comments

NanoClaw and Echo launch agent runtime that secures browsers, tools and libs

https://thenewstack.io/nanoclaw-echo-agent-runtime/
7•four_fifths•47m ago•0 comments

AI's top startups are barely publishing their research

https://www.science.org/content/article/ai-s-top-startups-are-barely-publishing-their-research
39•YeGoblynQueenne•49m ago•31 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