*** didymo has joined #schooltool | 00:37 | |
*** alga has joined #SchoolTool | 00:40 | |
*** fsufitch has joined #schooltool | 03:05 | |
fsufitch | aelkner, i'm finally here and work-capable | 03:06 |
---|---|---|
fsufitch | i would have been online 2 hrs ago, but i had to do stuff | 03:06 |
fsufitch | ayt? | 03:06 |
aelkner | yes | 03:06 |
fsufitch | cool | 03:06 |
aelkner | how's it going? | 03:06 |
fsufitch | ehh, sorta tiring | 03:06 |
fsufitch | and it's just the _first_ week of school... | 03:06 |
aelkner | the first week's always the most stressful | 03:07 |
fsufitch | heh, true | 03:07 |
aelkner | getting oriented and all | 03:07 |
fsufitch | but also the most fun | 03:07 |
fsufitch | i learned C and Ruby | 03:07 |
fsufitch | 1 week | 03:07 |
fsufitch | for supercomputing and ai classes, respectively | 03:07 |
aelkner | so is python still the best? | 03:07 |
fsufitch | so far as i know | 03:08 |
fsufitch | ruby's extremely slow, and C is extremely backward | 03:08 |
aelkner | python is neither | 03:08 |
fsufitch | but C was really friendly about using OpenGL, which is what we're using it for, so i'm happy about that | 03:08 |
fsufitch | yeah | 03:08 |
fsufitch | but i dont know if you can do supercomputing in python... | 03:08 |
fsufitch | oh, btw | 03:08 |
aelkner | doesn't python have an OpenGL wrapper? | 03:08 |
fsufitch | i got my compsci teacher interested in zope and schooltool | 03:09 |
aelkner | really? | 03:09 |
fsufitch | yes, it does, but it doesn't support OGL 2.0 | 03:09 |
aelkner | oh | 03:09 |
fsufitch | the latest is 1.5 or 1.7 | 03:09 |
aelkner | maybe James should get to work on that | 03:09 |
fsufitch | but now that i actually get how OGL works in C, maybe i can understand it in python | 03:09 |
fsufitch | james who? | 03:09 |
aelkner | James (I forget his last name) worked with Jeff on GASP | 03:10 |
fsufitch | o | 03:10 |
fsufitch | well, that would be nice | 03:10 |
fsufitch | anyway, i'm going to get myself some fun with pyogl sometime | 03:10 |
aelkner | anyway, your teacher should talk to Jeff or David | 03:10 |
fsufitch | ok | 03:10 |
aelkner | to see if he can become involved | 03:10 |
aelkner | so how is the print view coming? | 03:11 |
fsufitch | i havent had any time to work on it until now... | 03:11 |
aelkner | ok, I'm here until midnight if you have any questions | 03:11 |
fsufitch | sweeet | 03:11 |
fsufitch | i was thinking of working late | 03:11 |
aelkner | cool | 03:11 |
fsufitch | just cuz i slept in till noon today >_> | 03:12 |
aelkner | i trump your noon. I got up at 1 pm | 03:12 |
fsufitch | nice | 03:12 |
fsufitch | i have to get better | 03:12 |
aelkner | I get to see the crack of dawn if i stay up late enough :) | 03:13 |
fsufitch | or if u get up early enough ;) | 03:13 |
fsufitch | or late | 03:13 |
fsufitch | when u sleep enough, they become one | 03:14 |
fsufitch | so, aelkner, is there any way you know of detecting whether an element has went over the page width limit? | 03:17 |
fsufitch | * a _block_ element | 03:17 |
fsufitch | the inline ones fix themselves | 03:17 |
fsufitch | that's the problem with this table, it's a block element | 03:17 |
aelkner | can you use divs instead of tables? | 03:18 |
fsufitch | hm, i dont know how i could do it... | 03:18 |
fsufitch | because there always has to be a display for the people's name on the left | 03:20 |
fsufitch | so, if it's possible to automate the appearance of those when a newline is made, and i make the columns be represented as divs, then that would work | 03:21 |
fsufitch | aelkner, is there a way to do so? | 03:22 |
fsufitch | the former, i mean | 03:22 |
fsufitch | the latter i know is possible for sure | 03:22 |
aelkner | fsufitch: I don't know off hand. I would just experiemtn until i got something i liked | 03:23 |
fsufitch | okay | 03:23 |
fsufitch | i can do that | 03:24 |
aelkner | use your discretion to get it to work. it doesn't matter to me if you use tables or divs, whatever works | 03:24 |
aelkner | sorry i can't be more helpfiul | 03:24 |
fsufitch | i didnt expect much more | 03:25 |
fsufitch | only an ub3r css/html/whatever guru could have answered that | 03:25 |
fsufitch | no offense ;) | 03:25 |
aelkner | fsufitch: no offense taken. I don't pretend to be a guru of that stuff. | 03:39 |
fsufitch | aelkner, i found a little problem | 03:51 |
fsufitch | or maybe a potential problem | 03:51 |
aelkner | what's that | 03:51 |
fsufitch | can the competency id for something be something of the kind of "foo251blah" instead of just "231" | 03:52 |
fsufitch | ? | 03:52 |
aelkner | yes, why? | 03:52 |
fsufitch | that just killed my hard-code solution | 03:52 |
fsufitch | oh well | 03:52 |
fsufitch | lessee | 03:52 |
*** alga has quit IRC | 03:59 | |
fsufitch | gah, making divs not take up the whole line is a pain | 04:53 |
fsufitch | aelkner, yt? | 05:22 |
aelkner | yes | 05:22 |
fsufitch | i need a bit of css advice if u know | 05:22 |
aelkner | go ahead | 05:22 |
fsufitch | how can i make a block element contain the full height of its contents if they're floated left? | 05:23 |
aelkner | is a div a block element? | 05:23 |
fsufitch | yes | 05:23 |
aelkner | and is the problem that the text is running off outside the border of the div? | 05:24 |
fsufitch | i have <div> a bunch of divs with float:left </div> some text | 05:24 |
fsufitch | and i want that text to be below the first div | 05:24 |
fsufitch | well, below the float:left divs | 05:24 |
aelkner | let's meet in gobby land | 05:25 |
fsufitch | ook | 05:25 |
fsufitch | ur server? | 05:25 |
aelkner | yup port 6000 | 05:25 |
fsufitch | ok | 05:25 |
fsufitch | btw, i'm emailing u an html snapshot of what the problem is | 05:25 |
aelkner | ok | 05:25 |
*** didymo has quit IRC | 05:40 | |
*** wbrady has quit IRC | 05:59 | |
fsufitch | aelkner, so i got the truncation of the page figured out | 06:11 |
aelkner | so what's left? | 06:11 |
fsufitch | i'm almost ready for doing ftests etc | 06:11 |
aelkner | oh goody | 06:11 |
fsufitch | well, when it breaks to the newline because it's out of line space, it doesn't repeat the list of students on the left | 06:11 |
aelkner | what shedule will you have tomorrow? | 06:12 |
fsufitch | i'm away from 11 till 7 | 06:12 |
fsufitch | approx. | 06:12 |
aelkner | i will be busy until the evening | 06:12 |
fsufitch | ok.. | 06:12 |
aelkner | so we're both going to be around in the evening? | 06:12 |
aelkner | that would be good | 06:12 |
fsufitch | yeah | 06:12 |
fsufitch | i hope my parents won't object to me working the whole day away... | 06:12 |
fsufitch | because while i'm away i got library volunteering | 06:13 |
aelkner | you'll have to smeek it :) | 06:13 |
aelkner | sneek | 06:13 |
aelkner | btw you type too fast | 06:13 |
aelkner | i can't get in my point in a timely manner with you | 06:13 |
aelkner | :) | 06:13 |
fsufitch | lol | 06:14 |
fsufitch | i do plenty of chatting | 06:14 |
fsufitch | so my wpm rate is pretty high | 06:14 |
aelkner | you chatterbox you | 06:14 |
fsufitch | :) | 06:14 |
fsufitch | why do you think i'm signed on to aim, yahoo, msn, google chat and irc at the same time? | 06:14 |
aelkner | so by the end of tomorrow evening we should be talking about committing your changes with ftests and all, right? | 06:14 |
fsufitch | yeah, after i get the newline thing figured out | 06:15 |
aelkner | ok | 06:15 |
aelkner | look for me when you get in | 06:15 |
fsufitch | ok | 06:15 |
fsufitch | btw | 06:15 |
fsufitch | just a random question | 06:15 |
fsufitch | for a problem in my AI class | 06:16 |
fsufitch | so i have 20000 items | 06:16 |
fsufitch | words | 06:16 |
fsufitch | such as cat | 06:16 |
fsufitch | and i need to get a list of all the words that are 1 letter different from the current one | 06:16 |
fsufitch | such as cut, car, mat | 06:16 |
fsufitch | i wanted to make an index so that i could access the list in O(1) time | 06:17 |
fsufitch | but with 20000 items, and the program needing to be in Ruby | 06:18 |
fsufitch | it would take about 10 hrs to compile the index | 06:18 |
fsufitch | and then i could have a bug in my code that would kill the whole thing | 06:18 |
fsufitch | gah, i have to go sleep | 06:20 |
fsufitch | what a kerfuffle | 06:20 |
fsufitch | good night | 06:20 |
aelkner | fsufitch, you didn't ping me sop i haven't read your comments - hold on | 06:43 |
aelkner | are you still there? | 06:44 |
aelkner | well i'm outta here. see you tomorrow night | 06:44 |
*** mattva01 has quit IRC | 06:53 | |
*** mattva01 has joined #schooltool | 06:54 | |
*** didymo has joined #schooltool | 09:33 | |
*** mattva01 is now known as mattva01|sleep | 10:24 | |
*** didymo has quit IRC | 14:45 | |
*** mattva01|sleep is now known as mattva01 | 15:51 | |
*** fsufitch has quit IRC | 17:34 | |
*** mattva01 has quit IRC | 18:43 | |
*** Fujitsu has quit IRC | 19:26 | |
*** Fujitsu has joined #schooltool | 19:27 | |
*** wbrady has joined #schooltool | 21:14 | |
*** lisppaste5 has quit IRC | 21:18 | |
*** lisppaste5 has joined #schooltool | 21:26 | |
*** wbrady has quit IRC | 21:30 | |
*** wbrady has joined #schooltool | 21:35 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!