Show HN: Email.md – Markdown to responsive, email-safe HTML
confirm-email.md — preheader: ”Confirm your email address” theme: dark — ::: header {width=”200″} ::: # Confirm your email address Your confirmation code is below – enter it in your open browser window and we’ll help you get signed in. ::: callout center compact # DFY-X7U ::: If you didn’t request this email, there’s nothing to […]
Run a 1T parameter model on a 32gb Mac by streaming tensors from NVMe

_ _ | | | |_ _ _ __ _ _ _ __ __ _ | |_| | | | | ’_ | | | | ’__/ _` | | _ | |_| | |_) | |_| | | | (_| | |_| |_|__, | .__/ __,_|_| __,_| |___/|_| Run models too big for your […]
No Terms. No Conditions
Alternative Terms notermsnoconditions.com By accessing or using this site, you acknowledge and accept the following terms. They are intended to be complete, plain, and proportionate to the nature of what is offered here. Agreement 01 You may use this site for any lawful purpose. 02 You may build with it, on top of it, or […]
WolfGuard: WireGuard with FIPS 140-3 cryptography

WolfGuard is the wolfSSL FIPS-compliant refactor of Linux kernel-based WireGuard, originally designed and authored by Jason Donenfeld. Usage is essentially identical. There are two principal components to WolfGuard, the wolfguard.ko kernel module and the wg-fips configuration tool. wolfguard.ko depends on the libwolfssl.ko kernel module, and wg-fips depends on the libwolfssl.so library — these dependencies are […]
Hypothesis, Antithesis, Synthesis

← Blog Senior Engineer Hello. I wrote Hypothesis. Then, back in November, I joined Antithesis, shortly followed by Liam DeVoe (another core Hypothesis maintainer). The inevitable result was synthesis, which is why today we’re introducing our new family of property-based testing libraries, Hegel.1 It’s a philosophy joke. Hegel is an attempt to bring the quality of […]
LaGuardia pilots raised safety alarms months before deadly runway crash

Pilot safety concerns about New York’s LaGuardia airport were filed to aviation officials months before Sunday’s collision between an airplane and a firetruck left two pilots dead and 41 other people hospitalized. According to the aviation safety reporting system administered by the US space agency Nasa, a pilot using the airport in the summer wrote, […]
Show HN: Gemini can now natively embed video, so I built sub-second video search

Semantic search over dashcam footage. Type what you’re looking for, get a trimmed clip back. ClawHub Skill demo.mp4 How it works SentrySearch splits your dashcam videos into overlapping chunks, embeds each chunk directly as video using Google’s Gemini Embedding model, and stores the vectors in a local ChromaDB database. When you search, your text query […]
Missile Defense Is NP-Complete

The latest conflict in the Middle East has brought missile defense back into the spotlight. There’s a lot of discussion regarding interceptor stockpiles, missile stockpiles, and cost. As it turns out, this is a resource allocation problem. The problem is NP-complete, but that’s far from the reason why missile defense is a hard problem. To […]
NanoClaw Adopts OneCLI Agent Vault

NanoClaw is adopting OneCLI as its default credential and proxying layer. Every NanoClaw agent will access external services through OneCLI’s Agent Vault, a gateway that handles credential injection, access policies, and approvals so agents never hold raw API keys. NanoClaw already isolates every agent in its own Docker container. OneCLI’s Agent Vault gives you fine-grained […]
LiteLLM Python package compromised by supply-chain attack

Summary The litellm==1.82.8 wheel package on PyPI contains a malicious .pth file (litellm_init.pth, 34,628 bytes) that automatically executes a credential-stealing script every time the Python interpreter starts — no import litellm required. This is a supply chain compromise. The malicious file is listed in the package’s own RECORD: litellm_init.pth,sha256=ceNa7wMJnNHy1kRnNCcwJaFjWX3pORLfMh7xGL8TUjg,34628 Reproduction pip download litellm==1.82.8 –no-deps -d […]