
I bet you never realized how amazingly well Domino’s setup their locations in NYC for the perfect amount of spacing between them for quick delivery.

I bet you never realized how amazingly well Domino’s setup their locations in NYC for the perfect amount of spacing between them for quick delivery.
This gallery contains 33 photos.
Due to a beached whale, state parks were closed this weekend and the annual fireworks were moved from Liberty State Park to what I consider the superior waterfront location (it’s easier to get in/out on foot). Not to bad photo … Continue reading

Best solution I’ve got for when Docker fills up your hard drive. I think I named this cronjob correctly.
From 9to5Mac:
At least part of the driver for this is to ensure that the servers are secure. Apple has long suspected that servers it ordered from the traditional supply chain were intercepted during shipping, with additional chips and firmware added to them by unknown third parties in order to make them vulnerable to infiltration, according to a person familiar with the matter. At one point, Apple even assigned people to take photographs of motherboards and annotate the function of each chip, explaining why it was supposed to be there. Building its own servers with motherboards it designed would be the most surefire way for Apple to prevent unauthorized snooping via extra chips.
I can’t say this is terribly surprising. There’s been reports of this sort of thing happening to Cisco hardware among others.

Since the Treasury Department announced they will be redesigning the $10 bill and featuring a woman on the front, it got me thinking. While more obscure, Grace Hopper is the ideal candidate.
Lets go through her qualifications:
Per the Treasury Dept. website:
…The person should be iconic and have made a significant contribution to — or impact on — protecting the freedoms on which our nation was founded.
I think a Navy veteran buried in Arlington National Cemetery with full military honors meets the qualifications as much as anyone who walked the face of this earth.
So to summarize, she’s a female veteran who climbed the ranks of the Navy who quite literally invented her field and launched and industry that’s reshaping her country and the world even years after she passed away. I’d say that’s worth $10.
This gallery contains 17 photos.
This gallery contains 14 photos.
Took some photos from down by Liberty State Park for the 4th of July
Hopefully this saves someone doing a Google search some time. Running something like sudo ubuntu-vm-builder kvm trusty tahir on Ubuntu 14.04 at least seems to sometimes generate the following error (emphasis mine):
Preparing to unpack .../linux-image-virtual_3.13.0.52.59_amd64.deb ... Unpacking linux-image-virtual (3.13.0.52.59) ... , stderr: grep: /proc/cpuinfo: No such file or directory This kernel does not support a non-PAE CPU. dpkg: error processing archive /var/cache/apt/archives/linux-image-3.13.0-52-generic_3.13.0-52.86_amd64.deb (--unpack): subprocess new pre-installation script returned error exit status 1 Examining /etc/kernel/postrm.d . run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic Errors were encountered while processing: /var/cache/apt/archives/linux-image-3.13.0-52-generic_3.13.0-52.86_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Ends up this is an older known bug. Adding --addpkg linux-image-generic seems to work as recently as Trusty Tahir.