Viewing profile — vedantk
vedantk
HN member- Joined
- Mon, Feb 21, 2011, 5:11 AM UTC
- HN karma
- 581
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About vedantk
Recent public activity
-
comment
Comment #40132705
Possibly not in the default c++ language mode, but check out -fwhole-program-vtables. It can be a useful option in cases where all relevant inheritance relationships are known at c…
-
comment
Comment #4181039
I think the callee expects the return address in %rbp, and by System V convention will pull certain arguments from above %ebp on the stack. This might not help, but it's an interes…
- story
-
comment
Comment #2973010
Brilliant.
-
comment
Comment #2846933
### An Update SICP will not be abandoned at Berkeley. Although Python will be used to convey the material, I have been assured that much of the content from SICP will be preserved.…
- story
-
comment
Comment #2827739
Reading the last email was gratifying and cathartic. I used to have experiences like this on Windows all of the time. There's some savage pleasure in knowing that Bill Gates had to…
-
comment
Comment #2600876
I'm glad it built. I think the issue we're all having stems from the structural redesign of opencv 2.2. Everything has been split up into smaller headers, and the functionality is …
-
comment
Comment #2600376
Good call. I added those headers and linked to their related libraries. It's working perfectly on my Arch install. Here are my modifications; https://gist.github.com/999427
-
comment
Comment #2599555
Here's a patch that lets you compile with opencv2: https://gist.github.com/999061 . edit: I'm still getting a Make error for cvSumPixels (unless I comment that check out); sampleMa…
-
comment
Comment #2599500
The install.sh and install_script.sh scripts are Mac-dependent. How would you compile this on Linux? Qmake? edit: Yep. Clone the git repo, then run qmake, followed by make. edit #2…
-
comment
Comment #2244368
Wikipedia often lists the doctoral advisors of famous scientists. I wanted to be able to pick a scientist and recursively find their mentors. This information has no practical valu…
-
story
Show HN: Trace the history of academia
Wikipedia often lists the doctoral advisors of famous scientists. I wanted to be able to pick a scientist and recursively find their mentors. This information has no practical valu…