From Fedora Project Wiki

(Created page with "{{User:Cassmodiah/Infobox2 |REAL-NAME= Antonio Murdaca |HOME= Via Tripoli 38, 00199 Rome (RM) |image= runcomberlin.jpg |FAS-NAME= runcom ||irc-nick= runcom |irc-channels=#fedo...")
 
mNo edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{User:Cassmodiah/Infobox2
{{User:Cassmodiah/Infobox2
|REAL-NAME= Antonio Murdaca
|REAL-NAME= Antonio Murdaca
|HOME= Via Tripoli 38, 00199 Rome (RM)
|image= runcomberlin.jpg
|FAS-NAME= runcom
|FAS-NAME= runcom
|gpg= EDCAD821
||irc-nick= runcom
||irc-nick= runcom
|irc-channels=#fedora #fedora-devel
}}
}}
== About Me ==
'''TL;DR;'''
* Geek
* Fedora Ambassador
* linux maniac
* Docker lover & upstream maintainer
* Studied computer science and computer engineering
* Joined Red Hat in Sept 2015 as a Sofware engineer for the Containers and Container Security teams
'''Full story;'''
Hello, my name is Antonio Murdaca. Some people may know me as "runcom" instead which is the nickname I use on github and IRC. I'm a Software Engineer at Red Hat Inc. since Sept 2015 where I currently work on containers technologies (from Docker, to rkt to many others). I'm also working on containers security stuff daily.
My open source career (as I like to name it) started back in March 2015 when I started contributing to the Docker project. I had (and have) a strong motivation in contributing to the open source (I'll defer this to a blog post I wrote here https://blog.docker.com/2015/10/how-i-started-contributing-to-the-docker-project/ which I think it will be helpful for everyone hungry to get started at contributing). Previously I also worked as a Web Developer but my main area of interest was (and is) clearly system programming. Today I'm a Core maintainer for the main '''docker/docker''' project and also for a bunch of other projects under the Docker organization.
I started contributing to Fedora as part of my daily job. There I started packaging Docker due to I was familiar with its build process. After getting my hands dirty with Docker I started packaging other software - mainly containers-related but many of the packages I maintain are golang libraries.
Nowadays I also sparingly contribute to the linux kernel - where I got some patches accepted. The area of the kernel I'm interested into right now is the vfs and the overlay union filesystem (this is probably related to the fact that Docker itself uses overlay as one of its storage driver for containers and images).
I'm the owner and maintainer of '''skopeo''' (https://github.com/projectatomic/skopeo) which is a tool which makes your life easier when interacting with Docker registries - even if my idea is to make it more Docker-agnostic!
I also maintain '''containers/image''' (https://github.com/containers/image) which are the libraries used by skopeo.
I love speaking at conferences - which was something I was always afraid of in the past to be honest!
So far, my fear of publicly speaking has been overcome at:
* DevConfCZ 2016 - lighting talk - Docker authorization plugins
* CloudConf IT 2016 - Docker advanced features
* DevConfCZ 2017 - CRI-O: a Kubernetes runtime (https://www.youtube.com/watch?v=R-p7BXhtodo)
I'm always interested in hearing from people how they started their open source career or why they still didn't! If you want just ping me on IRC or via email and I'd be happy to discuss!

Latest revision as of 19:56, 13 June 2020

Antonio Murdaca
[[Image:{{{image}}}|thumb|center|Antonio Murdaca]]
Personal Information
Birthday: {{{birthday}}}
Home: {{{HOME}}}
Fedora-specific Information
FAS-Name: runcom
Fedora-Mail: runcom@fedoraproject.org
Miscellaneous Information
Private Mail: {{{pmail}}}
GPG-Key: EDCAD821
IRC: runcom on Libera.chat in
{{{irc-channels}}}
Badges (59)
What goes up... (Koji Failure I) Old Yeller If you build it... (Koji Success II) Is this thing on? (Updates-Testing I) What goes up... (Koji Failure II) Take this and call me in the morning What goes around comes around (Karma II) You can call me "Patches" (SCM III) Is this thing on? (Updates-Testing II) Binary Star White Hat What goes up... (Koji Failure III) Ambassador Egg If you build it... (Koji Success IV) Macaron (Cookie I) It still works! nest-attendee-2020 Senior Badger (Badger II) Embryo Tadpole with Legs Fedora 37 Change Accepted IoT Working Group Member Mugshot If you build it... (Koji Success III) What goes around comes around (Karma I) Discovery of the Footprints (Tester II) Like a Rock (Updates-Stable I) Associate Badger (Badger 1.5) Override, you say? Crypto Panda Top 500 What goes around comes around (Karma IV) DevConf 2017 Speaker Catching the Bull (Tester IV) Froglet Fedora 38 Change Accepted Paranoid Panda Crypto Badger Involvement Bona Fide In Search of the Bull (Tester I) If you build it... (Koji Success I) You can call me "Patches" (SCM I) Baby Badger Partners in Crime Junior Badger (Badger I) Let Me Introduce Myself You can call me "Patches" (SCM II) Junior Editor What goes around comes around (Karma III) Perceiving the Bull (Tester III) Like a Rock (Updates-Stable II) LinuxCon Europe 2016 Attendee Is this thing on? (Updates-Testing III) FOSDEM 2017 Attendee Speak Up! Tadpole Associate Editor
 


About Me

TL;DR;

  • Geek
  • Fedora Ambassador
  • linux maniac
  • Docker lover & upstream maintainer
  • Studied computer science and computer engineering
  • Joined Red Hat in Sept 2015 as a Sofware engineer for the Containers and Container Security teams

Full story;

Hello, my name is Antonio Murdaca. Some people may know me as "runcom" instead which is the nickname I use on github and IRC. I'm a Software Engineer at Red Hat Inc. since Sept 2015 where I currently work on containers technologies (from Docker, to rkt to many others). I'm also working on containers security stuff daily. My open source career (as I like to name it) started back in March 2015 when I started contributing to the Docker project. I had (and have) a strong motivation in contributing to the open source (I'll defer this to a blog post I wrote here https://blog.docker.com/2015/10/how-i-started-contributing-to-the-docker-project/ which I think it will be helpful for everyone hungry to get started at contributing). Previously I also worked as a Web Developer but my main area of interest was (and is) clearly system programming. Today I'm a Core maintainer for the main docker/docker project and also for a bunch of other projects under the Docker organization.

I started contributing to Fedora as part of my daily job. There I started packaging Docker due to I was familiar with its build process. After getting my hands dirty with Docker I started packaging other software - mainly containers-related but many of the packages I maintain are golang libraries.

Nowadays I also sparingly contribute to the linux kernel - where I got some patches accepted. The area of the kernel I'm interested into right now is the vfs and the overlay union filesystem (this is probably related to the fact that Docker itself uses overlay as one of its storage driver for containers and images).

I'm the owner and maintainer of skopeo (https://github.com/projectatomic/skopeo) which is a tool which makes your life easier when interacting with Docker registries - even if my idea is to make it more Docker-agnostic! I also maintain containers/image (https://github.com/containers/image) which are the libraries used by skopeo.

I love speaking at conferences - which was something I was always afraid of in the past to be honest! So far, my fear of publicly speaking has been overcome at:

I'm always interested in hearing from people how they started their open source career or why they still didn't! If you want just ping me on IRC or via email and I'd be happy to discuss!