Skip to content

Instantly share code, notes, and snippets.

View JoeMalt's full-sized avatar

Joe Malt JoeMalt

View GitHub Profile
@JoeMalt
JoeMalt / cv_workshop_talk
Created November 10, 2016 14:10
Talk from the University Careers Service on improving your CV.
== Improving your CV Workshop ==
10 Nov 2016, Computer Laboratory
careers.cam.ac.uk
careers.cam.ac.uk/library/Cvbook/index.aspx
Purpose of a CV:
- Get an interview
- Not get your application thrown out - most important purpose!
- *Quickly* get acros your value and tech credentials (skim reading)
@JoeMalt
JoeMalt / facebook_tech_talk_20161025
Created October 25, 2016 14:21
Facebook Tech Talk @ Cambridge CL, 25 Oct 2016
Facebook talk 2016-10-25, LT1, Computer Laboratory
Main talk: Daniel Bernhardt, Software Engineer, FB London since June 13
- danielbe@fb.com
- facebook.com/alone.on.a.hill
Scale:
- One person reading 50 posts a day -> 18,000 posts a day -> easy search problem
- However, FB in total has 2 trillion posts: need to find content in all of them
- What if someone searches for "rain", looking for a post with the word "drizzle" - NLP problem!

Keybase proof

I hereby claim:

  • I am joemalt on github.
  • I am joemalt (https://keybase.io/joemalt) on keybase.
  • I have a public key whose fingerprint is DA26 B82E 182B F126 8E4F E80F 0D69 D543 64CB 6933

To claim this, I am signing this object:

###in layout.htm, the global template
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">KECHB: IsItWeekA.com</a>
<ul class="nav">
<li {% block home_active %}{% endblock %}><a href="/">Home</a></li>
<li {% block about_active %}{% endblock %}><a href="/about/">About</a></li>
</ul>
</div>
</div>