// a practical application of my CS 101 skills.
// log output

Total cost for 15 yards of mulch is $384.5.
You will need 1 bottle(s) of Safari for a cost of $100. There will be 0.45 ounces leftover. You will save 2 trees each with a diameter at chest height of 16.5 inches.

Total landscape cost is $484.5. If you spread mulch at 1.5 yards per hour, total time to spread will be 10 hours.

//source code
var landscapeEstimate = function(mulchQty, treesToSave) {
    delivery = 17;
    yard = 24.50;
    totalMulch = (mulchQty * yard) + delivery;

 
 
This is the year I learn to write code. Here is where we are...
CodeYear
: a weekly class in Object Oriented Programming using JavaScript. Great class. Its getting hard. 
RubyLearning / Programming for the Web with Ruby:  introduces you to rack, git, heroku, and a little sinatra. Its very practical "how to" class on configuration management and cloud deployment with a little theory sprinkled in.  Here are a few things from the class: my git repository, first heroku rack deployment. And, my homepage. And a form GET POST exercise. and a GET POST exercise that pulls from remote data.
BastardsBookofRuby: How to make sense from and show hard to find data. Written by a journalist. Really good cookbook of sorts.
 
 
Poor I-Pod etiquette at the dinner table gives grown ups time to talk and draw. 
 
 
Picture
Its called Stacking. Here are the rules:

1. Food with friends.
2. All phones to the middle of the table.
3. First one to grab their phone pays the bill. 

Invented by Brian Perez.

"Manners are made up of trivialities of deportment which can be easily learned if one does not happen to know them; manner is personality—the outward manifestation of one’s innate character and attitude toward life." Emily Post

 
 
Learning to code on the net is like going into a bar and asking people how to fix a back ache.  Everyone has a solution. Some good, some bad, some obsolete, some wrong. Simply configuring my computer with the proper version of ruby, rails, and database just so i could start learning was a two week endeavor. Its sort of like building your own lightsaber. My training curriculum: code year, rails casts, vim tutor, Satish Talim's Learning Ruby.  

// use taxiFare to set tripCost to the cost of your 
// ride covering 5 miles at 2 am in the morning

 
 
The "Fizz-Buzz test" is an interview question designed to help filter out the 99.5% of programming job candidates who can't seem to program their way out of a wet paper bag. 
 
 
Monsato genetically modifies seeds to be resistant against glyphosate (a herbicide) and to produce bT (a naturally occurring pesticide).  Unfortunately, nature is genetically modifying weeds and pests to be resistant against glyphsate and bT. I think the most interesting way to follow this story is by stock price
 

Pivot

01/12/2012

0 Comments

 
I am adding two new categories to the blog tonight: "tech" & "startup".  
"Tech" will chronicle:
  1. computers' impact on family education, entertainment, social interaction and, well, everything else. 
  2. my efforts to learn to code.
"Startup" will chronicle KidPalSoftware. My goal is to bootstrap a working & sellable product for one school district by "Back to School Night" Fall 2012.