Live data from Hacker News

Viewing profile — monk_the_dog

monk_the_dog

HN member
Joined
Sat, Oct 03, 2009, 5:37 PM UTC
HN karma
253
Public activity
77 items

About monk_the_dog

I love working on computer vision problems. email: monk (dot) scott (at) google's mail.

Recent public activity

  1. comment
    Comment #39125109

    I am a happy customer, and recently discovered their URL rewrite rules: https://help.kagi.com/kagi/features/redirects.html . This lets me automatically rewrite urls so reddit autom…

  2. comment
    Comment #30516659

    Ripple | REMOTE or ONSITE | full-time Hi, I'm a C++ software engineer at Ripple. I work on the XRP Ledger, a peer-to-peer decentralized payment server (see https://github.com/rippl…

  3. comment
    Comment #30167579

    Ripple | REMOTE or ONSITE | full-time Hi, I'm a C++ software engineer at Ripple. I work on the XRP Ledger, a peer-to-peer decentralized payment server (see https://github.com/rippl…

  4. comment
    Comment #27224629

    Just tried it and my first impression is: "this was built for me! I love it!". One bit of friction: I'm in vi mode. I hit 'f' to follow links. Apparently I need to hit 'i' before i…

  5. story
  6. comment
    Comment #22706500

    Two lesser known books that I enjoyed: 1) "Colossus: The secrets of Bletchley Park's code-breaking computers", and 2) "The Dream Machine: J.C.R. Licklider and the Revolution That M…

  7. story
  8. comment
    Comment #20294218

    Thanks for giving me an excuse to recommend "A Deepness in the Sky", by far my favorite science fiction book with a planet of sentient spiders. It's the second in a series, but the…

  9. comment
    Comment #19319720

    Pattern matching is on many people's radar, including the "Direction Group" (See: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p093... ). This proposal was discussed at …

  10. comment
    Comment #16971527

    I first heard the term "remote first" from a stack overflow blog post: https://stackoverflow.blog/2017/02/08/means-remote-first-com... The key takeaway for me was: Remote-first mea…

  11. comment
    Comment #16970976

    Ripple | San Francisco, CA or REMOTE | full-time Hi, I'm a C++ software engineer at Ripple. I work on the Ripple XRP Ledger, a peer-to-peer decentralized payment server (see https:…

  12. comment
  13. comment
    Comment #15193894

    rr is my goto debugger. It opens up new super-powers for debugging scripts. Consider this gdb script: b broken_1_in_1000_times_at_random.cpp:1 c b usually_runs_normally.cpp:1 rever…

  14. comment
    Comment #14316615

    I'll have to add some of these to my list of quotes that emacs greets me with. Current list: (defvar scratch-quotes (list "Everybody has a plan until they get punched in the mouth.…

  15. comment
    Comment #11899014

    Oodbs used a similar technique to translate addresses from a large "global" address space into smaller "local" one. Here is a paper if you're interested (ftp://ftp.cs.utexas.edu/pu…

  16. comment
    Comment #11612043

    Ripple | San Francisco, CA or REMOTE | full-time Hi, I'm a C++ software engineer at Ripple. I work on the Ripple Protocol, a peer-to-peer decentralized payment server (see https://…

  17. comment
    Comment #8585519

    Maybe you're confusing reference collapsing with universal references? In your example, replace bar (6) to bar (i). It won't compile because i is not an r value. bar(i) will compil…

  18. comment
    Comment #8585022

    | but a more technical understanding requires the knowledge that rvalue references can bind to any l- or rvalue I don't think that's true. rvalue references can only bind to rvalue…

  19. comment
    Comment #8330039

    Eric Neibler is working on bring a range library into the standard. His blog is a good source of info on his approach: http://ericniebler.com/

  20. comment
    Comment #8284641

    > There was also another company selling a similar product, that used to sell Lisp Machine software, but I don't recall the name any longer. Are you thinking of Lucid and their "En…

  21. comment
    Comment #7994351

    VsVim is OK, but I don't find it good enough to replace my usual emacs/evil. I did find it useful to define a gdb-like single key debugging mode. This lets me use keys like the spa…

  22. comment
    Comment #7428973

    Is "needy" exercise equipment a thing? That could be a cool product. Or, instead of the bike needing attention, how about the bike feeds/walks/plays with a cute dog. If you don't u…

  23. comment
    Comment #7321125

    I'm building an environment for computer vision, and I recently made a client that can run on the rpi (two minute video if you're interested: http://www.youtube.com/watch?v=qSigkvb…

  24. comment
    Comment #7248390

    1) Easy access to good vision libraries (in particular OpenCV and ITK) 2) Fairly easy to parallize algorithms w/ OpenMP or Intel's TBB. 3) Compilers (well, Intel C++ anyway) are go…

  25. comment
    Comment #7248159

    Main Development Hardware: * i7-3930 @ 3.2 GHz/16 GB Ram/240 GB SSD/1 TB HD * NVidia GeForce GTX 680 (For CUDA programming) * 24" 1900x1200 Dell monitor on LCD Arm * Quickfire Keyb…