Slashdot Mirror


User: dj_whitebread

dj_whitebread's activity in the archive.

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

Comments · 17

  1. Re:Video on Google Instant Messenger Coming Really (or Not?) · · Score: 1

    Actually, it really doesn't matter if you have mod points since you can't post and mod the same thread. Haven't done this much, huh?

  2. Re:Poor Assembly language design on Why Doesn't the Itanium Get the Respect It's Due? · · Score: 1

    IA64 assembly was never meant to be written by a human. It is a processor design driven by compiler research.

  3. Re:Call me a cynic. on Google Summer of Code Expands · · Score: 3, Informative

    They aren't taking more submissions. They are just picking twice as many people from the original batch of applicants.

  4. Re:International Business MACHINES on IBM Says its Future is in Services, Not Goods · · Score: 1

    Except for the Power processors and those mainframes that make so much of the companies money. Not to mention the cell processors...

    I think "doesn't actually make anything" is a bit strong.

  5. Re:Nice to see on ACM to Honor TCP/IP Creators with Turing Award · · Score: 1

    My comment should be reworded. It has mainly given to people for their theoretical contributions. Thompson and Ritchie were sort of an anomaly.

    While I'm sure lots of the people on that list were fantastic practitioners, it was their more theoretical contributions that got them the award.

    And you only mentioned a few people from a very large list.

    The Turing Award people have only recently started to make the practitioners viable candidates every year.

  6. Nice to see on ACM to Honor TCP/IP Creators with Turing Award · · Score: 5, Interesting

    The Turing award is slowly starting to recognize people who have designed, built, and deployed systems. Up until recently, it had been given solely to people in theory.

  7. Re:About time on Looking Ahead to Tiger, Powerbook G5s · · Score: 1

    It's actually not in the Mac mini. Those still have G4's. Mac mini page.

  8. Re:Running scared on Analyst Doubts Intel's Dual-Core Demo · · Score: 1
    they spent so many years focusing on the Itanium future that they're really starting to hurt from the fact that nobody wants Itaniums
    If you are implying that they were hedging their bets on Itanium, you are incorrect. They always had two divisions, and they never had any thought (at least not the people who make the final decisions) of getting rid of the IA32 line anytime in the near future. Itanium will not sink the ship, I wish people would understand that Intel isn't stupid. Sneaky and paranoid, yes, stupid, no.
  9. Re:PhDs are sort of a double-edged sword on Google's Ph.D. Advantage · · Score: 1

    Just out of curiosity, why would someone with a PhD ever want to work at a helpdesk? Getting a PhD should not be about getting an average job.

  10. Re:Are there any good uses? on Gillette Pulls RFID Tags In UK Amid Protests · · Score: 5, Insightful

    As annoying as the bag checker is, (think Fry's) he doesn't come home with me.

  11. Are there any good uses? on Gillette Pulls RFID Tags In UK Amid Protests · · Score: 4, Interesting

    We keep hearing about the bad uses for RFID technology, but do people know of any good uses that don't invade on our privacy?

  12. An honest question on Cowboy Bebop Movie comes to the States · · Score: 1, Interesting

    I know this is going to get marked flamebait, but I have to ask...

    What is it that people see in anime? I am actually curious. I have watched several different things, and I have thouroughly enjoyed many, but I have never understood the obsession.

    So, what are the qualities that anime fans think raise it up as a great thing?

  13. last semester for SSN identification on UT Austin Hit By Massive Security Breach · · Score: 3, Informative

    Just to let everybody know, this was the last semester that UT was using SSN's as id's. We are in the process of switching over to what they call the EID. The EID is just a text string (similar to a user login). This is what we have to use to access online services for several years. Within months it was going to be our official identifier in all of the university's systems.

  14. Code snippets are the most one should have... on Are Written Computer Science Exams a Fair Measure? · · Score: 1

    Having TAed several courses now in Computer Science, (I'm a PhD student) I have truly come to believe that having students write large amounts of code is just a bad idea.

    Not only is it a pain to grade, it puts too much stress on the student.

    Code snippets are fine. Make the student show that they understand one isolated concept at a time. Also, having students analyze a given piece of code, I feel, is also very useful.

    Anyway, just my thoughts...

  15. leisure suit larry on To The Pain · · Score: 1

    Has nobody made the required:
    "hook this thing up to leisure suit larry" s&m joke...
    I expected that to be the first post...

  16. an issue of fault tolerance... on RIPE NCC Responds to ICANN CEO's Proposal · · Score: 4, Interesting
    Binding them contractually to one entity, ICANN, would create a single point of failure, possibly subject to capture.
    This is a fabulous point. From a technical standpoint, one of the fault tolerance features of the internet is its inherent sense of "multiple backups." Abstracting this to the organizational side, it becomes clear that to put all of the power into one group's hands is a weakness. There should be one standard way of doing things, but several different groups doing it.
  17. one reason behind GPT on Windows XP and Incompatibilities with Multi-Booting? · · Score: 5

    with the move towards having EFI as the intermediate between the BIOS and the OS, the GPT is a step to get rid of the one more legacy element in the PC. The MBR is considered a legacy agent, mainly by the fact to get to it, you have to use software interrupts. These are trying to be phased out. Now, with the GPT, you can install as many OSs as you would like, they each just need an entry in the table (which is very easy to do) and a file on the harddrive that actually tells it where to go.