Viewing profile — jbnicolai
jbnicolai
HN member- Joined
- Mon, Mar 18, 2013, 6:00 PM UTC
- HN karma
- 113
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About jbnicolai
Recent public activity
-
comment
Comment #34489222
That's essentially what axioms are. Wether it's reasonable or not depends on your intuition of both axiom & implications. This is where the axiom of choice is interesting; many peo…
-
comment
Comment #18214885
"Extraordinary claims require extraordinary evidence" Always resonated with me as a good summary. Where a (naive) frequentist might assume, for instance, that after a 90% accurate …
-
comment
Comment #17553904
Agreed. The problem is the risk of small, relatively hard to spot & nearly impossible to properly debug mistakes. > A{2,4} -> AA(A|AA)
-
comment
Comment #16007807
You might enjoy the essay The Tyranny Of Structurelessness, which articulates this exact point, if you weren't already referencing it https://news.ycombinator.com/item?id=7409611
-
comment
Comment #11895140
You seem to have commited a merge conflict in https://npmcdn.com/nlp-syllables@0.0.4/builds/nlp-syllables.... Library looks fantastic!
-
comment
Comment #11442474
Thanks! Definitely going to look at these. Can't believe I wasn't aware AWS came with an API gateway service as well.
-
comment
Comment #11440090
Good question! I didn't include too much context in the top-level question to keep the discussion as broad as possible, and hopefully have advice applicable to others as well, but …
-
comment
Comment #11438585
Previous discussion related to Kong [open source product from Mashape]: https://news.ycombinator.com/item?id=9451947
-
story
Ask HN: Best API management solution
Considering features such as: * throttling * rate limiting * authentication and authorization * API usage analytics What are the experience of the collective HN crowd regarding the…
-
comment
Comment #11404238
Just serialize the state in the hashfragment of the URL ;)
-
comment
Comment #10446637
In the python example you're running a function, while in the grep example you're launching a program (grep) from your shell. To make the comparison more fair you'd store the pytho…
-
comment
Comment #10128701
So close to haiku, only one more syllable, great embarrassment.
- comment
-
comment
Comment #9658257
Glad to hear! Small plug, but I suppose the only people reading these comments are interested in tmux: https://github.com/tmux-plugins
-
comment
Comment #9633623
Rather, 'under the hood' it _is_ a lisp (that is, an AST). The powerful feature here is that you visualize (project) the AST into a more concise representation
-
comment
Comment #9626618
There's VisualReview[0], but only self-hosted. [0]: https://github.com/xebia/VisualReview
-
comment
Comment #9523280
Made this weekend url tmp[0], a simple plugin/package manager for tmux. See also tmux-fpp, a Facebook PathPicker wrapper for tmux[1] [0]: https://github.com/tmux-plugins/tpm [1]: h…
- story
- story
- story
-
comment
Comment #9510564
I wrote a small snippet to integrate this with tmux. Simply press for the current buffer to be run through fpp. See a small example here: http://recordit.co/U2TYvbPC9p And here's t…
-
comment
Comment #9507130
Because didn't exist in the latest version of tmux at the time. I've removed it now though, thanks!
-
comment
Comment #9507116
I use myself, but works just as well I suppose. Not bound to any OS utilities on OS X afaict. Thank you so much for pointing me towards that vim+tmux gist!
-
comment
Comment #9507095
You're absolutely correct, although I do all my terminal work locally in tmux as well (and often nest any remote work in a secondary remote session). Liking the plugin you wrote!
-
comment
Comment #9506187
You're absolutely right, thank you!