Book Review: Shutter Island

[http://www.goodreads.com/book/show/21686] Shutter Island [http://www.goodreads.com/book/show/21686] by Dennis Lehane [http://www.goodreads.com/author/show/10289] My rating: 4 of 5 stars [http://www.goodreads.com/review/show/812773372] I'm probably not the only person who thought Shutter…

Review: So Paddy got up - an Arsenal anthology

[http://www.goodreads.com/book/show/13223330] So Paddy got up - an Arsenal anthology [http://www.goodreads.com/book/show/13223330] by Andrew Mangan [http://www.goodreads.com/author/show/5361034] My rating: 4 of 5 stars [http://www.goodreads.com/review/show/807367471] It's very different…

Largest-Triangle-Three Bucket Downsampling Graphs in C#

When graphing large sets of data, plotting fewer points but still representing the data visually can be challenging. Loading 500 vs. 5000 points can help improve load time and reduce system resources. A co-worker pointed me in the direction of a downsampling plugin [http://flot.base.is/] for flot charts…

Free Kindle Books

I have a bad habit of buying 3 or 4 books when I already have 20-30 books waiting to be read in my backlog. It doesn't help when I get an email every morning from Amazon about their kindle daily deals [http://www.amazon.com/gp/feature.html?…

Atomic Time in C#

Sometimes knowing the exact time is important. If you are trying to sync data between GPS or other values that are synced to satellites, getting the atomic time from an NIST server is required. I created a method of getting the current time from one of several time servers at…