| 00:18.33 | ``Erik | yukon: the issues I'm seeing will technically work with tcl 64b, as long as you don't cross the 4g threshhold... |
| 00:18.36 | ``Erik | I THINK |
| 00:19.00 | ``Erik | I might do something silly in mged like a fistful of big allocs to push all the 'working' stuff up past the 32b barrier to see what happens |
| 00:37.18 | ``Erik | and I'm used to doing silly things... http://math.missouristate.edu/~erik/software.php?id=1 |
| 00:37.20 | ``Erik | :) |
| 00:39.43 | yukonbob | heh |
| 00:40.08 | yukonbob | well -- you could use tcl to try to break itself from w/i mged... |
| 01:05.13 | *** join/#brlcad PrezKennedy (n=Matt@74.86.45.130) | |
| 04:01.47 | *** join/#brlcad illethal (n=oden@c-69-137-199-63.hsd1.fl.comcast.net) | |
| 04:21.41 | *** part/#brlcad illethal (n=oden@c-69-137-199-63.hsd1.fl.comcast.net) | |
| 06:41.15 | CIA-28 | BRL-CAD: 03brlcad * 10brlcad/src/rt/rt.1: bu_exit() won't generate a core dump because of the bu_setjmp exception handler. never gets to the abort. mention gdb. |
| 07:04.46 | CIA-28 | BRL-CAD: 03brlcad * 10brlcad/src/rt/rtshot.c: bu_exit formats the exit statement distinctly, don't confuse it as a complete drop-in replacement for bu_log+exit |
| 07:29.01 | *** join/#brlcad Z80-Boy (i=clock@217-162-110-9.dclient.hispeed.ch) | |
| 07:41.10 | *** join/#brlcad DEFCON_ (n=def@74.17-246-81.adsl-static.isp.belgacom.be) | |
| 10:15.52 | *** join/#brlcad Z80-Boy (n=clock@zux221-122-143.adsl.green.ch) | |
| 10:48.15 | *** join/#brlcad elite01 (n=elite01@195.37.106.60) | |
| 11:10.22 | *** join/#brlcad docelic (n=docelic@212.15.178.177) | |
| 11:37.57 | *** join/#brlcad d_rossberg (n=rossberg@bz.bzflag.bz) | |
| 12:24.56 | Z80-Boy | brlcad: this is generated through a simple XOR. Can one put it into a height field and transform into a "city background"? http://ronja.twibright.com/mrakodrapy.png |
| 12:26.17 | Z80-Boy | Or does the height field have problem with "vertical walls"? |
| 12:37.47 | DEFCON_ | was that the n+(2)^n |
| 12:37.52 | DEFCON_ | or sumthing?. |
| 12:39.29 | DEFCON_ | Z80-Boy : http://ronja.twibright.com/3d/ronja_new1_chimney_1.png |
| 12:39.32 | DEFCON_ | is that yours? |
| 13:18.17 | DEFCON_ | "What describes one complete turn of a rotating object?" |
| 13:18.20 | DEFCON_ | revolution? |
| 13:23.25 | Z80-Boy | DEFCON_: yes that's mine |
| 13:23.43 | Z80-Boy | It's generated through sum=(i+25)^i^(i+7)^(i+6); |
| 13:23.56 | Z80-Boy | Where i goes from 0 to 255 and indicates the column |
| 13:24.03 | Z80-Boy | sum indicates how long black line you draw |
| 13:24.07 | DEFCON_ | ok |
| 13:24.31 | DEFCON_ | weird outcome |
| 13:24.36 | Z80-Boy | Isn't that interesting? Such a simple algorithm generating so sophisticated and nice structure? |
| 13:24.41 | DEFCON_ | i mean it's mirrored |
| 13:24.57 | DEFCON_ | indeed, very interesting |
| 13:25.16 | Z80-Boy | I used bw-png to get it from raw data into png. Very useful these brl-cad tools. |
| 13:25.32 | DEFCON_ | indeed :) |
| 13:25.45 | DEFCON_ | bw-png= black&white? |
| 13:25.47 | Z80-Boy | yes |
| 13:25.51 | Z80-Boy | and pix-png makes RGB |
| 13:26.00 | DEFCON_ | k |
| 13:26.21 | Z80-Boy | a no-bullshit tool you don't have to study the manpage for half a yeat to be able to perform a simple task. |
| 13:26.29 | Z80-Boy | yeat -> year |
| 13:26.38 | DEFCON_ | indeed :) |
| 13:28.52 | DEFCON_ | Dim sum As Integer |
| 13:28.54 | DEFCON_ | lol |
| 13:28.55 | DEFCON_ | dimsum :) |
| 13:28.57 | DEFCON_ | anyway |
| 13:29.08 | DEFCON_ | sum could be a double? |
| 13:29.13 | DEFCON_ | sum could be a *float? |
| 13:32.03 | DEFCON_ | Z80-Boy |
| 13:32.04 | DEFCON_ | =1 -> 1,73183888392163E+79 |
| 13:32.04 | DEFCON_ | i=2 -> 1,30732040222852E+206 |
| 13:32.04 | DEFCON_ | i=3 -> oneindig |
| 13:32.04 | DEFCON_ | i=4 -> oneindig |
| 13:32.12 | DEFCON_ | oneindig mean Infinitive |
| 13:32.21 | DEFCON_ | what am i doing wrong? |
| 13:33.03 | DEFCON_ | are u sure it's this: sum=(i+25)^i^(i+7)^(i+6) |
| 13:33.04 | DEFCON_ | ? |
| 13:33.13 | DEFCON_ | 3 times "to the power of" |
| 13:38.59 | Z80-Boy | DEFCON_: ^ is XOR, not power! |
| 13:43.49 | DEFCON_ | oohhwww |
| 13:43.51 | DEFCON_ | :) |
| 13:43.52 | DEFCON_ | ok |
| 13:46.22 | DEFCON_ | i=1 -> 20 |
| 13:46.22 | DEFCON_ | i=2 -> 24 |
| 13:46.22 | DEFCON_ | i=3 -> 28 |
| 13:46.22 | DEFCON_ | i=4 -> 24 |
| 13:46.24 | DEFCON_ | better :) |
| 13:46.34 | DEFCON_ | how on earth did u find that formula |
| 13:46.35 | DEFCON_ | ? |
| 13:55.24 | Z80-Boy | tried out |
| 14:03.52 | DEFCON_ | ohw :) |
| 14:19.14 | *** join/#brlcad Elperion (n=Bary@p5487617E.dip.t-dialin.net) | |
| 14:21.31 | DEFCON_ | Z80-Boy : http://www.wazig.be/_dev/xor_text/ |
| 14:21.34 | DEFCON_ | try it out |
| 14:21.39 | DEFCON_ | brb |
| 14:31.26 | DEFCON_ | if u use: sum = (i + 25) Xor i |
| 14:31.44 | DEFCON_ | then u don't have that white line in each 'building' |
| 14:32.00 | *** join/#brlcad elite01 (n=elite01@dslb-088-070-002-167.pools.arcor-ip.net) | |
| 14:33.02 | Z80-Boy | DEFCON_: doesn't do anything |
| 14:33.50 | DEFCON_ | ? |
| 14:33.57 | Z80-Boy | Oh it doesn't work in Links |
| 14:34.07 | DEFCON_ | http://www.wazig.be/_dev/xor_text/ ?? |
| 14:34.11 | DEFCON_ | works here |
| 14:34.13 | Z80-Boy | But why did you make the boundaries settable and not the constants 25, 7, 6? |
| 14:34.17 | Z80-Boy | It works in Firefox |
| 14:34.33 | DEFCON_ | i'm bussy with the constants |
| 14:34.33 | DEFCON_ | :) |
| 14:35.20 | DEFCON_ | it also works in ie7 |
| 14:35.26 | DEFCON_ | but i suppose u don't use that :) |
| 14:38.22 | Z80-Boy | DEFCON_: program faster :) |
| 14:42.14 | DEFCON_ | :) |
| 14:42.16 | DEFCON_ | try again |
| 14:47.37 | Z80-Boy | Interesting |
| 14:48.24 | Defcon | does it work well? |
| 14:48.27 | Z80-Boy | Yes |
| 14:48.34 | Defcon | ok |
| 14:48.46 | Z80-Boy | Once did an error but I guess you might have been adjusting something |
| 14:49.09 | Defcon | could be |
| 14:49.42 | Defcon | if you loop from 0 to 480, it kinda give a perfect output |
| 14:49.56 | Defcon | small, big, biggest, big, small |
| 14:50.08 | Defcon | using your constants that is |
| 14:52.41 | Defcon | hmm |
| 14:52.47 | Defcon | i should get back to work |
| 14:53.13 | Defcon | but math's is so much more interesting then selecting and updating sql data |
| 14:53.15 | Defcon | :( |
| 15:44.16 | *** join/#brlcad Defcon_ (n=def@74.17-246-81.adsl-static.isp.belgacom.be) | |
| 15:51.30 | Defcon_ | cya tomorrow all |
| 16:22.14 | *** join/#brlcad clock_ (n=clock@zux221-122-143.adsl.green.ch) | |
| 17:00.49 | ``Erik | heh, the grunt does the lifting, the guru corrects the oopses :/ I feel like such a newb. |
| 17:47.35 | *** join/#brlcad yukonbob (n=yukonbob@198.235.198.234) | |
| 17:49.15 | yukonbob | louipc: sun is coming up for me now... :) |
| 18:50.01 | *** join/#brlcad IriX64 (n=mariodot@bas2-sudbury98-1177726582.dsl.bell.ca) | |
| 18:51.13 | IriX64 | mmmm if you change tkUnixRfont to tkUnixFont in /src/other/tk/unix/makefile, bwish compiles and links just fine. |
| 18:51.53 | IriX64 | err if you recompile tk that is :) |
| 19:55.04 | *** join/#brlcad Z80-Boy (i=clock@77-56-71-88.dclient.hispeed.ch) | |
| 20:50.25 | *** join/#brlcad cad31 (n=59316293@bz.bzflag.bz) | |
| 20:55.16 | ``Erik | meh, shoulda gone to missoura |
| 21:11.54 | yukonbob | heh -- for a sec. I though you were jar-jar binks "meessa shoulda gone to missoura" |
| 21:21.46 | ``Erik | AC_PROG_CC searches for various fortran and C compilers |
| 21:21.49 | ``Erik | woops |
| 21:28.36 | *** join/#brlcad docelic (n=docelic@212.15.179.242) | |
| 21:56.42 | *** join/#brlcad elite01 (n=elite01@dslb-088-070-002-167.pools.arcor-ip.net) | |
| 22:33.35 | ``Erik | y'know |
| 22:33.52 | ``Erik | I this would be better if the flashbacks were in chinese and subtitled |
| 22:34.11 | ``Erik | the english 'flashback' stuff is stilted and odd |
| 22:34.15 | ``Erik | in a bad way |
| 22:37.07 | ``Erik | quit that, you |
| 22:40.27 | NotAContradictio | sorry |
| 22:40.28 | NotAContradictio | got banned |
| 22:40.40 | NotAContradictio | Well, bz.bzflag.bz did. |
| 22:40.46 | NotAContradictio | and it all got wierd. |
| 22:41.23 | ``Erik | O.o |
| 22:41.31 | ``Erik | weird, you mean.. weird is a weird word :D |
| 22:41.38 | NotAContradictio | lol |
| 22:41.40 | NotAContradictio | yes |
| 22:41.51 | ``Erik | ironical |
| 22:41.53 | NotAContradictio | In #mediawiki - the op says it was something to do with the CIA echo bot, or something. |