Slashdot Mirror


User: MagerValp

MagerValp's activity in the archive.

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

Comments · 94

  1. Rant: annoying sexism on New Battlestar Galactica Series Greenlighted · · Score: 5, Insightful

    I watched the mini series and I really liked it. But what really bugged me was the stupid plot surrounding the android Number 6. The Cylons have vastly superior technology and a huge army, but to destroy the human race they create a sexy blonde android that seduces our best programmer. Sheesh. Almost made me stop watching there and then.

  2. *POOOF* on Microsoft Releases Changelist for Upcoming XP SP2 · · Score: 5, Funny

    Was that the sound of the personal firewall market dying?

  3. First PDA on When a PDA is better than a GBA for Gaming · · Score: 2, Informative
    "My first PDA was the HP 95 LX, the very first palmtop computer featuring 256KB of RAM and DOS 3.22! In fact, this was the first true PDA released to the market, capable of doing more than just the super-sized electronic organizers."
    The HP 95 LX was (as far as I can tell) released in 1991. PDAs had been along for a long time by then. I own two Atari Portfolios (80C88 @ 5 MHz, 128 kB RAM, DOS 2.11, released in 1989) myself, but there are even older ones, like the Psion Organiser 1 from 1984.
  4. Most confusing /. news ever on Third Anniversary of Bezos-Backed Patent Reform · · Score: 1

    OJ Simpson made more sense than this guy. What the hell is he trying to say?

  5. Re:More information about the 2600 entries on Retro Minigame Competition Revealed · · Score: 1

    I believe this is the first year that 2600 games have been allowed in the competition

    No, they've been allowed every year.
  6. Re:Not just curiosities, they're real products. on Retro Minigame Competition Revealed · · Score: 3, Interesting

    We were hoping for a few more original entries, but the rules do state that you're allowed to submit previous work... But with games being submitted every day, it looks like we might even beat last year's 63 entries.

  7. Damn terrorists! on Virus Knocks Out U.S. Visa Approval System · · Score: 5, Funny

    So now even terrorists using a fake name won't be able to get into the US!

  8. No webcast this time? on New PowerBooks, Bluetooth Keyboard and Mouse · · Score: 1

    Is there no quicktime webcast this time around? Zoning out in front of Jobs sure beats working ;)

  9. Euro release on Gameboy Advance SP Released Today in North America · · Score: 1

    So when will we see it here in Europe?

  10. Re:Size... on Retro-Computing with FPGAs · · Score: 1
    > ** Floppy/IDE Interface
    > In the initial release these interfaces will not have any support
    > software (with the exception of 1581 emulation), it is hoped that
    :
    > Translation: You'll only be able to use the 3.5 floppy drive
    > emulation...and we couldn't get anything else to work with it...we
    > hope you can write the software...
    I'd just like to point out that I've started writing IDE routines for the C1. Low level routines are done, basic FAT32 support is there, and I'm currently adding FAT16. ATAPI + ISO 9660 is probably up next, so that it'll be possible to boot from CD-ROM as well.

    As there is only 3k of space in the boot rom these routines are fairly specialized, but the source is open and it shouldn't be too much work to make a real driver out of it.

  11. Sheesh on Retro-Computing with FPGAs · · Score: 1, Funny

    WTF, the guy just cut'n'pasted my message on rgvac...

  12. Re:It uses a CPU, not an FPGA on Retro-Computing with FPGAs · · Score: 1

    You don't have to use the 65816 or the CPU slot at all, you can implement a CPU core in the FPGA if you want to. In fact, the C1 boots with a 6502 core in the 1k30, and the 65816 isn't started until the 1k100 is configured.

  13. Re:GEOS revival? on A Commodore 64 For The New Millenium · · Score: 1

    Maurice Randall is working on the next version of GEOS, but the main target is C64s with SuperCPU accelerators (20 MHz 65816 cartridge). The C1 is similar enough that it should run unmodified, but it might not take advantage of the new graphics modes.

  14. Where do I find a good case for it? on A Commodore 64 For The New Millenium · · Score: 1

    The biggest problem, if you ask me, is that the C1 doesn't come with a nice case. A generic PC case just won't do it justice. I can't say I'm much for the neon lights and crap that PC modders seem to like these days either.

    So, where do I find a good case for it?

  15. Re:what about sinclair..... on A Commodore 64 For The New Millenium · · Score: 1

    The C1 is basically just two FPGAs and a CPU slot that boots from flash. Pick up a good book on VHDL and get to work :)

  16. It's not an emulator, it's not a breadbox on A Commodore 64 For The New Millenium · · Score: 5, Informative

    Yes, emulators (especially VICE) emulate the C64 almost perfectly. Yes, an old breadbox is only one tenth of the price on eBay. But the C1 is neither.

    If you've ever worked with the real hardware you'll know that emulators can't replace the real deal. They're great development tools, and they're great for playing games when the boss isn't watching, but just as MAME is not a dedicated Galaga cabinet, VICE is not a real C= machine.

    So why not just get a breadbox on eBay then? Well, I suggest that you do, it's an excellent machine. But then you'll also need to buy a 1541 disk drive to run games and demos. If you want to transfer software to or from the system you'll also need an X1541 cable or a 3.5" disk drive. And don't forget an S-video monitor, as you can't use a normal VGA monitor.

    The C1 makes it possible to use common PC hardware like VGA monitors and IDE drives. It has 20 times the CPU power and 512 times the RAM, which is great for us that actually use the machine for things like coding (assemble and test in less than 1 second, sweet). Another important point is that when the original C= hardware starts to disintegrate, the C1 will still be there, as it's all just VHDL code.

    This is not a machine for everyone, but there's certainly a market for it. There are still a lot of active C= users in the world, more than you'd think.

  17. Commodore 8-bit on Hacker's Delight · · Score: 0, Troll
    As I mainly write C for my C= machines (C64, C128, and Plus/4), would this book be of any use to me or is it mainly aimed at larger platforms? So far I've just been looking at the generated assembly code.

    cc65 is an ANSI C compiler for 6502 machines. It's sweet.

  18. Re:Please explain. on DivX DVD Players Arrive · · Score: 1

    The DivX crew didn't actually write the 3.11 codec, they simply hacked Microsofts MPEG4-based codec for asf, made it fit into avi's, and called it DivX ;-).

  19. Re:No Mac version yet on UT2003 Demo Ready · · Score: 2, Insightful

    Perhaps they just thought it was simpler to port to a new OS on the same hardware architecture, compared to porting to a new OS and a new hardware architecture. Consider the Linux port as half a Mac port and everything's dandy :)

  20. No major news, and still a memory hog on Mozilla 1.2 Betas Start Flowing · · Score: 2, Interesting

    I can't see any major improvements over 1.1, so why the version jump? Although it's nice that they're keeping a steady release schedule.

    And I wonder if they're ever going to do anything about the memory footprint. Together with Windows 2000's awful VM handling, I'm in swap city every time I copy a large file, having to wait more than 30 seconds for my Mozilla window to be swapped back in.

  21. Does it work with sun4u-solaris now? on GCC 3.2 Released · · Score: 1

    So is it stable under sun4u-solaris now? I've tried 3.0.1, my colleague tried 3.1, and we both had the same problem on our ultrasparc machines: it generates binaries that dies for no particular reason with segfaults and whatnots. Everything is dandy with 2.95.3.

  22. Re:From one of the creators on Streaming RealAudio From a Commodore 64 · · Score: 1

    So no crash yet? That's great! :)

  23. Re:hack value on Streaming RealAudio From a Commodore 64 · · Score: 2, Insightful

    Umm, well, actually, some of us are working on networked games running on the C64... As for emulators being cheaper, I don't there's much of a difference: C64s and disk drives can be had for less than the cost of an internet connection. Hacking the old hardware is immensely more satisfying than playing around in an emulator.

    Just because newer computers are more capable doesn't mean that they are more fun. 8 bits is all you need.

  24. Re:Bah on Streaming RealAudio From a Commodore 64 · · Score: 2, Informative

    Acutally, it's not a problem, all you need is a 32K ram expansion and an RS-232 interface. The VIC-20 has got just as much CPU power as the C64, and it runs an earlier version of the same operating system, so a port is actually possible.

  25. Re:Come on now on Streaming RealAudio From a Commodore 64 · · Score: 1

    But how else is he going to know if the web server is stable? :) Slashdot is the ultimate stress test.