diff --git a/_posts/2012-11-16-manowrimo.md b/_posts/2012-11-16-manowrimo.md index 93ea7a8..683bfb4 100644 --- a/_posts/2012-11-16-manowrimo.md +++ b/_posts/2012-11-16-manowrimo.md @@ -16,5 +16,5 @@ Here's my blurb:
-The room slowly quieted as the doors swung aside and the president entered, flanked by his bodyguards and chief of staff. The barely perceptible clicks of a dozen or so digital recorders was enough to hush the remaining informal discussions. Chairs shuffled. Papers were involuntarily wiped clean in preparation for notes. The president cleared his throat. "Good morning ladies and gentleman, we'll try to keep this brief". As he spoke, his voice became fainter. In fact, *he* became fainter, seemingly becomming translucent. It wasn't until the president had entirely vanished that the minds of those in the room managed to process what had just happened - the president had just disappeared in front of their eyes. +The room slowly quieted as the doors swung aside and the president entered, flanked by his bodyguards and chief of staff. The barely perceptible clicks of a dozen or so digital recorders was enough to hush the remaining informal discussions. Chairs shuffled. Papers were involuntarily wiped clean in preparation for notes. The president cleared his throat. "Good morning ladies and gentleman, we'll try to keep this brief". As he spoke, his voice became fainter. In fact, *he* became fainter, seemingly becoming translucent. It wasn't until the president had entirely vanished that the minds of those in the room managed to process what had just happened - the president had just disappeared in front of their eyes.\ No newline at end of file diff --git a/_posts/2013-08-25-emacsgolf.md b/_posts/2013-08-25-emacsgolf.md index 81449fc..794154f 100644 --- a/_posts/2013-08-25-emacsgolf.md +++ b/_posts/2013-08-25-emacsgolf.md @@ -17,7 +17,7 @@ Who says I don't like sport? Competitive nerdiness? Oh yeah! On trying to learn as much as I can about using Emacs better (THE one true text-editor) I came across a wonderful site; emacsrocks.com which has video tutorials on some really handy features (Emacs is full of features to the point that people say 'Emacs is a great operating system, if only it had a decent text-editor!'). -On that site the host mentioned something called VimGolf (Vim being that other -- probably useful -- text editor that defines the Trek/Wars level conflict between nerds) where people try to tranform a text file from one given configuration to another using the smallest number of keystrokes (golf style; lowest count wins). On Emacs vs. Vim, there's an obligatory XKCD: +On that site the host mentioned something called VimGolf (Vim being that other -- probably useful -- text editor that defines the Trek/Wars level conflict between nerds) where people try to transform a text file from one given configuration to another using the smallest number of keystrokes (golf style; lowest count wins). On Emacs vs. Vim, there's an obligatory XKCD: [caption id="" align="aligncenter" width="740"]
Of course, this has been implemented, and works.[/caption]
diff --git a/_posts/2013-12-13-300-bottles-of-beer-on-the-wall.md b/_posts/2013-12-13-300-bottles-of-beer-on-the-wall.md
index f38e4c2..d8f9b72 100644
--- a/_posts/2013-12-13-300-bottles-of-beer-on-the-wall.md
+++ b/_posts/2013-12-13-300-bottles-of-beer-on-the-wall.md
@@ -30,7 +30,7 @@ As I was beginning to re-learn MySQL at the time of starting the list, I decided
SELECT DISTINCT(BREWERY) FROM BEERLIST from within the database. The next step was to get it visible. A little PHP was all I needed to query the database on each page load (with the login details nicely hidden by the HTML-spitting script) and a tiny bit more HTML/css/PHP to get it neatly presented in a clean table containing appropriate links to each alphabetical category of brewery. I've tilted the formatting towards my own iPhone screen, since that's mainly where I want to view the site.
diff --git a/_posts/2015-11-26-simplystats-thanksgiving-puzzle.md b/_posts/2015-11-26-simplystats-thanksgiving-puzzle.md
index 97d31d3..85c4878 100644
--- a/_posts/2015-11-26-simplystats-thanksgiving-puzzle.md
+++ b/_posts/2015-11-26-simplystats-thanksgiving-puzzle.md
@@ -9,7 +9,7 @@ permalink: >
http://jcarroll.com.au/2015/11/26/simplystats-thanksgiving-puzzle/
published: true
---
-I owe a lot to Jeff Leek and Roger Peng for their great Coursera courses, in which I learned to program in R. They (along with Rafa Irizarry) run the Simply Statistics blog, which I highly reccomend. They posted a Thanksgiving puzzle in which a data.frame needs to be converted from one form to another, spelling out 'thanksgiving'.
+I owe a lot to Jeff Leek and Roger Peng for their great Coursera courses, in which I learned to program in R. They (along with Rafa Irizarry) run the Simply Statistics blog, which I highly recommend. They posted a Thanksgiving puzzle in which a data.frame needs to be converted from one form to another, spelling out 'thanksgiving'.
http://simplystatistics.org/2015/11/25/a-thanksgiving-dplyr-rubiks-cube-puzzle-for-you/