[02:01] tgm4883: hmm so I am reading the feedback from the release party [02:01] its been interesting [02:01] "The focus on technical discussion made it boring for family members, and maybe for some other less technical users. In the future it would be nice to keep presentations to the end (after socialization/food)." [02:02] tgm4883: would you agree ^ [03:44] hi kpullen [04:44] bkerensa, I suppose [04:45] I didn't think people would bring people not interested in Ubuntu [04:45] and I really didn't think my discussion was technical [08:19] slangasek: I reported the issue with the webapps dialog not being very clear as to what a webapp is and how it benefits users or "you" [08:19] https://bugs.launchpad.net/webapps-applications/+bug/1070222 [08:19] Launchpad bug 1070222 in WebApps: Applications "WebApps Install Popup is vague " [Undecided,New] [08:20] tgm4883: yeah idk [08:20] *shrugs* [15:12] bkerensa, I'd still like to have some time after the presentations, so I think first hour food+socializing, 2nd hour presentations, 3rd hour ?, 4th hour profit [15:55] bkerensa: thanks. fwiw my concern was not about webapps generally, but that it's completely undiscoverable what integration any particular webapp is going to provide me [20:42] I feel like a file shepard [20:42] ;p [20:42] ftp going with a dozens directories all being replaced with clean files [20:42] >.< [20:42] arr-sink [20:44] bkero: it sucks man cleaning 23 infected wordpress sites as quickly as possible :P [20:44] then auditing plugins [20:45] :( [21:18] slangasek: with grep -rl 'foo' ./ | xargs sed -i 's/foo/linux/g' [21:18] can linux be nothing? [21:18] can sed change a string with something to nothing at all [21:19] yes [21:19] slangasek: would it be the same command just sans the "linux" so grep -rl 'foo' ./ | xargs sed -i 's/foo//g' [21:19] or what do I put? [21:20] that's correct