Writing & notes

A live feed of three things: updates (quick what-I'm-doing posts), writing (longer articles), and notes (one-paragraph observations). Search by keyword or click a tag to filter.

◉ subscribe via RSS

0 posts
update

Shipped my new portfolio site

Wrote it all in plain HTML/CSS/JS, then ported to Astro. Felt good to skip a build step for once — and good again when the build step came back.

update

Started a new reading thread on IoT anomaly detection

Picked up Chandola's survey today. Going to map references over the next week.

note

vim trick: ci" is criminally underrated

Change everything inside the next pair of quotes. Small thing, big quality of life.

note

One-liner: find the biggest files in a directory

du -ah . | sort -rh | head -20 — dependable.

writing

Reflections on graduating from Swinburne

Three years of IT, the lessons that actually stuck, and what I'd tell first-year me.