Slashdot Mirror


User: Eunuchswear

Eunuchswear's activity in the archive.

Stories
0
Comments
6,176
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,176

  1. He is subject to the laws of the USA with respect to any activity he did in the USA. Citizenship doesn't have anything to do with it. I think federal prosecutor would likely argue that his persuasion of Chelsea (Bradley) Manning to violate US law was in violation of US law and that he could be prosecuted for it.

    Wasn't Chelsea in Iraq? And Assange, where was he? Not the US I'd bet.

  2. Since 1991 and the Gulf War (the first one), we have completely changed this view point to, "we're the best, we're the only, the United States of America, and we can kick anyone's ass".

    You've reached the point where you can relaibly "win the war".

    Then lose the peace.

  3. Re:We don't on Zuckerberg To Teach 10 Million Kids 0-Based Counting · · Score: 1

    Linux uniprocessor systems generally don't page out processes unless they have to. CTSS *always* swapped out processes because there was no virtual address space - the data had to be physically moved for the process to see it where it expected it.

    Then what purpose did the base/limit registers serve?

    I'd contend that a system with base/limit registers does have virtual memory - the addresses manipulated by user programs are not physical addreses.

    base/limit is a degenerate case of segmentation, a machine where the user program sees one segment.

    Memory Boundaries and Swapping. CTSS used the modified 7094’s memory boundary
    register to limit user jobs’ access to only part of B-core, so that the supervisor didn’t have
    to swap 32K to the drum for every job.

  4. Re:We don't on Zuckerberg To Teach 10 Million Kids 0-Based Counting · · Score: 1

    I said "there was only one user program *running* in the B-core at any given instant", and that is technically correct - the best kind of correct. :]

    True of all uniprocessor systems, including, for example, Linux unprocessor systems.

  5. Re:We don't on Zuckerberg To Teach 10 Million Kids 0-Based Counting · · Score: 1

    Huh? CTSS is a time sharing system! Of course you're sharing the core.

    Well, depends on your point of view. I believe that CTSS was swapping whole cores when doing the VM switch, so you're sharing the HW but not even the physical address space - there was only one user program running in the B-core at any given instant. Each of the time-sharing users was provided with an illusion of a whole physical machine, much like with VM/CMS.

    From http://www.multicians.org/thvv/compatible-time-sharing-system.pdf

    7094 CPU Modifications. The hardware RPQs that made CTSS run on MIT’s 7094s
    added an interval timer (B/M 570220) and memory boundary and relocation registers
    (RPQ E007291) to the 7094 processor.

    [...]

    Memory Boundaries and Swapping. CTSS used the modified 7094’s memory boundary
    register to limit user jobs’ access to only part of B-core, so that the supervisor didn’t have
    to swap 32K to the drum for every job.

    Nope, sounds like it could have multiple jobs in core.

  6. Re:We don't on Zuckerberg To Teach 10 Million Kids 0-Based Counting · · Score: 1

    Reading comprehension fail. Mark Hoyle isn't Martin Richards.

  7. Re:We don't on Zuckerberg To Teach 10 Million Kids 0-Based Counting · · Score: 1

    The article is, of course, completely wrong.

    BCPL was first compiled on an IBM 7094 – here’s a picture of the console, though the entire computer took up a large room – running CTSS – the Compatible Time Sharing System – that antedates Unix much as BCPL antedates C. There’s no malloc() in that context, because there’s nobody to share the memory core with. You get the entire machine and the clock starts ticking, and when your wall-clock time block runs out that’s it. But here’s the thing: in that context none of the offset-calculations we’re supposedly economizing are calculated at execution time. All that work is done ahead of time by the compiler.

    This starts out wrong and gets wronger!

    There’s no malloc() in that context, because there’s nobody to share the memory core with

    Huh? CTSS is a time sharing system! Of course you're sharing the core.

    And what the hell does malloc() have to do with anything? You can run programs on Unix that don't use malloc. You can run programs on an Apple ][ that do use malloc.

    You get the entire machine and the clock starts ticking, and when your wall-clock time block runs out that’s it

    This is CTSS! It had preemptive multitasking - just like Linux has preemptive multitasking. That was the whole point!

    But here’s the thing: in that context none of the offset-calculations we’re supposedly economizing are calculated at execution time.

    Huh? the BCPL address operators are exatly like the C ones. How could the compiler do someting like:

    // pseudo BCPL code - not typographicaly correct.

    var p = ...some address;
    var q = ... some value;

    p[q] = 22

    at compile time?

  8. Re:SSL only = no benefit on HTTP 2.0 May Be SSL-Only · · Score: 1

    That post should be moderated TROLL, INSIGHTFULL

  9. Re:Hey California, I have a solution for you on Sweden Is Closing Many Prisons Due to Lack of Prisoners · · Score: 1

    The GCHQ equivalents would be a slot machine in a smelly pub and a toothless blowjob in the car park out back.

    Advice for GCHQ employees - lie back and think of all that lovely NSA cash that pays your wages.

  10. Re:Hey California, I have a solution for you on Sweden Is Closing Many Prisons Due to Lack of Prisoners · · Score: 1

    That, folks, is the bizzarest mod I've ever got (and that's saying some, considering some of the stuff that happens in the AGW topics).

    +5 insightful for a silly joke?

    The paranoia is strong today!

  11. Re:Meanwhile... on Fukushima Floating Offshore Wind Turbine Starts Generating Power · · Score: 1

    And nothing has happened. The amount of radiation released from the leak, while the leak should be repaired ASAP, is minute and is still LOWER than the background radiation.

    [citation needed]

    http://tech.mit.edu/V131/N13/yost.html

    That link has nothing to do with you claim. It is also very old, and as it turns out wildly optimistic.

  12. Re:British territory? on GOCE Satellite Burned Up Over Falkland Islands · · Score: 1

    Ahhhh.... there's nothing else quite like Europeans attempting to take the "high road" in disputes over territory that once belonged to the natives.

    But there were no natives. When the French settled the Îles Malouines in 1764 they were uninhabited.

  13. Re:Patagonian coast, that is, Argentina. on GOCE Satellite Burned Up Over Falkland Islands · · Score: 1

    Curiously France and Britain are 21 miles apart

    And France and Brazil are 0 miles apart, and Brazil and Argentina are 0 miles apart.

    So the Falklands/Malvinas are only 21 miles further from the UK than they are from Argentina.

    Or maybe I'm making some mistake?

  14. Re:British? on GOCE Satellite Burned Up Over Falkland Islands · · Score: 1

    They is no doubt about the actual residents' nationality

    Well, there wasn't until Maggie took it away, by accident.

  15. Re:Hey California, I have a solution for you on Sweden Is Closing Many Prisons Due to Lack of Prisoners · · Score: 3, Informative

    On a slightly more serious note, Sweden has an advantage in that the country is genetically and socially homogenous.

    14.3% of the Swedish population are foreign born.

    Around 20% are either foreign born or children of two foreign born parents.

  16. Re:Hey California, I have a solution for you on Sweden Is Closing Many Prisons Due to Lack of Prisoners · · Score: 5, Insightful

    You're behind the times. GCHQ have their own slashdot.

    Of course, who knows which one you're reading at the moment...

  17. Re:Define "irony" on GOCE Satellite Is Falling To Earth But Nobody Knows Where It Will Land · · Score: 1

    Wasn't there all this hubbub when ROSAT and Phobos Grunt came down that satellites should have a final fuel supply left to do a controlled de-orbit? And here is GOCE which has engines and at the end of its lifespan was even lowered to make better science... and they let it de-orbit uncontrolled.

    It's because there is science to be done.

    -- Glados.

  18. Re:fall to Earth on GOCE Satellite Is Falling To Earth But Nobody Knows Where It Will Land · · Score: 1

    With its fins and aerodynamic shape, GOCE will maintain a stable position in orbit as it approaches entry.

    Why don't they use the reaction wheels make it tumble before reentry?

    Because it doesn't have reaction wheels.

    Krag said that GOCE components that are the typical suspects for surviving re-entry are a tank and magnetotorquers, as the spacecraft has no reaction wheels. "The rest of the components are âunrecognizableâ(TM) incomplete, irregular fragments," he added.

    http://www.space.com/23171-european-gravity-satellite-falling-from-space.html

  19. Re:Define "irony" on GOCE Satellite Is Falling To Earth But Nobody Knows Where It Will Land · · Score: 2

    No artificial satellite is completely outside the atmosphere.

    And GOCE is deeper into the atmosphere the atmosphere than most. It has wings and an engine. During it's mission it wasn't really in orbit, it was flying. Now the fuel has run out.

  20. Re:CNC machines can do that already on Solid Concepts Manufactures First 3D-Printed Metal Pistol · · Score: 1

    Outside the US this is hardly a big deal: it's illegal to own, or make, weapons.

    You need to get out more.

  21. Re:Unless, of course, you study the author... on Critics Reassess Starship Troopers As a Misunderstood Masterpiece · · Score: 1

    You don't get to live in a free society without being required to,,,

    Bzzt... Next contestant please.

  22. Re:It tried to follow the plot on Critics Reassess Starship Troopers As a Misunderstood Masterpiece · · Score: 1

    It was written against the milieu of World War II. Not many folks today realize at a gut level what that entailed.

    Of course, exactly the same thing can be said about Verhoeven's film.

    It could also be argued that Verhoeven had a rather better understanding of what WW2 was about than Heinlein did.

  23. Re:Of course on Feinstein and Rogers: No Clemency For Snowden · · Score: 1

    if what he was, was a whistle-blower—to pick up the phone and call the House Intelligence Committee, the Senate Intelligence Committee, and say I have some information,

    ...then he would have been driven to the nearest desert in a nice black SUV, given a shovel and told to dig his own grave and disposed of nicely and quietly.

    Hysterical bullshit.

    He would have been ignored, like all the others.

    What, you didn't know there were others? Blame the US press.

  24. Re:Traitor to the government---of course. on Feinstein and Rogers: No Clemency For Snowden · · Score: 1

    Uh, the "messed up person" was Timothy.

    The phrase "Traitor to the [US] Government", or even the word "Traitor" don't appear in the original article.

    The hardest it gets is:

    "But that didn’t happen. He’s done this enormous disservice to our country, and I think the answer is no clemency.”

    No accusation of treachery, to the people, the country or the government.

  25. Re:Ever been in a SCIF ? on Mobile Devices Banned From UK Cabinet Meetings Over Surveillance Fears · · Score: 3, Funny

    A mate who worked for the MOD and he said that when he buys a new phone he had to buy one without a phone

    So what brand did he buy? Fisher-Price?