on Feb 3
Daniel Lubarov
Mountain View, CA, United States
Technologies
Experience show all
Software Engineer, Square
May 2012 - Current
I work on the card processing infrastructure here at Square.
Engineering Intern, LinkedIn
2011 - 2011
I worked on a high-concurrency Scala application which is part of LinkedIn's social graph backend. I changed the way connections are stored in memory and on disk, in order to address scalability problems associated with highly connected users.
Search Intern, Yelp.com
2010 - 2010
I had a great internship on the search team. My main task was to write a classifier to guess categories for businesses. It did this based on very limited information, sometimes just a business name.
The project made it to production, and the classifier was more accurate than humans from Mechanical Turk. (Admittedly, as the author alludes, this has more to do with MTurk's challenges than the classifier's intelligence.)
Research in Garbage Collection, Harvey Mudd College
2009 - 2009
We developed azTrace, a suite of tools for memory profiling. I wrote profilers for Java and PHP, using a combination of reflection and instrumentation. The other students I worked with wrote profilers for Python and Ruby.
We developed profilers for these four languages, but they all log events in a common format. We then wrote a collection of analysis tools which read these event logs and generate graphs, charts, and statistics.
Education
B.S. Computer Science (in progress), Harvey Mudd College
2007 - Current
ACM ICPC regional programming contest: 6th place (2008), 13th place (2009), 3rd place (2010)
Stack Exchange show all Last seen yesterday
Open Source (7) show all
daniel
GitHub, Jan 2013 - Apr 2013
They are built on a custom collections library and HTTP/WebSocket framework.
guava
GitHub, Aug 2011 - Mar 2012; followed by 2 people
Guava is a simple OOP language with a powerful type system. It offers some handy features like multiple inheritance, operator overloading, and generic variance.
I've been working on this language for well over a year, and after several rewrites, it is really starting to take shape. The compiler doesn't do any definite assignment analysis yet, but besides that it works fine. The virtual machine is quite slow, but it does work reliably.
The standard library does lack some important functionality, like widget toolkit and TCP networking. But it does have essential data structures like lists, maps and deques. It also has some fancy facilities for serialization, unit conversion, and computational geometry.
An introspective memory profiling tool which can be used with Python, Ruby, Java and PHP. Comes with several visualization and summary tools.
I wrote the profiling agents for Java and PHP, and some of the visualization/analysis tools.
pico-os
GitHub, Jun 2011 - Jan 2012; followed by 2 people
A tiny operating system based on the object-oriented paradigm
cleanup
GitHub, Jun 2011
A small curses program for visually finding & removing large, unwanted files
Apps & Software
Formats GML code in the Game Maker Community for enhanced readability.
Reading (7) show all

I learned a lot about x86 from this book: interrupts, segmentation, virtual addressing, paging, etc. Also learned a bit about WinDbg and kernel debugging.

A beautiful literary program. It taught me a ton about stochastic techniques for global illumination.

Advanced Global Illumination, Second Edition
Philip Dutre, Philippe Bekaert, Kavita Bala
Probably the most comprehensive GI reference out there.

Realistic Image Synthesis Using Photon Mapping
Henrik Wann Jensen
Taught me useful tricks for dealing with practical photon mapping issues, such as artificially high photon densities near intersections of large faces. I wrote a real-time photon mapping application largely based on the ideas in this book.
Tools
Macintosh
Vim
Background
My latest project is a statically typed language called Guava. Please check it out and let me know what you think.
Some friends and I developed a funny foot typing system called The Heelblazer. For some reason, it won us 1st place for "Most Useful" at the UIST innovation contest.
I've written many ray tracers, using various algorithms and languages. For example, here's a Cornell box screenshot rendered with photon mapping in C. The image is a bit noisy, but the interesting thing is that the renderer ran at (somewhat) interactive rates (a few frames per second on my little laptop).
I like writing games, especially games involving procedural content. Here are a few screenshots relating to procedural terrain:
- some simple terrain I generated using an algorithm based on diamond squares
- a JOGL-based infinite terrain simulation using Perlin noise
- a 2D island generator
When I began programming, my principal goal was to make a cool RPG. My earliest attempts involved ActionScript, which I learned from some Flash 5 manuals. (I still have the manuals, but haven't used ActionScript in over a decade!) I leaned C++ using MinGW, and switched to Visual C++ once a free version came out.
I picked up PHP thinking that I would use it to write browser games, but ended up abandoning that idea in favor of other websites. In high school, I wrote websites for my debate team and school newspaper. To make a little money, I worked for a local consulting group called Digital Places and did freelance work for various small companies such as Fast Ventures.
Here are a few other websites that I'm proud of:
- Affiliate Exchange, a sort of traffic sharing platform. The site failed in a marketing sense, but I'm still fond of the platform. It had a sophisticated control panel, a forum, a shop, etc. all written from scratch.
- Game Maker Network, a collection of advanced resources for Game Maker users.
- Image Cipher, a PHP/GD-based steganography tool. The underlying algorithm is simple and not academically interesting, but the site has lots of happy users.
- teh ROFLator, just for fun. :-)
- RandomImage.net, an image site similar to my[confined]space.
These days, I mostly use Java, C, Python and PHP. I still write games and website back ends, but I've diversified a bit -- I'm into browser extensions, algorithmic contests, ray tracers, procedural content, worms, and more.



