Tags: pinboard defaultfeed
2026-04-16
Emacs: via LSP Mode (automatic server installation). Example config for use-package users: (use-package markdown-mode :hook (markdown-mode . lsp) :config (require 'lsp-marksman)) via Eglot, requires configuration (unless eglot#1013 gets merged); add the following to your init.el (add-to-list 'eglot-server-programs '(markdown-mode . ("marksman"))) (add-hook 'markdown-mode-hook #'eglot-ensu
2026-04-13
(setq help-window-select t)
2026-04-12
AutoAgent Like autoresearch but for agent engineering. Give an AI agent a task, let it build and iterate on an agent harness autonomously overnight. It modifies the system prompt, tools, agent configuration, and orchestration, runs the benchmark, checks the score, keeps or discards the change, and repeats.
What is Zensical?¶ Zensical is a fresh take on what we envision a modern Open Source toolchain to build static sites should look like. Brought to you by the creators of Material for MkDocs – a tool trusted by more than 70,000 projects worldwide – we're building Zensical from first principles to achieve faster
Irfan Subasi's personal website, featuring an interactive Windows XP themed desktop experience.
2026-04-06
Coding agents for data analysis. Here's the handout I prepared for my NICAR 2026 workshop "Coding agents for data analysis" - a three hour session aimed at data journalists demonstrating ways that tools like Claude Code and OpenAI Codex can be used to explore, analyze and clean data. Here's the table of contents: Coding agents Warmup: ChatGPT and Claude Setup Claude Code and Codex Asking questions against a database Exploring data with agen...
2026-04-04
The data layer for AI systems. Skill Seekers turns documentation sites, GitHub repos, PDFs, videos, notebooks, wikis, and 10+ more source types into structured knowledge assets—ready to power AI Skills (Claude, Gemini, OpenAI), RAG pipelines (LangChain, LlamaIndex, Pinecone), and AI coding assistants (Cursor, Windsurf, Cline) in minutes, not hours.
A Claude Code skill for designing learning goals during AI-assisted coding - DrCatHicks/learning-goal
A Claude Code skill for deliberate skill development during AI-assisted coding - DrCatHicks/learning-opportunities
AI Engineering Cheatsheets By Louis-Francois Bouchard (X, YouTube, other AI resources) Goal: give you decision-ready references for the most common AI engineering problems. Open a cheatsheet, find your situation in the table, and follow the recommendation.
File permissions are core to the security model used by Linux systems. They determine who can access files and directories on a system and how. This article ...