June is just around the corner and my current Vodafone contract runs out this month. Perfect timing.
The reason I was hoping for Vodafone is this: with a $79 cap, the $500 credit (currently) covers 3G data usage. You pay $1 per 5 minute block out of your cap. Its totally different how Telstra charge: $60 per month on top for data and $0.25 per MB.
Since I make about $100 of calls in a month, that’s $400 of included data in my cap; or 33 constant hours of 3G data. But wouldn’t it be nice if Vodafone shifted to an untimed/uncounted data plan for the iPhone. That is the ultimate Geek Nirvana.
Have you ever had your website hit on a topic that people find conflicting? When the site gets viewed by the masses, you need to be prepared. If you have access to modify your web server .htaccess file then go and have a read of the Coral CDN Overview
For those interested in the techie bits, here is my .htaccess for news site flood protection, and to allow CDN to serve up all my site images - thus offloading from my puny connection the bandwidth burden for images.
<ifmodule mod_rewrite.c>
RewriteEngine On
#prevent slashdot effect
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
RewriteCond %{HTTP_REFERER} blogspot\.com [NC,OR]
RewriteCond %{HTTP_REFERER} reddit\.com [NC,OR]
RewriteCond %{HTTP_REFERER} digg\.com [NC,OR]
RewriteCond %{HTTP_REFERER} news\.slashdot\.org [NC,OR]
RewriteCond %{HTTP_REFERER} slashdot\.org
RewriteRule ^(.*)$ http://techdebug.com.nyud.net/$1 [R,L]
#Rewrite images to allow CDN to serve them
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
RewriteRule ^(.*)/(.*\.(gif|png|jpe?g))$ http://techdebug.com.nyud.net/$1/$2 [R,L]
#Wordpress rewites
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</ifmodule>
A recent post on SlashDot quotes an IT professor saying:
People are unwittingly trusting the information they find on Wikipedia, yet experience has shown it can be wrong, incomplete, biased, or misleading
After reading this, I thought it was time to write about a something I found that backs this up. An anonymous user added information about Sacha Baron Cohen (known onscreen as Ali G.) to Wikipedia on November the 14th 2006. This entry added information about Baron Cohen working for investment bank Goldman Sachs prior to becoming famous as an actor.
Three days later, on November the 17th 2006 an article appeared in the Independent with the same information. The article included Baron Cohen’s career information almost as a footnote, at the end of the article - possibly using Wikipedia as the source of his “Goldman Sachs” career and other family information.
On November the 21st 2006 a second anonymous user added information to the Wikipedia entry on Baron Cohen that his early career included work at not only Goldman Sachs, but JP Morgan. Doing a lookup on this users IP address shows that it belongs to an address block allocated to JP Morgan Chase & Co! Someone at the company either new it to be true - or didn’t like the fact that he had been listed as working at a rival company; showing this addition as a potential one-upmanship entry.
A number of months later, a wikipedian actually did his homework, and on the 23rd February 2007 removed the bogus career information stating:
remove Goldman Sacks career as it is not mentioned in the Rolling Stone interview or anywhere else I can find
But it was too late. From 2007 onwards the Wikipedia entry detailing his career has been modified in an on again off again fashion. As of April 2008, the Independent and the Guardianare now used where still used (but have since been removed and discussed) as the source of the information - external references that exist outside Wikipedia - albeit written after the initial entry to Wikipedia. Since Wikipedia references used to referenced these articles as the source for this career move from investment banking to acting; it’s deemed permanent information.
The anonymous Wikipedia entries appear to have been “jokes”, or methods of associating famous people with a company - by financial industry insiders. Not only in the case of the initial change on 14 November, but also in the additional change by someone at JP Morgan on the 21st November, and subsequent additions, removals and swapping of big-time rival company names from Wikipedia.
The bottom line is that NO verifiable information existed anywhere on the internet that Baron Cohen worked for any investment banks (Goldman Sachs or JP Morgan) prior to the 14th November 2006. The only person that can tell us the truth now is Sacha Baron Cohen himself.
In February I wrote on the user talk page of the first “prankster” about this issue, but only recently has an another anonymous user commented over at SlashDot on this exact information of the same article - It could even be the same person who started this as they say:
It is now down to the rest of the world to prove that Sacha Baron Cohen DID NOT work for Goldman Sachs.
All of these thing show how easy is this to do. But how many other times has this been done? Is it the corporations, insiders or just people who work in related industries having a laugh. I’ll leave you with this (long) quote from anonymous@slashdot…
The real Wiki-vandals are the companies, governments and lobby groups of all sorts that flood Wikipedia with their squeaky clean corporate profiles (yes, corporate governments), whipped straight from their websites … These entities are the true threat to the laudable goal of Wikipedia to provide a freely accessible forum for the production and storage of (hopefully well-referenced) articles for the masses and a forum that does not restrict the privilege of contribution to those that have jumped through the all the right hoops. … The printed word is no more reliable than the plasma. Lies may be propagated on Wikipedia, but not without debate. Politicians spouting their sludge find their propaganda sitting side-by-side with those that mock them… If knowing that anything in a Wikipedia article is as likely to be crap as correct, the average reader becomes more vigilant in clicking through to the supporting sources; then Wikipedia has served the purpose of bringing to the masses the healthy skepticism that is, after all, the cornerstone of all academic pursuits. Dark eyes look down from ivory towers. Do they cheer or do they fear?
Update 20 April: since I wrote about this, and got slash-dotted, Wikipedian editors (and numerous slash-dotters) have discussed this entire issue; and the general consensus of the editors is that these two external sources are no longer valid. I think my point was understood. This may only be the tip of the iceberg and it is up to people checking their Wikipedia information to verify first, or remove - and be conscious of timelines!
Australia is a mixed bag at Broadband. In some ways we resemble the US, and in no way do we resemble the Japan style FTTN networks (yet). But the infrastructure is starting to be there. What sucks is that sometimes to get the 30 Mbps connections you have to pay quite a bit for it (AUD$90/bundled per month for 25GB, Bigpond Cable). Yes I’m only with Bigpond cable as no ADSL service exists in my area that comes close to that speed. Damn counted uploads and data shaping.
But at least unlike some countries, we do seem to have decent peering links to EU and the US. I have actually achieved 3 MBytes/sec (24Mbps) transfer on a regional transfer and about 1MBytes/sec (8Mbps) using international servers.
Why do I mention this? I just watched Walt Mossberg talk about the bad state of Broadband and the lack of integration of the online world with big TVs (watch below, 8 mins).
Lastly Australia gets, as no doubt does the rest of the world, a time lag factor of everything latest and greatest. No iPhone yet, no iTMS TV/Movie store, no local Amazon style service (some come close), up to 1 year delay on airing TV series (though it is improving recently); and so on.
The tyranny of distance, and small population on a great land mass, is at play.
Oh yes, and the iPhone rumour gets another bump - woot 3G iPhone in June, well in the US. No doubt another 6 months will pass before Australia gets it. Lets hope it is not locked to Telstra. I don’t want to have to pay for my 3G data on top of the expensive plan AND the phone. I want it bundled, and not a pitiful 5 Megabytes worth. I have a $500 cap on Vodafone for now, including all my 3G data usage at $1 per 5 mins (part of the $500 cap).
If the iPhone ends up locked to Telstra, I’ll be singing Elvis.
March 29, 2008 at 16:12 · Filed under Musings, tech
You may have noticed that my last 3 posts were about free software.
I like free stuff. Everyone likes free stuff. Why talk about free stuff?
A friend told me that the reason he enjoys using Open Source (and usually free) apps is he can customise them. He finds it frustrating that when you pay $1K per seat for an application like Mercury (now owned by HP) that sometimes it just wont do what you need. You either work with the (often times) limited and expensive tool, or you extend the functions using your own coding and software.
You can keep up with 90kts and his Open Source load testing efforts on his blog.