Chip's Quips
A tiny spark of wit for a highly flammable world

Page 123, fifth sentence

June 12th, 2008 11:19:21 am pst by Sterling Camden

He fair like’s he langs tuh set his brazened face agean ‘em!

That’s the fifth sentence on page 123 of my copy of Wuthering Heights, by Emily Brontë — one of the books I’m currently reading.

It’s part of a longer passage spoken by the servant Joseph in his Yorkshire dialect.  He’s been describing how his master Hindley’s lifestyle has descended into drunken wickedness, and concludes that rather than fearing those who might judge him in the hereafter, Hindley acts as if he longs to face them.

I picked out this sentence in response to a meme tag from Teeni.  To participate, you grab any book, go to page 123, find the fifth sentence, and blog it.   Then tag five people.

Just for fun, I’ll do the same exercise for the other book I’m (slowly) reading — Paul Graham’s On Lisp:

Now let’s look at the original definition of for in light of the new rule for identifying capturable symbols:

(defmacro for ((var start stop) &body body)      ; wrong
   ‘(do ((,var ,start (1+ ,var))
           (limit ,stop))
         ((> ,var limit))
      ,@body))

It’s a little more difficult to explain the context of this passage, especially for those of you who may be unfamiliar with Lisp.  You’d probably have to read the whole book up to this point in order to get it.

One more, from The Ruby Way: second edition, by Hal Fulton — a book I just finished:

Because this can be confusing, I recommend using this feature sparingly.

A surprisingly representational passage.  I’ll have to post a review of this excellent book sometime soon.

Meanwhile, I must tag five more people.  Going for variety:  Alyx, Morgetron, Paul, Haizum, and Emily.  You each need only to do one book, and even if you don’t respond at all I will still be your friend and subscriber — honest.  Anyone else who’d like to join in, feel free!

Posted in Bound but not Gagged | 8 Comments » RSS 2.0 | Sphere it!

RSS feed | Trackback URI

8 Comments »

MyAvatars 0.2
Comment by teeni

Wow – you are quick on the memes! LOL. Oh, I need to read Wuthering Heights – can you believe it? My class must have been the only one not to be assigned to read that. Sheesh. And my head almost asploded trying to read (decipher) that second one!
Have you tried Ruby on Rails? My husband is using it where he works and he seems to like it.

MyAvatars 0.2
Comment by Sterling Camden

My class too — this is the first time I’ve ever read Wuthering Heights. It’s pretty good so far (I’m about half-way through).

“asploded”: that’s a new one on me. I haven’t seen the prefix “as-” before, so I’m unsure how to interpret it. But I hope your head is OK.

I love the Ruby programming language. I’ve done a little work in Rails, and it’s pretty sweet, too. The only thing about Rails is that it does so much for you, you don’t always know what’s going on under the hood unless you take the time to sift through the sources and see for yourself. Because of that, it can be a little heavy. But it is one of the better web platforms out there.

 
 
MyAvatars 0.2

[...] was me, thinking the blog-meme meme (is that a meta-meme?) had died … but how wrong I was. I’ve been tagged by Sterling Camden, and as he’s been a long-term reader of VCTB since waaaaay before it was vaguely worth [...]

 
MyAvatars 0.2
Comment by teeni

I stole the term “asploded” from http://www.fark.com. It always gives me the giggles for some reason. I guess my head wouldn’t have hurt so much if the last thing I coded in hadn’t been Visual Basic. I learned Java but never ended up using it for anything and now I forget it all. My hubby is the sole techno geek in our house now.

MyAvatars 0.2
Comment by Sterling Camden

Ah, I’ve never spent much time on fark — though there’s almost always something funny to be found there.

VB and Java, you poor thing. Tell your husband he’s neglecting his duties by not immersing you in Ruby.

 
 
MyAvatars 0.2

[...] Velcro City Tourist Board, has tagged me with a meme. Here’s what the meme, which originates here, tells me to do: “To participate, you grab any book, go to page 123, find the fifth sentence, [...]

 
MyAvatars 0.2
Comment by apotheon Subscribed to comments via email

from Mastering FreeBSD and OpenBSD Security, by Korff, Hope, and Potter:

Since the sudoers file defines how users can execute privileged commands, errors in the file can be very dangerous.

MyAvatars 0.2
Comment by Sterling Camden

Seems apropos of the book’s subject.

 
 
Name (required)
E-mail (required - never shown publicly)
URI
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Subscribe without commenting

Better Tag Cloud