HN user

Derferman

615 karma
Posts10
Comments80
View on HN

Hey guys, this is a project I put together last night. I thought it would be great to gather photos and stories about the impact of K&R on your life as a programmer. So if you have a second, snap a photo with your copy of K&R. Upload via http://kandrandyou.org/submit. If you don't have tumblr (which I'm assuming most of you don't) you can post your image in this thread or send me an email at kyle.j.conroy+kandr@gmail.com

I must have picked a bad time to become a Linode customer. My node in Fremont has been up for two days and has already seen two network outages.

Instead of writing your own blogging engine, I would suggest using one of the many extensible blogging platforms as a base and building from there.

I personally have become a huge fan of statically-generated blogs (using Jekyll[1] for Ruby or Hyde[2] for Python) as they integrate great with version control and require little maintenance. Another benefit is speed, as nginx serves static content with ease.

[1] https://github.com/mojombo/jekyll

[2] https://github.com/lakshmivyas/hyde

After reading the article, I looked into similar services available online. While I couldn't find any blogging sites, both WriteAPrisoner[1] and PrisonPenPals[2], while dated, offer to connect visitors with incarcerated pen pals.

Even more interesting, however, is that the State of Arizona banned these types of interactions in 2000[3], only to have to the law struck down as unconstitutional four years later. Specifically, the law banned any "attempts to correspond with a communication service provider or remote computing service" such as the sites listed above.

[1] http://www.writeaprisoner.com [2]: http://www.prisonpenpals.com [3]: http://www.ojr.org/ojr/law/1082592378.php

Facebook can't claim that "every person owns and controls his/her information" when the Graph API allows access (via friends permissions) to your friends' status, likes, notes, location, photos, relationships, checkins, website, groups, events, activities and birthdays[1].

In fact, the only information about your friends not available via friends permissions are email addresses and full streams.

[1] http://developers.facebook.com/docs/authentication/permissio...

At an altitude of 100,000 ft (30.48 km), the balloon reached the stratosphere portion of our atmosphere. The space shuttle and other spaceships reach the thermosphere, which is the layer between 95km and 600km. The space station orbits at an altitude of 350km. The edge of space, called the Karman line, is 100km above the Earth, meaning that the ballon technically did not enter "space". Regardless, this experiment and it's footage are fantastic.

More info at Wikipedia: http://en.wikipedia.org/wiki/Atmosphere_of_Earth

While the new crop of "Instance [website] Search" projects are cool, I feel like most are missing the key feature of Google Instant: predictions. Without predictions, the user never knows what search returned the current results. Instead of instant search, these examples feel like instant filtering.

The Open Voting Consortium is working on an open-source solution that uses everyday PCs and printers instead of these ridiculously expensive voting machines. Their solution[1] is actually paper-based, allowing for increased accountability and transparency. The source is available here[2] although the project hasn't seen activity in quite some time, so I am not sure of the status of the code base.

[1] http://www.openvotingconsortium.org/our_solution [2]: http://sourceforge.net/projects/evm2003/