Slashdot Mirror


User: JustShootMe

JustShootMe's activity in the archive.

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

Comments · 654

  1. HAHAHA on Two By Katz · · Score: 1
    OMG, this is so cute!

    Thanks for posting the source! Now I can convert it to a CGI script.


    If you can't figure out how to mail me, don't.
  2. Re:I don't want a breakup on Microsoft Settlement Talks End In Failure · · Score: 2

    Now you know that's impossible. How can I name one that isn't documented, and therefore named?

    I think you're either a troll or a microsoft flunkie.


    If you can't figure out how to mail me, don't.
  3. Re:I don't want a breakup on Microsoft Settlement Talks End In Failure · · Score: 2

    If this were true then wine would be a lot further along than it is, because then they wouldn't be reverse-engineering system calls and could put their full effort on implementing the API set.

    Every API call is NOT 100% documented.


    If you can't figure out how to mail me, don't.
  4. I don't want a breakup on Microsoft Settlement Talks End In Failure · · Score: 2

    To be honest, I don't want to see a breakup. I'd be happy if the government forced all APIs to be disclosed and documented, and if the application group got them at the same time everyone else did. I think that would clear up most of the iniquities.

    Oh, yes, I think there should be no more tying. IE should be separate, and so should the office stuff.

    That should clear up the rest of them.

    But then again, I wouldn't put anything past MS to get past that kind of stuff. Maybe a breakup is the only foolproof way.


    If you can't figure out how to mail me, don't.
  5. I just hope... on Test Drive Debian at Compaq · · Score: 4

    That none of us do something stupid and try to crack the machine. That sure would be a good way to pay them back for their "generosity"...

    For the love of $DEITY, try to behave...


    If you can't figure out how to mail me, don't.
  6. this has... on Proper Serial Console Support · · Score: 1

    ...always been one of my major complaints. I have been able to run linux without a video card offsite, but it's not much help. This could be really helpful and if I ever need to run a headless server I'll snap it up faster than... well... we needn't go into that.

    That being said, the serial console extentions to linux are really useful.


    If you can't figure out how to mail me, don't.
  7. Re:Not a Huge Deal Indeed on Jakob Nielsen Answers Usability Questions · · Score: 1

    Point taken, but if I'd spent 12 years in school and over a hundred thousand dollars on a degree, I think I would probably at least want the title out of it...


    If you can't figure out how to mail me, don't.
  8. Evidently... on Promote Your ATA66 Controller To A RAID Controller · · Score: 0

    This is pretty cool, but the guy could use some help with translation. It really looks funny with english words and german syntactical structure.

    It really easy that syntactical structure to duplicate is. You must remember verb on the end to put, when you modifier use, such as "can" or "must". That really tripped me up when I was learning it...

    oh well. I probably look like a dummkopf when I try to speck german.


    If you can't figure out how to mail me, don't.
  9. Re:How Silly on Web Censors Prompt College To Consider Name Change · · Score: 1

    There's a city in michigan near Kalamazoo called "climax". We'd always make jokes about it while driving by.

    Gotta wonder...


    If you can't figure out how to mail me, don't.
  10. Re:Promises of a large corporation.. on AOL/Time-Warner Opens Cable Network to Other ISPs · · Score: 2

    Yeah. I was an idealist once, too. Now I would like nothing more than to see corporate law completely disappear.

    You just don't see it as a student. Watch "head office" once. It's very exaggerated, but very true.


    If you can't figure out how to mail me, don't.
  11. Promises of a large corporation.. on AOL/Time-Warner Opens Cable Network to Other ISPs · · Score: 2

    I'll believe it when I see it. I trust a large corporation like I would trust a cat not to eat my pet birds.

    Promises were not made to be broken to a large corporation, they were never intended to be kept in the first place. I think anyone who even gives this the time of day until they are actually using their cable network on another ISP is setting themselves up for a fall.

    And don't harp on me for this. Corporations have made their own bed.


    If you can't figure out how to mail me, don't.
  12. Re:Yes, Einstein was a con artist. on Pirates Steal Negative $1,400,000,000 from Music Industry · · Score: 1

    Actually, that is COMPLETELY incorrect.

    Einstein's theories are among the move widely and conclusively experimentally verified theories in history, right up there with gravity. And I'm a musician... so I can make music for myself. :)

    Yes, I know you're a troll. But that is ridiculous even for a troll.


    If you can't figure out how to mail me, don't.

  13. because... on Pirates Steal Negative $1,400,000,000 from Music Industry · · Score: 2

    Piracy is just pr. You want to demonize people,accuse them of being pirates or whatever. It's all about perception. As in everything else.

    Yeah it disgusts me, but...


    If you can't figure out how to mail me, don't.
  14. Re:Better CPU == faster mem! WRONG! on The New Garbage Man · · Score: 1

    Only to a certain point. Once the cpu speed overreaches the latency of the memory, the memory becomes the road block.

    It introduces "wait states", which is basically a clock cycle where the cpu isn't doing anything but waiting for the memory to respond. These add up.


    If you can't figure out how to mail me, don't.
  15. Re:Better CPU == faster mem! WRONG! on The New Garbage Man · · Score: 1

    No. Memory is limited by latency. It doesn't matter if the CPU is 100 ghz, if it has to wait on the memory the whole system will slow down.

    It's like if you're in a car, you can go 150, the speed limit is 150, but the guy in front of you is going 50. The speed of your car doesn't matter, and the speed limit doesn't matter either. You're going 50.

    Kindly hold back your flames till you know what you're talking about. It makes you look stupid.


    If you can't figure out how to mail me, don't.
  16. Re:Unix programmers need to clean up after themsel on The New Garbage Man · · Score: 2

    He mentioned he was porting to windows. In my experience, the windows kernel is much worse at handling things like that than the unix kernel is. Sometimes you have to reboot to free the memory.


    If you can't figure out how to mail me, don't.
  17. Re:Unix programmers need to clean up after themsel on The New Garbage Man · · Score: 2

    On the flip side, Windows should release the memory of a process after termination. Memory leaks should not persist past the termination of a process.

    And your god, BG, should take that advice too, I've yet to see ANY program except for netscape with more memory leaks than Windows.


    If you can't figure out how to mail me, don't.
  18. even if... on The New Garbage Man · · Score: 2

    If they were to do this, it would probably increase performance. But marginally. At least in linux programs, when I've done profiles, most of the cycles were taken up in console i/o. Printf, etc.

    It would also require a modification to the kernel - so that the brk() system call would simply call the hardware variants.

    I think that it probably *would* remove flexibility, but at the same time I think that's a good thing. Part of the problem with memory leaks and stuff is the flexibility...

    Then again, I might just be talking out of a bodily orifice.


    If you can't figure out how to mail me, don't.
  19. Re:Censorship on Library Filtering Update · · Score: 2

    actually, I went to www.dogbreeds.com today,k and it directed me right to a porn site. You know, the one where it says "watch this chick strip then get fucked in the ass".

    Not that I minded. But it DOES happen.


    If you can't figure out how to mail me, don't.
  20. Re:I especially liked... on Library Filtering Update · · Score: 1

    Works for me.

    I'd rather have McCain. Lesser of three evils.


    If you can't figure out how to mail me, don't.
  21. I especially liked... on Library Filtering Update · · Score: 0

    Voting for "NOT BUSH". I think that's a good vote. :)

    Dunno, it just struck me funny.

    Though there are other kinds of bushes I'd vote for ;-)


    If you can't figure out how to mail me, don't.
  22. color scheme... on Library Filtering Update · · Score: 1

    At least now we know they hate the color schemes as much as we do. :)


    If you can't figure out how to mail me, don't.
  23. Re:A bolt of lightning against reason... on Lightning Crashes, An Old Freedom Dies (Updated) · · Score: 2

    No, actually I meant that Japan is a good example of a society that is a lot more liberal about sexuality.


    If you can't figure out how to mail me, don't.
  24. Re:utopianism? on Lightning Crashes, An Old Freedom Dies (Updated) · · Score: 2

    Maybe I used the wrong words. I meant the people who were like "well, when I was a boy, there wasn't this much smut and we need to stop it and censor it all so we can go back to the utopia I remember"...


    If you can't figure out how to mail me, don't.
  25. Re:A bolt of lightning against reason... on Lightning Crashes, An Old Freedom Dies (Updated) · · Score: 2

    A lot of college administrators are pandering to the parents who are paying for the education anyway. It's what the parents want...

    It all comes down to parental ignorance, or at *least* wool being over their eyes. You just cannot hide a part of life from your kids. They will find out sooner or later. And the worse you make it seem the more they'll revel in it.


    If you can't figure out how to mail me, don't.