Slashdot Mirror


User: Surt

Surt's activity in the archive.

Stories
0
Comments
8,792
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8,792

  1. Re:CRC on Ask Slashdot: How Do I De-Dupe a System With 4.2 Million Files? · · Score: 1

    Given he's not interested in security but uniqueness, a Rabin Fingerprint would be both faster and better for this purpose than any of the security hashes.

  2. Re:CRC on Ask Slashdot: How Do I De-Dupe a System With 4.2 Million Files? · · Score: 1

    May as well compare the first 8 bytes, you can do that in a single instruction, and the cost to read 8 should be the same as 4. If you're clever enough you can probably do a 32 byte comparison in a single op.

  3. Re:CRC on Ask Slashdot: How Do I De-Dupe a System With 4.2 Million Files? · · Score: 4, Insightful

    $19.95 for a beta of something you can whip up in an hour of shell scripting.
    If the poster were you, they wouldn't have had to 'ask slashdot'.

  4. Re:Who is the author, and what has he done? on The Truth About Hiring "Rock Star" Developers · · Score: 1

    I find it odd that in your discussion of programming tests your examples are all DBA oriented.

    Programming tests are most useful for weeding out the large numbers of incompetent candidates. The incompetent candidate can't finish in the time allowed, and their code is often an obvious mess. A competent candidate breezes through it, their code is well organized and readable. A rockstar finishes the 45 minute interview problem after 10 minutes, and his solution covers all the edge cases it took you a year of familiarity with the problem to discover.

  5. Re:Rockstars aren't all they're cracked up to be on The Truth About Hiring "Rock Star" Developers · · Score: 1

    The problem of course is that it takes a rockstar manager to tell the two apart BEFORE the project falls apart during the maintenance years. And rockstar managers are rarer than rockstar programmers.

  6. Re:I weep for my country on Survey Reveals a Majority Believe "the Cloud" Is Affected by Weather · · Score: 1

    Yeah, my point was only that traditional client server typically didn't have failover, particularly not geographically dispersed failover in case of local things like earthquake or hurricane (client server failover would have meant 'within the building'), whereas I think that's an essential part of what cloud is really supposed to mean.

  7. Re:640K years on How Long Do You Want To Live? · · Score: 1

    If you want to have a yacht, that takes a certain amount of mass for the boat, and a certain volume of ocean to sail it on. There isn't enough mass on earth to provide that lifestyle to the majority. And that's just for that aspect of being wealthy. The list of things not everyone can have goes on and on.

  8. Re:I weep for my country on Survey Reveals a Majority Believe "the Cloud" Is Affected by Weather · · Score: 1

    If you're talking what most people would consider 'true' cloud computing, it's client server with transparent failover redundancy with backup nodes in geographically dispersed regions.

  9. so 49% are wrong then? on Survey Reveals a Majority Believe "the Cloud" Is Affected by Weather · · Score: 1

    Cloud computing is most definitely affected by the weather. Rain, lightning, and hurricanes can all easily cause outages.

  10. Re:Not for me... on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 1

    I'd definitely agree it's not for everyone or every team, or every project. It's really a technique that should be used only where a low bug rate / high quality is near the top of the list of requirements. If you aren't getting the long-term maintenance cost reduction, there's no point in paying the upfront price.

  11. Re:it's an arms race on White House Finalizes 54.5 MPG Fuel Efficiency Standard · · Score: 1

    Double-woosh!

  12. Re:it's an arms race / time constant important... on White House Finalizes 54.5 MPG Fuel Efficiency Standard · · Score: 1

    That's exactly my point.

  13. Re:Suck it and see, it's not for everyone on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 1

    It also appears to be true for two highly skilled coders, and one skilled and one mediocre.

  14. Re:CAFE Kills on White House Finalizes 54.5 MPG Fuel Efficiency Standard · · Score: 1

    That's not a realistic worry. The gargantuan share of all trips is people to the office or stores. All of these cars are going to be sufficiently large to make all of those trips without need for repetition.

  15. Re:it's an arms race on White House Finalizes 54.5 MPG Fuel Efficiency Standard · · Score: 4, Insightful

    It's always the fittest who survive, you're just unhappy about who that turns out to be.

  16. Re:What really should be paired on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 1

    People do this. Most management decisions at my company are made with at least two, if not more, managers involved.

  17. Re:Not for me... on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 1

    #2 is considered one of the main benefits of pair programming. You're making the other coder better, and the value of having two good programmers on staff in the long run is much more valuable than the delta in productivity due to pairing.

    We make enterprise software for fortune 500 insurance companies using agile and pair programming, and we've delivered new versions year after year for a decade now.

  18. Re:Yep on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 1

    Go google human centipede. I assume you just didn't get the reference.

  19. Re:I will never understand pair programming on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 1

    Code reviews are out of context. By the time you execute one, the cost to make a change is potentially very high, and will incur resistance (/the temptation not to fix something because of the high cost of doing so). Pair programming catches those same issues at the time they are created, and offers the opportunity to fix said problems at a much lower cost. Code reviews also deal with a potentially unmanageably large batch of code. The reviewer can get tired, lose focus, etc, particularly since he's not invested in the development of the code.

    Bottom line, there are all kinds of human factors going on there that 'be disciplined' can only fight to a minimal extent.

  20. Re:Worth trying on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 1

    If you can make those decisions at design time, it's time to write a code generator.

  21. Re:Back in the old days... on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 1

    As is getting pointed out all over the place, XP is more than just PP.

  22. Re:Suck it and see, it's not for everyone on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 1

    Seems like for work that you just need to knock out, you might be even better off offshoring, or at least hiring new grads instead of seniors.

  23. Re:Suck it and see, it's not for everyone on The Programmers Go Coding Two-by-Two — Hurrah? · · Score: 2

    I'd be very curious to know how you're measuring productivity. Our experience has been that pairing results in more than 200% productivity.

    (For our definition of productivity, which includes the long-term maintenance effort on the resulting code).

  24. Re:640K years on How Long Do You Want To Live? · · Score: 1

    No, implying that useful capital requires a minimum number of atoms to provide said lifestyle. There aren't enough atoms, no matter how you arrange them.

  25. Re:600 years. on How Long Do You Want To Live? · · Score: 1

    That's only because the brain doesn't remain pliable, and we're closing in on understanding how to fix that.