back
user profile
statenjason
1,081karma·133submissions·January 10, 2010
recent activity (133 total)
comment
This is answered in a response[1] to the grandparent post. "The reason that PI was not detected is because the attacker embedded a Flash object inside the Excel file. The Flash file was a 0day exploit…
comment
My lunches are spent at the gym. Nothing helps me focus on work better than getting away for an hour or so.
comment
> We spend an hour learning a concept, and only practice using it when we get home. This is why I'm a fan of what the Khan Academy[1] is striving to do. It flips this pattern around, with more ins…
comment
Odd, when I posted it all of the photos were there. They were a list of steam/xbox style achievements related to IT. Looking at it now, it seems that the cache link expired. Googling the original addr…
comment
Site is down for me. Google cache for anyone who's having same issue: http://webcache.googleusercontent.com/search?q=cache:vaksAVJ... …
comment
NuGet[1] is the package manager trezor is talking about. [1]: http://nuget.codeplex.com/
comment
Ninjas are stealthy. Carelessly adding four globals and modifying prototypes is not stealthy.
comment
Definitely has potential for the live support market
comment
Interesting. Made me think to write a simple mixin for sass. @mixin fg-contrast($bg) {
background: $bg;
$textcolor: #ffffff;
@if lightness($bg) > 50% {
$textcolor: …
comment
Like the Windows copy command. copy /b IMG_0010.JPG + SecretCodes.rar PartysAreFunLOL.jpg
comment
For as flashy as RIM tried to make the UI, they definitely skimped on the Twitter interface.
comment
The next lawsuit will be taking Google's directions to Japan. http://maps.google.com/maps?f=d&source=s_d&saddr=San... …
comment
Two months ago I hooked up jsmin from a build script for release configurations. It's been helpful to have all of the reader-friendly stuff stripped out automatically without having to store minified …
comment
Covers the Great Salt Lake, and most of the upper corner of Utah.
comment
Agreed. My gut instinct on any @hotmail.com mail outside my address book is to mark as spam.
comment
iStockPhoto's maintenance page (heading 5) rocks
comment
We switched over in our shop on release week, and I must say that I'm enjoying the new features of .NET and C# 4.0. COM interop with Office Communicator is cleaner. IronRuby + Sass for css with ASP MV…