Ubuntu on Windows Subsystem for Linux (WSL 2) can't open /var/run/atd.pid to signal atd. No atd running? Jun 20, 2025

When trying to add a scheduled script using at on Ubuntu in Windows Subsystem for Linux (WSL 2) using the following command:

...
VS Code Interactive Notebook '*-*' is not a valid version string Jun 20, 2025

When installing a NuGet Package in a VS Code Interactive Notebook with a C# (.NET Interactive) code block using the follwing command I copied from this Microsoft tutorial:

...
LangChain Expression Language crashes on pydantic v2 inputs May 15, 2025

LangChain Expression Language crashes on pydantic v2 inputs

Hooked a simple chain into LEL:

...
GPT-4o returns JSON with trailing comma in tool call Apr 15, 2025

GPT-4o returns JSON with trailing comma in tool call

While parsing function‑call output from GPT‑4o the JSON loader threw:

...
Cloudflare Pages /opt/build/bin/build: line 39: zola: command not found Mar 31, 2025

While deploying a test Zola site to Cloudflare Pages I recieved the following error in the build logs:

...
Anthropic Messages API truncates tools array Feb 15, 2025

Anthropic Messages API truncates tools array

Today a Claude 3 call with tool definitions started ignoring the last tool in the list. No errors, just missing.

...
Gemini 1.5 Flash API payload exceeds 32k window silently Dec 16, 2024

Gemini 1.5 Flash API payload exceeds 32k window silently

Pushed a long system prompt and history to the beta Flash model last night. Response came back with the choices array empty and no error.

...
LangGraph raises TypeError on function node output Oct 15, 2024

LangGraph raises TypeError on function node output

This morning my LangGraph flow crashed after a new tool node.

...
HuggingFace pipeline returns empty string with Gemini 1.5 Pro Aug 15, 2024

HuggingFace pipeline returns empty string with Gemini 1.5 Pro

Last week a quick text‑generation pipeline came back blank every call.

...
vLLM tokenizer mismatch on finetuned Mistral model Jun 15, 2024

vLLM tokenizer mismatch on finetuned Mistral model

Spent the afternoon benchmarking a Mistral‑7B finetune with vLLM. First prompt returned gibberish tokens.

...