Documenting a mid-2000s custom PHP XML templating system
The assistant reverse-engineers a legacy PHP template parser's custom XML tags for includes, SQL queries, and output loops, noting its deprecated MySQL calls.
62 entries with this tag.
The assistant reverse-engineers a legacy PHP template parser's custom XML tags for includes, SQL queries, and output loops, noting its deprecated MySQL calls.
A long back-and-forth polishing a Dev.to post on a security-training project, working out hybrid ML-KEM plus X25519 encapsulation across Python, JS libraries.
A walkthrough of a custom three-way text merge system using generation counts and tree ordering, followed by a live Pyodide visualizer built to demonstrate it.
A text flowchart mapping out a fitness app's user journey, from onboarding and goal setting through AI chat, activity logging, and weekly reports.
Building a QR generator, Claude tries a broken API, a second API, then fake canvas pixels — before switching to a real QR library that scanners can read.
A developer portfolio template styled as a glowing terminal, with a typing animation cycling through job titles and a grid of sample project cards.
Claude hunts for a concurrency bug in a Linux kernel sound driver that could enable heap spraying, and proposes a locking fix around the vulnerable allocation.
Claude audits an experimental Zig borrow-checker, tracing a double-free through nested destructuring and five other subtle provenance bugs with exact triggers.
An n8n workflow definition that syncs Shopify data on an adaptive schedule, running more often during business hours and slowing down overnight.
A checklist tool for setting up a new Mac: pick the apps and settings you want, and it generates a shell script that installs and configures them.
A written report analyzing the DuckDB ecosystem, covering an executive summary, key metrics, detailed findings, and a set of closing conclusions.
A deep dive comparing Solid, FHIR, and leaked Lovable/Replit prompts to figure out what a spec an AI agent could build a whole app class from looks like.
Turns a plain-language description of a device profile into an Apple .mobileconfig XML file for MDM deployment, with a one-click download button.
Interactive tool for building network topology diagrams: add devices to a canvas, arrange connections, and export the result as an image or file.
Interactive Odoo ERP class diagram with filterable modules, showing classes, fields, and methods across core, CRM, accounting, stock, and other areas.
Prototype that accepts a PDF upload and returns a downloadable CSV file; the actual PDF-to-table extraction logic is a placeholder, not implemented.
A reference guide to Python syntax with a clickable table of contents covering slicing, loops, built-in functions, object-oriented programming, and edge cases.
Claude queries a connected observability server for the worst errors in a running app, then spots that three services share an identical failure count.
An app paints each game frame by querying a pixel view, packing scanlines to dodge row limits, then gains a live tactical minimap drawn from the level tables.
A line-by-line walkthrough of a Python Gradio app that uses LangChain, FAISS, and an LLM to answer recruiter questions about a set of uploaded resume PDFs.
Claude clones a PDF parser, runs it with and without OCR, then reads the source to explain exactly how text extraction and OCR triage actually work.
A chat-style wireframe showing how an incident-response assistant might triage an SRE incident, walking through analysis steps and simulated status updates.
Claude writes a sorting-network synthesizer using disjunctive answer-set programming, catches its own logic bug, and verifies results by brute force.
A developer watches memory climb on every embeddings call; the diagnosis finds no classic leak but two structural causes, and lands on a two-line fix.
We use cookies for anonymous analytics.