JasonGerardDerose

Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2006-02-24 22:42:55
Size: 1876
Editor: 69
Comment:
Revision 15 as of 2006-12-12 21:56:26
Size: 3501
Editor: host-72-174-64-23
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Jason Gerard DeRose ==
Line 5: Line 4:
I'm a free software developer, working at the moment on [http://fuplayer.org FUPlayer], a music manager/player/ripper/burner for GNOME. My principle hobby is cycling and bike racing. My dream at the moment is to spend the next several years aggressively training and racing, because I love it and am currently approaching those peak years for a male cyclist (I'm 28 now). I could always be competitive in my age group, but I would love to be competitive ''period'' for a while, and it's now or never, as far as the ol' body goes. I am a software engineer, a free software developer, an avid cyclist, sometimes a mechanical engineer, and always a goof ball.
Line 7: Line 6:
Yes, the following is a shameless plug: so I need a job, but a normal 9-5'er wont work, because I need daylight hours for training, and I need to be able to take 3 or even 4 days weekends quite frequently for races. Aside from the unlikely event that I could be hired as a poet, someone to stare at the clouds while daydreaming, or a professional gypsy freeloader, my claim to professional status is that I'm a competent software engineer. I'm hoping that for the next 6 months or so anyway, I can get enough people to "sponsor" each release of FUPlayer that I can get by (well, and, probably with the help of a loan or two, get a real race bike and a time trail bike). I'd spent my days training and my evenings hacking the heck out of FUPlayer. And ''that'' would be living the dream. ;) '''[https://launchpad.net/people/jderose My Lanchpad profile]'''
Line 9: Line 8:
http://jasonderose.org/tucson.jpg === Wikipages I've contributed to ===
Line 11: Line 10:
This is me after the 109 mile El Tour De Tucson race: I finished in the top 13% after only being back on the bike for 6 months, and only training with real diligence for about 3 months. DynamicAudioRateSpec, RestrictedFormats, ["MOTU"], ["MOTU/Hopeful/Recruitment"], MacBookSingleBoot
Line 13: Line 12:

=== Things I've created or contributed to ===

I wrote [https://launchpad.net/products/kungfu KungFu], a GStreamer-based DVD ripper. It is not yet officially in Ubuntu, but I have been building Ubuntu packages for each release, which you can [http://jasonderose.org/kungfu/releases/ download here]. It must be run under Edgy or newer. I am not a MOTU yet, so I need [http://revu.tauware.de/details.py?upid=3701 advocates on REVU]. ;)

While working on Kung Fu, I discovered [https://bugs.launchpad.net/distros/ubuntu/+source/gst-plugins-ugly0.10/+bug/71017 a nasty seek bug] in the GStreamer dvdreadsrc element, for which I have submitted a patch. After working on dvdreadsrc quite a bit, I decided that it was really a big crufty mess, so I've started a rewrite from scratch, which I'm calling ''dvdsrc''. I have my dvdsrc code in a [https://launchpad.net/people/jderose/+branch/kungfu/dvdsrc Bazaar repository].

My new dvdsrc element in now mostly usable as a drop-in replacement for dvdreadsrc. As far as I can tell, it makes a lot of sense to combine the dvdreadsrc and dvdnavsrc functionality into a single element, so my plan is to add Nav support to dvdsrc. I'm really hoping to have this finished in time to be included in Feisty, so that full DVD support will finally be available under gstreamer0.10. I could certainly use help on this if anyone is interested!

I recently ported the remaining gstreamer0.8 Python examples to gstreamer0.10 in the [http://gstreamer.freedesktop.org/modules/gst-python.html gst-python module], which were included in the [http://gstreamer.freedesktop.org/releases/gst-python/0.10.6.html gst-python 0.10.6 release].

I also wrote [http://fuplayer.org/ FUPlayer], a GStreamer-based music manager/player/ripper/burner, but it's on the back burner at the moment.


=== My contributions to Ubuntu ===

Aside from general advocacy, I have packaged software that I have written for Ubuntu (Kung Fu and FUPlayer), filed bug reports, submitted patches for at least one of them, done some wiki editing, and utilized Launchpad for bug tracking, version control, and translation.

In general most of my work has been upstream; however, I wish to use my upstream experience, particularly with GStreamer, to help make Ubuntu even better.


=== My plans and ideas for Ubuntu in the near and far future ===

Multimedia issues are the big on my radar right now. My #1 priority is full DVD support under gstreamer0.10, hopefully in time to be included in Feisty, by way of [https://launchpad.net/people/jderose/+branch/kungfu/dvdsrc my new dvdsrc element]. My #2 priority is an audio server that doesn't run at a fixed sample rate (Esd currently runs at a fixed 44100 sample rate), which I've started to outline in my DynamicAudioRateSpec.


=== More about myself... ===

I also am currently seeking employment as a software engineer, preferably working with free software technologies, preferably in the San Francisco area or in San Diego.

[http://jasonderose.org My Homepage][[BR]]
Line 14: Line 44:
[http://jasonderose.org My Homepage][[BR]]
[http://fuplayer.org FUPlayer Homepage][[BR]]
[https://launchpad.net/products/fuplayer FUPlayer Product page on Lanchpad][[BR]]

I am a software engineer, a free software developer, an avid cyclist, sometimes a mechanical engineer, and always a goof ball.

[https://launchpad.net/people/jderose My Lanchpad profile]

Wikipages I've contributed to

DynamicAudioRateSpec, RestrictedFormats, ["MOTU"], ["MOTU/Hopeful/Recruitment"], MacBookSingleBoot

Things I've created or contributed to

I wrote [https://launchpad.net/products/kungfu KungFu], a GStreamer-based DVD ripper. It is not yet officially in Ubuntu, but I have been building Ubuntu packages for each release, which you can [http://jasonderose.org/kungfu/releases/ download here]. It must be run under Edgy or newer. I am not a MOTU yet, so I need [http://revu.tauware.de/details.py?upid=3701 advocates on REVU]. Wink ;)

While working on Kung Fu, I discovered [https://bugs.launchpad.net/distros/ubuntu/+source/gst-plugins-ugly0.10/+bug/71017 a nasty seek bug] in the GStreamer dvdreadsrc element, for which I have submitted a patch. After working on dvdreadsrc quite a bit, I decided that it was really a big crufty mess, so I've started a rewrite from scratch, which I'm calling dvdsrc. I have my dvdsrc code in a [https://launchpad.net/people/jderose/+branch/kungfu/dvdsrc Bazaar repository].

My new dvdsrc element in now mostly usable as a drop-in replacement for dvdreadsrc. As far as I can tell, it makes a lot of sense to combine the dvdreadsrc and dvdnavsrc functionality into a single element, so my plan is to add Nav support to dvdsrc. I'm really hoping to have this finished in time to be included in Feisty, so that full DVD support will finally be available under gstreamer0.10. I could certainly use help on this if anyone is interested!

I recently ported the remaining gstreamer0.8 Python examples to gstreamer0.10 in the [http://gstreamer.freedesktop.org/modules/gst-python.html gst-python module], which were included in the [http://gstreamer.freedesktop.org/releases/gst-python/0.10.6.html gst-python 0.10.6 release].

I also wrote [http://fuplayer.org/ FUPlayer], a GStreamer-based music manager/player/ripper/burner, but it's on the back burner at the moment.

My contributions to Ubuntu

Aside from general advocacy, I have packaged software that I have written for Ubuntu (Kung Fu and FUPlayer), filed bug reports, submitted patches for at least one of them, done some wiki editing, and utilized Launchpad for bug tracking, version control, and translation.

In general most of my work has been upstream; however, I wish to use my upstream experience, particularly with GStreamer, to help make Ubuntu even better.

My plans and ideas for Ubuntu in the near and far future

Multimedia issues are the big on my radar right now. My #1 priority is full DVD support under gstreamer0.10, hopefully in time to be included in Feisty, by way of [https://launchpad.net/people/jderose/+branch/kungfu/dvdsrc my new dvdsrc element]. My #2 priority is an audio server that doesn't run at a fixed sample rate (Esd currently runs at a fixed 44100 sample rate), which I've started to outline in my DynamicAudioRateSpec.

More about myself...

I also am currently seeking employment as a software engineer, preferably working with free software technologies, preferably in the San Francisco area or in San Diego.

[http://jasonderose.org My Homepage]BR MailTo(jderose AT SPAMFREE jasonderose DOT org)BR


CategoryHomepage

JasonGerardDerose (last edited 2011-07-27 03:21:38 by 173-14-15-225-Colorado)