Skip to main content

Blog


On Large Language Model Usage

I don't want to read your agent wall of text (or any, really). I want to read what you, a fellow human, have written. I don't want to listen to your agent's music. I don't want to view your agent's art. Artificial Intelligence (AI) and Large Language Models (LLMs) are very polarizing topics in the PHP community, and I expect many others. In this article, I...

llm ai

Read On Large Language Model Usage

PHP to Rust via Copilot

I set out to build a small project in Rust. I wanted to scrape a website and parse a JSON payload. I ran into issues quickly as this was my first real project build it Rust. I thought this might be a great use case to see if GitHub Copilot could help me convert some PHP code I had to Rust. Below is the PHP code I wanted to convert to Rust. Savvy PHP developers will quickly spot this is a...

learning php rust copilot

Read PHP to Rust via Copilot

Compiling Python 3.12 from Source Tarball on Linux

Debian/Ubuntu Red Hat or Fedora: Download "Gzipped source tarball" the from Python.org, and it extract it locally. Check how many CPUs you have to enable faster compilation: In this example we have 8 CPUs on the github-cicd server. We want to use all our cores to compile so it runs faster. If you run into issues you can try using 1 or 2 fewer CPUS than reported by...

learning python writing

Read Compiling Python 3.12 from Source Tarball on Linux

HTML Form Processing with PHP - php[architect] Magazine August 2014

Forms are everywhere. Every application that interacts with a user uses forms in some manner. Whether you are logging into a website, filling out a survey, or signing up for a service you are interacting with a form that someone had to create in order to get some info from you. You have a PHP application that needs input. How do you safely, securely, and reliably obtain that input or other...

learning phparch writing

Read HTML Form Processing with PHP - php[architect] Magazine August 2014