Live data from Hacker News

Viewing profile — sonnym

sonnym

HN member
Joined
Wed, Feb 17, 2010, 1:56 AM UTC
HN karma
337
Public activity
78 items

About sonnym

http://sonnym.github.io/

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

  1. story
  2. 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 …

  3. story
  4. story
  5. story
  6. story
  7. story
  8. 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…

  9. story
  10. 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 …

  11. 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…

  12. 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 …

  13. story
  14. story
  15. 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…

  16. 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…

  17. 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…

  18. 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 …

  19. story
  20. story
  21. 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 …

  22. 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/

  23. 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…

  24. comment
    Comment #7206499

    Alex at The Daily WTF wrote a great article on this subject. http://thedailywtf.com/Articles/Database-Changes-Done-Right....

  25. 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…