Live data from Hacker News

Viewing profile — dschwartz88

dschwartz88

HN member
Joined
Mon, Jan 25, 2010, 8:04 PM UTC
HN karma
148
Public activity
42 items

About dschwartz88

No profile information was provided.

Recent public activity

  1. comment
    Comment #13215517

    For people interested in this topic/catching visual regressions take a look at Kontrast https://github.com/harrystech/kontrast

  2. comment
    Comment #10089968

    For anyone interested, Eater did a great job profiling them and their factory [1]. Sun Noodle pretty much owns the entire NYC ramen scene (with the notable exception of Ippudo). Th…

  3. story
  4. comment
    Comment #9780769

    I can't wait until there are Sinatra and Rails equivalents for Swift (once they open source the Linux bindings later this year).

  5. comment
    Comment #9773625

    Just a heads up, the 90 day out clauses are usually put in there by the company lawyers. The only rule the IRS has is that ISO options flip to NSO after 90 days[0]. Take a look at …

  6. comment
    Comment #9546552

    This isn't surprising news. Isn't this one of Apple's main goals in their Activity app (w/ the Apple Watch)? To get around and move for a couple minutes each hour at least 12 times…

  7. story
  8. story
  9. comment
    Comment #8087776

    This is an awful oversimplification, but in my experience, there are two different kinds of applications: - User-centeric (think: an e-commerce site): your costs are going to grow …

  10. story
  11. comment
    Comment #8043997

    I realize that this took a huge amount of time, so asking for an open source version of this might be asking a bit much. But, I would absolutely be willing to pay for a SaaS produc…

  12. story
  13. comment
    Comment #7996466

    It's been proven these arbitrary restrictions don't actually enhance security. We need to see the TSA move to behavioral analysis for them to actually make a difference.

  14. comment
    Comment #7878533

    While I haven't personally used seed-fu, it seems to solve a different problem. There are two main problems we're trying to solve here: - Having the seeds.rb file mirror the record…

  15. comment
    Comment #7878509

    It's key to migrate seeds on a "clean" database. Any models you register will be exported from the database into the seeds file, so we usually rake db:reset before running rake see…

  16. comment
    Comment #7878496

    Another one of the engineers here. While using ActiveRecord migrations will work for production systems, when setting up development or test systems using rake db:schema:load will …

  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #7344779

    This seems to be mostly their CDN bill. Not sure, but I don't really consider a CDN as part of hosting fees, more of a general infrastructure fee.

  22. comment
    Comment #7193383

    We've been on CircleCI for months now and in addition to being an absolutely fabulous product the support has been astounding. Congrats guys, well deserved.

  23. comment
    Comment #7125711

    We have three layers of testing in our suite. Ill go from the bottom up (we happen to be a rails shop so use rspec + Capybara): 1. Model Tests: These are used to validate base busi…

  24. story
  25. story