Archive

Archive for December, 2009

Stephen Kellogg and The Sixers show at Club Passim – 12/29/09

December 30th, 2009

Nicole and I went to Passim last night to see a killer show.  Stephen Kellogg performed this year's annual new year's (holiday?) show.  It was fantastic; definitely one of the best shows I've been to this year.  The music could command a much larger venue, but Passim made for a more personal vibe and really made all of the crescendos much more climactic.

I figure this is a good time to see how posterous handles two videos:

Adam Ezra, someone who was unfamiliar to me, opened, apparently as a spontaneous fill-in for a canceled original opening act, and was excellent on his own.  I really am appreciating the movement I've been seeing of artists offering up their CDs at a sliding scale.  I now have some new, good music to listen to that, at full price, I would have had to pass up, but was able to pay half the suggested price for.  Instead of forgetting about him, I'm actually more prone to suggest his songs to other people and to talk about him.

Posted via email from ideacrank.net

Uncategorized

New Recipe: Mom’s Pesto

December 30th, 2009

I cashed in some rewards points I had from my bank and got a three cup food processor and called up my ma to get her pesto recipe.

Mom's Pesto

2 cups basil
4 garlic cloves, minced
1/3 cup freshly grated parmesan cheese
3 tablespoons walnuts (roughly 12)
1/2 cup olive oil
Salt to taste
Some extra basil leaves for garnish

The processor made the whole thing incredibly easy.  We put the basil in first and blended it a bit, then added everything else.  Over penne with some extra parmesan: very successful. 

Cost per item:

2 bags of basil @ $2.99 each
4 garlic cloves ~ $.15
3/4 a 5oz container of parmesan (we went for the pre-grated) ~ $3
12 walnuts ~ $.50
1/2 cup of olive oil ~ $.50

Total cost per serving (yielded 2 and 1/2):  ~$2.85

I had to buy the items in larger quantities of course, so it actually came out to a much higher number tonight, but it is still a great meal for the cost and for how easy it is to make.

Posted via email from ideacrank.net

Uncategorized

The National – Fake Empire

December 29th, 2009

Oysterband – Put out the lights (acoustic)

December 29th, 2009

Untitled

December 29th, 2009

Oysterband – Put out the lights (acoustic)

December 29th, 2009

Object Oriented Language

December 29th, 2009

I’ve spent the last few days working through some beginner’s tutorials about creating applications and games using ActionScript.  It has put my mind in an object oriented state, as I’ve been grappling with the concept both while writing code and during a lot of the time I am not at my computer.  I took a Java programming course back a few years ago back in Buffalo and I remember getting as enthralled with the concept as I am now, so it is nice to revisit.

There is no really clear definition readily available for object oriented programming, only things like:

“A style of programming that defines data as objects with attributes and methods that are applied to those objects, and which can be inherited by other objects.”

In example, I’ve been thinking about creating a simple program available through a webpage that can be used to save recipes from a user’s input and give the recipe a standard format to be displayed in a separate webpage.  Say, as a quick sketch, the first screen of the program has text boxes, ten or so, to allow a user to enter in ingredients, and perhaps some other boxes to allow for amount, and pulldown menus to choose measurement type (tsp, tbsp, oz..).  I’ve just made scrambled eggs for the first time (they were awesome!), and so I’d put in:

  • Eggs
  • Butter
  • Pepper
  • Salt

What I want the program to do is take each one and save them for use later.  I would be able write a single function, an object within the code, and call that function for each ingredient. Instead of giving each box its own code, I can just invoke the one instance I wrote, as an object.

Simple concept, but it actually it gets really complicated when there are a ton of objects being called, with multiple pages calling other pages that call other pages, it becomes a bit harder to follow.

Language can be viewed in a similar way.  Single words represent tables of definitions with only certain definitions invoked through context.  Generally we try to stick to single definitions, and ambiguity is beaten out of writing.  We use adjectives, possession and structure to clarify objects in a sentence.   If you’re talking about multiples of the same noun, for instance, you’d clarify that it is his or her vehicle, or the silver vehicle, etc.. For nouns, it isn’t a problem, usually.

“She saw Julia walking into the building while talking on her phone.”

In this case, a section of the sentence is ambiguous, as we don’t know who is talking on the phone.  There are many ways to clarify this, which is pretty nifty.

The phrase though, “while talking on her phone,” is itself a sort of object.  Within it are five base objects, the five words, but also higherobjects, the combinations of those words in the particular combination, which in turn, get combined to form the whole phrase, the highestobject here (though, that will then be attached to the sentence in a few possible positions).  ‘While,’ defined as a conjunction, acts as the bridge to the other parts of the sentence, but also demands a certain structure from the other words and also sets the tone. ‘And’ would be an alternative and may actually clarify the sentence a little more (though it sounds a bit off, “walking into the building and talking on her phone”). ‘While’ requires something to be happening, in this case talking.  In contrast, ‘and,’ is not as limited and could be followed by a noun in other situations. For this sentence, what would follow ‘and,’ would be limited by what went before ‘and,’ as consistency in lists is desired. ‘Talking,’ requires a preposition, something like ‘on, at, to, into’ in order to make sense, and so, the two, ‘talking on,’ get grouped together before the whole phrase is constructed.  The same goes for ‘her phone,’ but in this case, her, as a possessive requires something to own. ‘Phone’ needs something before it, an article of possessive noun.

Posted via web from ideacrank.net

Uncategorized

Changing From WordPress

December 29th, 2009

My brother introduced me to posterous, and I have to say, so far, I am really impressed.  My wordpress account is still up at www.ideacrank.net/writing, but I going to transfer the posts from there soon and begin using posterous only.

Posted via email from ideacrank.net

Uncategorized