A walkthrough of migrating this blog off AWS (CodeCommit + CodeBuild + S3 + CloudFront) onto a self-hosted stack using Forgejo for git and CI/CD. Most of the config was written by Claude Code.
... ➦When trying to add a scheduled script using at on Ubuntu in Windows Subsystem for Linux (WSL 2) using the following command:
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
Hooked a simple chain into LEL:
... ➦GPT-4o returns JSON with trailing comma in tool call
While parsing function‑call output from GPT‑4o the JSON loader threw:
... ➦While deploying a test Zola site to Cloudflare Pages I recieved the following error in the build logs:
... ➦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
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
This morning my LangGraph flow crashed after a new tool node.
... ➦HuggingFace pipeline returns empty string with Gemini 1.5 Pro
Last week a quick text‑generation pipeline came back blank every call.
... ➦