Viewing profile — gabebw
gabebw
HN member- Joined
- Tue, Aug 03, 2010, 11:39 AM UTC
- HN karma
- 153
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About gabebw
Recent public activity
- story
- comment
-
comment
Comment #8129721
If you need a JSON "API" to test it against, may I suggest derulo.json: http://gabebw.com/derulo.json
-
comment
Comment #7812658
I asked Slack and they told me how to fix it: Escape closes the blue banner for the current channel. Shift-Escape closes that blue banner for all channels.
- story
- story
- story
- story
- story
- story
- comment
- story
-
comment
Comment #5293637
With Ack, I had to set up a bunch of --type-add lines to ~/.ackrc so that Ack wouldn't ignore e.g. SCSS files. ag searches every file by default, except for VCS files (e.g. .git/ a…
-
comment
Comment #5069832
Yup, same error here. Full dump: https://gist.github.com/5db045977b157096f448
-
comment
Comment #4934206
It's a reference to the movie Idiocracy, which is set in a future where (among other changes) Starbucks is an erotic massage parlor: http://3.bp.blogspot.com/-fmUAFjqIPc4/T8aZMNekM…
-
comment
Comment #4830175
Try Trunk Club: http://www.trunkclub.com/ They do a brief interview with you over the phone, get your measurements, and send you a trunk of clothes every month. You only pay for wh…
-
comment
Comment #4814655
Here's a shameless plug for https://www.apprentice.io/ - we offer great (paid!) technical mentorship for 3 months with one of the best Rails firms in the US. We have locations in S…
-
comment
Comment #4551296
Try inspecting the element (in Chrome inspector or Firebug or whatever). My password is visible there. When doing a simple view-source, I just see "${password}" though.
-
comment
Comment #4482402
That's actually a list of git tags ( http://learn.github.com/p/tagging.html ), and they're on the current site, e.g. https://github.com/thoughtbot/factory_girl/tags
-
comment
Comment #4482400
I believe GitHub admins have that little search bar on every repo, while regular joes can only search private repos.
- story
-
comment
Comment #3256027
It's actually http://www.ml-class.org/
-
comment
Comment #3104341
I assume you're basing this off the screenshot. The "Search source code" input is only available in private repos. Since kneath/resque is a public repo, apparently one benefit of w…
-
comment
Comment #3060164
Re: jumping to method definitions, have you tried running ctags on your project directory, then pressing Ctrl-] (go to tag) on the method name? It should work.
- story