March 2012
6 posts
Time to Talk (a song)
Since were not speaking I will say this A little effort is as good as none and now that were strangers there’s nothing to miss the prize I waited for I won Going back to school and I find you sitting miles in front of me Driving on the road the cars streak by me gladly in time with the melody Since were not speaking I will say this A little effort is as good as none and now that were...
Mar 26th
Cars & Life
Car projects that I have undertaken, simple ones mostly, are often fraught with difficulty.  The perils of car maintenance parallel the perils of living life: You can buy a manual to guide you. What looks easy at first ends up complicated and progress can come slowly. There are inevitably setbacks…the stripped screw needs to be drilled out of the cracked fixture to replace.  The steps in...
Mar 26th
Rijndael (AES) algorithm
http://www.obviex.com/samples/Encryption.aspx
Mar 20th
Salt →
Mar 19th
Nonce →
Mar 19th
Securing REST API →
Mar 19th
February 2012
1 post
propnc.snippet
<?xml version=”1.0” encoding=”utf-8” ?> <CodeSnippets xmlns=”http://schemas.microsoft.com/VisualStudio/CodeSnippet”>   <CodeSnippet Format=”1.0.0”>     <Header>       <Title>NotifyPropertyChanged Code Snippet</Title>       <Shortcut>propnc</Shortcut>       <Author>David...
Feb 11th
January 2012
2 posts
The nook needs a touchup
I had a particularly bad user experience with my nook eReader.  Where to begin… I like the idea of having my library digitally available with notes and highlights in a searchable format that is highly available.  eReaders are not there yet, at least not the nook touch.  The technology isn’t mindblowing, and the most interesting thing about the device is the display technology.  I...
Jan 2nd
Pondering the Economic Vortex
Unbelievably, I didn’t realize that today was a day off until I rolled into the office.  With the day free it gave me some time to take a look at the xkcd poster that is newly hanging on the wall. At the dollar level it shows the relative cost of goods and services for different kinds of technology, pets, and food.  There is a side-by-side comparison between average worker hourly...
Jan 2nd
December 2011
7 posts
Stranded on Git without a branch →
Flying by the seat of your pants on Git, I find myself without a branch for my just-committed changes.  Getting back on was basically this: git commit -a -m “commit merge with svn to head” git checkout -b merged_with_svn git checkout original_branch git merge merged_with_svn
Dec 22nd
Using ObservableVector (For Now) →
Without a reliable collection class that implements INotifyCollectionChanged, using ObservableVector is a a stopgap measure until (hopefully) the Beta bits are released.
Dec 22nd
Like Learning →
Dec 20th
Challenge Accepted
//Given a list of numbers and a target number X, find the pairs of numbers in the list that add to yield X //FIRST ATTEMPT: "THE LOOP" public class Pair { int First{get;set;} int Second{get;set;} public Equals(Pair x, Pair y) { if(x.First == y.First && x.Second == y.Second || x.Second == y.Second && x.Second == y.First) return true; else {return...
Dec 16th
Broccoli Salad
Ingredients 2 heads fresh broccoli 1 red onion 1/2 pound bacon 3/4 cup raisins 3/4 cup sliced almonds 1 cup mayonnaise 1/2 cup white sugar 2 tablespoons white wine vinegar Directions Place bacon in a deep skillet and cook over medium high heat until evenly brown. Cool and crumble. Cut the broccoli into bite-size pieces and cut the onion into thin bite-size slices. Combine with the bacon,...
Dec 16th
If looking for pairs, a hash is there →
Dec 16th
HTML5 Beginners Resources
Here are a few useful HTML5 resources to get you started: http://en.wikipedia.org/wiki/HTML5 http://www.html5rocks.com/ http://diveintohtml5.org/ http://html5demos.com/ http://www.html5test.com/ http://www.w3schools.com/html5/html5_reference.asp http://dev.w3.org/html5/html4-differences/ Source: http://www.adobe.com/devnet/html5/articles/html5-basics.html
Dec 14th
November 2011
1 post
Windows 8 Tips & Tricks →
Debugging, Settings, OAuth, Async Shows how to create a simple settings panel with a user control and settings panel
Nov 10th
October 2011
1 post
Spreadable TED Talks
http://www.ted.com/talks/matthieu_ricard_on_the_habits_of_happiness.html http://www.ted.com/talks/dan_gilbert_researches_happiness.html
Oct 13th
January 2011
2 posts
Calories are a garbage system
Thats just one bit of wisdom shared at the nutritional clinic I attended at The Fitness Circuit.  They wisely provided notepads which is the reason why I still have something to record here. Most of what I heard was already familiar, but a great reminder of changes that I have yet to implement.  So here were the major points Calories: A good ratio for sources of calories to keep is the zone...
Jan 24th
“Strong opinions, weakly held.”
Jan 16th
1 note