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...
Graphing when your Facebook friends are awake
191–200 of 200 posts
Re: Graphing when your Facebook friends are awake
#192My 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”…
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 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
#194Earlier 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.
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
#195Are you aware that there is actually no requirements.txt in your repo?
Re: Graphing when your Facebook friends are awake
#196Are you aware that there is actually no requirements.txt in your repo?
Re: Graphing when your Facebook friends are awake
#197> 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-...
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
#198Earlier quoted context omitted.
What? You don't already have it installed?
How can I tell?
Re: Graphing when your Facebook friends are awake
#199Earlier 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.
Re: Graphing when your Facebook friends are awake
#200Earlier 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.