Viewing profile — drfugly
drfugly
HN member- Joined
- Fri, May 21, 2010, 8:22 PM UTC
- HN karma
- 30
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About drfugly
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
- story
-
comment
Comment #1900493
Isn't there xmove for this kind of stuff?
-
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…
-
comment
Comment #1523707
Netbeans with the jVi plugin for my vim bindings is where it's at for me.