00:00:00 --- log: started forth/03.03.27 00:59:40 --- join: deluxe (~deluxe@p50805685.dip.t-dialin.net) joined #forth 01:17:52 --- quit: Speuler (Read error: 110 (Connection timed out)) 05:01:58 --- join: Speuler (~Speuler@mnch-d9ba47b5.pool.mediaWays.net) joined #forth 05:17:52 --- quit: Speuler ("Client Exiting") 06:14:16 --- join: Herkamire (~jason@wsip68-15-54-54.ri.ri.cox.net) joined #forth 07:46:26 --- quit: deluxe ("live spelt backward is "evil"") 08:01:20 --- quit: TreyB () 08:54:26 --- quit: flyfly (Remote closed the connection) 09:24:47 --- join: TreyB (~trey@cpe-66-87-192-27.tx.sprintbbd.net) joined #forth 09:35:07 --- join: I440r (~mark4@1Cust240.tnt3.bloomington.in.da.uu.net) joined #forth 09:35:56 Hey... 09:36:46 hi 10:12:00 --- join: rafe (~rafe@www.scinq.org) joined #forth 10:37:01 --- quit: TreyB (Read error: 110 (Connection timed out)) 10:52:10 --- join: revanthn (revanthn@202.9.183.208) joined #forth 10:53:52 l440r,how portable is forth 10:54:14 well. my forth KERNEL is very very specific to both linux and the x86 processor 10:54:15 but. 10:54:25 lets say i write some "super duper" application 10:54:53 if i write it in 100% standard forth it will compile and execute identically on ALL processors running under ALL operating systems 10:55:02 with little or no modifications 10:55:13 any mods required will be very very very minor 10:55:36 standard forth is quite portable. 10:55:45 how many forth(s) exsist 10:55:45 however. i dislike standard forth 10:55:51 lol!!!!!!!!1 10:56:12 there are forth compilers for just about every single processor/operating system/micro-controller in existence 10:56:22 About 2^16! 10:56:38 so are assemblers 10:57:00 and besides I don't want to write my code for a 1K microcontroller in forth 10:57:25 lol! - forth would be the best choice for that scenario 10:57:28 cuz the code is supposed to work with the controllers rather than focusing on the algo 10:57:44 revanthn: do you do any embedded coding ? 10:57:51 i mean on a professionlal level ? 10:57:59 i used to. but ive not had ANY work in 2 years 10:58:06 professional level,no 10:58:57 compiled forth is more space efficient than assembler 10:59:05 for ANY embedded application forth is the ONLY choice 10:59:19 small C is a good one too 10:59:36 but the industry is all looking for "real time embedded object obfuscated c++" 10:59:45 c will do this for you 10:59:56 development time will be 3 years in c, 3 weeks in forth 11:00:04 compiled c will be 50k. compiled forth will be 5k 11:00:07 hmmm 11:00:29 ok I'll take your word for it and give forth a try 11:00:38 but I am really confused with RPN 11:00:47 heh 11:01:03 ok. let me do the HARD sell on ya hhe 11:01:07 look at the learning curve for c 11:01:33 in a very short time you can learn alot. 11:02:07 but. you will relay only have learned the basics. most c coders never learn to produce realy good c code because once you learn the basics the lerning curve goes flatline 11:02:14 ASM is easy to learn but as you already said it's pretty consuming when the code exceeds 1000+ lines 11:02:26 it taks a great deal of time and effort and a true flair for it to become truely competent 11:02:48 now look at the learning curve of forth. 11:03:04 there are some initial hurdles that one needs to get over that make it realy confusing to begin with 11:03:13 but once you know the basics it all just FLOWS!!!!! 11:03:40 most forth coders end up writing their own forht compiler or taking someone elses and heavilly modifying it 11:03:43 which variant of forth runs on FreeBSD 11:03:54 because to know forth is to understand it 11:03:55 none 11:04:02 there are no REAL forths for linux or fbsd 11:04:09 except my forth (isforth) 11:04:18 most "portable" forths are NOT FORTH 11:04:24 they are "forthalikes" 11:04:40 I have bigForth 11:04:41 they are coded in c which is a total abomination in my opinion 11:04:54 bigforth, gnu tile forth, etc, etc, etc 11:05:00 all have a forth kernel coded in C 11:05:03 FUCK THAT 11:05:15 unless the forth kernel is coded in FORTH its NOT FORTH 11:05:15 how come isforth doesn't run on FreeBSD/x86 11:05:16 period 11:05:28 because fbsd has different syscalls 11:05:41 plus isforth has made some use of some linux specifics 11:06:05 it would be possible to PORT isforth to fbsd but i dont have the inclination to do it 11:06:08 or the time. 11:06:25 what do you do for a living? 11:06:40 a competent assembler coder would be able to port it if he/she understood forth internals too 11:06:48 real time embedded control applications software engineer 11:07:01 not had work since august of 2001 11:07:09 and in 2 weeks im "no fixed abode" 11:07:36 Robert,how's yous PIC code going 11:08:04 robert is learning forth, he is a NOOB :) 11:08:10 l440r,are you familiar with any MP 11:08:11 but is learning it well. 11:08:14 MP ? 11:08:20 er *MP3-Decoder DSP's 11:08:20 multi processor ? 11:08:36 oh - no. but gimme the book and ill be an expert in a week :/ 11:08:37 I440r: Bah, I'm TEH MASTAH! ;) 11:08:47 bow when you say that 11:08:52 http://robert.zizi.org/ <-- where I have my projects, revanthn 11:08:55 :) 11:08:59 and snap to attention and salute when i enter :/ 11:09:00 dammit :) 11:09:20 revanthn: why ? 11:09:22 btw 11:09:38 no reason,wanted to make a MP3-Player 11:09:53 aha. hardware mp3 player ? 11:09:55 or software 11:10:11 hardware 11:10:38 heh. how many software engineers does it take to change a lightbulb... NONE - thats a hardware problem 11:10:55 :) 11:11:08 Robert,do you run MINIX 11:11:15 Yeah. 11:11:37 I use DosMINIX 11:11:45 Robert,Did you read the MINIX book 11:12:15 Yes. 11:12:42 * Robert pats it... It's in the shelf behind me. 11:13:05 That's a really good book 11:13:16 i have a kaypro ii !!! 11:13:22 ..? 11:13:36 its an old z80 cpm box heh 11:14:07 do you have CPM? 11:14:26 on the kaypro - but the kaypro is in the box and ive never opened the box 11:14:39 my father has two kaypro ii's that he used to run his bbs on 11:15:01 bbs on a z80? 11:15:11 I have CPM for z80 and some other variants 11:15:14 yes - were talking 1980's here 11:16:17 revanthn: I have CP/M for my C128 and the Compis (Swedish 80186-based comp..) 11:17:24 are any OS'es written in forth? 11:17:51 well. traditionally forth is used on systems WITHOUT an os or a bios 11:17:57 forth does the job of both 11:18:01 Enth/Flux, colorForth... 11:18:08 modern forths are built on top of the operating system 11:18:17 isforth treats the linux kernel as its BIOS 11:18:30 Yeah, it steals all memory it can get :P 11:18:36 I once tried to used colorforth 11:18:59 I never got it to boot. 11:26:07 --- join: futh (~blah@198.162.22.60) joined #forth 11:26:26 Two men are on opposite sides of the Earth. One is walking a tightrope. The other is getting a blow job from a 90 year old woman. Both get the exact same thought at the exact same time. 11:26:26 What is it? 11:26:27 Hi futh 11:27:20 No idea, but I'm sure we'd all like to hear. 11:27:26 really? :P 11:29:30 Of course not.. but I'm sure you'll tell us anyway. 11:30:29 Two Americans are walking on a road.The smaller american is the son of the bigger american but the bigger american is not his father.Who is the bigger american? 11:31:57 revanthn: hmm, can't think of anything. who is the bigger american? :) 11:32:20 * futh has some ideas but is too lazy to type them 11:32:22 .. 11:32:25 his mother 11:32:35 heh 11:32:43 yay 11:33:49 I440r,I can't seem to find a good Forth implementation for FreeBSD or Windows 11:33:52 can you suggest some 11:34:10 revanthn: win32forth is the only good free forth implementation for windows 11:34:32 i consider it bloated, but it's got a lot.. 11:34:51 there's swiftforth, iforth, and um, another one.. these are commercial, but are good.. 11:35:00 swiftforth has a free demo you can download 11:35:11 I want to try out forth that's all 11:35:24 for freebsd, there is gforth & bigforth 11:35:39 I don't like bigforth 11:35:44 why not? 11:36:08 futh,as I440r stated they are all coded in C and their kernels two are coded in C 11:36:51 heh, ALL of them are coded in C except some DOS forths and isforth and one other linux forth (lina or something like that) 11:37:20 i think win32forth was coded in C .. 11:37:39 hm, swiftforth and iforth might not have been.. dunno 11:38:02 futh,are you a forth programmer 11:38:56 --- join: krish (KRISHNAKUM@61.1.220.147) joined #forth 11:39:47 hi all! 11:39:49 a bit 11:39:57 revanthn: i'm an extremely lazy one 11:40:31 no win324th is assembler kernel 11:40:35 it counts as a real forth. 11:40:45 except its not running under a real os 11:41:17 i440r: what about those windows optimising forths? iforth and the other one? 11:41:34 dunno. 11:42:17 what's the other forth's name 11:43:01 swiftforth ? 11:43:46 no there's another one.. 11:43:54 windows optimizing forth ? 11:44:04 oh. then i dunno 11:44:05 optimising compiler 11:44:10 --- quit: rafe ("Client Exiting") 11:45:03 are there any special windoze only optimizations ? 11:45:24 --- join: remote (~nicolas@Toronto-HSE-ppp3715612.sympatico.ca) joined #forth 11:45:58 no it has nothing to do with windows 11:46:04 --- join: TreyB (~trey@cpe-66-87-192-27.tx.sprintbbd.net) joined #forth 11:47:30 I440r: i'm told that self modifying code slows the program under modern processors - true ? 11:47:52 it can 11:48:28 the problem is the way modern processors cache code and data 11:48:34 what's forth good for 11:48:43 anything 11:48:52 theres NOTHING forth isnt capable of 11:49:05 remote: crushing ego 11:49:20 ive seen it used for everything from database stuff to full blown 3d shoot em up games 11:49:44 I440r: where ? 11:49:50 I440r: 3d games ? where ? 11:49:52 I don't code, I do script but I'd like to learn a language like an assembler or c, I want to know how that cpu's working, what forth is good for ? 11:50:01 krish: it was an amiga game 11:50:05 star something 11:50:33 learn assembler BEFORE you learn c 11:50:34 futh: db stuff ? 11:50:39 then learn forth 11:50:46 remote: forth is basically as good as assembler, as good as c, and as good as any scripting language you like :P 11:50:57 and it's morphable.. 11:51:10 when you code in it, you change the actual language to become the language that you need 11:51:33 remote: there is no syntax per se. 11:51:43 remote: try it. 11:51:52 krish: yes, lots of db stuff, but not much code out there. most of the db stuff were done on contract for compnaies 11:52:24 chuck moore did lots of db stuff 11:52:25 remote: but you will not find extension packages like get in python, perl, ruby etc. (ie, batteries not included) 11:52:40 --- quit: revanthn () 11:53:05 the entier fed-ex tracking system is coded in forth 11:53:13 the otehr optimizing forth is MPE forth isn't it? 11:53:37 oh... 11:53:48 i just bought TAOCP 3rd edition 11:54:16 no syntax 11:54:20 the indian edition is much cheaper and more importantly the fonts are big (atlast!) 11:54:22 then I doubt I can learn it. 11:54:44 remote: its fun. defnly worth trying IMO 11:54:46 remote lol it doesnt have "no" syntax 11:54:51 it has "user defined" syntax :/ 11:54:56 an article on forth database design http://theforthsource.com/fp003.html 11:55:01 old 11:55:47 --- quit: futh ("laters") 11:56:31 it would be really interesting if someone with enough forth knowledge implements a simple DB app along the lines of prevayler 11:56:42 perhaps an addressbook ? 11:57:09 forthers: how to implement coroutines in forth ? 11:58:13 remote: its told that forth is like an amplifier - good programmers become great when using forth and bad programmers become non-existant 11:58:36 what is a coroutine 11:59:03 krish ive never seen that amplifier thing - its cool! and VERY correct 11:59:09 I440r: its a routine that can be suspended and activated 11:59:21 most wannabe's take one look at forth and go screaming for mamma 11:59:28 anyone know where I can learn the concept of a stack _easily_ ? 11:59:35 I440r: i ripped it off of Bernd Payson's home page 12:01:36 remote: think of a stack as a vertical tube with only one end open. 12:02:00 remote: you "push" ur data into the tube 12:02:13 remote: you can "pop" the topmost item off the tube 12:02:30 remote: this is the basic notion of a stack 12:03:06 remote: since forth makes heavy use of the stack, there are additional stack manipulation primitives to contend with 12:03:21 --- join: mur (jukka@baana-62-165-188-196.phnet.fi) joined #forth 12:04:07 I440r: any chance of changing isforth ? 12:04:22 changing it how ? 12:05:01 I440r: by generating the code for : ; in a seperate section rather than extending the .text section 12:05:31 LoL 12:05:35 forth is cool 12:05:53 krish thats called target compilation. its a planned extension 12:06:02 it will be needed in the meta-compiler 12:06:12 krish: push and pop like when you use pusha and popa in asm 12:06:22 what's pop for 12:06:52 remote: pusha pushes all the registers onto the stack popa restores them 12:07:29 remote: pop is the operation that "pops" you the top of stack 12:07:59 i feel there is great scope for forth in web applications ... 12:08:46 there is 12:08:47 I440r: interface to C is a very important asset - what do you think ? 12:09:17 not high on my priorityies but it is on the todo 12:09:41 you dont have to do it urself. 12:09:48 what is difference of : and ; ? you can declare : but not ; :) 12:10:08 you just provide a mechanism to do it - i'll work ion it 12:10:13 s/ion/on 12:10:24 hey I found how to exit isforth! 0 0 / . 12:10:40 lol im working towards fixing that :/ 12:10:50 im adding user defineable signal handling to isforth :) 12:11:08 what is that 12:12:19 is forth complicated or isforth is 12:12:32 I'm probably missing something anyways. 12:12:45 : add + . ; ok 12:12:45 2 2 add . 4 0 Stack Underflow 12:12:45 2 2 + . 4 ok 12:13:38 2 2 add 12:13:43 dont put another . in there 12:13:51 1 2 2 add . 4 1 12:19:28 thanks 12:19:55 :) 12:20:17 well forth looks really interesting. 12:21:10 I like the stack :) 12:21:31 the stack is your friend :) 12:21:39 ahh :) a newcomer to forth :) 12:21:47 I wish my bot was in here :) 12:22:05 I wonder if it still works... 12:22:52 herc im adding signals (and timers) to isforth soon, then i can finish MY bot!!! 12:22:55 that will be cool :) 12:25:32 so basically the forth "syntax" is using the stack order ? 12:26:00 remote: its called RPN => reverse polish notation 12:26:25 MY BOT IS SO HOT THAT IT IS BEING SPAMMED WITH POKE MEESSAGES! 12:26:46 I like that. 12:28:33 oh yeah, well, my bot doesn't work :) 12:28:38 that or it's banned ;) 12:29:00 lol 12:29:34 anyone know a nice forth document for beginners 12:29:51 I'm reading one, I understand the concept of the stack but the examples kind of sucks 12:29:56 there are quite a few.. check out ftp://ftp.taygeta.org 12:29:59 www.forth.org to 12:30:12 it explains in example what ( 1 2 3 -- 3 1 2 ) does 12:30:21 I'd like it to be more interactive 12:30:44 ftp://ftp.taygeta.org <- ? 12:30:54 doesn't seems to resolv. 12:30:57 remote: check out ficl.sf.net - there is a nice primer in there 12:31:09 try ftp://ftp.forth.org 12:31:16 remote: iirc, its ftp://ftp.taygeta.com 12:34:08 .org always used to work too i think 12:35:38 10 0 do i 1+ . cr loop 269043698 12:35:39 ok 12:35:53 --- join: sif2 (~sifforth@ip68-9-68-123.ri.ri.cox.net) joined #forth 12:35:53 Type sif2: (or /msg sif2 to play in private) 12:36:00 you cant do a loop outside a : definition 12:36:07 : blah 10 0 do ..... loop ; 12:36:51 sif2 only has the basic words, but it's good for illustrating basic stuff 12:37:40 sif2: : a 10 0 do i . loop ; a 12:37:41 Herkamire: 0 1 2 3 4 5 6 7 8 9 12:37:58 Herkamire: bot ? 12:38:08 sif2 3 4 ? . 12:38:33 krish: sif is a bot that I wrote. I hooked a forth that I wrote in C into an irc bot that I wrote (in bash) 12:38:35 sif2: 10 0 12:38:36 remote: 12:38:42 :) 12:39:05 remote: it sends the output back to you (not the sack) 12:39:13 sif2: 10 0 . . 12:39:14 Herkamire: 0 10 12:39:55 Herkamire: cool! 12:40:05 heh :) 12:40:10 sif2: 10 0 . 12:40:11 remote: 0 12:40:15 remote: get into a dialog with sif2 12:40:40 --- quit: Herkamire ("Lost terminal") 12:40:45 ok. c ya morrow. 12:40:57 sif2: hi 12:40:58 remote: Word not found: hi 12:41:07 --- quit: krish ("Client Exiting") 12:41:08 sif2: : hi hello ; 12:41:09 remote: Word not found: hello 12:42:03 oups.. just send a 265 page print job ;) 12:42:08 sent 12:42:23 --- join: Herkamire (~jason@wsip68-15-54-54.ri.ri.cox.net) joined #forth 12:42:42 crap, well, I managed to shut X down by accedent 12:45:08 heh :) my bot stopped working because somebody registered the name "sif" :) 12:45:29 I couldn't figure out why it stopped working all the suddon 12:45:50 lol 12:46:00 call it siff then 12:46:54 I'll use sifbot I think 12:47:13 swedishsifborkborkbork 12:47:19 or sifb 12:47:31 what is sif abbreviation? 12:47:31 nahhhh sifbot 12:47:38 Safe Interpreted Forth 12:47:43 :) 12:47:48 not toooo creative ;) 12:48:36 you coudl call it Forth high-quality security standard version :) 12:48:40 fis - forth interpreted safely :) 12:48:53 I440r: hehe 12:48:57 sfi-ci 12:49:14 is that bot written in forth ? 12:49:16 safe, forth interpreted. 12:49:19 --- quit: sif2 (Remote closed the connection) 12:49:25 --- join: sifbot (~sifforth@ip68-9-68-123.ri.ri.cox.net) joined #forth 12:49:25 Type sifbot: (or /msg sifbot to play in private) 12:49:50 safiforth 12:49:50 :) 12:50:04 siffendale 12:50:18 sif-exec 12:50:29 zzif 12:50:38 safe_if 12:50:48 sifbot: 65536 65537 + . 12:50:50 remote: 1 12:50:52 why is that ? 12:51:03 16 bit forth 12:51:06 lol 12:51:14 overflow 12:51:17 is that intended 12:51:20 no. ok. 12:51:32 sifbot, 1 1 1 1 1 1 1 1 + + + + + . 12:51:51 hmpff 12:51:52 sifbot: 0 0 / . 12:51:53 remote: 0 12:51:59 yes. I wrote it in C. I can change a couple #defines and make it 32 bit, but I'd have to change some of the forth code I have for the builtins too. 12:52:00 sifbot: 1 1 1 1 1 1 1 1 + + + + + . 12:52:01 mur: 6 12:52:10 (not that this would be hard.) 12:52:35 sifbot: end :start ."end"; :end ."start"; start 12:52:36 mur: Word not found: end 12:52:43 oh yes 12:52:52 sifbot: :start ."end"; :end ."start"; start end 12:52:53 mur: Word not found: :start 12:52:57 hm 12:53:04 * mur is tired 12:53:13 * mur quits and goes sit in corner 12:53:28 and eats the spacebar 12:53:54 you should rather eat those buttons with a microsoft logo on them 12:54:07 they taste bad 12:54:14 h ehe 12:54:26 * mur will get mac for next computer 12:54:45 yay :) apple makes great hardware 12:54:47 not even single day liked pcs and nothing's changed during years. 12:55:45 I can't believe somebody registered the name sif 12:55:50 i shoudl go sleep :/ 12:55:57 :) 12:56:09 why woudnt you first? 12:57:01 scifi = safely cache intepreted forth interface 12:57:45 --- join: gilbertdeb (~gilbert@fl-nked-ubr2-c3a-29.dad.adelphia.net) joined #forth 12:57:51 what version is it, Herkamire? 12:57:55 terve gilbertdeb 12:58:02 terve mur 12:58:30 coudl call it sf3 (or such) 12:58:32 any of you fine forth hackers have knowledge about minidin->db9 null modem set ups? 12:58:37 serial connection? 12:58:58 for internet connections? 12:59:10 I just made isforth segfault 12:59:12 for computer/computer 12:59:15 is that common 12:59:20 remote with >r swap r> ? 12:59:30 no 12:59:34 with pick 12:59:50 I did something like dup ( 2 -- 1 1 ) drop ( 2 -- ) pick 12:59:57 but that's not it 13:00:22 red mushroom pick eat ( DONT RUN, causes hallusinations on crt! ) 13:00:24 ask I440r. 13:00:26 he wrote it. 13:01:09 pick expects more parameters :P 13:01:27 mur: sifbot version? 13:01:30 forth sees 2 pick 13:01:37 I don't know. it hasn't changed much since I got it working. 13:01:43 : over 2 pick ; 13:01:48 I haven't made any releases of sif or sif-bot 13:01:57 Herkamire, call it sif3000 :D 13:01:58 dup ( 2 -- 1 1 ) ok 13:01:58 drop ( 2 -- ) ok 13:01:58 drop Stack Underflow 13:01:58 pick Segmentation fault 13:02:03 if ou had 1 2 2 pick you would end up with 13:02:04 1 2 1 13:02:14 I didn't relize any old joe could register a nick 13:02:36 * Herkamire procedes to register Herkamire and sifbot 13:02:44 :9 13:02:45 :) 13:02:56 how about siffy? :) 13:03:37 I registered computer 13:03:43 I couldn't believe no one had computer!!! 13:03:58 i registered unsleep records 13:05:28 hehe 13:05:50 * mur will not register xp. certainly not. i runlinux. and linux has not to be registered, not even as irc nickn ame 13:14:44 --- quit: Herkamire ("leaving") 13:15:04 --- join: Herkamire (~jason@wsip68-15-54-54.ri.ri.cox.net) joined #forth 13:15:13 --- quit: Herkamire (Client Quit) 13:15:28 --- join: Herkamire (~jason@wsip68-15-54-54.ri.ri.cox.net) joined #forth 13:16:56 can you write smaller drivers in forth than in c 13:17:25 well. not MUCH smaller, just ONE HUNDRED times smaller 13:18:16 --- join: deluxe (~deluxe@pD950F960.dip.t-dialin.net) joined #forth 13:18:48 so a 16k binary could easily be reduced to under 8k 13:18:56 hello quality 13:19:11 well actually, that depends on the alot of things :) 13:19:21 :-) 13:19:23 forth is always alot smaller than the eqiv c tho 13:19:36 hello mur 13:19:56 hello *all* 13:20:28 search wildcard string: *all* : no matches 13:20:38 what's your bot for herkamire? 13:20:55 sifbot: 18 4 - . 13:20:56 Herkamire: 14 13:21:17 sifbot: 1 1 + 2 - . 13:21:18 mur: 0 13:21:25 deluxe: 1) demonstrating forth [to newbies] 2) amusement 13:21:28 sifbot: 1 1 + 2 - 0 / . 13:21:30 mur: 0 13:21:40 3) wasting time (as if irc needs more of that :) 13:21:42 lol 13:21:50 I440r: heh :) yeah, that too 13:22:10 :/ 13:22:22 sifbot: words 13:22:23 deluxe: ." .( : if then do loop repeat until exit ... 13:22:26 I440r: do you know etherboot ? 13:24:26 eh ? 13:24:29 no why ? 13:24:30 what is it ? 13:24:46 you mean thinks that boot over the network ? 13:25:29 yeah 13:25:41 right now I'm programming roms 13:25:56 Herkamire: we're getting advanced ;-) bright idea 13:26:07 I have these cheap 8k roms I'd like to use but the etherboot image for the chipset I'm using is 16k 13:26:17 --- quit: mur ("--- end of time waste - calling sleep(100000) ---") 13:26:43 deluxe: :) I like the bot 13:27:06 deluxe: it wasn't my idea to hook a forth interpreter to an irc bot though. it might have been futhin first. 13:27:38 so do i, i need to know *everything* about it ;-) 13:28:14 * Herkamire wonders if he documented sifbot 13:29:46 i would do that (if you like). but beware, newbee ;-) 13:31:04 bots are fascinating me because of their incredible possibilites. 13:31:23 I documented how to install and run it :) 13:31:39 we have a chump bot in #war-news 13:31:50 very practical 13:32:06 we could need such here too 13:35:26 and then in forth, wow 13:35:55 ok, here's how you access my repository: sif (used by sifbot): lynx http://herkamire.homeip.net:3/svn/sif/ and the bot: lynx http://herkamire.homeip.net:3/svn/sifbot/ 13:36:09 s/lynx//g 13:36:47 Herkamire: super thx 13:37:22 make sure you change the NICK before you try the bot 13:37:37 (and preferrably the channel) 13:37:54 y ic 13:37:57 the IRC protocol is easy 13:45:45 --- join: Serg_Penguin (~z@ppp130-47.dialup.mtu-net.ru) joined #forth 13:45:50 hi all 13:46:02 drastivanya 13:46:04 hi Robert, I440r 13:46:10 sp? 13:48:24 Hi serg 13:48:52 --- join: hgh (~z@ppp130-86.dialup.mtu-net.ru) joined #forth 13:49:08 damn dial-up ! 13:49:19 serg the bank sold my house 13:49:26 i got 2 weeks to get out 13:49:32 oops, and what now ? 13:49:47 prolly return to england 13:50:12 if i can. might be able to find WORK there - i got family there 13:50:20 i could also go to my sisters in athens 13:50:35 praise God, i'm damn poor, but no cent of fucking debts ! 13:50:45 --- nick: hgh -> Serg 13:50:46 :( 13:51:18 * Serg seeks job rush way, 3-4 interviews a day 13:51:29 but this week ill 13:52:28 chao ! 13:52:32 --- quit: Serg (Client Quit) 13:53:30 Athens Georgia? 13:53:53 no 13:53:54 Or greece? :) 13:53:58 athens greece 13:54:08 I440r: sorry to hear that man. 13:54:17 shit happens, life goes on 13:54:31 ah but shelter is one of the fundamentals. 13:56:05 --- quit: Serg_Penguin (Read error: 54 (Connection reset by peer)) 13:57:12 --- join: tathi (~josh@wsip68-15-54-54.ri.ri.cox.net) joined #forth 13:57:36 --- quit: tathi (Client Quit) 14:02:02 --- quit: Herkamire ("testing testing...") 14:02:49 --- join: Herkamire (~jason@wsip68-15-54-54.ri.ri.cox.net) joined #forth 14:05:49 I feel so such security after having registered my irc nick. 14:06:07 memoserv is neat :) 14:06:57 yeah but I got computer ! 14:07:12 gilbertdeb: good for you I say! ;) 14:07:33 gilbertdeb: what are you going to do with it? 14:07:41 nothing in particular. 14:07:44 chat? 14:07:45 :D 14:08:01 Haha 14:08:35 That reminds me of what jeff fox writes on ultratechnology.com, about how the place he used to work on got newer and faster computers... to emulate the old ones. 14:16:06 --- quit: Herkamire ("going home") 14:52:39 --- join: tcn (tcn@tc3-login21.megatrondata.com) joined #forth 15:02:20 tcn! 15:02:26 my house has been sold, i got 2 weeks 15:06:03 the one you just bought? 15:06:56 consider yourself lucky, I guess 15:07:21 lucky ? 15:08:54 you buy a house you can't afford, lose your job, and at least you managed to sell it before it lost half its value 15:09:17 no. I didnt sell it 15:09:20 the BANK sold it 15:09:24 right out from under me 15:09:32 they foreclosed on you? 15:09:39 yes 15:09:49 does the homstead act not apply to you? 15:09:57 or did'nt you declare bankruptcy? 15:10:46 ? 15:10:58 i've heard talk about lawmakers trying to end the homestead act.. 15:11:11 why so? 15:11:49 i440r: the homestead act says nobody can take your primary residence 15:12:23 they cant ? 15:12:33 gil: the banks are probably lobbying to end it 15:13:38 I440r: especially in a lawsuit/bankruptcy ruling. 15:13:41 tcn where can i find info about the homestead act ? 15:13:42 heh.. i've heard of some neighborhoods where everybody's foreclosing.. too much riffraff moved in so they didn't bother wasting any more money paying to mortgage 15:13:50 google? 15:14:21 i don't know much about the homestead act, i don't own a house.. and they ain't giving away free government land anymore :) 15:14:50 it was in the 1800's 15:15:09 hey, why don't you join the army? :) 15:16:01 homestead act still exists. 15:16:09 I live fairly close to homestead :D 15:16:59 --- quit: deluxe (Read error: 104 (Connection reset by peer)) 15:17:06 gilbert do you think it would be possible to stop them taking my home ? 15:17:09 --- join: deluxe (~deluxe@pD950F960.dip.t-dialin.net) joined #forth 15:17:10 or is it too late now 15:17:24 it might be a tad late methinks :( 15:17:43 dang :/ 15:18:05 besides ive not been in this house for 4 years yet 15:19:45 oh yeah 15:20:08 so you lose your down payment & mortgage payments 15:20:15 and you can't get another mortgage 15:20:19 for 3 years I think 15:20:28 join the club 15:20:49 wont need one. ill go back to england 15:21:21 oh is that where you're from? 15:22:29 no 15:22:37 but my mother is and i lived there most of my life 15:23:27 so you're got dual citizenship 15:25:39 didn't you just get a bunch of new machinery? and now you've got nowhere to put it? 15:25:43 that sucks 15:26:09 yup 15:26:24 plus we have about 40 handguns and a huge safe and all sorts of shit 15:26:48 that won't go over too well in England :) 15:27:34 shhh!!!!!!!!11 15:27:37 lol 15:28:00 maybe I could get a good deal on some of em :) 15:28:54 you can have the lot for 200 thousand. that would be a steal 15:29:14 did you make those yourself? 15:29:15 won't go over too well in this state but who gives a flying fuck, if you followed the all the laws here'd starve 15:29:50 --- join: Herkamire (~jason@ip68-9-68-123.ri.ri.cox.net) joined #forth 15:32:33 we want a regime change :) 15:33:26 just send some of them missiles into Boston, and we'll rejoice :) 15:34:15 ya hhe 15:34:26 Operation Yankee Freedom 15:34:32 rofl 15:34:59 lol 15:35:11 actually boston isnt too bad, we realy need to nuke shitcago tho 15:35:20 and the PRNJ too 15:35:29 we just need surgical strikes :) 15:35:41 like the Legistlature :) 15:35:45 heh 15:35:46 ya 15:36:14 the governor, not the best but he's ok.. at least he's a republican 15:36:49 what's PRNJ? 15:37:07 pueto rico new jersey? 15:37:22 penn, RI, Nj? 15:37:33 Ny Nj 15:37:39 no 15:37:45 peoples republic of new jersey 15:37:49 hahahaha 15:37:51 harharhar 15:37:56 sorta of like the peoples democratic republic of california 15:37:59 but different 15:38:25 yeah, "peoples" and "democratic" are code words for communist 15:38:54 communist & dictatorship 15:39:07 doublespeak :) 15:39:20 correct 16:16:17 --- join: I440r_ (~mark4@1Cust175.tnt2.bloomington.in.da.uu.net) joined #forth 16:23:13 --- quit: I440r_ (Excess Flood) 16:23:32 --- join: I440r_ (~mark4@1Cust175.tnt2.bloomington.in.da.uu.net) joined #forth 16:36:07 --- quit: deluxe ("live spelt backward is "evil"") 16:39:19 --- quit: I440r (Read error: 113 (No route to host)) 17:32:40 --- quit: skylan ("Reconnecting") 17:32:53 --- join: skylan (sjh@Rockcliffe60.tbaytel.net) joined #forth 18:03:59 --- quit: tcn () 18:05:19 --- quit: I440r_ ("Reality Strikes Again") 19:06:58 does anyone here have an SGI by chance? 20:35:21 --- join: hefner (hefner@pool-151-196-234-184.balt.east.verizon.net) joined #forth 20:35:25 --- quit: hefner ("BitchX: coming soon to a theatre near you!") 21:29:26 --- quit: Herkamire ("zzZZ") 22:14:34 --- join: flyfly (~marekb@ip164.ktvprerov.cz) joined #forth 23:44:32 --- quit: perlpimp (Read error: 60 (Operation timed out)) 23:59:59 --- log: ended forth/03.03.27