Viewing profile — ghratch
ghratch
HN member- Joined
- Mon, Nov 19, 2012, 1:52 PM UTC
- HN karma
- 15
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About ghratch
No profile information was provided.
Recent public activity
-
comment
Comment #5454364
I hope this doesn't come across as snarky, but this is very apropos for me. I'm currently taking 6.856 at MIT, Randomized Algorithms, and one of the core lessons from the class is …
- story
-
comment
Comment #5351555
I thought spanning trees were elected/discovered automatically by the routers themselves instead of being manually set up.
-
comment
Comment #5276902
On Linux you could try using the Fast Reversible Debugger ( https://github.com/fred-dbg/fred ) for its memory-accurate record/replay feature. Full disclosure: I was a contributor o…
-
comment
Comment #5120773
As I stated in a previous comment, it's called "incremental search" and you can do it in vim. Look here for how: http://linuxcommando.blogspot.com/2008/06/smart-case-insensi...
-
comment
Comment #5120771
How is this better or different than incremental search? Incremental search means it jumps to the first match as soon as you start typing after '/': you don't need to press enter. …
- story
-
comment
Comment #4876223
I find this extremely interesting. I'm a programmer who has had some mental block when it comes to "real math" (whatever that means). I'm very eager to change how I think about mat…
-
comment
Comment #4804322
There is an open-source (but Linux only) project called FReD which does reversible debugging for C and C++ programs: https://github.com/fred-dbg/fred It works without modifying the…