Slashdot Mirror


User: p3d0

p3d0's activity in the archive.

Stories
0
Comments
3,023
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,023

  1. Re:Better idea on SCO Amends Suit, Clarifies "Violations", Triples Damages · · Score: 1

    That's the symbol for the GNU/Turd OS.

  2. Re:Breaking news ... on Linus Moves To OSDL, Will Work On Kernel Full-Time · · Score: 0, Insightful

    Mods, please take a look at parent. I don't think it's a troll. I think it's just an attempt at humour.

  3. Re:Are there even that many lines of code? on SCO Terminates IBM's Unix License · · Score: 1

    Yep, semicolons is a dumb idea. Who says comments shouldn't be counted?

  4. Re:Are there even that many lines of code? on SCO Terminates IBM's Unix License · · Score: 1

    ...or the two semicolons in a for loop.

  5. Re:Right of reply on Europe To Force Right of Reply On Internet Communication · · Score: 1
    Arithmetic according to C: float x = 3.14159; float y = 1/2 * x; Value of y? zero.
    Interesting sig. The key, of course, is that C says 1/2 is zero. Your example would work if you substitute 0.5.
  6. Registration-free link on A Mighty Wind · · Score: 1

    The story sans registration.

  7. Re:BitTorrent on Linux Kernel 2.4.21 Released · · Score: 1
    Huh? 20MB is certainly large enough for BitTorrent to help.

    And the patch is only suitable for people who already have 2.4.20. Everyone else either must download and apply multiple patches, or just get the full source and be done with it.

  8. I want to be cool too on Los Angeles Gets Own TLD · · Score: 1
    From www.la:
    Cooler than .com and hotter than .us, a .la address lets people know not just who you are, but where you are!
    Groan. Old white ad execs in business suits should never use the word "cool".

    Seriously, though, what happens to the people and businesses of Laos? I know Toronto businesses already register .to domains from Tonga, but that's not "official", and presumably Tonga still controls the domain registration.

  9. Other injuries on Computers and Carpal Tunnel Syndrome Studied · · Score: 1

    Ok, maybe not carpal tunnel, but other repetetive stress injuries are very much a risk. I don't need a study to tell me that. My own arm/wrist problems coincided with the writing of my Master's thesis. When I took a week-long break from typing, the problem went away.

  10. Re:Waiting for the other shoe to drop on SCO Gives Friday Deadline To IBM · · Score: 1

    I must say, yours is certainly the lowest Slashdot ID I have ever seen besides the people who run the site.

  11. Re:is this extortion? on SCO Gives Friday Deadline To IBM · · Score: 1

    Um, SCO is Caldera. Same company.

  12. Re:Where have I seen this before? on Apple Sued Over Unix Trademark · · Score: 1
    Stop speculating. Take a look at trademark law.

    Under US law, anyone can use any trademark they want if it's just for reference. It still has nothing to do with source code.

  13. Re:Where have I seen this before? on Apple Sued Over Unix Trademark · · Score: 2, Informative
    Also, I'm a little confused on how can they say Apple used the trademark without a license. AFAIK Apple didn't use any source code from UNIX directly, they based Darwin from BSD, which in turn should have a clear relationship with the UNIX trademark, am I wrong?
    Yep, you're confusing "trademark" with "copyright". Trademarks have nothing to do with source code.
  14. Re:Thing of it is... on Apple Sued Over Unix Trademark · · Score: 1

    I take it to mean that it resembles POSIX.

  15. Python on The Little Coder's Predicament · · Score: 1

    'nuff said.

  16. Re:Its a shame on Mars Failures: Bad luck or Bad Programs? · · Score: 1

    ...and we all know there's nothing worse than to react with "horrow".

  17. Re:Its a shame on Mars Failures: Bad luck or Bad Programs? · · Score: 1

    Yep, programmers in 100 years will react with horrow when they discover how we do things today.

  18. Re:i know its karma whoring (torrent link) on MTV Movie Awards - Gollum's Acceptance Clip · · Score: 1

    So BitTorrent succesfully distributes bandwidth load, but not connection-rate load. I wonder if there's a way to accomplish the latter?

  19. Re:Ithica's is bigger on Maine Completes Largest To-Scale Solar System Model · · Score: 1

    Here is a link. (Note that there are some typos, such as "minus 250 celcius" where they meant "minus 25 degrees celcius".)

  20. Re:i know its karma whoring (torrent link) on MTV Movie Awards - Gollum's Acceptance Clip · · Score: 1
    Too many connections
    Good grief, we slashdotted BitTorrent!

    Seriously, isn't this what BT was supposed to prevent??

  21. Re:When is the Model on Maine Completes Largest To-Scale Solar System Model · · Score: 1

    My guess is it's even more simplistic than that. They probably just take the mean distances of the planets from the sun, and then place all the model planets in a row at those distances. The planets may never all line up the way they are in the model, because of the resonances among them.

  22. Separated into pages? on 17" Monitor Case Modding -- The "iMike" · · Score: 0, Offtopic
    The guy is not even selling ad space, and yet he split his article into multiple pages. Why??

    If he just wanted to do us the favour of reducing download times, he could have used thumbnails.

  23. Re:Source code on Wired To Publish Slammer Source Code · · Score: 1
    You have macros if you MASM but these will simply be assembler instructions that are inserted in the place of the macro...
    Right. And a C function is just assembler instructions that are inserted in place of the function.

    Regardless, my point is only that machine code and assembly instructions don't match one-to-one.

    ...labels are simply memory locations and are not extra generated instructions.
    Exactly. So a disassembler can't recreate them. Just like comments.
    Branch optimisation is handled by the CPU itself and is applied to the instructions in memory at the time of execution...
    No it's not. Branch optimization means turning a longer branch (eg. 32-bit offset) into a shorter branch (eg. 8-bit offset). Looking at the final machine code, you have no way to know which branch was in the original source code, and so the mapping is not one-to-one.

    What's your point anyway?

  24. Re:In the future... on Pioneer's Wearable Computer Jacket · · Score: 5, Funny
    your cloths will me smarter than you.
    Maybe they will spell better too.
  25. Hey jackass on Camouflage in Motion · · Score: 1
    That's the point. That's why this trick is interesting: it works even if the prey is moving around.

    If it were stationary, the dragonfly would just need to fly straight toward it.