(untitled)
Latest posts
Avoiding the lethal trifecta
AGENTS.md becomes the convention
🤖 Make the repo context load automatically in different agentic CLIs
Deep research at Off Avignon
🎭 3rd annual exercise in screening a festival program that's 1700 shows thick
12 years at Google
Tour of fastai tabular learner
🚢 A deep learning solution for the Kaggle Titanic survival competition in under one hour
Debugging a transformers fine-tuning crash
⚡️ A quick tour of the deep learning stack; learning how to count (labels)
Mac setup for PyTorch
🔧 How to set up PyTorch on Apple sillicon Macs with minimum pain and no need for Conda (2024)
Fuchsia and Unix
'Fuchsia is not Linux', but is it Unix-like?
Computer history cheatsheet
💿 From vacuum tubes to smartphones
grep, pipes and output buffering
🔬 Standard output buffering makes the wrong thing happen when programs are piped together
The mythical man-month: adding people to a late project makes it later
📈 Complex software systems are hard to plan and keep on schedule. Takeaways from Brooks's collection of OS/360 essays
Django: How much it costs to host a small project on App Engine
💸 The cost of Cloud SQL dominates the hosting bill for Django on App Engine. How to reduce the monthly cost?
Django: Sending emails with a third-party email service
Notes on sending emails from a Django app deployed on App Engine Standard using Mailjet and django-anymail.
Django: Managing user-uploaded files on App Engine Standard
Notes on managing user-uploaded (media) files in a Django app deployed on App Engine Standard using the django-storages library.
Django: Hosting on App Engine Standard (migration guide)
📦 How to migrate a Django app to App Engine Standard on Google Cloud Platform