Slashdot Mirror


User: mahadiga

mahadiga's activity in the archive.

Stories
0
Comments
602
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 602

  1. tracert on How Does the New Google DNS Perform? (and Why?) · · Score: 1

    I picked DNS after performing this test

    $tracert 8.8.8.8
    $tracert 8.8.4.4
    $tracert 4.2.2.4
    $tracert 208.67.222.222

  2. Re:Pointless hype on How Does the New Google DNS Perform? (and Why?) · · Score: 1

    switch to using 8.8.8.8, but I worry that if they do, one of the the original goals for DNS will be lost. That its distributed.

    How does Google Public DNS know which data center to send me to?
    Google Public DNS uses anycast routing to direct all packets to the closest DNS server. For more information on anycast routing, see the Wikipedia entry.

  3. Re:Link to CLICKABLE actual study on Reducing One Amino Acid Could Increase Lifespan · · Score: 1
  4. For e.g. on Defining Useful Coding Practices? · · Score: 1

    When I'm coding in C, I adopt the best practices from http://lxr.linux.no/

  5. Re:Variance is the key on How Men and Women Badly Estimate Their Own Intelligence · · Score: 1

    Men and Women have different priorities in life.

  6. Re:More Corpoate Theft on FCC Inquires About Controversial Verizon Fees · · Score: 1

    American companies don't make money, they steal money. They lie and use "tricks and traps" to pick people's pockets.

    "If you want to tell people the truth, make them laugh, otherwise they'll kill you." --Oscar Wilde

  7. Depending on the Country you're residing on Google Launches Public DNS Resolver · · Score: 1

    I'd suggest you pick the best DNS from http://www.manu-j.com/blog/opendns-alternative-google-dns-rocks/403/ or http://www.dnsserverlist.org/indexbeta.php?oby=Q_RTT depending on the Country you're residing.

  8. Re:Why wouldn't they? on EFF Wants To Know If the Feds Are Cyberstalking · · Score: 1

    It can pollute the society where everybody will be treated as potential criminal.

  9. Re:I'm probably one of the few... on Google Tries Not To Be a Black Hole of Brilliance · · Score: 1

    "The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man." --George Bernard Shaw

  10. Economic recession on Google Tries Not To Be a Black Hole of Brilliance · · Score: 1

    I think this is Google's way of addressing economic recession

  11. Re:Technically, the hard part is done. on Google Tries Not To Be a Black Hole of Brilliance · · Score: 1

    I think need people who can develop http://en.wikipedia.org/wiki/Disruptive_technologies

  12. Re:I guess it is good news... on Google Launches Public DNS Resolver · · Score: 1

    geographically near you when you use one of those addresses.

    You can get that list in http://www.dnsserverlist.org/indexbeta.php?oby=Q_RTT

  13. Phone number on EFF Wants To Know If the Feds Are Cyberstalking · · Score: 1

    Never disclose your phone number on Facebook.

  14. desktop applications on Service Oriented Architecture With Java · · Score: 1

    SOA is good for connecting desktop applications to web browser.

  15. Re:System Registry on Black Screen of Death Not Microsoft's Fault · · Score: 1

    I think it should be replaced with SQLite

  16. Re:Frist Psot! on Google May Limit Free News Access · · Score: 1

    If they're picky, they mightn't let hits from Google through but still allow the Google bot to index their pages. Change your User-Agent accordingly. In Firefox, go to about:config and change general.useragent.extra.firefox to Googlebot 2.1 and off you go (as Googlebot).

    I'd not recommend this because it will make gmail impossible to use.

  17. Re:The reason is obvious on Craigslist Blocks Yahoo Pipes · · Score: 1

    And this also includes http://www.google.com/xml

  18. Unstructured data on Harvard Says Computers Don't Save Hospitals Money · · Score: 1

    Information in most of the medical records is unstructured. I believe http://www.mediawiki.org/ is right solution for unstructured information instead of multi-million dollar solutions vendors are offering.

  19. Re:Patents aren't the problem on Recipient of First Software Patent Defends Them · · Score: 1

    I agree. There is no place for patents in http://en.wikipedia.org/wiki/Service_economy
    And in service economy Credibility = Quality + Consistency

  20. Let us appreciate them. on Canadian Blood Services Promotes Pseudoscience · · Score: 1

    They are advising appropriate diet based on our blood group.

  21. Re:That's pretty evil. on Scientology Charged With Slavery, Human Trafficking · · Score: 1

    "Religion was born when the first con man met the first fool." -- Mark Twain

  22. MBA Guy on Do You Hate Being Called an "IT Guy?" · · Score: 1

    You may want to find out what a MBA Guy knows and does?

  23. Depends on Do You Hate Being Called an "IT Guy?" · · Score: 1

    Depends on what you're selling?

  24. Re:Oh please... on Microsoft's Top Devs Don't Seem To Like Own Tools · · Score: 1

    For years afterwards, the whole entirety of multi-threading in both .NET and C++ were "threads" and "locks".

    +1

  25. Curious on Microsoft's Top Devs Don't Seem To Like Own Tools · · Score: 1

    Are there any IDEs for Kernel Programming?