Viewing profile — robrichard
robrichard
HN member- Joined
- Sat, Apr 27, 2013, 4:30 PM UTC
- HN karma
- 59
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About robrichard
No profile information was provided.
Recent public activity
-
comment
Comment #40788337
Here in New Jersey, paper bags were banned
-
comment
Comment #37421016
And New Jersey banned paper bags!
- story
-
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…
-
comment
Comment #19560567
Is there any email client that supports bundles like Inbox did?
-
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…
-
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 …
- story
-
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.
- story
-
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…
- story
- story
-
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…
-
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?