Paul's Latest Public Bookmarks
Magic Dots: Quasi-Reinforcement Helps Get Things Done
Original blog post about the "Magic Dots" productivity system (very simple system) by Seth Roberts. In the Internet Archive as he seems to have lost that domain at some point
Saved by: Paul on 22 May 2026
Quasi-reinforcement: control of responding by a percentage-reinforcement schedule
The science behind the "Magic Dots" productivity system
Saved by: Paul on 22 May 2026
date-fns - good Javascript date library
As recommended on the Squage Discord by Blender, this makes Javascript's date library a lot more usable and lets you do things like PHP can, e.g. say "next Friday" and give it a date (or nothing) and it will tell you the next Friday.
Saved by: Paul on 28 Apr 2026
How to merge CSV files and ignore their first line
Merge all the CSVs in a directory and ignore their first lines to remove the headings: awk 'FNR > 1' *.csv > consolidated.csv
Saved by: Paul on 10 Sep 2025
Master WordPress Admin Customization: Tips and Tricks - ACF guide
A guide from Advanced Custom Fields (ACF) for changing the Wordpress admin to be the way you want.
Saved by: Paul on 4 Jun 2025
Make a responsive carousel with just CSS | Blog | Niek Nijland
Easy to understand guide for making a responsive carousel using CSS with a very minimal amount of Javascript for buttons
Saved by: Paul on 31 Mar 2025
Taming your PHP app's memory footprint
Useful tips and example code for reducing the memory used by common tasks in PHP scripts
Saved by: Paul on 5 Feb 2025
Early | brighton gigs music culture listings what's on
The mailing list Peter uses to find out about music in Brighton. Seems to be a really good curated list based on their past issues
Saved by: Paul on 4 Nov 2024