cprofitt | bodhizazen: hello! | 00:20 |
---|---|---|
cprofitt | http://www.youtube.com/v/G0r6tINInrw | 00:58 |
cprofitt | nice UI stuff there | 00:58 |
doctormo | cprofitt: It looks nice, unfortunatly too nice. what to do when Microsoft starts actually using it's resources for making a technically compitent system. Bah. I don't want to think about it. | 01:38 |
cprofitt | lol | 01:39 |
cprofitt | the ideas could be used for KDE, GNOME or any desktop... | 01:39 |
cprofitt | but yes... if Microsoft uses that it would be interesting... though their security would still likely suck | 01:39 |
doctormo | Of course they could, but the question is weather we can pull off the infrastructure, and i don't believe we can. We suck at it. | 01:39 |
cprofitt | then there is this video of Windows 8 - http://www.youtube.com/watch?v=1rHceul_3U8 | 01:40 |
cprofitt | that would absolutely kill OS X and Apple. | 01:41 |
doctormo | cprofitt: A music video would kill OSX? | 01:42 |
cprofitt | I guess you missed the point doctormo | 01:43 |
cprofitt | but glad you watched it... I can now say I Rick Rolled you | 01:44 |
cprofitt | do you know about Rick Rolls doctormo ? | 01:45 |
doctormo | cprofitt: Yes, but I figured that you knew about british humour ;-P | 01:46 |
cprofitt | I do,... I do... I just missed it. | 01:46 |
cprofitt | perhaps this can make up for it... | 01:47 |
cprofitt | this is a video that can kill OS X | 01:47 |
cprofitt | http://www.youtube.com/watch?v=Iwuy4hHO3YQ | 01:47 |
cprofitt | man... that video makes me feel old | 01:49 |
cprofitt | this one even older though... http://www.youtube.com/watch?v=ctzIEjjOfd4 | 01:50 |
cprofitt | I can recall rollerskating tot hat song | 01:50 |
cprofitt | doctormo: have you seen the Sweedish sys admin humor video? | 01:53 |
doctormo | nope | 01:54 |
doctormo | cprofitt: Did you ever see my alt lyrics for that bungles song? | 01:54 |
cprofitt | I have not | 01:56 |
cprofitt | http://www.youtube.com/watch?v=qNNEJb1F_og | 01:56 |
cprofitt | this one is good too -- http://www.youtube.com/watch?v=gt9j80Jkc_A | 02:01 |
=== ZachK_ is now known as Guest13017 | ||
FFEMTcJ | mornin | 13:12 |
nigel_nb | doctormo: you around? | 20:22 |
nigel_nb | pleia2: sorry about yday, got stuck with some last minute stuff at work, and beautiful traffic on the way back :( | 20:36 |
doctormo | back nigel_nb | 21:44 |
nigel_nb | ah, doctormo :) | 21:44 |
nigel_nb | that script gave me some trouble by the way | 21:44 |
doctormo | ok | 21:44 |
doctormo | lets get it sorted out | 21:45 |
nigel_nb | yep | 21:45 |
doctormo | nigel_nb: What did it do? | 21:45 |
nigel_nb | hold on running it again | 21:45 |
nigel_nb | doctormo: http://paste.ubuntu.com/341457/ | 21:49 |
=== Pendulum_ is now known as Pendulum | ||
doctormo | nigel_nb: My script fu isn't good enough to fix this, I think I need to ask someone in #bash for some help, do you want to do it manually? | 22:04 |
nigel_nb | I'll do it manuall | 22:04 |
doctormo | Stupid xargs, pleia2 I don't suppose you know xargs fu? | 22:08 |
* pleia2 takes a look | 22:08 | |
doctormo | problem is, xargs puts > output outside of it's execution, when we need it inside. | 22:08 |
pleia2 | yeah | 22:09 |
pleia2 | hmm | 22:09 |
pleia2 | actually, aside from the typo in the command (practical.tx ) did it mostly do what it should have? | 22:12 |
pleia2 | it got a bit confused toward the end because of the directories, but did it spit out useful stuff | 22:13 |
pleia2 | except it's putting it in stdout | 22:13 |
nigel_nb | doctormo: need an idea of the structure | 22:17 |
doctormo | pleia2: pretty much yes | 22:19 |
doctormo | nigel_nb: an idea? you mean the structure in trunk2?it's simple, just concatinate each of the files in each directory with <=== between each. title, overview, demonstration and practical in that order. | 22:20 |
nigel_nb | doctormo: okay, tx u, 10 mins, will get it don | 22:20 |
doctormo | ok | 22:20 |
pleia2 | could just run the script with practical.tx typo fixed and copy stdout into files | 22:21 |
pleia2 | my xargs foo is failing me at the moment | 22:21 |
nigel_nb | I'm doing it manually, I'm too lazy (ironically) to try automatic | 22:23 |
nigel_nb | doctormo: how do I test building? | 22:29 |
doctormo | nigel_nb: ./builder/build.sh teaching bazaar-introduction | 22:29 |
nigel_nb | doctormo: I need class.txt and all? | 22:32 |
doctormo | nigel_nb: no, it generates those | 22:32 |
nigel_nb | doctormo: not bad, but I need to make some formatting changes | 22:48 |
doctormo | nigel_nb: No problem, to your course or to the output? | 22:48 |
nigel_nb | doctormo: some were to my course | 22:49 |
nigel_nb | there is some trouble with the output | 22:49 |
nigel_nb | the lesson plan is not coming out properly, I'm trying to figure out whether its my fault or something to do with the output | 22:49 |
nigel_nb | okay, its something to with the output | 22:50 |
nigel_nb | the demonstration details in class.txt is like this | 22:50 |
nigel_nb | Demonstration Details | 22:50 |
nigel_nb | --------------------- | 22:50 |
nigel_nb | include::01/demonstration.txt[] | 22:50 |
nigel_nb | include::02/demonstration.txt[] | 22:50 |
nigel_nb | include::03/demonstration.txt[] | 22:50 |
nigel_nb | you need to put a hard return in between | 22:50 |
nigel_nb | my manual hard return is not carrying over to the output | 22:51 |
nigel_nb | doctormo: some trouble in that script there, you may want to look into it, pushing my branch so u can review change | 22:51 |
doctormo | nigel_nb: I'm not sure I understand what a hard return is. | 22:52 |
nigel_nb | doctormo: hold on, I think its my mistake | 22:52 |
nigel_nb | doctormo: the class.html works fine, everything is okay | 22:54 |
nigel_nb | you may need to tweak your scripts for lesson plan, demonstration, and practical | 22:54 |
nigel_nb | some trouble with the output | 22:54 |
doctormo | nigel_nb: I'll have a look | 22:55 |
doctormo | you have merged with the latest version? | 22:55 |
nigel_nb | yep | 22:55 |
nigel_nb | pleia2: any changes I need to make to the content per se? | 22:58 |
nigel_nb | happy with the text and the presentation? | 22:58 |
pleia2 | seems fine to me | 23:09 |
nigel_nb | great | 23:11 |
nigel_nb | so once I do a basic asciidoc pointer and formatting stuff, we're good to go | 23:12 |
doctormo | nigel_nb: Yep, hopefully it's going to get easier from this point on. | 23:24 |
nigel_nb | doctormo: how soon can you get the primer scripts ready? the ones to create an empty template? | 23:25 |
doctormo | nigel_nb: How complex do you want the first version of those scripts? | 23:25 |
nigel_nb | nothing complex, I can do the explanation | 23:26 |
nigel_nb | just empty files with "Heading here" and folders for presentation and resources that kind of stuff | 23:26 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!