Tweets for the Week (2009-11-01)

  • "Ability will never catch up with the demand for it." – Malcolm Forbes #quote #
  • "Anyone can do any amount of work provided it isn't the work he is supposed to be doing at the moment." – Robert Benchley #quote #
  • I've been curious if something like this would be implemented. http://pplr.us/s/PqFG/ #propeller #
  • From the spam folder: "She'll play your ham violin" #
  • In response to my blog post earlier I figured it out. "sudo port -f uninstall installed" then "sudo port install -f libIDL +universal" #
  • "As scarce as truth is, the supply has always been in excess of the demand. " – Josh Billings #quote #
  • I was just stretching and tipped my chair over backwards. Fail!!! #
  • @xealot @jerhoyet Turn by Turn navigation via google maps on android phones. http://tinyurl.com/yh3wovo in reply to xealot #
  • RT @tdrapeau: Latest News From Our Friends http://pplr.us/s/Ps9w/ #propeller #
  • "It is not worth an intelligent man's time to be in the majority. By definition, there are already enough people to do that." – G. H. Hardy #
  • Are you one of these characters? http://pplr.us/s/Ptsu/ #propeller #
  • "The significance of man is that he is insignificant and is aware of it." – Carl Becker #quote #
  • DBA of "Web Tech Studios" has been filed with the county. Now it's off to the bank to open a business account. #
  • RT @tdrapeau BREAKING: Gorilla Wins Halloween Avatar Contest http://pplr.us/s/PwPz/ #propeller #
  • Not a good day to be a handy man around my house. I burned up my drill and then broke the exterior light fixture I was putting up. #

Powered by Twitter Tools

Halloween Prank Gone Too Far

Halloween is not just for treats, it’s about tricks too. Most everybody I know loves a good Halloween prank, there are even sites dedicated to them. Today in my hometown was an example of Halloween pranks gone too far. The Indianola high school is closed today because vandals damaged the radiators on 14 buses last night. You can read more about it here. My Facebook feed has been consumed with the news today. Not only does this disrupt peoples schedules, having to find last minute baby sitting, etc… but the day will have to be made up at the end of the year. That’s not to mention the cost of parts for the buses and the overtime paid to repair them.

I feel sorry for the parents of the kids that did this. If the vandals are caught, what do you think is an appropriate punishment?

Yip Yip Martians tries Gangsta Rap

Warning!!! This post or it's embedded content has explicit material.

Another one of those videos that combine my two favorite things. Sesame Street and Gangsta Rap. You all know how much I love mashups, so here is another good one for you.

FAIL: libIDL on Mac OS X 10.6 (Snow Leopard)

Since I upgraded my laptop to Snow Leopard, I’ve been trying to setup my development environment so that I can compile idl files. I need to do this for one of the Firefox extension I work on. I’ve been able to put this off for a while since my interfaces haven’t changed in a while. I’ve recently changed an interface so now I need to get the idl compiling setup. When I’ve set this up in the past, I haven’t had any problems. I install the gecko sdk, install libidl, and I’m ready to roll. This time I can’t make it work so I’m turning to you, the interweb, to help me figure this out. Here is what I’ve go so far.

I install the Gecko 1.9.1 SDK from developer.mozilla.org. I then install libidl using the following commands in MacPorts:

sudo port selfupdate
sudo port sync
sudo port install libidl

Now, when I run my build script I get the error:

     [exec] dyld: Library not loaded: /opt/local/lib/libIDL-2.0.dylib
     [exec]   Referenced from: /Developer/xulrunner-sdk-1.9.1/bin/xpidl
     [exec]   Reason: no suitable image found.  Did find:
     [exec] 	/opt/local/lib/libIDL-2.0.dylib: mach-o, but wrong architecture

Figuring that libidl is compiled as 64 bit and the gecko sdk is 32 bit, I go searching the web. This leads me to a forum post on compiling Camino on Snow Leopard.

Mac OS 10.6 is 64-bit as native, while Camino is far from 64-bit ready. So cross-compiling to 32-bit is required.
First hurdle was to cross-compile and install the required libIDL library, in 32-bit. Luckily MacPorts contain a universal libIDL, so after I got the hint about “versions” I got that going using the command – “sudo port install libIDL +universal”.

Alright, so now I’m trying to install the universal libIDL file and I hit another error.

Command output:       _IDL_inhibit_get in libIDL_2_la-parser.o
      _IDL_queue_new_ident_comment in libIDL_2_la-parser.o
      _IDL_file_set in libIDL_2_la-parser.o
      ___IDL_do_pragma in libIDL_2_la-parser.o
      _IDL_ns_scope_levels_from_here in libIDL_2_la-ns.o
      _IDL_tree_properties_copy in libIDL_2_la-util.o
      _IDL_tree_walk2 in libIDL_2_la-util.o
      _IDL_tree_to_IDL in libIDL_2_la-util.o
      _IDL_tree_get_scope in libIDL_2_la-util.o
      _IDL_tree_remove_inhibits in libIDL_2_la-util.o
      _IDL_tree_property_remove in libIDL_2_la-util.o
      _IDL_tree_property_get in libIDL_2_la-util.o
      _IDL_tree_property_set in libIDL_2_la-util.o
  "_g_log", referenced from:
      _IDL_check_type_cast in libIDL_2_la-util.o
      _IDL_tree_walk_real in libIDL_2_la-util.o
      _IDL_tree_walk_real in libIDL_2_la-util.o
      _IDL_emit_IDL_literal in libIDL_2_la-util.o
      _IDL_tree_get_node_info in libIDL_2_la-util.o
      _IDL_tree_get_scope in libIDL_2_la-util.o
      _IDL_tree_remove_empty_modules in libIDL_2_la-util.o
      _IDL_tree_remove_inhibits in libIDL_2_la-util.o
      _IDL_tree_process_forward_dcls in libIDL_2_la-util.o
      _load_inhibits in libIDL_2_la-util.o
      _IDL_tree_free in libIDL_2_la-util.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [libIDL-2.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Here is where I’m stuck. I have no idea what symbols are missing. Please, leave me a comment if you have any ideas on how to make this work.

Firefox - Discover all the ways a browser can make the Web better for you. Firefox is the safest and most enjoyable way to surf the Web.

Tweets for the Week (2009-10-25)

Powered by Twitter Tools

Tweets for the Week (2009-10-18)

  • "We improve ourselves by victories over ourself. There must be contests, and you must win." – Edward Gibbon #quote #
  • planning to organize my work today. #
  • I'm tired of my headphone cord getting caught on the arm of the chair. Anyone have suggestions for a good wireless replacement? #
  • wtf, just started what was suppose to be "big trouble in little china". The movie that actually started was "Big Trouble". #
  • according to netflix "big trouble" isn't even suppose to be an instant watch. oops. #
  • "Ancient Rome declined because it had a Senate; now what's going to happen to us with both a Senate and a House?" – Will Rogers #quote #
  • @IdeaShower no. I just disabled compiling my idl files until they've changed. Then I'll have to do something. in reply to IdeaShower #
  • "I can't understand why people are frightened of new ideas. I'm frightened of the old ones" – John Cage #quote #
  • "Curiosity is one of the permanent and certain characteristics of a vigorous mind." – Samuel Johnson #quote #
  • I'm sorry, but this just looks awesome. http://tinyurl.com/ylk3vk8 #
  • I just purchased the domain name webtechstudios.com. A search of corporate names in Iowa didn't turn anything up and I like it. #
  • "Failure is not the only punishment for laziness; there is also the success of others." – Jules Renard #quote #
  • Liked this video titled: 'Where The Wild Things Are' Trailer 2 HD http://tinyurl.com/yjpd7mh #
  • Liked this video titled: Fast-Paised review: 'Where the Wild Things Are' http://tinyurl.com/yz79nfv #

Powered by Twitter Tools

Noah Dancing

Rachel’s mom stopped by for a visit the other day and she left us a disc of photos she has taken over the past couple of years. We ran across this gem of Noah playing and dancing at Andrew and Holly’s wedding.




Noah Dancing

Originally uploaded by richwklein

Tweets for the Week (2009-10-11)

  • "The great thing about human language is that it prevents us from sticking to the matter at hand." – Lewis Thomas #quote #
  • It's mornings like this that I'm glad we bought an espresso machine. #
  • "Seeing ourselves as others see us would probably confirm our worst suspicions about them." – Franklin P. Adams #quote #
  • "I may not have gone where I intended to go, but I think I have ended up where I needed to be." – Douglas Adams #quote #
  • I'm expecting the boy's halloween costumes to be delivered today. I wonder if UPS will leave them on the doorstep like my computer? #
  • "If all else fails, immortality can always be assured by spectacular error." – John Kenneth Galbraith #quote #
  • 5:00 PM on a Sunday and Jordon Creek was nuts. I wonder why it was so busy. #
  • Going home and there are 3 hot air balloons. It's 40 degrees out. they have got to be cold…and crazy. #

Powered by Twitter Tools

Reservoir Turtles

Reservoir Dogs is one of my favorite movies of all times. withonea has put together a great mashup of the Reservoir Dogs trailer and Teenage Mutant Turtles footage. Check it out below.
Read more »

Tweets for the Week (2009-10-04)

  • "If you can do a half-assed job of anything, you're a one-eyed man in a kingdom of the blind." – Kurt Vonnegut #quote #
  • Last minute push on "Extend Firefox" contest. Trying to get things ready. #
  • Back to the regular job today. #
  • "We all have a few failures under our belt. It's what makes us ready for the successes." – Randy K Milholland #quote #
  • City is working on the sewer in front of my house today, so I'm at the coffee shop. #
  • Doing training this morning. #
  • Training is done. #
  • back home working. I think they are all done working on the sewer or so I hope. #
  • "A person is never happy except at the price of some ignorance." – Anatole France #quote #
  • "A man's feet should be planted in his country, but his eyes should survey the world." – George Santayana #quote #
  • w0000000000t!!! #
  • sometimes you just have to yell when you suddenly get something working like it is suppose to. #
  • Friendly reminder: Interstate 35 class of 1994 our 15 year reunion is tomorrow 7:00 PM at Sports Page. #

Powered by Twitter Tools

Next Page »