21 APR 2017 by ideonexus

 Code is Not Literature

Code is not literature and we are not readers. Rather, interesting pieces of code are specimens and we are naturalists. So instead of trying to pick out a piece of code and reading it and then discussing it like a bunch of Comp Lit. grad students, I think a better model is for one of us to play the role of a 19th century naturalist returning from a trip to some exotic island to present to the local scientific society a discussion of the crazy beetles they found: “Look at the antenna on this...
Folksonomies: programming coding hacking
Folksonomies: programming coding hacking
  1  notes

Seibel's observation that reading code is less like literature and more like science is dead on. No matter how readable the code is, when I'm confronted with 10,000 lines of it spread across numerous encapsulated functions, I must tackle it very differently from how I read prose. With a complex literary text, I can just read it in linear fashion with occasional segueing to look up words and concepts, with well-engineered code I must follow numerous cases into different flows of logic. These aren't the same at all.

I appreciate that he's trying to dispel the idea that we "read" code as we read for pleasure, I learn from code by experimenting with it. I open up the debugger and step through it, watch the variables change and see where it goes when I execute it. Most of all, I learn by changing that code and trying to build on it. I have enhanced my javascript skills immensely in recent years by cloning various projects on github and trying to expand on them or adopt them to my own purposes. I don't recommend opening up a code base and just reading it, actively engage it, break it, and enhance it.

25 FEB 2016 by ideonexus

 Recognizing Code Switching as Valid Communication

“I ain’t mad atcha” or “I am not angry with you.” Which should you say? Well, we’re teachers. Our quick response: “The latter.” Grammar and usage are typical components of speech rubrics— topics students need to think about as part of building a spoken presentation. But that doesn’t mean it’s always correct to choose “proper” grammatical constructions. The correct response to the question above is actually another question altogether: “Who is the audience?” [......
  1  notes
 
04 JAN 2012 by ideonexus

 Online Shopping Replaces Sales People

During the Great Recession, nearly 1 in 12 people working in sales in America lost their job, accelerating a trend that had begun long before. In 1995, for example, 2.08 people were employed in “sales and related” occupations for every $1 million of real GDP generated that year. By 2002 (the last year for which consistent data are available), that number had fallen to 1.79, a decline of nearly 14 percent.
Folksonomies: employment automation
Folksonomies: employment automation
  1  notes

Everytime you purchase something online, that's something you didn't purchase from a retail clerk.

01 JAN 2010 by ideonexus

 The Complete I Ching in 64 Bits

I was thinking about how the I Ching is composed of a total of 384 lines (6x64) Wouldn't it be nice if you could 'interlock' the hexagrams like a jigsaw puzzle? Have a look at the following code: THE CODE 0000001001000101010000110100110010110110001110101110011110111111 The 64 bit code above 'defines' the whole of the I Ching, that is it maps the whole realm of change. With no repetition.
  1  notes
Found this remarkable transcription in an online forum. Would make a nice tattoo if made into a circle.