| <lophyte> hey rexbron | |
| <rexbron> lophyte: sup | |
| <lophyte> not much | |
| <tonyyarusso> Well that was a deep conversation ;) | |
| <lophyte> indeed, wasn't it :) | |
| <aanderse> burgundavia? | |
| <rexbron> who are the ops on this channel? | |
| <tonyyarusso> rexbron: Corey, Brian, and coleSLAW | |
| <rexbron> ok | |
| <tonyyarusso> (Chanserv knows all) | |
| <rexbron> lol | |
| <rexbron> lophyte: Are you going to post a todo list and what ever code you have done for easyvid? I would like to take a look at what you have so far. | |
| <lophyte> I haven't done any coding yet | |
| <lophyte> I've got a todo list though | |
| <rexbron> gogogo | |
| <rexbron> post it I want to read, cause I would like to help | |
| <lophyte> the spec list is essentially my todo list | |
| <rexbron> hmm, last time I checked, there was only three specs | |
| <rexbron> I mean more of "how are we going to impliment this" | |
| <lophyte> ah | |
| <lophyte> well I have code, but its more or less GUI code | |
| <rexbron> ok, push it to bzr | |
| <rexbron> on launchpad | |
| <rexbron> Open Source Baby! | |
| <lophyte> speaking of open source | |
| <lophyte> http://www.dave-sullivan.com/recipes/hot_chocolate | |
| <lophyte> mmmm open source :) | |
| <rexbron> I am going to push you to push your code to bzr | |
| <lophyte> actually I was going to push it to cvs and set bzr to mirror my cvs repo | |
| <rexbron> that works too | |
| <rexbron> I just want to get my hands on some of the code and see if I can start making a kde version (need to learn pykde) | |
| <lophyte> well the majority of what I have is probably going to be re-written anyway.. and as I said, its mostly GUI code | |
| <lophyte> I haven't started hacking away with gstreamer yet | |
| <rexbron> What backend for the actual encodeing? | |
| <lophyte> gstreamer | |
| <rexbron> is gstreamer supported by kde? | |
| <lophyte> I don't see why not | |
| <rexbron> or would it be possible to alow for different backends? | |
| <rexbron> like xine (i think that supports video_\ | |
| <lophyte> I was thinking about it | |
| <lophyte> not sure | |
| <rexbron> gogogo on cvs | |
| <rexbron> wait are you sure it is cvs or might it be svn | |
| <rexbron> lophyte: wait are you sure it is cvs or might it be svn | |
| <lophyte> cvs | |
| <lophyte> oi! | |
| <lophyte> cvs errors | |
| <rexbron> not good? | |
| <lophyte> ergh... | |
| <rexbron> hmm, do you want svn? | |
| <lophyte> I guess I'll just learn how to use bzr | |
| <lophyte> now my frickin' ssh session is froszen | |
| <rexbron> ouch | |
| <lophyte> oh, there it goes | |
| <lophyte> I dunno if there's anonymous access though | |
| <rexbron> I really would like to do some of this, but I am kind of lost | |
| <rexbron> with pykde | |
| <rexbron> I am in over my head | |
| <rexbron> gg | |
| <lophyte> haha | |
| <lophyte> one sec | |
| <lophyte> rexbron: its up on bzr | |
| <lophyte> or should be, anyway | |
| <rexbron> ok | |
| <lophyte> you'll have to read up on how to do it | |
| <rexbron> how to do devel? | |
| <rexbron> ya | |
| <rexbron> hmm, i tried launchpad.net/products/easyvid/trunk and it says nothing there | |
| <rexbron> lophyte: hmm, i tried launchpad.net/products/easyvid/trunk and it says nothing there | |
| <rexbron> is htat where you pushed it? | |
| <rexbron> wait found it i think | |
| <rexbron> nope it is complaining | |
| <rexbron> lophyte: what is the url of the branch | |
| <lophyte> you need to have an ssh key first | |
| <lophyte> one sec | |
| <lophyte> there.. uploaded | |
| <lophyte> you need to create an SSH key on LP | |
| <lophyte> or rather, create one locally and upload it to lP | |
| <lophyte> then you create a local directory for easyvid | |
| <lophyte> and do | |
| <lophyte> bzr init | |
| <lophyte> bzr pull sftp://username@bazaar.launchpad.net/~easyvid-dev/easyvid/trunk | |
| <rexbron> ok | |
| <rexbron> I do bzr init in the dir that I am going to pull it from? | |
| <lophyte> pull it to.. | |
| <lophyte> so like, mkdir ~/Projects/easyvid; cd easyvid; bzr init | |
| <rexbron> user name is launchpad one? | |
| <lophyte> yeah | |
| <rexbron> yay got it | |
| <rexbron> lophyte: did you code MainWindow.py yourself? | |
| <SpacePuppy> arf! (hey all!) | |
| <lophyte> I coded all of it myself | |
| <lophyte> hiya SpacePuppy | |
| <SpacePuppy> hiya LoCoBot | |
| <SpacePuppy> and lophyte | |
| <SpacePuppy> how was saturday? | |
| <rexbron> lophyte: could you post a screen shot? | |
| <lophyte> meh, it was alright | |
| <lophyte> needs a little work | |
| <rexbron> I am so over my head | |
| <lophyte> rexbron: http://www.dave-sullivan.com/node/16 | |
| <SpacePuppy> lophyte: where is your public key posted? your signed messages um.. kindof stand out without it. | |
| <rexbron> users.ubuntu.com I think | |
| <rexbron> is that the keyserver? | |
| <lophyte> its on the ubuntu keyserver | |
| <lophyte> I recommend you install seahorse (if in gnome) | |
| <rexbron> hpk://kerserver.ubuntu.com | |
| <rexbron> or kgpg | |
| <rexbron> for kde | |
| <lophyte> with seahorse, you can search the keyservers and import public keys | |
| <SpacePuppy> i use kmail | |
| <lophyte> rexbron: a lot of the code needs to be re-written and re-organized | |
| <rexbron> you guys still need to sign my gpg ket | |
| <rexbron> key | |
| <rexbron> ok | |
| <lophyte> I'll sign it | |
| <lophyte> I found my private key :P | |
| <rexbron> do you have it | |
| <rexbron> lol ty | |
| <lophyte> you showed me your ID didn't you? | |
| <lophyte> PM me the fingerprint | |
| <rexbron> ok | |
| <rexbron> and I did | |
| <rexbron> But the question is, am I a Cylon? | |
| <lophyte> lol | |
| <lophyte> I've met you enough times, I trust you are who you say you are | |
| <SpacePuppy> i will never click "automatically import keys" | |
| <rexbron> lol is your list owned by thousdands of keys> | |
| <rexbron> ? | |
| <SpacePuppy> moi?? non! | |
| <lophyte> rexbron: signed and synced | |
| <rexbron> cool | |
| * SpacePuppy barks heroically at the mooooooooon | |
| <lophyte> SpacePuppy: you coming out on wednesday? | |
| <SpacePuppy> yup.. | |
| <lophyte> cool :) | |
| <SpacePuppy> i'm readin DJP's stuff.. so who determines who pay dave 5peso and who don't? | |
| <lophyte> what? | |
| <SpacePuppy> newbieworkshop | |
| <lophyte> the workshop is free | |
| <SpacePuppy> and a snack ? | |
| <SpacePuppy> lol | |
| <La_PaRCa> Wow, that was scary. Somehow my root partition got corrupted. | |
| <rexbron> SpacePuppy: what do you mean? | |
| <rexbron> I hope all you Torontonians are voting tomorrow | |
| <jumassillia> hi Everyone | |
| <jumassillia> anyone awake ? From the east coast ? | |
| <Simon80> no... *goes to bed* | |
| <jumassillia> :-0 | |
| <Simon80> I think it's stupid at a glance - it's perfectly reasonable to require that credits are left intact, even the BSD license requires that | |
| <Simon80> problem, I guess, is if you want to reuse part of a gfdl doc | |
| <Simon80> I suppose if you're dealing with source getting typeset, then the copyright can remain in the source... | |
| <Simon80> they are right that the GFDL needs revision, I think | |
| <tonyyarusso> I wonder what he needed. I'm up. | |
| <tonyyarusso> Hey, if you watch the "LOST IN THE WOODS?" video (WMV, MOV, or MPG) right at the top of http://www.wgme.com/Features/DOUG_new.shtml, the guy they're interviewing is my uncle. | |
| <Burgwork> cool | |
| <vegetarian> :)Hi there, how's everybody doing? | |
| <Burgwork> pretty good | |
| <vegetarian> I have a question here. When I use Firefox or Opera, it told that I did not have Macromedia Flash Player Plugin installed; so I went to the Add/Remove to install it. After the installation, I still got plugin not installed message. Any suggestions? | |
| <tonyyarusso> !flash | vegetarian | |
| <ubotu> vegetarian: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats | |
| <vegetarian> :)Any suggestions on installing the plug-in? | |
| <tonyyarusso> Check the first doc to see what other steps you might need | |
| <vegetarian> Thanks. |