Slashdot Mirror


User: Amazing+Quantum+Man

Amazing+Quantum+Man's activity in the archive.

Stories
0
Comments
2,377
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,377

  1. Re:Evidence? on Chinese Explorers 'Discovered America'? · · Score: 2

    How about Heyerdahl's Ra Expeditions?

  2. Re:Start with NASA on Lessig's "Creative Commons" @ The FAA · · Score: 2

    You might find this interesting, then.

  3. Re:Call the FBI. on Greene's Grammy Speech Debunked · · Score: 2

    Nail him for "Contributing to the Delinquency of a Minor"!!!!!

  4. Re:money talks on Fox Explains Why SSSCA Is Bad · · Score: 2

    Thanks for the stereotyping. I don't know about gessel, but I live in Los Angeles. I must be an ultra-liberal Dem, right?

    Wrong, I'm a registered Libertarian.

    To use your logic, based on your postm you obviously must be a sister-marrying beer-drinking redneck from the South.

  5. Re:"Keep your grubby laws off my computer" on Fox Explains Why SSSCA Is Bad · · Score: 3, Funny

    Shouldn't it be:

    "Get your laws off my computer, you d*mned dirty CongressApe"!!!!

  6. Re:I speak only for myself on Movie Industry Cries All the Way to the Bank · · Score: 2

    90% of those who download Anime have no intention of buying it, and usually get pissy when you suggest they do.

    Source, please.


    Didn't you know? 90% of all statistics are made up!

  7. Re:They Don't Claim to be Hurting Right Now on Movie Industry Cries All the Way to the Bank · · Score: 2

    Will the MPAA legislate against home theaters?
    Of course they will, because you're obviously an evil hacker who is pirating all their precious content. There's no way anyone would have all that equipment unless they were a child molesting, copyright-stealing, terrorist supporting, drug-dealing, evildoer pirate!

  8. Re:Same for the music industry.. on Movie Industry Cries All the Way to the Bank · · Score: 2

    It's not the previews... that's OK. However, in L.A. the LA Times *ALWAYS* has a commercial, and there are other ones that I don't remember either.

  9. Not just an election year ploy on Anti-anti-cd-copying Legislation? · · Score: 2

    Boucher's been on the right side of this issue from day one.

  10. Re:More Interesting "Bundles" on Allchin Admits MSFT Violated the Law · · Score: 2

    At was available waaaay back on V7 Unix. I recall using it under Zilog's ZEUS on a System 8000.

    ZEUS was Zilog's V7/SysIII hybrid that ran on a Z8000 based unix box.

  11. Re:I don't get it on Allchin Admits MSFT Violated the Law · · Score: 2

    Technically, it shouldn't. That's the whole point of COM (and IE is built as a COM app). If you match the interfaces, the client app shouldn't give a d*mn about the man behind the curtain.

  12. Re:Oops... on RIPE NCC Responds to ICANN CEO's Proposal · · Score: 2

    I love it. It's "Dudes, you don't have all the power you think you have. You'd better play nice, or we'll take our ball and go play somewhere else."

    Someone's been needing to tell this to ICANN for a long time.

  13. Re:And who will read this? on The Customer is Always Wrong · · Score: 2

    Also, that article is in the NewsWeek section of MSNBC, which means it probably got into the PRINT version, so it has a really wide distribution.

  14. Re:Of course the customer is a criminal... on The Customer is Always Wrong · · Score: 2

    It's really quite simple - the only right of a consumer is to buy stuff,

    I'm gonna (probably mis-)quote someone elses .sig. "I am not merely a consumer or a taxpayer. I am a citizen of the United States."

  15. Re:And who will read this? on The Customer is Always Wrong · · Score: 2

    If someone is reading msnbc.com, there's an excellent chance they're aware of the SSSCA.

    Joe Blow who just set up is new UltraCool P4 with WinXP, clicks on IE, and gets the MSN home page. Guess what the default news site is? You don't have to be a 1337 h4xx0r to read MSNBC.

  16. Re:What will future people find of us in 10,000 ye on 1086 Domesday Book Outlives 1986 Electronic Rival · · Score: 2

    I think you're right. The OP mentioned that Jon had a clue as to what was on the DVDs.

  17. OT: Antitrust on More Mayhem From MSFT's Mundie · · Score: 2

    Rather than form a federation with Microsoft and work with what we had already created, there was this notion that the world should be offered an alternative," Mundie said.

    Someone should get this into evidence in the antitrust hearings, showing that MS doesn't believe in allowing any competition.

  18. Re:Well, honestly, for once, he's right.... on More Mayhem From MSFT's Mundie · · Score: 1, Offtopic

    Red Hat.

  19. Re:Can you differentiate complex numbers? on Why Batteries Haven't Kept Up · · Score: 2

    Another fun thing is that you can essentially ignore discontinuities when you integrate complex functions.

    OK, that's not quite true, you have to make a path around the discontinuity, but you can take the the value as the limit of the detour radius approaches 0.

  20. Re:There's alway a way to break copy protection on SSSCA Hearing · · Score: 2

    Can I copy this please, so that I can send it to my congresscritters?

  21. Re:RTFA on SSSCA Hearing · · Score: 2

    I always thought Hollings was D-Disney.

  22. Re:Programming in the US Military on The Problem Of Developing · · Score: 2

    I think the main problem that people have with it is its pascal like syntax

    Again, agreed. I'd really love to shoot the guy who put the keyword " is " into the Ada language!

  23. Re:Two transition periods? on If I Had a Hammer · · Score: 3, Informative

    Sorry, my bad. You're partially right and I'm partially wrong.

    I took a closer look. The architecture goes up to 52-bit VAs. There are 12 "available" bits that OS'en can use. 12 bits are state bits. 12 bits are Reserved(MBZ), leaving 28 bits currently defined for a 40 bit addressing (28 bit page base + 12bit offset). However, when you add in those MBZ bits, you get a 52 bit address (40bit pagebase +12 bit offset).

  24. Re:Two transition periods? on If I Had a Hammer · · Score: 2

    The 40 bit address and 48 bit virtual limits are inherent in the page table mappings. (See the AMD Spec [amd.com])
    I found it dissapointing that these limits were in the design up front without apparent room for expansion (free bits to be used in the future) This means that when they do decide to expand the addressing range, they will have to redisign the page table layout and force OS writers to change their code to use it. It would have been nicer to have expansion room built in to the page table design and simply have the CPU implementation have limited pinouts.


    WTF are you talking about? The page tables clearly show 12 Reserved (MBZ) bits in all page tables. That allows for a full 64-bit paged address space (40+12 = 52 bits, with 12-bits for offset within page = 64).

  25. Microsoft will sue Apple... on iWarez · · Score: 2, Funny

    under the DMCA for creating a circumvention device!