Viewing profile — binarysoul
binarysoul
HN member- Joined
- Thu, Aug 05, 2010, 4:31 AM UTC
- HN karma
- 215
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About binarysoul
No profile information was provided.
Recent public activity
-
comment
Comment #11161444
I think it is good in scenarios where the problems are sufficiently difficult.
-
comment
Comment #10677386
This is simply a skill worth learning if you are not good at it already
-
comment
Comment #9552300
Why should I use lotus over Sinatra, Padrino, Grape, Rails, etc?
-
comment
Comment #9528254
Thanks for the tip. I didn't know about that utility
- story
-
comment
Comment #8079657
maybe smex? http://www.emacswiki.org/emacs/Smex
- story
-
comment
Comment #7422279
What does hexagonal mean?
- story
-
comment
Comment #5646382
In many cases it is as easy as relying on a gem instead of doing it yourself. Where the gem contains a c extension. Say resizing images with chunkypng vs mini_magick
-
comment
Comment #5644528
It seems to me that being "way faster than rsync" is not worth $49. Also there is no comparison / explanation on the site of how it is faster than rsync.
-
comment
Comment #5614418
the problem is also dependencies specified as: gem 'activesupport', '>= 2.3.5' # too loosely
-
comment
Comment #5561221
my experience is that the person on the phone usually doesn't care if you have all the relevant info
-
comment
Comment #5520742
cool thanks
-
comment
Comment #5519558
I don't see how this could be used for collaborative code editing. Is there an example of this?
-
comment
Comment #5381459
some bite sized emacs tips http://rawsyntax.com/blog/categories/learn-emacs/ and a great introduction to setting up emacs http://batsov.com/articles/2012/10/14/emacs-on-osx/ posts …
- story
-
comment
Comment #5000026
can you give an example of how this is really a problem? I have an iPad that can display PDFs. When I scan documents PDFs get created.
-
comment
Comment #4548723
chrome
- story
- story
-
comment
Comment #4200726
its not difficult to maintain. Emacs in particular has M-x align-regexp = (which does the alignment for you)
-
comment
Comment #4190939
when you migrate, you may want to setup jekyll to handle your redirects (from your old site's url structure) I wrote about a jekyll plugin that allows just that (used it when I mig…
-
comment
Comment #3898860
it degrades to select / option boxes. The demo page sucks, but I have used this and it works fine without javascript.
-
comment
Comment #3634744
yes this is exactly right, its POST for compatibility reasons, rails puts a special parameter in the form submit to map to PUT (for resourceful routes)