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
- HN profile
- View on Hacker News ↗
About monk_the_dog
Recent public activity
-
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…
-
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…
-
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…
-
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…
- story
-
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…
- story
-
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…
-
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 …
-
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…
-
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:…
- comment
-
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…
-
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.…
-
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…
-
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://…
-
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…
-
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…
-
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/
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…