Category: tech > development
26 insights in this category - page 1 of 2. View all insights
exe.dev: disposable cloud VMs with a built-in AI coding agent
Cloud platform offering instant, disposable VMs paired with an AI coding agent. The landing page is pure testimonial social proof, no pricing or architecture...
Flint: A Visualization Language for the AI Era
Flint is a Microsoft visualization language that tags data fields with semantic types like Rank or Delta, then infers scales, axes, and color schemes automat...
Cloudflare Workers Cache: tiered edge cache for your Worker
Cloudflare Workers Cache is a tiered cache that sits in front of a Worker itself, enabled with one Wrangler line. Cache hits skip the Worker, so no CPU billing.
Apple container: lightweight Linux VMs on Apple silicon
Apple's open source Swift tool runs Linux containers as lightweight VMs on Apple silicon Macs, using standard OCI images. macOS 26 only.
ZeroFS: log-structured filesystem for S3
ZeroFS exposes S3-compatible object storage as a POSIX filesystem over NFS and 9P, plus raw block devices over NBD, with encryption and compression built in.
Apache Hop: metadata-driven data integration platform
Open-source, metadata-driven data integration platform for building ETL and orchestration pipelines visually, with design-once run-anywhere execution.
Oak: open-source VCS designed for AI coding agents
Oak is a new open-source VCS in Rust designed for AI coding agents, replacing git's per-commit model with branch-per-session and content-addressed lazy mounts.
A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding
Mnemonics and labs for the four SSH tunneling modes: local (-L), remote (-R), dynamic (-D), and remote-dynamic. Covers bastion hosts and SOCKS proxies.
RFC 10008: The HTTP QUERY Method
RFC 10008 defines the HTTP QUERY method: a body-based request that is safe and idempotent like GET, so caches and retries work for large queries.
Architecting on Cloudflare
An independent book on Cloudflare's Developer Platform covering architectural decision frameworks, trade-off analysis, and migration playbooks from AWS, Azur...
pyinfra: Python code into shell commands across servers
pyinfra compiles Python into shell commands run over SSH, Docker, or locally. Faster, agentless Ansible alternative with realtime output and dry runs.
Who Owns the Code Claude Wrote?
AI-generated code sits in three legal grey zones: human authorship, employer IP assignment, and hidden GPL contamination. Documentation habits decide outcomes.
Full Android emulator in one Docker command (Docker Android)
Docker Android spins up a full Android device in a single container with ADB, KVM, and GPU acceleration, ready for headless CI pipelines and mobile test auto...
Making RAM at Home
A hobbyist built a class-100 clean room in a shed and fabricated working DRAM cells, proving DRAM physics can be replicated outside a commercial fab.
Replacing an entire modern stack with Postgres
Postgres can replace Redis, Kafka, Elasticsearch, Pinecone, MongoDB, and warehouse layers via native features and extensions, with one source of truth and ACID.
Cloudflare Registrar API now in beta - register domains anywhere
Cloudflare's Registrar API beta exposes search, check, and register endpoints at registry cost. Already on Cloudflare MCP so agents in Claude Code can buy do...
Fiverr Left Customer Files Public and Searchable on Cloudinary
Fiverr served client file attachments via Cloudinary public URLs, letting Google index tax returns, API tokens, and health records. 40 days unanswered.
Plain: Django Fork Rebuilt for AI Coding Agents
Plain is a Python web framework forked from Django, rebuilt around typed models, explicit routing, and first-party tooling designed for AI coding agents.
Self-updating screenshots for docs
James Adam wired headless Chrome into Jelly's docs build so a single command refreshes every help-center screenshot from Markdown directives.
Zumly - Zoom-based navigation for the web
Zumly is a framework-agnostic JavaScript library that replaces page navigation with hierarchical zoom transitions, adding spatial depth instead of flat swaps.