This blog is reader supported
Thanks to the intrepid reader, TJ, who notified me that NHL Center Ice was now available on FiOS TV. After 14 years of service, I will bid a adieu next Friday to DirecTV. For those of you wondering why I've been touting FiOS, it's currently the only TV service that does not recompress their HD signals before throwing it down the wire. Well, other than OTA, but show me where I can get Montreal Canadiens or San Jose Sharks games in HD via OTA in Seattle.
Just so this post isn't devoid of anything other than another gloat, here's something we were just throwing up to stumble each other;
void
main ()
{
int * m;
m [1,2] = 5;
}
This does what?