Live data from Hacker News

Viewing profile — connorjburton

connorjburton

HN member
Joined
Fri, Mar 04, 2016, 3:42 PM UTC
HN karma
16
Public activity
8 items

About connorjburton

No profile information was provided.

Recent public activity

  1. comment
    Comment #12750572

    Wasn't really $20,000/day was it, more like $2/day with a $20,000 spike. These articles are such crap.

  2. comment
    Comment #12035480

    Adverts have already created a persona of obtrusive, irrelevant shit. It's not the users fault that they don't want their browser playing music or redirecting them or trying to get…

  3. comment
    Comment #12015725

    I think this is what makes Lodash so convenient, I just want expected functions like _.forEach to work with whatever I throw at it.

  4. comment
  5. comment
    Comment #11829246

    I like that!

  6. comment
    Comment #11823557

    Correction: .something { width: calc(33.33% - #{$spacing-small*2/3}); margin-left: $spacing-small; &:first-of-type { margin-left: 0; } }

  7. comment
    Comment #11822280

    Honestly, I just use .something { width: calc(33.33% - #{$spacing-small*3/2}); margin-left: $spacing-small; &:first-of-type { margin-left: 0; } } Well simple

  8. comment
    Comment #11786607

    Timber does this too if your like your Twig. http://github.com/timber/timber Disclamer: I'm on the dev team