Slashdot Mirror


User: temojen

temojen's activity in the archive.

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

Comments · 1,851

  1. Newsflash: on Answers from 'Our Man in Jordan' · · Score: 1

    There are schools in Jordan and Syria.

  2. Re:oooo... on ATI's 1GB Video Card · · Score: 1
    not that graphics power has any effect on ImageMagick...

    But it could, as most of it's algorythms are highly parallelizeable, and modern graphics cards can be used as stream processors.

  3. oooo... on ATI's 1GB Video Card · · Score: 1

    Imagine ImageMagick ported to that... No really, I've been waiting ~15 minutes for the output of identify -verbose on a 25MPixel 48bit RGB image. I'm sure glad I didn't use the 100MPixel scan.

  4. No on ATI's 1GB Video Card · · Score: 1

    But it will run Duke Nukem really smoothly until enough silicon decays into phosphorus to make it stop running, or the owner gets tired of Duke Nukem, whichever comes first.

  5. Re:Width of the floats? on ATI's 1GB Video Card · · Score: 1

    Most likely 4d single precision vectors or 2d double precision vectors if they want to market it to researchers who had been cooking their own stream processors from FPGAs

  6. Re:what... teh.....fuk on ATI's 1GB Video Card · · Score: 2, Informative

    Stream processor, not vector processor. The programming models are different.

  7. Re:Data Integrity on 32 GB Flash Storage Drive Announced · · Score: 1

    Datasheet for AT29C256. It's an old design though.

  8. Re:Fragmentation? on 32 GB Flash Storage Drive Announced · · Score: 3, Insightful

    Data-Journalled filesystems (eg Reiser4) keep data in the journal too, not just metadata (those are metadata-journaled filesystems eg Ext3FS), so each block may have parts of several files, and each file may be spread across many more blocks than it would fill on it's own.

    You eventually have to consolidate the data of each file. Not nescesarily to sequential blocks, but so files are not sharing blocks.

    For flash memory, non-journalled filesystems like Ext2 (mounted -o noatime) may be best. Although that still tries to keep large chunks of files sequential. It might be better to have a non-journalled filesystem that does not pre-allocate inodes and data blocks, but just keeps a free block list and allocates from it in Least-Recently-Used order.

  9. It doesn't work everywhere... on Microsoft Releases MechCommander 2 Source Code · · Score: 1

    On my G4 iBook, for instance, it fails.

  10. Re:Data Integrity on 32 GB Flash Storage Drive Announced · · Score: 1

    Assuming your filesystem keeps parts of only a single file in each block. Not all filesystems do.

  11. Re:Fragmentation? on 32 GB Flash Storage Drive Announced · · Score: 1

    On Data-Journaled filesystems, yes.

  12. Re:Not relevant... on 32 GB Flash Storage Drive Announced · · Score: 2, Informative

    Some filesystems (ie Reiser4) move or consolidate files (aka "defrag") in the background , and don't know what kind of block device they're on. You'd want to tell it not to do bother doing that then. Except the kernel/ATA interface still reads and writes by the block, but a block in some filesystems (Reiser4) may contain parts of several files, so you'd want to eventually consolidate files so you don't have to read/write a whole lot of blocks to access a single file which might be smaller than a block.

    A worst case scenario would be a filesystem similar to Reiser4 with consolidation turned off, and lots of files growing by small amounts frequently.

  13. Re:Data Integrity on 32 GB Flash Storage Drive Announced · · Score: 4, Informative

    Flash memory that works has a much longer MTBF than hard drives, but each cell fails at approximately 10000 writes. HDDs fail randomly, Flash fails predictably, so this can be a good thing. Just make sure your filesystem rarely does or needs defragging, and does not log every read.

  14. Heh... on Initial Reactions to Fedora Core 5 · · Score: 4, Funny

    That's nothing... Gentoo's already up to 2006.0 .

  15. Marketing on NVIDIA Releases new Budget GPUs · · Score: 3, Informative

    They market them in different market segments. If they did that with identical chips, people would cry foul.

    It may also be that they have multiple shader units and the ones that have more shaders fail get down-graded and sold at a lower price. Thus increasing process yields since they have to throw out fewer chips. Sort of like the difference between a 386/33 and a 386/25 in the old days.

  16. Re:How I installed FC5... on Initial Reactions to Fedora Core 5 · · Score: 0

    And this is ifferent from Debian, Ubuntu, FreeBSD, Gentoo, etc... because?

  17. I disagree on NVIDIA Releases new Budget GPUs · · Score: 1

    With Qt4 out and KDE 4 in the works, this card amy just hit the spot for a non-gaming desktop. Just enough 3d goodness to speed things up, but no overkill.

  18. Re:Switcher? on Initial Reactions to Fedora Core 5 · · Score: 1

    He's a reviewer. Would you want the review of someone who's not tried a bunch of distributions? How would they know if it was good? Chances are pretty good it's a testing machine, but his desktop doesn't change as often.

    Just like the Car and Driver writers probably have their own reliable car that they use to get groceries, even though they get to try out all kinds of new ones.

  19. Re:The PURE EVIL contained in modern graphics card on NVIDIA Launches New SLI Physics Technology · · Score: 2, Interesting

    Does he have this concern with soundcards, HDD controllers and network cards too? They've all got DMA capability, coprocessors, and firmware. Network cards even have network connectivity, making them potentially WAY more dangerous than a video card.

  20. Way to mess up the rhyme and meter! on It's Raining IT Security Surveys · · Score: 4, Funny

    It's raining IT Security Surveys
    Hallelujah
    It's raining IT Security Surveys

    Just doesn't work.

  21. OK, here's a fun one for a Sci-fi time-travel game on What Are Some of Your Favorite RPG Quests? · · Score: 1

    Give the character an Omnicient (in the now) TARDIS that's very precice, but very brief in what it tells them. Tell them to go back into the past to right some minor wrong that snowballs into world-changing events, like burning down a minor library or something. Then watch as they keep going back in time just far enough to cause the events they're observing.


    Player1: Tardis, where is player 2 right now and what is she doing? Tardis: 3.2 kilometers, 30degrees east-north-east of our current time-position, rolling over and over and over Player1: Take me there. Tardis: When? Player1: 15 seconds Ago. Tardis appears in the middle of the road directly in front of Player2's truck... Player2: Meeeerde! (fails driving check...)
  22. Re:The PURE EVIL contained in modern graphics card on NVIDIA Launches New SLI Physics Technology · · Score: 2, Insightful

    Non-root, user-level access to IO ports (by authorized programs) is not evil; it's what allows non-kernel level display servers. It keeps some really complicated stuff out of the kernel, thus improving system stability.

  23. All the answers to your questions... on NVIDIA Launches New SLI Physics Technology · · Score: 5, Informative

    www.gpgpu.org

  24. SLI? on NVIDIA Launches New SLI Physics Technology · · Score: 4, Insightful

    Why does this require SLI? You can do stream processing on most relatively-modern accelerated 3d video cards.

  25. PoF Ugly? on The Surprising Truth About Ugly Websites · · Score: 1

    I've been using it for a dreadfully long time (fortunately, with a couple of breaks) and I've never found it ugly. It is functional. It does exacly what it's supposed to, without embellishment, and without confusion. This is ellegance. The only thing about it that I find ugly is the needless stock photography at the top of the page.