Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Summary is wrong, as usual. (Score 2) 252

I use Google's DNS service, and the .org domain name appears to be seized, but the .com domain name still points to the owner's servers. However, Rojadirecta's Web site says that both their .com and .org domain names were seized, so I would assume it's only a matter of time before DNS records are updated globally.

That's probably why you're still able to access the Web site via one of the seized domain names.

Cheers.

Comment What the hell happened inside Google? (Score 5, Interesting) 410

Their motto has been thrown down the drain with the recent press releases, media coverage, and acquisitions. It's almost as if they're no longer the original company with their great philosophies.

1. Investment in Zynga, a company who's CEO admitted to using forms of fraud to ensure the success of his company.
2. Acquisition of Slide, another company whose success is mostly based upon their acknowledged violation of MySpace's Terms of Service.
3. Discontinuation of Google Wave, a product which despite relatively low adoption levels, is very powerful and useful for many users. It's basically as awesome as GMail, but for a more niche market.
4. Now, (even though talks began 10 months ago) an agreement which undermines Net Neutrality... not by lobbying against it, not by crossing their arms regarding the issue, but by planning to make an agreement between another private company, as if the Internet were owned by them (Google)?

I'm dumbfounded. Simply dumbfounded.

I've sincerely been a Google supporter since a little kid, and loved their products, services, and philosophies... and for most of this time, I ignored most critics, since Google actually kept doing good for the most part. Now, all of that has changed. I'm very disappointed in Google. :/
Businesses

Xfire Purchased, Team Leaving 161

phorce phed and several other readers sent news that a system notification was sent out this evening through the Xfire IM client, to wit: "Xfire was bought by new owners today. Most of the team that has built Xfire over the last six years is leaving. We enjoyed working for you for the last 127 releases and wish we could stay to create the next 127. Good bye, good luck, and game on. — The Xfire Team." According to Wikipedia, the new owner is 3D Realms.

Submission + - Today is System Administrator Appreciation Day (sysadminday.com)

ArbiterOne writes: The 11th Annual System Administrator Appreciation Day is today. Celebrated worldwide on the last Friday of July, this holiday honors those who fight in the digital trenches to keep the 'Net alive.

OpenDNS offers a way to remind your boss about the holiday, while another blogger shares war stories. The startup Ksplice created an homage to these heroes... in the style of Choose Your Own Adventure.

How are you celebrating Sysadmin Day?

Government

Arlington National Cemetery's Many IT Flaws 191

imac.usr writes "A story in today's Washington Post calls to light the utter failure of the nation's most sacred final resting place to modernize its pen-and-paper record system. According to the story, the cemetery's administrators have spent $5 million without managing to accomplish the seemingly simple task of creating a database record of the site's graves. As Virginia senator Mark Warner points out, 'We are one fire, or one flood, or one spilled Starbucks coffee away from some of those records being lost or spoiled.'"

Comment Re:This is not accurate (Score 2, Interesting) 187

I'm the author of the blogpost and am inclined to reply. David, I don't mean any disrespect to OpenDNS. It is an awesome service and I too myself use it when nothing else works. I don't have anything against OpenDNS. If you for some strange reason want to discredit data from EC2 instances, please see the data from Thai and the Swedish ISP. Both are personal internet connections of people residing in the respective countries from their homes. Now that you have really discredited me, I have to work harder to get data from someone's home connection is US and UK (apparently you dont recognize data from other locations). Thanks, Sajal

Comment Slashdot uses Akamai (Score 2, Informative) 187

Slashdot.org is serving static assets from the hostname a.fsdn.com which is served via Akamai CDN. I count 19 requests to http://a.fsdn.com/* on a single pageload of the homepage. These static files are currently served by a server within my ISPs network rather than some server on the other side of the globe... Alamai uses DNS routing.
Networking

How CDNs and Alternative DNS Services Combine For Higher Latency 187

The_PHP_Jedi writes "Alternative DNS services, such as OpenDNS and Google Public DNS, are used to bypass the sluggishness often associated with local ISP DNS servers. However, as more websites, particularly smaller ones, use content distribution networks via embedded ads, widgets, and other assets, the effectiveness of non-ISP DNS servers may be undermined. Why? Because CDNs rely on the location of a user's DNS server to determine the closest server with the hosted content. Sajal Kayan published a series of test results which demonstrates the difference, and also provided the Python script used so you can test which is the most effective DNS service for your own Internet connection."

Comment Re:Stupid (Score 1) 2

Yes the website's CGI code *can* generate different URLs for images/static content based on IP but almost nobody does that, cause its very expensive to generate and makes server side caching useless. Almost all CDN services use DNS to figure out and point users to the nearest POP. Even slashdot.org is serving static assets from the hostname a.fsdn.com which is served via akamai. i count 19 requests to http://a.fsdn.com/* on a single pageload of /. which is currently served by a server within my ISPs network rather than some server ont he other side of the globe...

Submission + - In a CDN’d world, OpenDNS is the enemy (sajalkayan.com) 2

The_PHP_Jedi writes: "Alternative DNS services, such as OpenDNS and Google Public DNS, are used to bypass the sluggishness often associated with local ISP DNS servers. However, as more Web sites, particularly smaller ones, use Content Distribution Networks (CDNs) via embedded ads, widgets and other assets, the effectiveness of non-ISP DNS servers may be undermined. Why? Because CDNs rely on the location of a user's DNS server to determine the closest server with the hosted content. Sajal Kayan published a series of test results which demonstrates the difference, and also provided the Python script used so you can test which is the most effective DNS service for your own Internet connection."

Slashdot Top Deals

Luck, that's when preparation and opportunity meet. -- P.E. Trudeau

Working...