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)
Paranoid Panda Crypto Badger Involvement In Search of the Bull (Tester I) Bona Fide If you build it... (Koji Success I) Mugshot Partners in Crime What goes up... (Koji Failure I) Junior Badger (Badger I) You can call me "Patches" (SCM I) If you build it... (Koji Success III) Baby Badger Old Yeller If you build it... (Koji Success II) What goes up... (Koji Failure II) Let Me Introduce Myself Is this thing on? (Updates-Testing I) Take this and call me in the morning You can call me "Patches" (SCM II) Associate Badger (Badger 1.5) Discovery of the Footprints (Tester II) What goes around comes around (Karma II) Like a Rock (Updates-Stable I) What goes around comes around (Karma I) You can call me "Patches" (SCM III) Is this thing on? (Updates-Testing II) What goes up... (Koji Failure III) White Hat Binary Star Junior Editor Override, you say? Crypto Panda Ambassador Like a Rock (Updates-Stable II) What goes around comes around (Karma III) Perceiving the Bull (Tester III) Is this thing on? (Updates-Testing III) LinuxCon Europe 2016 Attendee Macaron (Cookie I) What goes around comes around (Karma IV) Top 500 Egg If you build it... (Koji Success IV) It still works! DevConf 2017 Speaker FOSDEM 2017 Attendee Catching the Bull (Tester IV) Speak Up! Tadpole with Legs Senior Badger (Badger II) Embryo nest-attendee-2020 Tadpole Froglet Fedora 37 Change Accepted Associate Editor Fedora 38 Change Accepted IoT Working Group Member
 


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!