Slashdot Mirror


User: hey

hey's activity in the archive.

Stories
0
Comments
1,821
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,821

  1. 1&1 on Surveying the World of the Biggest Server Farms · · Score: 1

    Never head of this company.

  2. MySql - TheirSql on MySQL Founder Starts Open Database Alliance, Plans Refactoring · · Score: 2, Funny

    suggested name change.

  3. Re:This is an easy one. on Dealing With ISPs That Use NXDomain Redirection? · · Score: 2, Informative

    Good point. They should thank the ISP for this alert.

  4. comparisons, wow on Test Driving the Wolfram Alpha · · Score: 1

    Being able to compare the population of two places doesn't seem so amazing to me. Now, I can get the population of 2 states and compare them myself.

  5. Deleting a file on Windows 7 "Not Much Faster" Than Vista · · Score: 1

    For me the slowest thing in XP is deleting a file/folder. Sometimes it takes minutes to delete a small file.

    I guess its it needs to make some room in recycle bin but...come on. How hard can it be to make the recycle bin a database design for this job. Jeeze.

  6. Coming May 2009 on Wolfram Alpha vs. Google — Results Vary · · Score: 1

    If you go to http://www.wolframalpha.com/
    it says coming May 2009. Er, I call that uninformative. Its May 2009 now. So when in May 2009... very inexact.

  7. Re:Well, of course on Wolfram Alpha vs. Google — Results Vary · · Score: 2, Interesting

    As a human I don't know what the correct answer to "Microsoft Apple?" is. Or "Sydney New York?".
    Do you want info on running Microsoft Office on Apple Macs? Trying to find if there are a town called Sydney in NY state, etc!
    I think it would be better if Alpha asked for clarification.

  8. Re:Power consumption: wired vs wifi on Time To Cut the Ethernet Cable? · · Score: 1

    It would be nice if laptops could power down the wifi port after a period of non-use.

  9. Not Microsoft on Why Digital Medical Records Are No Panacea · · Score: 1

    I think all Slashdot users can agree it would be terrible if Microsoft got in this game.
    If this might happen, show me where to protest!

  10. How on Why Digital Medical Records Are No Panacea · · Score: 1

    I suppose electronic records are inevitable.

    I wonder how it will be done do capture useful info.
    If its just a PDF of a doctor's hardcopy scribbling ... its not very useful. But a list of every drug you have ever taken with dates and times could be useful. For detecting side effects.

  11. Re:We all love SPAM! on UK Government To Monitor All Internet Use · · Score: 1

    Perhaps they only need to keep one copy of each mail and a list of who it went to.

  12. Category with the answer in the question on IBM Computer Program To Take On 'Jeopardy!' · · Score: 1

    There is a Jeopardy category where part of the answer is in the category name. Eg would could it "bee"? Where all the answers have the string "bee" in the answer. That kind of question would be easier for a machine than a person.

  13. English on Ancient Books Go Online · · Score: 2, Informative

    Quite a few in English...
    http://www.wdl.org/en/search/gallery?ql=eng&l=English

  14. Re:Purely antcompetitive in nature on Windows 7 Starter Edition — 3 Apps Only · · Score: 1

    You can type URLs into Windows Explorer.
    I wonder if Microsoft is trying to push everyone to web-based applications!!!

  15. Re:Original story link on Windows 7 Starter Edition — 3 Apps Only · · Score: 1

    IE doesn't count so you can use gmail, web-based music player, etc.

  16. Re:Original story link on Windows 7 Starter Edition — 3 Apps Only · · Score: 1

    So many exceptions. How does the OS decide what counts to the limit and not. By the full path of the EXE? Does the program do a special system call to become exempt? Is there a database of characteristics? All this seems pretty hackable.

  17. Other ways on The FBI Has a Trojan To Watch You · · Score: 1

    I am not a bad guy but its interesting to think about other ways to get the info from Verizon.

    I recall some old movies where a message was planed in the classified section of a newspaper. It would be pretty hard for the FBI to trace that.

    If you want to do the same thing online, tell the blackmailee to post some info in the corner of their very busy homepage.

    Why not setup that offshore bank account yourself, tell the backmailee the account number and have them deposit the money.

     

  18. april fools on Oracle Buys Sun · · Score: 1

    Too bad its not April Fools Day.

  19. Re:Funny or not? on Looking To Spammers To Solve Hard AI Problems · · Score: 1

    Nice idea. What about a joke you have heard before? Is it still funny?

  20. storms on Computer-Controlled Cargo Sailing Vessels Go Slow, Frugal · · Score: 1

    Everyone's talking about pirates. Seems to me that storms are more likely... the longer you are at sea.

  21. Re:Yes on Shouldn't Every Developer Understand English? · · Score: 1

    How do you say "not"?
    In English one can just add "not" in front in an expression to negate it. But in French isn't
    "ne [expression] pas" required?

    Do you have a link or some more example code?

  22. confirmation is better on Gmail Adds 5 Second Send Rule · · Score: 1

    It would be better if it showed you the mail you can just written and asked you to confirm.
    Like Slashdot comments. Perhaps a delay so people can't automatically click on confirm.

  23. Re:I would go further than Linus on this one... on Kernel Hackers On Ext3/4 After 2.6.29 Release · · Score: 2, Funny

    Well, its not ironic. It would be ironic if the ext3/4 authors lost their code in a crash because of the order that the data was written.

  24. Re:You young whippersnappers don't know nothing! on "Slacker DBs" vs. Old-Guard DBs · · Score: 1

    That network model looks useful. Too bad there don't seem to be any reality available implementations to try out.

  25. Re:null or not null, that is the question on Null References, the Billion Dollar Mistake · · Score: 1

    Just to follow up.

    I meant Microsoft Visual C++.

    It seems it uses 0xCCCCCCCC for uninitialized memory not NULL pointers. Sorry about that.

    Here's an article on it:
    http://www.codeguru.com/Cpp/W-P/win32/tutorials/article.php/c9535/

    Maybe it you try to follow a NULL pointer you end up at uninitialzed memmroy. eg printf("hello %x", *NULL);