This via HN today: What time-weighted averages are and why you should care. Looks really interesting! Wish I had time to read it closely…
Category Archives: Programming
CSS position attribute
Today via r/programming: CSS Position: Locate Your HTML Elements Like a Guru.
CSS notes and games
This via r/programming today: What I Wish I Knew About CSS When Starting Out As A Frontender.
Also check out Flexbox Froggy and Grid Garden.
Shell Functions
Today in #lobsters I was referred to the GNU doco for Shell Functions.
Inserting 130M SQLite Rows per Minute
Some notes on performance tuning SQLite: Inserting 130M SQLite Rows per Minute.
Bash locals
Software crisis
There’s a good article about the software crisis over on Wikipedia.
Write code that is easy to delete, not easy to extend
Today via Lobsters: Write code that is easy to delete, not easy to extend. I think I like programmingisterrible.com.
You Are Gonna Need It
Over on YAGNI exceptions some ideas about what you probably are gonna need…
The Fetch standard
The Fetch standard defines requests, responses, and the process that binds them: fetching.