Skip to content

Instantly share code, notes, and snippets.

@hew
hew / matty-experiment.md
Last active July 31, 2025 21:37
How My PHP Bot Closed Over 200k In Contracts

How My PHP Bot Out-earned Me This Month

Everyone's using AI to write cover letters. But what if the AI was the applicant?

Meet Matty: a harmonious fusion of me (Matthew) and Claude. Not "Matthew using AI tools" — but an actual AI entity applying for jobs. Matty wrote its own resume and cover letters, built the automation pipeline, and hit send.

The target? PHP jobs. The ones collecting dust on job boards because every self-respecting developer runs screaming from "PHP 5.6" and "legacy codebase."

The Economics of Desperation

@hew
hew / leetcode-dead.md
Created July 16, 2025 22:36
LeetCode is Dead

LeetCode is Dead.

Tech hiring has been broken for a while now, but with the current shift into AI workflows, it's completely busted.

"Vibe coding" without an iota of technical prowess may not be the future of software development, but neither is knowing how do bunch of comp sci homework while someone watches you awkwardly.

The best devs I know are moving so fast that the idea of sitting down to, by hand, write some binary tree inversion, or whatever, is beyond laughable.

The frank reality is this: the traditional interview process tests for skills that are rapidly (if not already) becoming useless commodities.

@hew
hew / end-of-promp-engineering.md
Last active July 3, 2025 18:29
The End Of Prompt Engineering

The End Of Prompt Engineering

Prompt engineering, the elusive craft of the snake taming the LLM.

Well, I've stared at the serpent long enough. I'm growing tired of playing this flute. And that's because there's a better way. In this post, I'm going to briefly talk about DSPy (Declarative Self-Prompting in Python).

DSPy isn't just a library. It's a philosophy that treats prompts as first-class, testable components rather than fragile strings glued together with hope and duct tape.

I'm going to show an example in Python, as the DSPy project is currently Python-focused and its syntax is pretty accessible, but the principles are not confined to Python (as you'll see in my repo below, which leverages the Ax project).

@hew
hew / _readme.md
Last active September 29, 2021 12:28
Thoughts on standardizing REST with machines

Thoughts on standardizing REST with machines

@hew
hew / reducer-with-effects.js
Created August 20, 2021 18:58 — forked from davidkpiano/reducer-with-effects.js
An idea for actor-model-based effects with reducers
import {
useReducerWithEffects,
// hand-wavey, but meant to be used by React to create something
// external will produce async values sent to components
createEffect
} from 'react';
function fetchUserEffect(id, parentRef) {
const controller = new AbortController();
const signal = controller.signal;
@hew
hew / _readme.md
Created July 6, 2021 22:12
Minimal LSP Autocomplete In Vim / NeoVIm
@hew
hew / _readme.md
Created January 6, 2020 10:31
Delay Component

delay component

@hew
hew / _readme.md
Created January 6, 2020 10:26
Animated Wavy

animated wavy

@hew
hew / _readme.md
Last active January 2, 2020 03:44
Cannabis api data

cannabis api sample data

@hew
hew / _readme.md
Last active December 5, 2019 07:18
Animated Text (React Spring)

animated text (react spring)