Slashdot Mirror


User: dyamkovoy

dyamkovoy's activity in the archive.

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

Comments · 16

  1. Re:This can't be good. on OpenGL 3.0 Released, Developers Furious · · Score: 1

    OpenGL's grave will likely be right next to Unix, X, vi and C

    As I use all 4 on a regular basis, I was about to jump on my flamewagon as soon as I read this, until I got to the next part.

  2. Re:The Real Ulysses on Groundbreaking Solar Mission Faces Chilly Death · · Score: 1

    I find it humorous how ancient writers went into great detail about how torture was done. Thy weren't ancient writers, they were ancient storytellers. These stories were passed by word of mouth first, and the gory details tend to be the ones that stick in your memory and are easiest to retell.
  3. Re:It should be fast on First Look At Firefox 3.0 Beta 2 · · Score: 1

    The actual processing involved may not be difficult, but for simple tasks like that, the user sees the responsiveness, not the processing time. That is, when I hit / for a search in 2.0, it may take 5-10 seconds for the bar to come up before I can type anything (esp. on large pages that are still loading), but once I start typing, the search happens immediately. This is a much harder thing to fix, since it would require hunting down all the related bottlenecks, which may not be right in the search code, but almost anywhere else in the app.

  4. Re:"Less available RAM" on Firefox Going the Big and Bloated IE Way? · · Score: 1

    Memory allocated to Firefox is not available memory, and cannot be used for anything if Firefox isn't using it. This is not necessarily true. In most applications, if a memory page is not being actively used (aka read or written to recently), it can be swapped to disk to make room for more stuff. Unfortunately, Firefox prevents this with most of its memory, unless you enable a hidden option (config.trim_on_minimize), which lets Windows do its thing (not sure how this setting affects Linux).
  5. Re:I wish I had portable vi on The Birth of vi · · Score: 2, Informative

    There _is_ a portable gVim here. And for built in vi, Firefox has the ViewSourceWith plugin, which works just great with gVim. It lets you edit any textarea using the editor of your choice. (I'm not affiliated with either of these, they're just good software.)

  6. Algorithm Design on Advanced Data Structures? · · Score: 1

    I have the Kleinberg/Tardos book for one of my classes. You're right, it is pretty basic -- it does not really go into implementation, it is more about the theory behind certain algorithms and proving that they work. If you are looking more for different approaches to certain problems, and suggestions about implementing them, I would not suggest this book.

  7. Re:How much longer can this go on? on RIAA Doesn't Like Independent Experts · · Score: 5, Funny

    It's like a bad poker game.

    RIAA bets 1 bogus charge
    Defendant raises 1 "let me see your evidence"
    RIAA sees "let me see your evidence" and raises 1 "give me your hard drive"
    Defendant raises 1 countersuit
    RIAA folds.

  8. What is the infringement? on Apple Settles Creative Lawsuit for $100 Million · · Score: 1

    I think it's more than just the "hierarchical organization of music" that is being disputed. There are also glaring similarities between the interfaces on the two systems. For example... http://www.grumet.net/weblog/archives/images/mini- v-zen.jpg (not my photo)

  9. Re:New Windows Feature on Microsoft Flubs Patch, Putting Users At Risk · · Score: 1

    Executing code remotely really _is_ a feature... When it's code that you want executed. I work in IT and we'd need a small army instead of just a 7-person department if we couldn't do all the remote administration we do.

  10. Greater Threat? on Teens Don't Think CD Copying is a Crime · · Score: 3, Interesting

    a greater threat than illegal peer-to-peer downloading, according to the RIAA

    Yes, because, at least for p2p, they have their sueing and scare-tactics. The RIAA didn't get their claws on CD-burning technology early enough to prevent its use for pirating music, so they see it as a greater threat.

  11. Re:I hate GMAIL on Why Google's New Products Need Not Succeed · · Score: 1

    You could just turn on POP forwarding and use your favorite email client. Or if you want a really minimal view, use http://m.gmail.com/. I agree with the above, though, keep your inbox empty and use search. That's how Gmail was designed to be used.

  12. Re:preprogrammed phones for kids? on Kids with Cell Phones, How Young is Too Young? · · Score: 1

    one study found they were as bad at reacting as someone who had a BAC of the legal limit

    MythBusters, episode 33.

  13. Re:Enlighten me on Microsoft Port 25 interviews Miguel de Icaza · · Score: 1

    Yes it would, but if you _do_ own that bit of memory, you just corrupted your data without realizing it.

  14. Re:Enlighten me on Microsoft Port 25 interviews Miguel de Icaza · · Score: 3, Informative

    strcpy copies one string into a location without caring about how much space there actually is. Meaning a hacker (or careless programmer) can write too much into that location and overwrite important data (such as the stack). See Buffer Overflow.

  15. Re:Cool, where can I get the source? on The Keyboard That Could Phone Home · · Score: 2, Informative

    I don't know about the source, but you can get the paper right here. It has a little more details than the article.

  16. Re:Yes. on Network Card for Gamers - Uses Linux to Reduce Lag · · Score: 1

    This sounds exactly like what good ol' Diablo did. Players and NPCs jumped around like that all the time.