You can include a transaction bounty (traditionally 0.01 BTC) with your payment which the verifiers receive if they're the first to verify your payment. Effectively, this puts your transaction at the top of the priority queue. When you're connected to a healthy number of peers, this can bring down the verification time down to seconds.
Isn't transaction verification tied to block generation, and isn't block generation limited to about 1 every 10 minutes?
In fact, if the statistics are accurate, my country has a higher murder rate (5 per 100K) than the "libertarian paradise" of Somalia (3.2 per 100K) (2) who have no central government (3).
There have been over 4,200 civilians killed in the fighting in Mogadishu in just the last 2 years (1). Even if that were the extent of violent crime in Somalia it would amount to an annual rate of ~23 per 100k. By all accounts, however, violent crime remains extraordinarily high throughout the entire country, we just can't put numbers to it because there are no authorities to report to. Here's some more context: over 1.5 million Somalis have been internally displaced by the violence, and over 600,000 have fled to other countries (2).
That number on Wikipedia is so low because it came from a 2004 WHO report which was compiled using data from national authorities - the vast majority of violent crime in Somalia never gets reported to any authority.
That link is wrong. Python does ship with a robotparser module in the standard library that parses robots.txt files, but urllib2 does not use it out of the box. This can be easily confirmed using Wireshark or a quick glance at the source: http://hg.python.org/cpython/file/08b5e2c9112c/Lib/urllib2.p....
Maybe I'm missing something because I'm not tuned into the Rails community, but what is going on here? Someone submitted a favicon to an open source project, and now it's on Hacker News?
As someone who's never heard of Qbix I came away from this post with the knowledge that you make "tools to accomplish things with" that represent "a leap in social communication." Oh, and that you're out to change the world. Before clicking around the site I actually thought it was a parody.
Those conditions don't apply because Google is accused of distributing a derived work. If Google is distributing a work derived from GPL'd code then they can only distribute that work under the terms of the GPL. There's a lot of debate over whether what Google's distributing can actually be considered a derived work, but that's a separate question entirely.
If I copy GPL-licensed code into my BSD-licensed library, none of my code has to be relicensed.
Yes it does, that's a pretty central feature of the GPL. See section 2.b. of the GPL (v2):
b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
A locally-hosted Greplin-like service is an idea I've been kicking around for a while and slowly prototyping -- my angle is more on the archival side, but once you have the data search is a natural step. Another interesting attempt down these lines is the (just recently announced) Locker project https://github.com/quartzjer/Locker (being written by the guy who created XMPP).
There's also a difference between trusting various bits and pieces of your data to exist on a variety of online services, and trusting a single service to aggregate all of your data from everywhere.
A local version of Greplin would be more interesting to me; I think the Locker project https://github.com/quartzjer/Locker might make that possible someday.
I think people are tainted on Map/Reduce because they see how it is done with other NoSQL DBs like MongoDB where it doesn't store the indexes
Maybe I misunderstand what you mean by stored indexes, but MongoDB supports indexes (http://www.mongodb.org/display/DOCS/Indexes), it just doesn't require them so you can perform exploratory ad-hoc queries when you need to.