Slashdot Mirror


User: Rick+and+Roll

Rick+and+Roll's activity in the archive.

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

Comments · 483

  1. Defensive? I think not on Microsoft Leveraging iPod Patent? · · Score: 2, Interesting
    There are a lot of Microsoft apologists that will come out and say that Microsoft only uses their patents defensively, as if there's nothing wrong with what they're doing.

    Well, that hasn't been what they've been saying lately. They've been talking about licensing fees. Guess how people collect on those?

    Right now I believe they already charge Apple licensing fees for the FAT file system. I guess they're making their IP division directly generate revenue.

    Please boycott Microsoft products. They eventually use anything they make for consumers against consumers.

  2. Re:What about Section 508? on US Copyright Office Considering MSIE-only website · · Score: 2, Interesting
    They have extrinsic support, obviously. Konqueror/Safari also have intrinsic support.

    The point is, though, adding support for other browsers doesn't take support away from IE.

  3. Re:Booting Windows XP on Pentium 4 Overclocked to 7.1GHz, Sets World Record · · Score: 1
    I got it. Also, I would not have seen the snippet of the previous poster's comment due to mod preferences w/o your post, so that was a plus too.

    This overclocker really is a master. Most would just stop at "it doesn't run windows but it does get that fast". They wouldn't have bothered to do something interesting like calculate pi.

    He deserves the record, and a job at Google, Microsoft, Intel, AMD, Apple, wherever he wants to work.

  4. Re:William Shanks on Pentium 4 Overclocked to 7.1GHz, Sets World Record · · Score: 1

    That's a lot of p.

  5. Re:Credit where credit's due on Did Microsoft Invent The iPod? · · Score: 1, Offtopic
    Finally! Someone important in the tech industry with an ordinary name.

    Bill Gates is pretty ordinary, but that was a long time ago.

    Now I see Sergey Brin, Bruce Perens, Theo De Raadt, and David H???????? Hanson. Plus there's people that just happen to have the same names as famous people in non-geek circles, such as Dave Thomas. And I have a Sysadmin named Martha Stewart.

    I hope Jeff Robin gets a little fame for his invention. It's no small achievement.

    And for those of you who think it isn't an invention, you are wrong.

  6. Stupid government rules... on Summer Internships - The Good, and the Bad? · · Score: 1
    ...Without the government playing any part in it!

    Sun's HR department really needs to be clued in. They should be forced do read every Paul Graham article.*

    *I've read every one of them voluntarily.

  7. What about reddit? on Summer Internships - The Good, and the Bad? · · Score: 2, Interesting
    Paul Graham provides a link to , saying it is programmed in Common Lisp. It's got to be one of his Y combinator startups.

    It's a far more interesting project than CoPilot, for two reasons. First, the people making it are actually going to own the business. Second, the thing they're making isn't scheduled for obsolence in the next three years, as CoPilot is (when MS releases Longhorn with an RA feature).

  8. Re:I agree. on Hiring Good Programmers Matters · · Score: 1
    I think both groups are dedicated programmers. The rockstars just might not be dedicated to your project.

    And both groups are above average. And neither quality is mutually exclusive.

    My point is that below average, you'll find people who aren't dedicated at all. And these are the people who will add the most bugs.

  9. Re:Working Software on Hiring Good Programmers Matters · · Score: 1
    Very interesting post. It actually took me about thirty seconds to figure out why your were going up to sqrt(currentIndex). I guess I fit into the first category :(

    The main point of my post was that Joel really didn't say anything new, except he had a very elitist way of saying it. That's why I just used an age-old quote.

  10. I agree. on Hiring Good Programmers Matters · · Score: 4, Insightful
    I agree. In the words of Leon Battista Alberti,

    No art, however minor, demands less than total dedication if you want to excel in it.

    This means that people who aren't dedicated to their profession won't properly trap errors, will always be calling functions wrong, and won't figure out what their users want. In a word, they won't excel.

    If you don't want your software to have nasty bugs, hire good programmers. If you want your software to work beautifully, hire good programmers.

  11. Re:Mod parent way up :) on Successful Strategies for Commenting Your Code · · Score: 1

    Do you ever lose Karma? I've been a real dick lately and I still have my extra point.

  12. Re:patent violation on Why Bill Gates Wants 3,000 New Patents · · Score: 1

    It's not like this is some kind of writing competition. This is Slashdot, and I'm not even using my real name. So if I forget to double-check my writing, BFD.

  13. Re:patent violation on Why Bill Gates Wants 3,000 New Patents · · Score: 1
    Do you work for Microsoft?

    If you knew C better, you would know that string literals are null-terminated. This means that "YES" would take up 4 bytes. Hence there is not enough space, and your comment doesn't contribute to the funniness of the discussion, except that it's funny that you don't know C very well.

    As an example, to prove that I am write, I declare a four-byte string, initialize the bytes to 55 (just a number I picked), and sprintf "YES" into it:

    int main(int argc, car **argv) {
    char yn[4];
    yn[0] = 55;
    yn[1] = 55;
    yn[2] = 55;
    yn[3] = 55;
    sprintf(yn, "YES");
    printf("%d %d %d %d\n", yn[0], yn[1], yn[2], yn[3]);
    return 0;
    }

    This prints out "89 69 83 0" - no 55's left!

  14. Re:Disbar Patent Abusers on Amazon Seeks Web Services Patent · · Score: 1

    I prefer to call them the Patent Bandits.

  15. Re:Hated it on Learning Perl, 4th Ed. · · Score: 1

    Well apparently people just agree with you. And even though I like Larry Wall (he has a cool story about creating Perl and his talk about Perl 6 is interesting to me), I am inclined to agree with you about Programming Perl at least. There is a lot of fluff in that book.

  16. YES! on Spring into Technical Writing · · Score: 1

    YES! People who can't write or speak well also don't have a good understanding of the concepts. It's just the way it is, and the way it has to be.

  17. Re:Hated it on Learning Perl, 4th Ed. · · Score: 1

    Sounds like somebody hasn't discovered he power of CPAN!

  18. Re:Recommended books on Learning Perl, 4th Ed. · · Score: 1

    Well, actually I think you would have a job. If you were the guy on PerlCast, you have two jobs, a writing job and a consulting (programming/managing) job. If you lose your writing job you still have your consulting job.

  19. Re: Sad news ... Art Bell dead at 52 on Yahoo Purchases Konfabulator · · Score: -1, Offtopic
    Yes, that is very sad. Also sad (but correct) is the offtopic rating.

    Someone should submit a /. story so he can be properly remembered.

  20. Re:You know you're a geek when... on Internet Explorer 7 To Be XP Only · · Score: 1

    You're a real geek when you can understand the perl code (I can't).

  21. Re:You mean (_|_) on Microsoft Frowned at for Smiley Patent · · Score: 1

    Hey, that's not a smiley, that's an operator :)

  22. Re:Lies... Damn lies... on Google's Share of Searches Falling? Or Increasing? · · Score: 1

    yeah. perhaps one counted going to the search home page. then they would count all of the people who don't know how to change their home page but type google.com in the address bar every time they want to search for something.

  23. Re:American universities on UC System Chooses Mindawn Download Service · · Score: 1

    I agree. It's silly.

  24. Re:Right Place, Right Time on Microsoft's 10-year-old Certified Professional · · Score: 1
    I agree. And a good opportunity, more often than not, helps people become smarter. I know I would be smarter now if I went to MIT rather than a state school. I don't try to pretend there's no big difference.

    The mind-opening exercise has helped me to get my thinking in the right place, and now I am watching MIT OpenCourseware videos, and learning a lot.

    Going to a great school or being mentored properly is not so much a reward as an opportunity.

  25. Re:the art of open source on JBoss Founder Hard-Nosed About Open Source · · Score: 1
    It's installable if you have network access.

    The person who first told me about OpenBSD makes his own disks by taking the barebones ISO's and adding the packages (.tgz's), src.tar.gz, sys.tar.gz, and ports.tar.gz. It seems pretty easy (though I don't know jack about bootable CD's yet).