00:00:00 --- log: started forth/03.05.24 00:33:52 --- quit: a7r_ (Read error: 110 (Connection timed out)) 01:05:41 --- join: a7r_ (~a7r@206.72.82.135) joined #forth 01:13:12 --- join: deluxe (~deluxe@pD9EE1E77.dip.t-dialin.net) joined #forth 01:13:53 bon jour 01:21:44 --- quit: a7r_ (Read error: 60 (Operation timed out)) 04:29:34 --- quit: deluxe ("bb") 05:17:33 --- join: tathi (~josh@pcp02123722pcs.milfrd01.pa.comcast.net) joined #forth 05:17:33 --- mode: ChanServ set +o tathi 05:18:42 --- join: Speuler (~Speuler@mnch-d9ba41d4.pool.mediaWays.net) joined #forth 05:19:07 forthforth v16 uploaded. pictured number output, s" ." ," added 05:19:30 www.forthfreak.net/forthforth 05:19:35 :) 05:19:38 Morning 05:19:49 morning rob 05:20:05 you got heavy clouds up there 05:20:31 there's more coming 05:20:54 * Speuler have been collected sat image for the last few days, and made an avi from 05:21:15 you get heavy stuff from the south 05:22:31 Great. 05:22:38 Sunshine is annoying ;) 05:22:40 66 images as far. one per hour 05:22:47 Cool. From where? 05:23:00 http://www.wettersat.de/d2.gif 05:23:16 http://www.wettersat.de/c23.gif 05:23:58 the avi is about 5.3 mb as far 05:24:02 UTC, what time zone is that? 05:24:08 universal 05:24:17 gmt 05:25:18 that white stuff over sweden is all pushing northwards 05:25:29 t'is spreading out there 05:25:37 and more from the south comes in 05:26:12 i can put the movie on-line if you like 05:26:42 Yeah, thanks. 05:27:02 Hmm.. how do you make it? 05:27:07 takes a while 05:27:37 written a script which converts gif to jpg, then call mencoder to make an avi 05:28:10 A script? You mean you're calling convert or something, or converting manually? 05:29:36 FPS=10 05:29:36 if [ ! -z $1 ] ; then 05:29:36 FPS=$1 05:29:36 fi 05:29:37 I=0 05:29:39 while [ -f pic0$I.jpg ] ; do 05:29:41 (( I++ )) 05:29:43 done 05:29:47 while [ -f pic0$I.gif ] ; do 05:29:49 giftopnm pic0$I.gif | pnmtojpeg > pic0$I.jpg 05:29:51 (( I++ )) 05:29:53 done 05:29:59 I=10 05:30:03 while [ -f pic$I.jpg ] ; do 05:30:05 (( I++ )) 05:30:07 done 05:30:11 while [ -f pic$I.gif ] ; do 05:30:13 giftopnm pic$I.gif | pnmtojpeg > pic$I.jpg 05:30:15 (( I++ )) 05:30:17 done 05:30:21 mencoder \*.jpg -mf on:fps=$FPS -o wetter.avi -ovc lavc 05:30:40 50 % uploaded 05:31:07 OK. 05:31:23 convert file.gif jpg:file.jpg ;) 05:31:51 those are numbered 05:32:16 pic00.gif pic01.gif pic02.gif ... 05:32:18 Okay, but you could use the same thing there... 05:32:27 Not an important issue anyway. 05:33:12 first i check what has already been converted. no need to convert again 05:33:12 then i convert the new gif to jpg 05:33:39 twice because arithmetic do 9 -> 10 , but file names are 09 -> 10 05:34:13 you simplify, you send me a copy, ok ? 05:35:04 www.forthfreak.net/wetter.avi 05:36:21 tathi: you start it by typing "run" 05:38:55 I don't even know bash :) 05:39:07 ...and you're writing a Forth in it. So I trust you on this one. 05:39:20 since bashforth i'm a black belt basher 05:41:47 oh. "sign" with pictured number output works differently than standard 05:42:14 -1234 <# sign sign # # sign #s sign #> type 05:42:14 that would be legal 05:45:55 also, there's no conversion buffer used (often under pad) 05:46:04 pictured number conversion takes place on the stack 05:46:17 only #> copies asciis to memory 05:46:34 Speuler: start what? forthforth? 05:46:37 i usually write it that way 05:46:42 tathi: yes 05:48:13 will tackle leave +loop catch throw with next version 05:48:24 you've been busy :) 05:48:42 not really. here and there an hour or two 05:49:15 true, forths are pretty quick to write 05:49:38 compare: bashforth took me 3 days to compile colon words. forthforth a month ... 05:50:11 but on bashforth i worked day and night, for the first days :) 05:50:19 not on forthforth 05:50:36 even moved the office to another location in between 05:51:45 but it was bashforth v16 which could compile colon words, compared to v13 of forthforth 05:52:26 so do you have a use for forthforth, or is it just for fun? 05:52:49 several purposes 05:52:57 fun too of course 05:53:24 1. getting to learn about potential complications with byte-token threading 05:53:52 2. getting a platform together which may serve as experience-base for commonforth 05:54:08 3. sandboxing a forth interpreter 05:54:15 (cgi, bots etc) 05:56:40 did you notice that the vm of forthforth doesn't use any variables ? 05:57:33 ip, rp kept on stack, w generated and passed on stack 05:58:36 : dovar -rot ; :) 05:58:46 very nice 05:59:18 : clit count -rot ; :)) 06:00:30 i refrained from building "+" from xors 06:00:42 heh 06:01:21 but "or" is a colon word 06:02:21 -rot is rotate in the other direction? 06:02:30 yes 06:02:41 : -rot rot rot ; for example 06:02:54 : -rot swap >r swap r> ; 06:28:21 --- join: XeF4 (xef4@lowfidelity.org) joined #forth 06:57:39 --- part: Speuler left #forth 07:45:37 --- join: mur (murr@baana-62-165-190-133.phnet.fi) joined #forth 09:49:46 --- join: I440r (~I440r@dialup-67.29.214.175.Dial1.Cincinnati1.Level3.net) joined #forth 09:51:57 Hi I440r 09:52:05 hi 10:11:30 --- quit: I440r (Read error: 54 (Connection reset by peer)) 11:05:46 --- join: deluxe (~deluxe@pD954504A.dip.t-dialin.net) joined #forth 11:07:28 --- quit: deluxe (Client Quit) 11:08:27 --- join: deluxe (~deluxe@pD954504A.dip.t-dialin.net) joined #forth 11:17:34 --- quit: sifbot (calvino.freenode.net irc.freenode.net) 11:17:34 --- quit: cyberlok (calvino.freenode.net irc.freenode.net) 11:17:34 --- quit: Fractal (calvino.freenode.net irc.freenode.net) 11:23:44 --- join: sifbot (~sifforth@h0030657bb518.ne.client2.attbi.com) joined #forth 11:23:44 --- join: Fractal (fghez@new.cure.for.SARS.found.to.be.strongLSD.com) joined #forth 11:23:44 --- join: cyberlok (cyberlok@warl0k.sponsor.freenode) joined #forth 11:24:51 --- quit: cyberlok (calvino.freenode.net irc.freenode.net) 11:25:01 --- join: cyberlok (cyberlok@warl0k.sponsor.freenode) joined #forth 11:25:57 --- quit: sifbot (calvino.freenode.net irc.freenode.net) 11:26:03 --- join: sifbot (~sifforth@h0030657bb518.ne.client2.attbi.com) joined #forth 11:29:18 --- join: crc (~crc@ACA32EE9.ipt.aol.com) joined #forth 11:40:25 --- nick: mur -> Mur__A 11:54:59 --- join: kc5tja (~kc5tja@ip68-8-206-137.sd.sd.cox.net) joined #forth 11:54:59 --- mode: ChanServ set +o kc5tja 12:01:13 --- nick: Mur__A -> mur 12:12:14 --- join: nizchka (~nizchka@node-d-91cb.a2000.nl) joined #forth 12:12:28 --- part: nizchka left #forth 12:35:37 --- join: ramnull (~nicad@12-245-85-50.client.attbi.com) joined #forth 12:37:54 --- quit: ramnull (Client Quit) 12:50:39 --- join: ramnull (~nicad@12-245-85-50.client.attbi.com) joined #forth 13:15:06 --- quit: fridge (Remote closed the connection) 13:21:54 --- join: yo|yo (~deluxe@pD9545B6C.dip.t-dialin.net) joined #forth 13:34:16 --- join: rsnow1 (~rsnow1@c66.190.102.26.ts46v-01.mrshll.tx.charter.com) joined #forth 13:34:32 --- part: rsnow1 left #forth 13:39:07 --- quit: deluxe (Read error: 110 (Connection timed out)) 13:49:04 --- quit: crc ("I was using TinyIRC! Visit http://www.tinyirc.net/ for more information.") 13:50:14 --- join: snowrichard (~rsnow1@c66.190.102.26.ts46v-01.mrshll.tx.charter.com) joined #forth 13:51:08 --- part: snowrichard left #forth 14:02:40 --- join: wossname (wossname@HSE-QuebecCity-ppp81559.qc.sympatico.ca) joined #forth 14:06:48 --- join: crc (~crc@ACA32EE9.ipt.aol.com) joined #forth 14:09:47 --- quit: crc (Client Quit) 14:20:20 --- quit: ramnull ("This isn't Happy Hour!") 15:25:56 --- quit: wossname ("^______- good god") 16:05:23 --- quit: yo|yo (Read error: 104 (Connection reset by peer)) 16:10:03 --- join: nizchka (~nizchka@node-d-91cb.a2000.nl) joined #forth 16:10:08 --- part: nizchka left #forth 16:11:24 --- quit: tathi ("leaving") 16:36:35 --- join: a7r (a7r@206.72.71.205) joined #forth 16:36:36 yoh. 16:56:26 --- quit: a7r ("My damn controlling terminal disappeared!") 17:18:47 Ah! 17:19:02 _Now_ I get where XeF4 got his name from. Heh :) 17:25:52 --- quit: mur ("MURR!") 18:08:13 * kc5tja is away: D&D 19:55:11 --- join: a7r (~a7r@206.72.82.135) joined #forth 19:56:01 hey 20:02:48 --- quit: kc5tja (Read error: 110 (Connection timed out)) 21:22:30 --- quit: a7r ("Client exiting") 23:59:59 --- log: ended forth/03.05.24