Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbalogh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jbalogh
13y ago
That's a great idea! Let me see what we can do. Feel free to email jbalogh@stripe.com (or post here) if you have any other feedback.
2.
▲
How to Add Push Notifcations to your Website
(jbalogh.me)
2 points
by
jbalogh
14y ago
|
0 comments
3.
▲
by
jbalogh
14y ago
They have some pubsubhubbub support ( http://developer.github.com/v3/repos/hooks/#pubsubhubbub ), but you still need write access to create a web hook on the account.
4.
▲
by
jbalogh
14y ago
Yes, it'll be part of the Gecko platform.
5.
▲
by
jbalogh
14y ago
It's a limitation of the Github API. The app sends notifications after receiving a web hook from Github, and you can only add web hooks for repos you own.
6.
▲
by
jbalogh
14y ago
I don't have any Chrome plans (I work for Mozilla), but I've heard rumors that the Chrome team is working on their own push notifications. Eventually I want to get these APIs standardized and in other browsers, not just Firefox and Boot to
7.
▲
by
jbalogh
14y ago
Thanks Julien!
8.
▲
by
jbalogh
14y ago
It looks good to me. What are you seeing? What browser?
9.
▲
Try Push Notifications for Github in Firefox
(github-notifications.herokuapp.com)
30 points
by
jbalogh
14y ago
|
16 comments
10.
▲
Optimizing browser handling of Facebook Timeline scrolling
(groups.google.com)
1 points
by
jbalogh
15y ago
|
0 comments
11.
▲
by
jbalogh
15y ago
Right, one of the goals of the design is to not lock in any one aggregator. We just need to standardize the server API so other apps don't have to care who they're talking to.
12.
▲
by
jbalogh
15y ago
Like all wikis, that document was way out of date.
13.
▲
by
jbalogh
15y ago
I think notifications will be useful in all our browsers, not just B2G. I'm targeting Firefox Mobile for the initial release since mobile is where notifications fit in the best. I don't see notifications supplanting Server Sent Events. SSE
14.
▲
by
jbalogh
16y ago
The logs showed all the downloads in Alfred were from curl. They've been removed from our stats.
15.
▲
by
jbalogh
16y ago
The names of regions and cities come directly from MaxMind[1], our GeoIP service. Some of our localizers provided localized names to replace the phonetic translations, so Russia, France, and Ireland see the real city names. All of our local
16.
▲
by
jbalogh
16y ago
I don't know exactly what was going on, but we noticed that we were getting as much as 2,000 hits per minute from Alfred, NY. That IP is getting blocked by the load balancer now and I'm working on a way to remove that aberration from our st
17.
▲
by
jbalogh
16y ago
We worked hard to make it fast in Chrome. Their profiling tools were great at finding some bottlenecks that improved perf in all browsers. My guess is that we're pushing up against the limits of Chrome's repaint rate when the map canvas sta
18.
▲
by
jbalogh
16y ago
I've probably seen that picture before, but it wasn't a direct inspiration. We had a map like this for Firefox 3.6, so glow is a mix of that plus a little WarGames and Tron.
19.
▲
by
jbalogh
16y ago
The svg was generated from the shapefiles here: https://github.com/potch/glow/tree/master/shapefile . I need to ask potch where the shapefiles come from. Inner regions like lakes weren't included since they would complicate the svg without
20.
▲
by
jbalogh
16y ago
The geo data comes from MaxMind. They give us latitude/longitude and country:region:city info.
21.
▲
by
jbalogh
17y ago
Reported at https://bugzilla.mozilla.org/show_bug.cgi?id=520569