Viewing profile — connorjburton
connorjburton
HN member- Joined
- Fri, Mar 04, 2016, 3:42 PM UTC
- HN karma
- 16
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About connorjburton
No profile information was provided.
Recent public activity
-
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.
-
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…
-
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.
- comment
-
comment
Comment #11829246
I like that!
-
comment
Comment #11823557
Correction: .something { width: calc(33.33% - #{$spacing-small*2/3}); margin-left: $spacing-small; &:first-of-type { margin-left: 0; } }
-
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
-
comment
Comment #11786607
Timber does this too if your like your Twig. http://github.com/timber/timber Disclamer: I'm on the dev team