Live data from Hacker News

Viewing profile — drfugly

drfugly

HN member
Joined
Fri, May 21, 2010, 8:22 PM UTC
HN karma
30
Public activity
10 items

About drfugly

No profile information was provided.

Recent public activity

  1. comment
    Comment #3190347

    Because then you have to control ALL of the memory, not just the data that you're interested in optimizing. Not to mention that (at least in the JVM) the gc is pretty tweakable, an…

  2. comment
    Comment #3046114

    As a netbeans user but vim fanatic. I really like netbeans for project management, but vim is awesome for just manipulating text tons faster than you can with netbeans. Try the jVi…

  3. comment
    Comment #2293677

    Right, but there is also the cases where a nlg(n) quicksort for the most part is slower than the O(n^2) version in the real world. I wonder if current CS teaching is completely ign…

  4. comment
    Comment #2293671

    Yes, that's exactly what I'm getting at. Or cases where multithreading an application may look like it's going to bring obvious performance gain only to see the overhead kill your …

  5. comment
    Comment #2293669

    Will do for the color scheme. What I was trying to ask was: Should real world performance be more heavily weighed? I feel like right now all the CS curriculum focuses on is O() per…

  6. comment
    Comment #2293616

    When you were in class, where you ever even introduced to the concept that sometimes it might be possible that O() notation might not tell the whole truth? I understand that for th…

  7. story
  8. comment
    Comment #1900493

    Isn't there xmove for this kind of stuff?

  9. comment
    Comment #1754130

    At that early age I wonder how much CS specific training is going to be given. Also with IBM's current focus on not just being a tech company anymore I would dream that the educati…

  10. comment
    Comment #1523707

    Netbeans with the jVi plugin for my vim bindings is where it's at for me.