internship

7 July, 2012
Description

For the 2012 Hasselt University Science Faculty graduation ceremony (ā€œproclamatieā€ in Dutch), I was asked to present my experiences as an intern at Facebook.

Since the audience consisted of not only students but also parents, and not also Computer Science students but students of all (exact) sciences, I chose to not talk about the work I did there (i.e. no Computer Science stuff), but only about the experience I had there. The things that are funny, bizarre, interesting, typical about living and working in Silicon Valley for 3 months while having lived all my life in Belgium, Europe.

Consequently, the slides contain almost zero text, and almost solely photos, most of which have already been posted on my blog before.

Date
Location
Hasselt University
Duration
15 minutes
File attachments
1 January, 2012

Wrapping up

My last week at Facebook ā€¦ it seemed so long until I could finally return to my beloved Anneleen. Simultaneously, time seems to have flown by. And by now, I had grown accustomed to living in the United States.

Anyway, on the first day of this week, I had lunch with Steve Souders at Google. It was an interesting peek at Google’s way of dealing with performance, how it differs from Facebook in general and ā€¦ how the food differs. We had lunch in Google’s largest cafeteria ā€” it had a very diverse offering!

Google building 43

They also had an awesome T-rex replica in front of building 43. The flamingos that are swarming all over it are not real, for what it’s worth.

1 January, 2012

This week at Facebook

On Monday, I worked on getting my code committed and tied up many loose ends. I got very positive feedback from my manager! :)
(This is the feedback based upon which I would or would not get an offer).

I then struggled until about midnight with getting a subtree of one git repository merged into a new subtree in another git repository. Because this other git repository (Facebook’s) was many gigabytes in size and this was a non-trivial task (at least for somebody who’s not a git-adept), I had to undo my changes a few times. Thus I had to wait several times for many minutes. Very frustrating to say the least. I also created a list of the things that still needed to be done for a MVP (minimum viable product), as my manager had requested.

8 December, 2011

Static build of Qt: VICTORY!

On Monday, I finally got Qt committed (if you’ve been reading my blog, then you’ll know that I started this two weeks ago). It cost me about five full work days.

Funny note about git (the Qt build must be committed to a massive ā€˜third party codeā€™ repository): interactive rebasing (git rebase -i) would result in out of memory errors ā€¦Ā on a (shared) dev server with 64 GB RAM, of which 15 GB was free. Yes, that implies >15 GB of RAM was necessary. git doesn’t seem to perform particularly well for doing diffs over hundreds of files at the same time, especially if there are also binary files among them.

On Tuesday, I again fought with git, because there was a tiny glitch in the Qt build that had gotten committed: a wrong --prefix parameter had been passed, causing an in correct QT_INSTALL_PREFIX being baked into qmake and other Qt binariesā€¦

7 December, 2011

My ninth week here can be summarized very briefly: the work week was very short. Thanks to Thanksgiving on Thursday, we got off on Thursday and Friday. From Monday through Wednesday, I pulled long hours again, and very frustrating ones at that. Getting a statically linked Qt (which I already talked about last week) built turns out to not be a sinecureā€¦

On Thursday, I staid at home and worked on organizing photos I took and worked on getting some blog posts out. I also suffered from a severe neck pain that had been getting worse over the preceding days: it went away by Thursday evening and didn’t come back.
Seems like a pretty clear correlation between sitting extremely frustrated behind a computer and neck pain to me.

Thanksgiving

My manager had invited me to come to his place in San Francisco, to celebrate Thanksgiving. I felt like I’d be intruding their family sphere, but apparently that happens on Thanksgiving itself (the night before), the day after is usually reserved for a more relaxed, less formal version of Thanksgiving among friends. So I went.

6 December, 2011

mail@domain.tld

This week, I finally got around to reporting an issue that has been bothering me for a long time on Facebook. In fact, it’s the reason I initially refused to register at Facebook (after I was finally convinced I’d sign up for my first social network site ever): my e-mail address was being refused. It appears that e-mail addresses of the form mail@domain.tld are simply refused, because this is typically a spamtrap. Since Facebook obviously doesn’t want its emails to be marked as spam, they’re very cautious to not send e-mails to these kinds of addresses, even if users attempt to register with such addresses.

Unfortunately, it means that an out-of-band verification system is necessary, such as adding a DNS CNAME record or adding a file to your domain’s root with a specific filename (which is what e.g. Google Webmaster Tools requires). Fortunately, I found at leat one other Facebook employee who wants to see this happen. Now I only need to find the time to implement itā€¦

ā€œMy cousin ain’t your cousinā€

A friend also reported the incorrect translation for ā€œcousinā€ and ā€œnephewā€ in the Dutch version of Facebook. The problem is that there’s apparently a big semantical difference between Dutch and English.

27 November, 2011

Monday was the first day after Anneleen left. Obviously a sad day. Plus, due to the lack of sleep the night before she left, I was still feeling very tired.

I also got entirely fed up with the endless piles of rice being served. Both at lunch and dinner, the food would essentially look the same: one or two kinds of rice, combined with peas/string beans, some kind of tofu and some kind of meat. The meat is almost impossible to eat most of the time because we only have plastic cutlery. I only see potatoes about once a week. Rice, rice, rice, always rice! I ā€” and my digestive tractĀ ā€” am accustomed to potatoes. Yup, that’s how we Belgians roll.
Note that all of this only applies to the kitchen in the 1050 building. The 1601 building has proper cutlery and more varying ingredients. But I’d lose about 20 minutes by going there and back again every time.
Since I still had this problem after 6 weeks, it didn’t seem like my body was going to adjust any time soon, I figured I’d just change my diet.

So, hoping my digestive system would cope better this way, I started eating cereals at lunch (Alpha Bits1). I also got some very nice (seedless!) Californian grapes at Whole Foods, of which I ate a bunch every night as a movie snack.

26 November, 2011

This week at Facebook

Facebook, or well, my manager, graciously allowed me to take two days off ā€” I believe in large part because I had been working so hard in the first 5 weeks of my internship. It was especially welcome because we had already lost a full day. So I took the day off on Tuesday (the last day of good weather that week!) and on Friday.

On Wednesday, there was Facebook’s Engineering Summit, where the major new tools, systems, APIs and whatnot where presented. They do this because Facebook has grown so large and there are so many teams, that it is impossible to know on a company-wide scale what is being worked on. So an event like this enables software engineers to leverage as many of these novelties as much as possible, for maximum impact.
Clearly, this is a major cost for Facebook, to put hundreds of engineers together in one room and pay them to not work. They’re simply confident that this will pay off.

On the remaining two days, I presented my initial deep analysis (based on the patterns found by my project) on Facebook Groupsā€™ performance to somebody of the Groups team, dived deeper into this and worked on several non-project related tasks, including instrumentation for Facebook’s photo tagging functionality.

On Monday ā€”Ā Halloween! ā€” there was also some Halloween-themed food at Facebook:

25 November, 2011

Work hard, play hard

This week, I worked very hard to get as much work done as possible ā€” as I did the preceding weeks, but with renewed energy and focus ā€” before Anneleen would arrive Saturday that week.

I focused mostly on getting ā€œmeaningfulā€ (in that they lead to new, unknown insights) test results from my work so far, because I must be able to convince my manager and colleagues of its potential. Otherwise, it won’t be used and my project may be suspended.
I was not able to produce much test results because I encountered several problems with analyzing the data sets, which were less clean and more skewed in certain ways than anticipated. So I focused on adding features that enable us to deal with these challenges.
Amongst others, I added the ability to perform pattern mining on a subset of the data by allowing ā€œitem constraintsā€ (ā€œfilteringā€, really: ā€œonly consider samples that do or don’t contain Xā€) to be defined for the parser, not just for the pattern miner. This allows one to focus on a subset of the data that may otherwise have been skewed.

Anneleen!

Unfortunately, Anneleen’s plane to San Francisco got cancelled due to (repeated) technical problems, so she got stuck in Frankfurt (I will spare you the whole United Airlines ordeal). Thus, I had another day to fill. So I decided to pay a visit to Stanford!

17 November, 2011

Biking in the States

On Monday, I biked to Facebook and back. Since I left early, it was cold. Very cold. Belgium cold. What’s worse though, is the state of biking. There’s no such thing as separate biking lanes here, like in Belgium. If there are bike lanes, then they’re simply part of a super wide parking lane. Far from safe.
But I knew that. I could deal with that.

Plus, there are a few bike trails (many for such a small region by U.S. standards, it appears). So what can go wrong?

These bike trails are nice, very nice, even somewhat idyllic during daytime, but at night, they’re absolutely horrible. What I did not anticipate, was the complete lack of lighting on these bicycle trails. Sure, there is no risk of you getting hit by a car. But there’s all the more risk of you hitting a pedestrian, or that pedestrian’s dog. (Yes, that actually almost happenedā€¦)

There are maybe five street lanterns along several kilometers of bike trail. And to be fair, those few street lanterns serve little more purpose than a lighthouse-at-land.