C Anti-Patterns
Photos
|
I am a professor of the Computer Science Department and software developer at Globant.
In the past I did work at Evolution Robotics
and at Intel Corporation.
More details at my
Linkedin profile.
Education: I obtained a Bachelor degree in Computer
Science (more precisely, a five years Licenciatura). My final thesis,
entitled "Unit testing of concurrent
programs",
provides a framework to execute unit testcases for C programs
in all the possible interleavings of its atomic actions, in a way that
is independent of the underlying threading mechanism (and is 100% pure
C code). The framework was implemented extending an already existing
software: CUnit. The
extension developed was called CUThread.
You can find the report here
(in spanish) and a CUnit 2.1.0 package with the added extension
(CUThread) here.
Publications
Teaching:
-
-
"Intel Atom Microarchitecture" talk at 2009 Argentine Conference on Micro-Nanoelectronics, Technology and Applications, Balseiro Institute, Bariloche Atomic Center, Argentina. ( some photos)
In this conference there is a workshop for Electronic Engineering students from all the country that builds in 1 week a complete microprocessor from the ground up, including its design, serigraphy, deposition of substrate in silicon, die soldiering to the metallic pins and power up and monitoring of the chip. All is done in the BAC's clean rooms.
-
-
Projects I was involved:
- LibVisual:
a framework which allows to write audio visualization plugins
without the need to handle every aspect of the process. It lets you
concentrate mostly on the artistic
part of the job. The project leader is Dennis Smit (yes, with no 'h',
he's dutch).
-
LibCMT: a C library
implementing a composable
memory transaction's model. The library is under development and
it's implemented in a portable way, without depending on any particular
thread/memory model. Currently, I'm the project leader.
- Infinity Visualization Plugin:
originally written for the XMMS audio player and now ported to
Audacious.
Base code was written by Julien Carme and I made many improvements and became the
maintainer.
- GTL
(Gidiss Trusted Linux): is a security enhanced Linux with multi
level security. I have developed the trusted
window of it, a text line at the bottom of text
terminals, used as a trusted path from the kernel to the user.
You can read the details of the implementation on this document (in spanish). It is
also
a nice intro to the way the terminals are implemented on the Linux
kernel. The implementation was done modifying the VGA driver which
writes to a text terminal, and the whole project was my final work for
the elective class "Formals Methods for Information Security".
- Casual contributions to various projects: Nmap, Liferea, Boost, Mono and many others.
Taken courses:
-
-
- "From
philosophy to program size", PhD. Gregorio Chaitin (IBM Watson
Research Center, EE. UU).
- "Computer
applications of theorem proving using Coq", PhD. Nora Szasz, Msc.
Carlos Luna (University of the Republic, Uruguay).
- "3D
games technology: real time rendering and character animation", Dr.
Alan Watt (University of Sheffield, UK).
- "Techniques for static analysis of programs", PhD.
Sergio Yovine (INRIA, France).
- "Query mining on the Web", PhD. Ricardo Baeza Yates
(Director of the Center for Web Research, Engineering School, Chile
University).
- Many others inside of Intel
|