Notes
Just fleeting thoughts that pop into my mind. Or perhaps things I’ve been thinking about that don’t really warrant a full-on post.
-
Is there anybody out there? The Wall live 1980-81. One the greatest live recordings.
-
Amazon Erases Orwell Books From Kindle
http://www.nytimes.com/2009/07/18/technology/companies/18amazon.html?_r=0
-
-
The amount of old repositories I’m deleting from my Github account is making me think how often I start new projects and never complete them. I really need to change that.
-
From Pages to Patterns: An Exercise for Everyone
https://alistapart.com/article/from-pages-to-patterns-an-exercise-for-everyone/
-
-
Advanced storytelling: Narrative. In space. Over time
http://web.archive.org/web/20160413155132/http://eldevri.co.uk/narrative-in-space-over-time/
-
It’s coming… Grimes’ new album Art Angels, out tomorrow!
-
The Elsa Mars Hour.
-
@ProfBrianCox Did you do it manually, or did you SSH in?
-
Normally, with Laravel (@laravelphp on Twitter), if you create a model and use the “-m” or “–migration” flag to create the accompanying migration, it will pluralize the table. So for example “User” model will use a “users” table; “Vehicle” model will use a “vehicles” table. I just discovered however, that if you create a “Data”…