Hacker News
Measuring the Impact of High Availability on Managed Postgres Performance
Article URL: https://clickhouse.com/blog/postgresbench-ha
Comments URL: https://news.ycombinator.com/item?id=48995768
Points: 1
# Comments: 0
A Taxonomy of Omnicidal Futures Involving Artificial Intelligence (2025)
Article URL: https://arxiv.org/abs/2507.09369
Comments URL: https://news.ycombinator.com/item?id=48995767
Points: 1
# Comments: 0
Sports solved a problem that nearly killed television
Article URL: https://worksinprogress.co/issue/how-tv-learned-to-sell-itself/
Comments URL: https://news.ycombinator.com/item?id=48995109
Points: 1
# Comments: 0
Show HN: Turning a Dumb AC Unit Smart (Without Losing My Security Deposit)
Article URL: https://prilik.com/blog/post/automating-ac-nyc/
Comments URL: https://news.ycombinator.com/item?id=48995104
Points: 1
# Comments: 0
Show HN: Hexagonal Game of Life Explorer
I've been working on this Game of Life Explorer Webapp for a couple of years now (later with LLM assistance). It's a browser-based simulator for hexagonal cellular automata where you can design, clone, mutate and evolve rulesets. I'm using Rust/WASM, WebGL2 and Web Workers to get the highest possible performance despite running on a Web browser. I put a lot of effort and time into fleshing out the functionality to make it as easy and enjoyable to use as possible. Granted it takes a special kind of curiosity to enjoy playing around with Cellular Automata.
The features I enjoy the most:
- Constraining Rulesets to Rotational Symmetry
- Cloning and Mutating Rulesets
- Coloring Cells based on the Rule that caused their current state
Intentional limitations:
- Hexagonal Grid with a maximum size of 576x666 toroidally wrapped
- binary states
- neighbourhood distance of 1
Everything is 100% open-source, I really appreciate feedback.
Comments URL: https://news.ycombinator.com/item?id=48995088
Points: 1
# Comments: 0
Meta's AI Models Are Powering the First Wave of Genesis Mission Projects
Article URL: https://ai.meta.com/blog/genesis-mission-lawrence-berkeley-national-laboratory-segment-anything-dino/?_fb_noscript=1
Comments URL: https://news.ycombinator.com/item?id=48995074
Points: 2
# Comments: 0
A private enterprise AI gateway
Article URL: https://github.com/astaxie/TokenHub
Comments URL: https://news.ycombinator.com/item?id=48995071
Points: 1
# Comments: 0
Cloudflare R2 is now Generally Available (2022)
Article URL: https://blog.cloudflare.com/r2-ga/
Comments URL: https://news.ycombinator.com/item?id=48995068
Points: 1
# Comments: 1
The Download: Chinese AI divides the White House, and a record copyright payout
Show HN: QuantmLayer – kernel-enforced containment for AI coding agents
Article URL: https://github.com/quantmlayer/quantmlayer
Comments URL: https://news.ycombinator.com/item?id=48995058
Points: 1
# Comments: 0
Devin Outposts: Run Devin sessions on your own infra
Article URL: https://docs.devin.ai/cloud/outposts/overview
Comments URL: https://news.ycombinator.com/item?id=48995050
Points: 1
# Comments: 0
Canada's promises to capture carbon span almost 20 years, with little gains
Article URL: https://thenarwhal.ca/canada-carbon-capture-history/
Comments URL: https://news.ycombinator.com/item?id=48995035
Points: 1
# Comments: 0
Iran's IRGC claims attack on Amazon's main data hub in Bahrain
Article URL: https://www.euronews.com/2026/07/21/irans-irgc-claims-attack-on-amazons-main-data-hub-in-bahrain
Comments URL: https://news.ycombinator.com/item?id=48995033
Points: 1
# Comments: 0
Yubikey 5.8: Verified Authorization for the New Era of Identity and AI
Article URL: https://www.yubico.com/resource/whats-new-yubikey-5-8/
Comments URL: https://news.ycombinator.com/item?id=48995030
Points: 1
# Comments: 0
Text as Music
Article URL: https://www.jeravalue.com/en/text-music
Comments URL: https://news.ycombinator.com/item?id=48995017
Points: 1
# Comments: 0
Show HN: PMG, open source package firewall
Hi HN
I am the founder of SafeDep. We have been detecting malicious packages for a while. Coming from DevSecOps background, I always considered malicious package detection & protection to be a build stage problem. But I was wrong since the S1ngularity and early Shai-Hulud days.
In 2026, we pretty much started worrying more about our own dev machines than CI/CD environment. Depending only on threat intelligence data (OSV / SafeDep / Socket / any other source) to protect our own dev machines did not feel right. We wanted to build a multi-layered protection that can get 100% visibility of OSS packages coming in, and can protect against known and “hopefully” unknown threats. That’s how Package Manager Guard (PMG) started. Core idea was simple:
- Start a local proxy (localhost)
- Make sure supported package managers like npm, pnpm, pip etc. goes through it
- Use threat intelligence data to fail fast on known malicious packages
- Apply policies like dependency cooldown as additional guardrails
- Adopt a policy language like CEL to support custom policies (roadmap)
- Everything stays local with stackable policies and audit log
- Threat model - Protect “willing” developers against malicious open source packages
Note: PMG does not consider a malicious developer as part of its threat model. So no real effort has been put to “enforce”, rather the goal is reduced friction while being effective.
Then came across Anthropic’s SRT and suddenly realized that in-process OS-native sandboxing is a good solution for limiting blast radius against unknown threats, especially since package managers have predictable runtime behaviour that can be allowed via. a sandbox while denying larger user permissions. Adopted seatbealt on MacOS and Landlock + Seccomp BPF for Linux. Seccomp BPF with Go was a battle of its own due to lack of control on OS threads, but finally managed to get it working without major performance cost.
To summarize, PMG does not only depend’s on SafeDep’s ability to find malicious packages. It enforces dependency cooldown (useful if you are stuck with older npm/pnpm), sandbox to protect against malicious packages. Our near term goal is to support CEL as a policy language and improve tooling around sandbox rules to make adoption easier.
Any feedback is welcome.
Comments URL: https://news.ycombinator.com/item?id=48994997
Points: 1
# Comments: 0
Show HN: Cross-Harness self hosted registry and analytics for AI Agents
Article URL: https://github.com/Observal/Observal
Comments URL: https://news.ycombinator.com/item?id=48994984
Points: 6
# Comments: 0
Show HN: Polymm – the Polymarket market-making bot behind my $5k wallet
Article URL: https://github.com/kachence/polymm
Comments URL: https://news.ycombinator.com/item?id=48994970
Points: 2
# Comments: 1
Stop funding data governance, run it with agents instead
Article URL: https://futuregrade.substack.com/p/stop-funding-data-governance-start
Comments URL: https://news.ycombinator.com/item?id=48994967
Points: 2
# Comments: 0
Regular Expressions for Hcpcs Codes
Article URL: https://www.johndcook.com/blog/2026/07/17/regular-expressions-for-hcpcs-codes/
Comments URL: https://news.ycombinator.com/item?id=48994964
Points: 2
# Comments: 0
