[ Content | View menu ]

Archive for 'Programming'

Get Encouraged

Mark Mzyk April 6, 2009

In my spare time I’ve been working on a small project called @getencouraged. If you can’t guess by the name, it involves Twitter. You can find it here: http://encourage.ruzuku.com/ The idea behind the project is that you can visit the website and get a stream of encouraging quotes whenever you want.  You can also follow [...]

General,Programming - 0 Comments


Sapir-Whorf Hypothesis

Mark Mzyk February 27, 2009

The Sapir-Whorf hypothesis says that a person’s language affects how they think.  Recently, at RubyRX, I heard Neal Ford speak.  He brought this idea up, only he didn’t apply it to spoken languages, but to programming languages.  His assertion was that: More powerful programming languages give you new and different abstractions to work with so [...]

Programming - 11 Comments


Ruby Range Mnemonic

Mark Mzyk January 11, 2009

While currently working to learn Ruby, I keep forgetting the meaning of each of the range syntaxes, the difference between .. and … . I’ve developed a mnemonic to help me. 1..10 is the Ruby inclusive syntax, so 10 would be included in the values. 1…10 is the Ruby exclusive syntax, so 10 would be [...]

Programming - 2 Comments


Reading Levels

Mark Mzyk December 21, 2008

In elementary school, the question asked of every child is what level are they reading at?  Is it a third grade level? Sixth? Ninth? This concept even appears in Presidential politics, as linguists analyze what level the candidates are speaking at: it is a middle school level, or a high school level? In almost every [...]

Programming - 0 Comments


Surf with Javascript Off

Mark Mzyk December 10, 2008

I’m sure this has been said before, but I’m going to remind everyone: You should try browsing the web with Javascript turned off and observe how broken many things are.  If you run your own site, see how it responds. At the least, if your site can’t function without Javascript, put in a check to [...]

Design,Programming - 0 Comments