Slashdot Mirror


User: pommiekiwifruit

pommiekiwifruit's activity in the archive.

Stories
0
Comments
1,954
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,954

  1. Re:Can you say "cognitive dissonance"?!!! on IT Workers Not Eligible for Overtime in New Rules · · Score: 1

    Ouch. A Tomato is a fruit after all (and a Banana is a herb)...

  2. Noose for the gownsman on MPAA Infiltrating Campus Nets with Software · · Score: 1

    IIRC until 1965 both English universities (Oxford and Cambridge) had the right to execute their own students. i.e. one gallows for the townsman, another for the gownsman. I'm not sure but that might actually be why Cambridge was founded...

  3. Passing Off on LinSpire LPhoto and LSongs: bring on the lawsuits! · · Score: 1
    IIRC the law against "passing off" is one of the reasons why EA pay money for various sports licenses (some of the names may be trademarks also now). But I don't see that that would apply. Still, according to press releases there is this new law now called "intellectual property" which combines the longevity of copyright with the generality of patents and the ambiguity of trademarks...

    Hmm, it makes me feel old that I can remember EA publishing a non-licensed non-sequel game (Jumpman).

  4. Re:full C compatability? on C, Objective-C, C++... D! Future Or failure? · · Score: 1
    TV-quality video is 24 frames per second

    Just to agree with you - IIRC film is 24 and really sucks when it pans around a wide landscape, NTSC VHS is 30, PAL VHS is 25 and broadcast/modern consoles is double that. For a PC 85 fps is comfortable for me... Apparently for haptic interfaces 500Hz is required.

    I remember using Prolog on the mac and it had garbage collection - you could wait for 10 seconds or more for it to do its thing. Ditto for C64 BASIC. Windows sometimes feels like it is doing the same thing when it pauses the machine and randomly whirrs the disk...

    And non deterministic programs are harder to debug than explicitly coded (single threaded) ones anyway.

  5. Re:The guy that got hit deserved it. on Automobile Black Box Sends Driver to Jail · · Score: 1

    Hey, what is this thing "jay-walking"?

    I make a point of always walking down the middle of the road of a certain street in Central London. If I do it long enough, hopefully they will pedestrianise it. Of course local drivers hopefully know which streets people do that on...

  6. Re:That's hardly a privacy issue on Automobile Black Box Sends Driver to Jail · · Score: 1

    Sheesh, a friend of mine got that amount for biting someone (a police officer - not a sensible thing to do). So yes that's light for killing someone. Of course if he was wearing a uniform (police or military) he would have got away scot free, but that's another storey.

  7. Hehe on Spyware Company Sues Utah Over Anti-Spyware Law · · Score: 1

    You should see the NZ founding document then, the treaty of Waitangi. Three paragraphs. One page. And people still argue about what it means!

  8. Discworld on Hollywood's Rising Fascination With Videogames · · Score: 1

    I thought the discworld games were fun! Now we just have to wait for the movies to be made of them...

  9. Re:MS brought the pc to everyone on The Only Way Microsoft Can Die is by Suicide · · Score: 1

    No, we'd all be using Amigas, or Archimedes or (God forbid) Macintoshes.

  10. Re:Insidious on The Only Way Microsoft Can Die is by Suicide · · Score: 2, Insightful

    Think of it as being the successor to the subject known as "typing" rather than "applied maths".

  11. Cool on The Only Way Microsoft Can Die is by Suicide · · Score: 1
    You could write a command-line operating system... and sell it to them (Q-DOS/MS-DOS).

    You could write a web browser... and sell it to them.

    You could write a flight simulator... and sell it to them.

    You could write a source control system... and sell it to them.

    Has Microsoft ever written anything in-house?

    Nowadays they've bought up the brains (e.g. herb sutter) and the brawn (e.g. anders hejlsberg) of the computer industry, but not much has come out of that yet (perhaps soon) apart from C#.

    From the point of view of a developer, coming up with a good idea is great, if you get a good deal from them when you eventually sell out.

  12. Re:The sound of silence on The Pure Software Act of 2006 · · Score: 1
    I for one didn't know McGee was a mapper at Id - I knew Carmack and Romero were developers and Jay Wilbur(?) was in management. I just heard of him from Alice, but yeah, his name is memorable. Did Michael Abrash have anything to do with Doom?

    Umm, memory going fuzzy, it only seems like last year that Doom came out and the office started thinking PCs could play games too...

  13. Re:The sound of silence on The Pure Software Act of 2006 · · Score: 1
    You could try naming yourself after a former President, and see if people would elect you.

    oh wait...

  14. Re:FAQ and Fees on Microsoft Authorized Refurbishers · · Score: 1
    Typically, the original owner of a computer no longer has the original media and documentation

    What is this mythical media and documentation? Are we talking windows 3.1 here, which came on actual discs with actual paper? These days PCs seem to just come with a harddrive loaded with stuff, and one I bought from a major retailer didn't even admit who made the hardware (the manual just said (c) 2001 without saying who it was (c) to!).

  15. Re:5MW good for 10,000 homes? on The Heavyweight Sea Snail · · Score: 1

    Possible explanation: The USA has air-conditioning, turned on permanently.

    Scotland has heating, often by gas (not counted in electricity bill) and focussed in the evenings.

  16. Is that a cultural thing? on Stop Cell Phones Without Stopping Pacemakers... · · Score: 1

    I go to the movies a fair bit, and I can never remember hearing a cell-phone ring. The cinema shows a short clip before the movie starts telling people to turn their phones off/to silent, and it seems to work.

  17. Re:Mainframe older than that on IBM's Mainframe Dinosaur Turns 40 · · Score: 1
    Yes, it's 16-bit processor -- that's the size of its memory path, not its basic unit of memory.

    Incorrect. The data bus is 16 bit, yes (the address bus is 22 bits) but so is its basic unit of storage. The registers are 16 bit. Address $4001 is 16 bits above address $4000. It takes two instructions to shift a register by 8 bits.

    I might be mistaken, but I think that SunPlus licenses its chip designs from Mips. Which still uses 8-bit bytes.

    SunPlus's 8 bit line of MCUs were butchered 6502s (no Y register!), then not-so-butchered 6502s. The uNSP is an original 16 bit design, which is quite nice for 16 bits. Their deal with MIPS is for 32 bit chips, which is not their current emphasis.

    The pages you linked to say exactly what I just said: a char can be two bytes

    Not at all. Try reading them again. In C and C++ a char IS a byte. sizeof(char) is defined as 1. But it can be 16 bits, which is why CHAR_BIT is part of the standard.

    In other contexts (Java perhaps, or hard-drive documentation) it may well not be, but they are important languages. I found the FAQs and modern textbooks invaluable when I was searching for a job and the language lawyers set interview questions :-)

  18. Re:Mainframe older than that on IBM's Mainframe Dinosaur Turns 40 · · Score: 1
    It is a uNSP core from SunPlus (Micro-n SP). It really is 16 bit (and segmented dammit). It would be courteous if the compiler at least defined CHAR_BIT as 16 :-)

    here are some C/C++ references. The chip documentation is not public AFAIK, although google picks up occasional hints.

  19. Re:Mainframe older than that on IBM's Mainframe Dinosaur Turns 40 · · Score: 1
    You're confusing bytes and words.

    Not at all. The C and C++ standards define bytes and chars as the minimum addressable storage unit. On my processor unsigned char is 16 bits (as is short and int. Luckily long is 32 bits). Programmers who think that bytes are 8 bits come into conflict with chip manufacturer documentation which in this case assumes 16 bit bytes, as allowed by the language standards. The processor cannot physically access 8 bit units, and the C language supports such processors.

    Also note that console game sizes (e.g. NES ROMs) were quoted in megabits, not megabytes, partly to solve this confusion (although you would have to be a masochist to write C on the NES!).

  20. Re:DATUM not data on IBM's Mainframe Dinosaur Turns 40 · · Score: 1

    Hmm, I don't think so. However IIRC the singular of sheep is shep and the singular of dice is die.

  21. Re:Mainframe older than that on IBM's Mainframe Dinosaur Turns 40 · · Score: 1

    Hey my machine is recent and it still has 16 bit bytes :-) cos the C standard and C++ standards don't specify octets. (The dissonance between common and formal usage of "byte" makes for interesting/confusing emails though...).

  22. Re:"70 percent of the world's data" on IBM's Mainframe Dinosaur Turns 40 · · Score: 1

    Exactly. IIRC an article claimed once that the majority of data generated is for television channels (I guess they didn't count phone calls), and that is probably stored off-line (digital tape?) more often than on a mainframe. Imagine the poor person trying to archive 200 cable channels...

  23. "No Logo" on Computerized Time Clocks Susceptible to 'Manager Attack' · · Score: 1

    IIRC in no logo Naomi Klein claimed that the endorsement of one sports star cost more than the wages of all the factories of one company (Nike?) within a certain country.

  24. Re:Canadian Idol winner on Canadian Minister Promises to Fix Copyright Law · · Score: 1

    Yeah, next thing people will think of doing a remake of Pop Idol in the USA. At least they won't have to put up with that Simon Cowell bloke over there... oh wait...

  25. Re:Fines are not Punishment on Doing the Math in the Microsoft Anti-Trust Cases · · Score: 1
    A UK jailbird acquaintance of mine was really disappointed that they always made him share the cell with mingers (ugly people). Then the screws put a cute new one in... just as he was released. Dang! (disclaimer - I assume all his action inside was consenting).

    Do they not serve healthy food in US prisons? How come they are still 300lbs? My friend looked much fitter (and sober) inside that I ever saw him outside.

    I agree that unconsenting sex should really be stamped out; the casual mentions of its toleration seem archaic to me, but also condoms should be available when appropriate ;-)