Tags: pinboard defaultfeed
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 ...
2026-04-02
2026-03-31
2026-03-29
2026-03-28
This is a simple step-by-step guide to install nerd fonts in Ubuntu Downloading Download... Tagged with ubuntu, font, linux.
Check out http://mywiki.wooledge.org/DotFiles for an excellent resource on the topic aside from man bash. Summary: You only log in once, and that's when ~/.bash_profile or ~/.profile is read and executed. Since everything you run from your login shell inherits the login shell's environment, you should put all your environment variables in there. Like LESS, PATH, MANPATH, LC_*, ... For an example, see: My .profile Once you log in, you can run several more shells. Imagine l...