ASPA: making Internet routing more secure (9 minute read)
Autonomous System Provider Authorization builds on RPKI and ROAs to cryptographically verify BGP AS paths and prevent route leaks and some forged origin hijacks, while Cloudflare Radar now tracks ASPA adoption and records across RIRs and individual Autonomous Systems.
|
|
Python Type Checker Comparison: Empty Container Inference (9 minute read)
Python type checkers handle empty containers using three strategies: infer Any (permissive but unsafe), infer from all usages (accurate but errors may appear far from the bug), or infer from the first usage (more actionable but sometimes wrong). Each approach balances type safety, performance, and error clarity, with Pyrefly defaulting to first-use inference for more actionable errors.
|
Allocating on the Stack (7 minute read)
Go 1.25 and 1.26 improve performance by allocating small slice backing arrays on the stack instead of the heap, reducing allocation and GC overhead. Even when slices escape, Go 1.26 can use a stack buffer first and move it to the heap only if needed, often cutting allocations down to one.
|
|
Markitdown (GitHub Repo)
MarkItDown is an open-source Python utility from Microsoft that converts various file formats (including PDF, DOCX, PPTX, Excel, images, and audio) into Markdown for use with large language models and text analysis pipelines. The tool focuses on preserving document structure like headings, lists, and tables, supports integration with Azure Document Intelligence and LLM-powered image descriptions, and now includes a Model Context Protocol server for apps like Claude Desktop.
|
memU (GitHub Repo)
memU, an open-source memory framework for AI agents, was released to enable 24/7 proactive assistants that can anticipate user needs and act autonomously while significantly reducing LLM token costs. The system uses a three-layer file-system-like architecture to structure interactions into searchable intelligence and achieved 92.09% accuracy on the Locomo benchmark. A hosted service is now available at memu.bot alongside the enterprise-ready memU Bot (formerly OpenClaw).
|
prek (GitHub Repo)
prek is a framework to run hooks written in many languages, and it manages the language toolchain and dependencies for running the hooks.
|
|
Octopus Easy Mode - Project Tenant Variables (2 minute read)
In Octopus Cloud, a Script project is created with a required project tenant variable, two tenants each supplying its own value, and a script step that echoes the variable. The setup enforces tenanted deployments and demonstrates tenant-specific variable substitution.
|
The real cost of random I/O (9 minute read)
Experiments show random I/O on SSDs is ~25โ35ร slower than sequential reads, far above PostgreSQL's default random_page_cost = 4.0, meaning the default often underestimates true cost. Still, lowering it can make sense depending on caching and workload, so changes should be based on real performance data, not just SSD assumptions.
|
|
Kubernetes as AI's operating system: 1.35 release signals (3 minute read)
Kubernetes v1.35 โTimbernetesโ adds workload aware and gang scheduling, stable in place Pod resizing, continued Dynamic Resource Allocation support, and KYAML as default kubectl output, improving coordinated placement, resource tuning, and configuration safety for AI and mixed production workloads.
|
|
|
Love TLDR? Tell your friends and get rewards!
|
|
Share your referral link below with friends to get free TLDR swag!
|
|
|
|
Track your referrals here.
|
|
|
|