on Mar 27
Pavel Shved
Moscow, Russian Federation
Programming runs in my veins. I recall myself at the age of six, in front of a text editor, with an issue of a programming magazine. I was bewitched by yet incomprehensible, but strict and beautifully logical structure of C code I looked at. The best I could do was re-typing it into the editor, and I was doing it passionately. While other kids liked to play cars, I liked to play programming.
Today I participate in development of Mandriva Linux distribution. I also develop static analysis software, which was the domain of my graduate research.
Technologies
c++ linux ocaml ruby-on-rails perl ruby qt functional-programming git static-analysis
mfc visual-basic cvs
Experience (3)
Senior Software Engineer
ROSA
October 2011 - Current
I supervised and participated in a research of development processes in major Linux distributions, and the subsequent discussion and design of their counterpart for our software.
I also fixed several of bugs in core components of Mandriva Linux distribution.
A couple of months ago, I helped to finish the development and deployment of two Ruby on Rails projects that had manpower problems. During that, I taught one of my peers how to program with Rails.
Research Intern/Developer
Institute for System Programming of Russian Academy of Science
September 2007 - October 2011
Linux Driver Verification program
Apr 2009 - October 2011
In this project, I was mostly responsible for the infrastructure, for distributed computation components, for release management, and for the actual static analysis tool used (BLAST).
I studied and improved BLAST—a tool for static analysis of C programs, open-source software written in OCaml. It was a third-party open-source we adopted. Among other improvements, I increased its speed by hundreds times by optimizing bottlenecks with faster algorithms. Several extensions I created were described in my Master's Thesis.
Also I did a lot of infrastructure work: I set up a custom continuous build server that runs tests before commits, designed how to port our application to run in a cloud, and implemented the relevant infrastructure in Ruby (cluster controller and scheduler I programmed ran over AMQP).
Project homepage is here.
Technologies: static program verification, CEGAR, functional programming (OCaml), aspect-oriented programming, model checking, C, perl, make, Scrum, Ruby, cloud computing. Activities: integration, code analysis, research, algorithm design, development.
C++ compatibility and LSB workgroup
Sep 2007 - Mar 2009
Designed and implemented a tool to harvest information of an interface of C++ shared libraries on Linux, to store that information in database, maintain it through versions, keep track on backward binary compatibility and to generate hypertext interconnected headers (demo available online). Database contained several million records and had to have optimized queries. Technologies: perl, graph algorithms, SQL, Linux, shared libraries, C++ (source and binary), C, make. Activities: architecture, database design, development, integration.
Researched C++ ABI and binary compatibility, published an article about it (it's referenced in GCC manual--scroll to bottom). Used the knowledge gained to help peers develop software that works with C++, such as "ABI compliance checker" and "LSB Eclipse plugin". Technologies: Linux, C++, GCC. Activities: research, working with standards, consultations.
Worked with ISPRAS LSB workgroup. Improved C++ support in Linux Standard Base tools; for instance, revised and implemented verification of virtual tables in system libraries (check, for instance, this bug out). Technologies: C, SQL. Activities: specification-design, database-design, low-level programming.
Google Summer of Code student (contract)
May 2009 - August 2009
Refactored source code of OpenJDK7 to make it compliant with Linux Standard Base rules. Backported changes to IcedTea6. Worked with LSB workgroup on the standard C library specifications.
Successfully accomplished the project (sources are here).
Technologies: Linux Application Checker, C, C++, git. Activities: code analysis, working with specifications, refactoring, integration
Education
B.S. Applied Mathematics
Moscow Institute of Physics and Technology
2004 - 2008
BS qualification work was about the concepts behind the C++ API maintaining system (I described it above) and the proof of their conformance to C++ standards.
GPA is about 3.6/4.0.
Got 14th place at Russian Annual School Team Programming Contest in 2004.
Won a university contest on "Mafia" party game in 2008.
M.S. System Programming
Moscow Institute of Physics and Technology
2008 - 2010
M.S. qualification work is about static verification of C programs. I supplemented static verification CEGAR algorithm (used in the BLAST framework described above) with reasoning about finite sets.
Stack Exchange Last seen yesterday
Stack Exchange Accounts
Open Source
BLAST (Berkeley Lazy Abstraction Software verification Tool)
Static software verification tool for C language that solves the reachability problem, i.e. whether a given program location can be reached from an entry point (main function) by a valid execution.
Maintainer; contributed a lot of fixes that improved the speed by a factor of 30. Designed and implemented a no-overhead alias analysis algorithm for infinitely-folded structures.
timeout
A small script to measure and limit CPU time and memory consumption of black-box processes in Linux.
May 2011 - Current; followed by 15 people; forked 6 times
researched the best way to limit time and memory, and implemented the script
Tools
vim
Background
Programming-related
My StackOverflow profile is, perhaps, the most well-known reference to me as a programmer: http://stackoverflow.com/users/158676/pavel-shved.
I started a geek-blog recently. It's named "A Foo walks into a Bar..."; it resides at my home site, engine of which I implemented in Ruby on Rails on my own.
The code snippet in the GCC bug linked below was proposed by me when I was consulting DimanNE on his project. It's SFINAE and tricky template substitution, which was incorrectly processed by GCC. Bug link.
Some papers
I wrote some papers on system programming and computer science; here thy are:
"Reasoning about Finite Sets in Software Model Checking" (more info).
"Binary Compatibility of Shared Libraries Implemented in C++ on GNU/Linux Systems. (pdf)
While I coped with retyping texts from magazines quite early, it was in school when I ran a compiler for the first time. I wrote "torjan horses" for my friends (and even sold them for money), created a book database program to arrange home library, wrote math and document-processing software for my father's agency, spent summers in computer camps, and successfully participated in programming contests--i.e. went a way of a typical geek.
I chose math department in a university that has always been famous for its academic background in physics, because I am sure that proficiency in physics makes programmer better in designing real-world models. Yet, of course, I specialized in maths and system programming. I achieved Master of Science degree and сurrently I'm a postgraduate student of Russian Academy of Sciences.