Live data from Hacker News

Viewing profile — sararob

sararob

HN member
Joined
Thu, Feb 14, 2013, 3:42 AM UTC
HN karma
175
Public activity
58 items

About sararob

sararob.dev

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #19901642

    Article author here. To access the dataset you need to be logged in with a Google account. Details here: https://github.com/GoogleCloudPlatform/ai-platform-text-clas...

  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #9500718

    [Firebase Developer Advocate] Firebase does work offline if your app loses network connectivity temporarily (details here: https://www.firebase.com/docs/web/guide/offline-capabilit…

  20. story
  21. comment
    Comment #8547899

    If you scroll down to the "Fireside Chats" section on the customers page ( https://www.firebase.com/customers/ ) you can see some examples

  22. comment
    Comment #8426846

    [Firebase Dev Advocate] This is great, thank you for sharing!

  23. comment
    Comment #8424583

    [Firebase Dev Advocate] Glad you're enjoying Firebase! Attaching a listener to the "items" Firebase is disabled. This is because it would send every item from HN to your computer. …

  24. comment
    Comment #8424302

    If you use the Firebase SDKs the request is sent over a reused full duplex socket rather than creating new/individual connections.

  25. comment
    Comment #8423493

    We establish a websocket connection and fall back to long polling when appropriate. This SO question has more details: http://stackoverflow.com/questions/12591011/firebase-with-mo.…