Live data from Hacker News

Viewing profile — murz

murz

HN member
Joined
Wed, Feb 09, 2011, 7:45 PM UTC
HN karma
319
Public activity
107 items

About murz

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #10741885

    https://github.com/angular/universal https://github.com/angular/universal-starter Design doc: https://docs.google.com/document/d/1q6g9UlmEZDXgrkY88AJZ6MUr... It still seems like a …

  4. story
  5. story
  6. comment
    Comment #8254362

    > are there any good form validation libraries for Go? Here are a couple: http://www.gorillatoolkit.org/pkg/schema http://godoc.org/github.com/mccoyst/validate There are also some …

  7. job
    YC W14 machine learning company looking for DevOps in SF

    We're an early-stage (YC W14) company founded by ex-Googlers. We're building a predictive analytics product and we're already running production systems to handle an increasingly l…

  8. comment
    Comment #7845516

    One of my first mentors was a blind programmer. He's actually one of the smartest and most productive programmers I know. The main tool he used was some screen-reading software cal…

  9. comment
    Comment #7724271

    > Also, for those who are using Java, where do you host your application/service? Heroku, EC2 (or Elastic Beanstalk) and Google AppEngine are all pretty good choices if you ask me.…

  10. comment
  11. job
    YC W14 company hiring hackers to build large scale distributed systems in SF

    We're three ex-Googlers building a predictive analytics product. Our company is still in stealth mode but we're already running production systems to process an increasingly large …

  12. comment
    Comment #6564152

    There are heroku buildpacks for C: https://github.com/atris/heroku-buildpack-C

  13. comment
    Comment #5502307

    I'm a designer who knows how to code (or more accurately: a coder who knows how to design). When I am mocking and laying things out, it's much faster to use Photoshop because it's …

  14. comment
    Comment #5345602

    I believe they are referring to this: http://news.ycombinator.com/item?id=5332192

  15. comment
  16. comment
    Comment #4885728

    I think you missed my point, which was that the Wired article is citing the number from the second half of that sentence: "and 135 million are active in just the stream." (not the …

  17. comment
    Comment #4885510

    > Which would be great if checking a feed meant more than logging into your gmail. If you read the actual announcement it would be clear that when they say "stream-actives", they a…

  18. comment
    Comment #4647253

    Looks interesting, but it's unfortunate that the timing clashes with Startup School.

  19. comment
    Comment #4477081

    Have you checked out the handful of books listed on the YCombinator "Startup Library" page ( http://ycombinator.com/lib.html )?: Dale Carnegie: How to Win Friends and Influence Peo…

  20. comment
    Comment #4452390

    The typical engineering setup is Mac laptop + Goobuntu workstation.

  21. comment
  22. comment
    Comment #4384723

    I really like the Linux/server tutorials SliceHost has: http://articles.slicehost.com/

  23. comment
    Comment #4377901

    The goals of Go, as stated in the 2011 I/O slides ( http://golang.org/doc/talks/io2011/Writing_Web_Apps_in_Go.pd... ): - fun to work in. - efficient - performance approaching C for…

  24. comment
    Comment #4377564

    Jersey actually has reasonable support for the traditional MVC thing too, you just return a Viewable from your actions [1]. I think out-of-the-box Jersey only supports JSP template…

  25. comment
    Comment #4371376

    Stanford has a free series of iOS lectures that you can get on iTunesU: http://itunes.apple.com/itunes-u/ipad-iphone-application-dev... I highly recommend them.