Alcazar · Technical Blog

Technical notes, architecture writeups, and release stories.

RSS feed

Leave the right message behind

Set up encrypted messages, files, and instructions for the people who would need them most if something happened to you.

See the dead man's switch

GPT Image 2 vs Nano Banana 2: what to use now

Apr 22, 2026

If you want one answer, use GPT Image 2. Nano Banana 2 is still excellent for speed and Google workflows, but the image-model market now breaks into a few clear camps.

Read note

When will quantum computing break cryptography?

Apr 21, 2026

Short answer: probably the 2030s for the big public-key systems, but the risk starts earlier for any data that needs to stay secret for years. Here is what quantum computers can actually break, what they probably will not, and why teams are already moving to post-quantum cryptography.

Read note

How to learn programming in 2026

Apr 16, 2026

The default path into programming changed. For most beginners, the fastest route now is a small real problem, an AI-native setup, and a habit of shipping, not a computer science degree.

Read note

Claude Mythos is the first model Anthropic didn't really release

Apr 9, 2026

Claude Mythos looks less like a normal model launch and more like a warning shot. The biggest jump seems to be in cybersecurity and agentic coding, which matters for both software engineering and AGI timelines.

Read note

How time-lock puzzles work

Mar 30, 2026

What time-lock puzzles are, how the classic RSA construction works, what hidden-order groups mean in plain English, and which alternatives researchers use instead.

Read note

Hermes vs OpenClaw: what should you actually start with?

Mar 23, 2026

Hermes and OpenClaw are both self-hosted AI agent platforms, but they make different bets. Here is the simple version of which one to start with, what each is better at, and what the benchmarks do and do not really prove.

Read note

What is the best agentic AI today?

Mar 20, 2026

OpenClaw, Pi, NVIDIA NemoClaw, NVIDIA Nemotron, LangGraph, GPT-5.4, and Gemini 3.1 Pro: here is our current best answer on what actually leads agentic AI right now.

Read note

Wide logging: Stripe's canonical log line pattern

Mar 16, 2026

Canonical log lines turn each request into one dense, queryable event. Done well, they make debugging faster, metrics more flexible, and analytics far more useful.

Read note

Whisper is no longer the whole answer: how to transcribe audio and video in 2026

Mar 15, 2026

The best transcription stack now depends on privacy, latency, jargon, and cost. Here is what the current benchmarks say, what practitioners actually use, and what I would pick.

Read note

The best time to post on Hacker News

Mar 14, 2026

The honest answer is that timing helps, but not as much as people hope. Here is the practical advice, the official rules, and the etiquette that actually helps.

Read note

Portable Secret is now open source

Feb 26, 2026

The generator can be saved as a single HTML file and used offline, including on air-gapped machines.

Read note

Portable Secret: encrypted files in one HTML

Feb 23, 2026

A browser-readable container for encrypted text and attachments, with local key derivation and no server-side storage.

Read note

Building a Hacker News digest around discussion, not headlines

Feb 4, 2026

Daily digests selected for comment quality, with thread summaries linked back to the original comments.

Read note

Realtime updates without WebSockets

Jan 25, 2026

Long polling plus snapshot invalidation covers most realtime UI needs with less operational complexity.

Read note

Designing better database IDs with UUIDv7 and typed public IDs

Jan 14, 2026

Time-ordered internal keys, typed public IDs, and checksums for safer APIs and easier debugging.

Read note