Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
robrichard
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
robrichard
2y ago
Here in New Jersey, paper bags were banned
2.
▲
by
robrichard
3y ago
And New Jersey banned paper bags!
3.
▲
Improving Latency with defer and stream Directives
(foundation.graphql.org)
1 points
by
robrichard
6y ago
|
0 comments
4.
▲
by
robrichard
7y ago
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 backend that’s needed is built into gmail, what’s needed on the
5.
▲
by
robrichard
7y ago
Is there any email client that supports bundles like Inbox did?
6.
▲
by
robrichard
8y ago
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 functions do this correctly by providing an api t
7.
▲
by
robrichard
8y ago
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 triple pressing the Menu button.
8.
▲
HomePod arrives February 9, available to order this Friday
(apple.com)
62 points
by
robrichard
9y ago
|
102 comments
9.
▲
by
robrichard
9y ago
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.
▲
Modeling form state in React
(beautifulcode.1stdibs.com)
9 points
by
robrichard
9y ago
|
1 comments
11.
▲
by
robrichard
10y ago
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 mutated.
12.
▲
Simple URL Routing for Redux and React
(beautifulcode.1stdibs.com)
12 points
by
robrichard
10y ago
|
0 comments
13.
▲
Backbone Models and Collections to GraphQL
(beautifulcode.1stdibs.com)
17 points
by
robrichard
10y ago
|
0 comments
14.
▲
by
robrichard
10y ago
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 inspiration, but a ton of it's functionality has already b
15.
▲
by
robrichard
11y ago
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?