Category: tech
272 insights in this category - page 9 of 14. View all insights
EmDash: WordPress successor that solves plugin security
Cloudflare released EmDash v0.1.0, a TypeScript/serverless CMS isolating plugins in sandboxed V8 workers with capability-based permissions and x402 payments.
LinkedIn Is Illegally Searching Your Computer
LinkedIn runs hidden JavaScript that scans visitors' browsers for extensions and software, transmitting results to third parties without consent. Fairlinked ...
Modern SQLite: Features You Didn't Know It Had
Modern SQLite (3.35+) ships JSON querying, FTS5 full-text search, window functions, strict typing, generated columns, and WAL mode, removing many external se...
Back to FreeBSD: Part 2 - Jails
FreeBSD jails provide OS-level isolation through one kernel primitive, unlike Linux containers combining namespaces, cgroups, and seccomp. Comparison with LXC.
Claude Code Unpacked
An interactive deep-dive into Claude Code's internals: the agent loop, 40+ tools, multi-agent orchestration, slash commands, mapped from the open source.
ngrok: AI & API Gateway - Secure Tunnels & Traffic
ngrok evolved from localhost tunneling into a cloud networking gateway for API routing, AI traffic, DDoS protection, and CEL-based Traffic Policy rules.
Ollama is now powered by MLX on Apple Silicon in preview
Ollama 0.18 now uses Apple MLX on Apple Silicon for faster local LLM inference, with NVFP4 quantization, better KV cache, and Qwen3.5-35B-A3B in preview.
Tuna - Native macOS Launcher with Modal Input Modes
Tuna is a native macOS launcher built in Swift, inspired by Quicksilver, with four input modes and one-time purchase. Requires macOS 15 Sequoia or newer.
Universal CLAUDE.md to Reduce Claude Output Tokens by ~63%
A drop-in CLAUDE.md targeting Claude's verbose defaults (sycophantic openers, restated questions, em dashes) to cut output tokens roughly 63% per prompt.
Top 3 Claude Code Browser Agents
Three CLI browser agents for Claude Code: Playwright CLI (lowest tokens), Firecrawl Interact (automation plus scraping), Vercel Agent Browser (leaner, faster).
Pocket ID - Lightweight Passkey-Only OIDC Provider
Pocket ID is a self-hosted passkey-only OIDC provider with LDAP sync, user group restrictions, audit logs, and a REST API for homelab and small-org use.
Anatomy of the .claude/ Folder
The .claude/ folder controls Claude Code behavior through instructions, permissions, commands, skills, and subagents. Keep CLAUDE.md under 200 lines.
Hong Kong Police Can Now Demand Phone Passwords by Law
Hong Kong's amended National Security Law lets police demand phone passwords and encryption keys without a warrant, with criminal penalties for refusal.
How Stripe deploys 1,300 AI-written PRs per week
Stripe ships 1,300 agent-authored PRs a week, enabled by a decade of cloud dev environments, docs, and CI tooling that give agents a human-like workflow.
Pocket ID: passkey-only OIDC provider for self-hosted services
Pocket ID is a lightweight self-hosted OIDC provider that uses passkeys as the only auth method, with easy Docker deployment.
Tinyauth - lightweight OIDC authentication server for self-hosted apps
Tinyauth is a minimal OIDC authentication server for self-hosted setups that runs entirely from environment variables, with built-in OAuth and LDAP support.
Dobase - Your workspace, your server
Dobase is an open-source, self-hosted workspace bundling email, kanban, docs, chat, tasks, storage, calendar, and video into one Rails app on SQLite.
Perplexica, a Self-Hosted Open-Source Alternative to Perplexity AI
Perplexica is a free, self-hostable alternative to Perplexity AI search. Pairs with SearXNG and Ollama so you can run a fully private AI search stack.
PipesHub: Self-Hosted Workplace AI Search for Google and Slack
PipesHub is an open-source, self-hostable workplace AI platform that unifies search across Google Workspace, Microsoft 365, Slack, Jira, and Confluence.
Speculative Execution in Claude Code, Hidden but Fully Built
A developer reverse-engineered Claude Code's binary and found a built but server-gated feature: speculative execution pre-runs your next action in a sandbox.