Live data from Hacker News

Viewing profile — davideast

davideast

HN member
Joined
Tue, May 13, 2014, 6:37 PM UTC
HN karma
23
Public activity
11 items

About davideast

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #17425464

    That is not true. The default access is only to authenticated users.

  4. comment
    Comment #17425458

    No it does not. By default it locks down your empty database to only authenticated users.

  5. comment
    Comment #14752517

    Yep, more wording was bad. In HTTP/2 it's all parallel.

  6. comment
    Comment #14752511

    Sorry, wrote this before coffee. I was referring to H/2 eliminating head-of-line blocking. HTTP/2 gives you one TCP connection for multiple requests rather than the 7 connection li…

  7. comment
    Comment #14752130

    HTTP/2 happened. HTTP/2 allows you to send HTTP requests over a single TCP connection per domain. Headers are compressed. The request overhead is minimal compared to HTTP/1.x. Cach…

  8. comment
    Comment #14729873

    I highly recommend using Workbox: https://workboxjs.org/ . One of the more gnarly parts of ServiceWorker is having to clean up old caches during a version change. The workbox-build…

  9. comment
    Comment #12535171

    Hello, Firebase YouTuber, Slacker, AngularFire contributor, and Stackoverflower here. Feel free to ping me personally in the Slack channel (davideast) of via email (david@firebase.…

  10. story
  11. comment
    Comment #8423100

    [Firebase Employee] If you use the SDKs, we handle the connection and all of the data is sent over a reused full duplex socket rather than individual requests. https://www.firebase…