Viewing profile — sonnym
sonnym
HN member- Joined
- Wed, Feb 17, 2010, 1:56 AM UTC
- HN karma
- 337
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About sonnym
http://www.github.com/sonnym
[ my public key: https://keybase.io/sonnym; my proof: https://keybase.io/sonnym/sigs/5uuVmISn0Y-b59Kg_WhcRmMWE9WeSUrjz2wA8E6pdjI ]
Recent public activity
- story
-
comment
Comment #16735065
Indeed | Full stack engineer (RoR or Java) | Onsite or remote | Austin TX | Full time We are looking for senior Java and Ruby engineers to join our team full-time. Our Assessments …
- story
- story
- story
- story
- story
-
comment
Comment #9321558
It really depends on the book for me. Technical topics I already know pretty well, I find easy to commit new methods to memory when I come across them. Nontechnical, I can remember…
- story
-
comment
Comment #9064059
It performs perfectly fine on my machine, but I have not done any comprehensive testing. I was actually quite surprised when I first got everything working and was streaming input …
-
comment
Comment #9060770
I, too, really love Elm, and have worked on some tooling for getting it running on the server. (Self promotion ahead). I wrote an NPM module for compiling and loading Elm[1], and a…
-
comment
Comment #9001048
Aside from the things others have mentioned, which are all really good, there are some really good books on the subject. Jose Valim's Crafting Rails Applications[1] is a wonderful …
- story
- story
-
comment
Comment #8624539
It isn't always easy when something does seem to be common knoweldge, but you are correct that people try to be more understanding. I have adopted the attitude from this XKCD comic…
-
comment
Comment #8091777
I think this very much oversimplifies the costs. From a hardware standpoint this is probably mostly correct, but the problem is the sheer amount of research and talent behind it is…
-
comment
Comment #7962130
I highly recommend The AWK Programming Language by Aho, Kernighan and Weinberger[1][2]. It has a very similar style to The C Programming Language, also co-written by Kernighan. Eve…
-
comment
Comment #7783522
The beginning of your story reminded me of the wonderful commencement speech given by David Foster Wallace at Kenyon College in 2005 [1]. It is very easy to well up with rage, but …
- story
- story
-
comment
Comment #7526626
I did not find this list particularly useful. It is a nice attempt, but the way it categorizes libraries can be deceptive. I do not think anyone would consider bower and npm to be …
-
comment
Comment #7481421
Your book a week comment reminded me of the wonderful What If on XKCD about the infeasibility of reading every English book ever written. https://what-if.xkcd.com/76/
-
comment
Comment #7254268
This looks like a solid project. I want to mention mincer[1], which I have used in the past for compiling assets, and it has been an entirely painless process. Definitely take a lo…
-
comment
Comment #7206499
Alex at The Daily WTF wrote a great article on this subject. http://thedailywtf.com/Articles/Database-Changes-Done-Right....
-
comment
Comment #7202549
While I agree with making code editable in single lines as much as possible, I think this is a particularly bad example. I do prefer the comma first style for arrays and objects, b…