Live data from Hacker News

Graphing when your Facebook friends are awake

defaultnamehere.tumblr.com

191–200 of 200 posts

Re: Graphing when your Facebook friends are awake

#191

Earlier quoted context omitted.

> I like this part. As a developer I've often looked at the network usage of large websites / web applications and it's always surprising to me just how...unoptimized it is as far as network connections go. Have you considered that your opinion on the best way to serve data to a billion users might actually be wrong? That maybe Facebook actually knows what they are doing?

This is the company that bragged about having 18,000 classes for their iOS app [1] and having to patch the Dalvik Virtual Machine to support new features in their Android app [2]; they are not infallible. [1] http://quellish.tumblr.com/post/126712999812/how-on-earth-th... [2] https://www.facebook.com/notes/facebook-engineering/under-th...

IiRC they aso exploited an Android bug to give themselves more memory. Facebook is woefully buggy and slow that many people are now either using the website or alternative wrapper apps that don't drain their battery immensely.

Re: Graphing when your Facebook friends are awake

#192

My favorite part - > This friend recommended nvd3.js, presumably because you’re not making real graphs in 2016 unless your graphing library is .js and requires at LEAST one other .js as a dependency. Everyone looks at you like “what, you DON’T already use .js? Jeez say goodbye to your Hacker News karma. Just apt-get install npm && npm install bower && bower install-” NO STOP IT THIS ISN’T WHAT TIM BERNERS-LEE WANTED”…

Indeed, the article was a great and humorous stream-of-consciousness.

For me, it was this:

> ... and I wouldn’t be embedding this ugly graph as a pdf into a LaTeX document that takes 3 passes of pdflatex to render...

Re: Graphing when your Facebook friends are awake

#193
You used to be able to do this with the Facebook Query Language (FQL) that Facebook exposed, sending something like this query to the FQL endpoint.

   SELECT uid, name, online_presence
   FROM user
   WHERE online_presence IN ('active', 'idle')
   AND uid IN (
     SELECT uid2 FROM friend WHERE uid1 = me()
   )
Unfortunately, the current version of the Facebook Graph API[0] doesn't have the online_presence field, so this is no longer possible. Maybe the Graph API will be updated in the future to also return the online_presence fields?

[0] https://developers.facebook.com/docs/graph-api/reference/v2....

Re: Graphing when your Facebook friends are awake

#194
post #185

Earlier quoted context omitted.

Really? The notifications and the first story show up fairly quickly for me, but everything else usually takes a few seconds. Certainly not terrible, but I wouldn't call it "ridiculously fast" either.

0.3 seconds for me, just now. HN was 1.3 seconds.

Really?

FB just took 13 seconds for me to load fully! HN took only a second. I suspect the situation would be way worse if the browser cache was cleared too.

Re: Graphing when your Facebook friends are awake

#197
post #171

> If you reload the page you’ll see approximately fifty-bajillion network requests go off as Facebook desperately tries to load all the junk that it needs to display facebook.com. I like this part. As a developer I've often looked at the network usage of large websites / web applications and it's always surprising to me just how...unoptimized it is as far as network connections go. I mean Facebook loads decently enou…

"I mean Facebook loads decently enough and all I'm just surprised the first load isn't condensed into a small, handful of network calls to save on latency." Actually it is: https://www.facebook.com/notes/facebook-engineering/bigpipe-...

> Actually it is: https://www.facebook.com/notes/facebook-engineering/bigpipe-....

Nope. Did you read through how BigPipe works? It's more than a handful; they basically load a whole bunch of mini web pages inside of another. I'm actually impressed they get better performance doing that; I would have thought condensing everything down would net much better performance. It would at least improve latency but I digress.

Re: Graphing when your Facebook friends are awake

#198

Earlier quoted context omitted.

What? You don't already have it installed?

How can I tell?

I really love it IT modulater Man of These Group As for one Question Any kinds of photo and Video If you will be transfer or drae the way of your choice and file system by geting quality of Image Example one Things In mobile Down load and Up Load 3gp and MPEG 4 And FLV which fil format will be useful / transfer Fast/gethigh image Quality/Direct use or not /if converting need which machine can convert / If any format can change datar.txt format we can convert or not any wishing format types/in download file have .txt in no media file how to accept video ir photo which soft ware need and want ? I was so many question in My head but every time I am not free to performed So miserable in minded most of all branded Company and Group are more I will given all but they are hide and fall back some data I understand that I will never finish my console and tree treated today I will thinking alot of all my data and performing are need to restored back and goback to home already peace most of In my family in alot of case are missing its big and huge problem I will missing in Duty of Father upon to my children so sorry in minded.Thanks all of my friends And member all group of study and training students This time for enough My question in some quality of answer just for searching I was pass in this field as same as all of you will be pass truely I,hoping that your result and reply information.Just see in All of my google plus pages.

Re: Graphing when your Facebook friends are awake

#199
post #69

Earlier quoted context omitted.

Do you have stairs in your house? (i.e. do you browse SomethingAwful, because your style of sarcastic humour is pretty similar, going by your writing & the animated frog on Swagify, and yes yes i know the rules of HN...)

I love this guy's humor. I remember when I was 17 I used to write a column for flipcode.com where I thought I was being pretty funny in appropriate amounts ( http://www.flipcode.com/archives/Theory_Practice-Issue_06_Ev... for example) but I like his jokes more! But hey, I was 17 and also it was me so... I'm biased.

I used to read those articles! Fond memories.

Re: Graphing when your Facebook friends are awake

#200
post #186

Earlier quoted context omitted.

>>The best way to write will always depend on what the goals are, but in general the further away from the original thought you get, the more writing and other creative ideas tend to degrade. So very true... Open a vein...share yourself...reveal yourself...share what you've learned and let the excitement you felt while discovering it flow... For most writers, the majority of the time, your true audience will "get" bo…

What's with the ellipses? Always so awkward reading messages from people who always do the ellipses thing.

I think in some cases it is because people are taught that Comma Splicing Is Bad. But imo Ellipse Splicing Is Worse (and should probably be Considered Harmful ;) ). Commas or Em Dashes[0] are better, clearer, and (AFAIK) more grammatically correct.

[0]: http://www.thepunctuationguide.com/em-dash.html

Post reply on HN