Slashdot Mirror


User: anss123

anss123's activity in the archive.

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

Comments · 783

  1. Re:Bastards! on 10 OSes We Left Behind · · Score: 1

    Yeah, a lot of music studios fell for the "ST comes with MIDI, amiga doesn't" hype, but a tricked-out Amiga beat any Atari except maybe the very rare and late in the game "Falcons".

    Saw a post from a ST and Amiga user on the subject. He liked the Amiga but would never take it on stage as it was not reliable. The single tasking nature of the ST was a sort of advantage in that way.

  2. Re:Bastards! on 10 OSes We Left Behind · · Score: 1

    IIRC, they did the CGI to Babylon 5 on Amigas.

    From http://www.midwinter.com/lurk/making/effects.html
    For the pilot, the effects were rendered on a network of Amiga computers; later, Foundation used 12 Pentium PCs and 5 DEC Alpha workstations for 3D rendering and design, and 3 Macintoshes for piecing together on-set computer displays. The NDI team uses a similar array of equipment; see George Johnsen's comments below.

    So the only Pilot was rendered with Amiga. I know the pilot had its CGI upgraded later, so if you want to see the original Amiga rendering you'll probably have to torrent it.

    Basically, started the whole process of CGI.

    CGI existed as far back as the early eighties and you can see it in movies like Tron. That's before the Amiga's time.

  3. Re:Apple suckers drooling over decades-old ports on id Releases Open Source Wolfenstein 3D for the iPhone · · Score: 1

    Hmm, the PC version had FM music based on old German classical scores (I think). Liked it better than Quake's music anyway.

  4. Re:Wasn't that the.... on id Releases Open Source Wolfenstein 3D for the iPhone · · Score: 1

    And Ultima did have first-person combat, including ranged weapons, spells, and melee. Again, better than Wolf3D. Overall it is a MUCH better game that shipped first with a larger set of game features, but everyone said Wolf3D was the big innovator.

    I see it needs a 386 with 2 megabytes RAM. Wolf 3D makes do with 286 and 512KB RAM. That can have made the difference.

  5. Re:Wasn't that the.... on id Releases Open Source Wolfenstein 3D for the iPhone · · Score: 1

    What really gets me is how Ultima Underworld never gets the credit it deserves.

    Because it isn't a first person shooter. Or was it? I never played it, didn't care for Wolf3D back then either. Doom was the first good one. The Super Mario Bross of FPSes, sure there's Pitfall, Smurfs, Faceball 2000, etc, out before but Doom/SMB was the first to 'get it right'.

  6. Re:Apple suckers drooling over decades-old ports on id Releases Open Source Wolfenstein 3D for the iPhone · · Score: 1

    As an Apple Fanboy/Apologist/Groupie, I still LOL'ed.

    Wasn't the old mac port the best one? Better textures, flamethrower and stuff. Odd that ID didn't port that.

  7. Re:It will happen on No Business Case For IPv6, Survey Finds · · Score: 1

    Neat.

    I got a 5 year old wireless router that has been trouble free. It's not as fast as your N router but for surfing the internet does that make a difference? IPv6 alone is not a big enough draw for me to replace my router.

    That's the problem. People like me, happy with what I got, are going to be a big barrier for wide scale IPv6 adoption. It's no longer just enough that Windows and ISPs support IPv6, we users have to replace perfectly working gear for seemingly no benefit too.

    Mind you, that Apple router got more than just IPv6 and speed. It also got a USB printer port. That is a feature I might buy a new router for.

  8. Re:It will happen on No Business Case For IPv6, Survey Finds · · Score: 2, Interesting

    Speaking of NAT, how many wireless routers out there support ipv6? That might be the biggest hurdle.

  9. Re:One step closer to "The Terminator" . . . on Nanotube Muscles Are Strong As Steel, Light As Air · · Score: 4, Insightful

    why can't these scientists just devote their work to curing the common cold or the flu?

    How will our immune system end up looking without a frequent visitor to give it a work out?

  10. Re:Ummm, about that on Intel CPU Privilege Escalation Exploit · · Score: 1

    And I strongly suspect that apples system is just as modular if not more so than modern PC bioses and therefore just as vulnerable to malicious addition of a module.

    EFI is a bit like Java, which means that modules don't consist of native code. As long as EFI itself isn't modified it can prevent modules from doing nasty stuff, or perhaps simply refuse to load unsigned modules.

  11. Re:Volatile memory? on Intel CPU Privilege Escalation Exploit · · Score: 1

    SMRAM does get cleared on a reboot, yes?

    SMRAM sits in "normal" RAM, it's not its own chip like CMOS. A cold reboot will clear it; a warm reboot will/should overwrite it.

    CMOS is too slow to keep interrupt vectors in. CMOS sits on an 8MHz buss while SMM interrupts can trigger thousands of time each second, so it needs to be closer to the CPU. Basically the BIOS programs the CPU to ignore a small area of memory and fills it with SMM interrupt vectors.

  12. Re:Inexcusable on Intel CPU Privilege Escalation Exploit · · Score: 2, Funny

    Hard real time is a world in which stuff is expected to actually work every time.

    So instead of "real time kernel" it should be called "every time kernel" :-)

  13. Re:Doesn't seem that scary on Intel CPU Privilege Escalation Exploit · · Score: 1

    The first part is, but not the second.

    Wrong. Even without this exploit a BIOS virus can make use of VT-x (or borrow code from Virtualbox for CPUs without VT-x). SMM may be harder to detect though.

  14. Re:Volatile memory? on Intel CPU Privilege Escalation Exploit · · Score: 1

    SMRAM is not CMOS. Reflashing a borked BIOS can be troublesome, but you can clear CMOS.

  15. Re:Inexcusable on Intel CPU Privilege Escalation Exploit · · Score: 1

    It's not worse than drivers that polls interrupts and spinlocks. Don't like it, don't buy it.

  16. Re:Just like old times... on Intel CPU Privilege Escalation Exploit · · Score: 2, Informative

    Several EE students found a similar exploit for the Motorola 68010, way back when (early 80s). Bumped the user into supervisor mode with a little register manipulation. At least Motorola sent us updated models after they fixed their undocumented stack issue.

    Going from usermode to supervisor mode is a far more serious exploit than going from supervisor to "hypervisor" mode.

  17. Re:Wait, what? on Intel CPU Privilege Escalation Exploit · · Score: 1

    The exploit allows access from Ring to SMM? Summary is confusing but I think we're talking about an exploit that can write to bios even with flashing disabled at the bios level.

    Not really. SMM is a mode that's normally the BIOS's playground. There may be SMM code that prevents BIOS flashing which this exploit could be used to circumvent, but this exploit does not flash the BIOS.

  18. Re:Doesn't seem that scary on Intel CPU Privilege Escalation Exploit · · Score: 2, Insightful

    It's much worse, when combined with a firmware re-write, it will survive a complete re-install and cannot be detected by a security scan booted from CDROM.

    This is true even without the SMM exploit.

  19. Re:Doesn't seem that scary on Intel CPU Privilege Escalation Exploit · · Score: 2, Insightful

    If they can do that, your box is rooted already. The only difference seems to be that in this way it can hide in a place where the OS can't get at it. But IMO, if you're compromised you can't count on the compromised OS being able to remove everything malicious anyway.

    IOW it's like the Blue Pill rootkit except possibly harder to get rid off/detect if you get infected and no need for AMD-V/VT-x support in the CPU.

  20. Re:Hyperbole? on Intel CPU Privilege Escalation Exploit · · Score: 2, Informative

    I'm an idiot. That was supposed to be a reply....

  21. Hyperbole? on Intel CPU Privilege Escalation Exploit · · Score: 2, Insightful
    Mod this guy up.

    From Wikipedia:
    Joanna Rutkowska claims that, since any detection program could be fooled by the hypervisor, such a system would be "100% undetectable".

    Articles about this exploit are referring to this "Blue Pill" ordeal (a Matrix reference I'm guessing) which was a rootkit using AMD-V/VT-x. Hypervisors, as they're currently exists, are not 100% undetectable and that rootkits could use AMD-V was not unexpected.

    This new SMM exploit could is just an upgrade to that Blue Pill thing. Unless they manage to get into SMM from usermode I'm leaning towards "sensationalism".

  22. Re:Patent Trolling on Patent Suit Against Nintendo, Microsoft Dismissed · · Score: 1

    Now even Microsoft enters this sad, pathetic game.

    Microsoft isn't suing Nintendo. They're being sued by Fenner Investments

  23. Re:if they do that on Intel Threatens To Revoke AMD's x86 License · · Score: 1

    I'd like to see a chip that can run in a x86 'translated' mode and a 'native' RISC mode, much like was done with 32bit/64 bit.

    The inner core of modern x86 CPUs are actually more like VLIW CPUs and is also quite CISCY at times (doing stuff like add and store in a single instruction). If you could code in microcode you'd quickly discover that it lacks the sanity checks of the outer instruction set and some other "features" like a supervisor mode.

    Oh well, I guess I'll go back to the idea lab and keep on dreaming.

    Do that :-)

  24. No day/night cycle on Navigate the Linux Kernel Like Google Maps · · Score: 1

    Fail!

  25. Re:I avoid Adobe Anything(TM) if I can on Adobe Fixes Recent PDF Flaw, But Not Before Auto Exploit · · Score: 1

    Almost every developer that is charged with JBIG2 implementation is going to use the reference implementation.

    Sumatra use jbig2dec. Don't know if that's vulnerable or not.

    I assume that your "alternative" also links into the shell constructs of Windows, exposing a similar attack surface.

    No. Abode software dig much deeper into the shell. Sumatra only has an icon for pdf files and opens when they're clicked (no filters, browser plugins, etc).