Live data from Hacker News

Viewing profile — robrichard

robrichard

HN member
Joined
Sat, Apr 27, 2013, 4:30 PM UTC
HN karma
59
Public activity
15 items

About robrichard

No profile information was provided.

Recent public activity

  1. comment
    Comment #40788337

    Here in New Jersey, paper bags were banned

  2. comment
    Comment #37421016

    And New Jersey banned paper bags!

  3. story
  4. comment
    Comment #19561007

    What I miss most is not the auto-bundling, but writing rules to tag emails with a label and the viewing (and archiving) everything that matched as a bundle. Seems like all the back…

  5. comment
    Comment #19560567

    Is there any email client that supports bundles like Inbox did?

  6. comment
    Comment #18764179

    Formatting dates with a format string is an anti-pattern. Format strings are too easy to get wrong and don't scale when you need to account for different locales. JavaScript's Intl…

  7. comment
    Comment #17730108

    On the AppleTV go to Settings > General > Accessibility > Display Accommodations > Light Sensitivity. Then you can assign it to the Accessibility Shortcut and turn it on or off by …

  8. story
  9. comment
    Comment #15728879

    This was a great podcast! I would love a follow up episode where you get into more details on that and the other topics there weren't time for.

  10. story
  11. comment
    Comment #12778616

    const only guards against changing the reference that it was assigned to. This won't break because info is still assigned to the same array. It doesn't matter that the array was mu…

  12. story
  13. story
  14. comment
    Comment #11372118

    I think this article ignores that JavaScript's standard library has been growing in pace with new language features. The author mentions underscore as a good place to draw inspirat…

  15. comment
    Comment #11155175

    Does this cause the HTML sent over the wire to be bloated, i.e. the svg for the same icon could be repeated multiple times on the same page?