00:00:00 --- log: started forth/04.10.30 01:12:12 --- join: Serg[GPRS]_ (~z@193.201.231.126) joined #forth 01:14:38 re 02:13:10 --- quit: Serg[GPRS]_ () 02:37:48 Robert 02:37:53 you awake? :) 02:55:22 --- join: madwork_ (~madgarden@derby.metrics.com) joined #forth 02:55:49 --- quit: madwork__ (Read error: 104 (Connection reset by peer)) 04:05:58 Ehm. 04:06:01 qFox: I'm awake 04:06:15 Seems like poor Serg mysteriously lost his user account on my box. 05:44:55 --- quit: Hyrax ("IceChat IRC Client - http://www.icechat.net") 06:31:26 Robert> how would i create a word like park.exe that reboots the system? 06:31:29 in your F 06:31:45 Hmm.. 06:31:53 sickntired of rebooting that laptop by pressing and holding the powerbutton 5 sec 06:31:54 twice 06:32:05 Doesn't it support ctrl+alt+del? 06:32:09 and when i press ctrlaltdel it wont reboot 06:32:14 Hrm. 06:32:23 * Robert checks the code 06:32:34 it'll reboot but not actually boot up 06:32:35 Maybe your computer is incompatible with my reboot code :/ 06:32:39 very odd 06:32:48 Not boot up? As in the computer crashes? 06:33:04 well. just not boot up 06:33:08 it'll show the boot screen but nothing else 06:33:13 Odd 06:33:15 very 06:33:27 You should check the reboot code of some other systems 06:33:29 so maybe a different type of reboot 06:33:34 Perhaps I need to quit pmode 06:33:37 it gives me KBC error btw 06:33:42 Hehe 06:33:46 full ints! yay ;) 06:33:48 The KBC is used to reboot the machine. 06:33:54 oh 06:34:01 Some old IBM hack 06:34:02 never heard of that one before but ok 06:34:17 Well, there might be modern (post-8088) ways 06:34:18 anyways, cant i int 13 it? or something 06:34:23 i forgot the number 06:34:40 Nah. 06:34:48 oh cos its a dos int 06:34:50 Maybe by switching back to real mode and doing it. 06:34:51 ? 06:35:00 thats way out of my league then 06:35:00 int 0x13 is a BIOS int, for disk managment 06:35:04 oh 06:35:10 wasnt there an int for rebooting? 06:35:17 I think you should try to find out a good way to reboot. 06:35:23 Check some other code. :) 06:35:31 i was trying by bothering you ;) 06:35:36 Hehe. 06:36:05 If you don't solve it now, I'll do it later. Much later. ;) 06:36:13 okay 06:36:13 afk 06:36:16 OK, bye 07:03:24 --- join: wincent (~wincent@void-109.pmnet.uni-oldenburg.de) joined #forth 07:38:12 Check out the FAQ on the XGameStation (hardware game platform), about 2nd from the bottom: http://www.nurve.net/faq.php#a0 07:38:57 y? 07:40:27 Cool little game platform for Forthin'. 07:41:09 really -- for forth huh :) 07:41:23 Yea! 07:42:26 that's cool 07:46:22 --- quit: Raystm2 ("User pushed the X - because it's Xtra, baby") 07:50:11 --- quit: wincent (Remote closed the connection) 08:56:23 is , supposed to move dp? 08:56:31 Yes 08:56:35 oki then i did that correct :p 08:56:38 :) 08:56:49 * Robert is trying to design the new F 08:57:02 :D 08:57:12 i'm trying to get a full basic wordset going 08:57:16 Hehe 08:57:21 just redefined : and ; to my own words 08:57:29 (instead of "native" F words) 08:57:41 One thing I'm thinking about his how to design general interfaces (like UNIX block devices, character devices etc.) 08:58:08 i'm more worried about ui's 08:58:11 :) 08:58:16 well, basic wordset first 08:58:42 right now my ; is borking up because i confused compile again 08:59:00 compile is a strange word, at least how i implemented it 08:59:17 like, : foo compile bar ; 08:59:26 when foo is executed, it will compile the word bar 08:59:34 (obviously foo is an immediate) 08:59:46 mostly used for branching words etc 09:00:04 but i tried to compile a 0 instead :p (0 indicates the end of a word for my forth) 09:00:08 its like a ret 09:00:21 --- join: Serg[GPRS]_ (~z@193.201.231.126) joined #forth 09:00:28 Hi Serg[GPRS]_ 09:00:39 hi 09:00:46 I didn't think you used your account, so I removed it and some other old accounts 09:00:56 If you need it I can recreate it 09:01:12 oh, please ! 09:01:39 i rarely use it - mostly to download, gzip and FTP big web pages ;) 09:02:41 or as 'traffic shield' to determine are some pages worth reading/downloading 09:18:20 : ;n ( -- ) 0 , (latest)@ (defining)@ >pfa ! (defining)@ (latest)@ ! 0 (defining) ! postpone ] ; immediate 09:18:29 its not working :( 09:18:35 but i dont see why 09:21:04 oh 09:21:06 because 09:21:32 i'm storing to (latest) contents, and it should be (latest) adr :\ 09:22:43 yap that was it :D 09:44:36 --- quit: Serg[GPRS]_ () 10:25:48 Hee! Forth on the GBA: http://medlem.spray.se/sandos/gba_forth/ 10:33:36 rofl 10:34:18 its way old though, but cool 10:34:49 GBA? 10:35:04 Gameboy Advance 10:35:07 Ah 10:37:26 i guess input is with the very old system where you press A x times for the alphabet 10:37:33 loooootsa typing :p 10:37:41 but i guess it would be sweet just to have it 10:38:26 I think he attached a keyboard somehow. 10:38:40 But, there are 4 buttons and the d-pad, could make a half-useful system with it. 10:38:49 6 buttons, actually. 10:39:09 he indicates that he did 10:39:16 "very unintuitive" 10:39:34 whats the cpu of a gba? 10:39:35 speed? 10:40:55 Dunno offhand... I think it's an ARM of some sort. 10:41:20 32-Bit ARM - 16.7 mhz 10:41:20 with embedded memory RISC 10:41:31 according to the first hit of an obvious search on google ;) 10:41:39 256 Kbyte WRAM (external of CPU) 10:41:39 32 Kbyte + 96 Kbyte VRAM (in CPU), 10:42:23 Nice! 10:42:31 Heh, cool. 10:42:35 What kind of screen? 10:42:41 http://www.gameboy-advance.net/emulated/snes_roms_on_gba.htm 10:42:43 scroll halfway 10:42:45 :p 10:42:59 (its a snes emulator for the gba... how twisted is that) 10:43:04 Hah 10:43:48 man just think. gba has a link cable thing 10:43:54 and probably some other hole that can be probed :p 10:44:09 hook up some wireless nic 10:44:13 Hehe. 10:44:14 IR! 10:44:20 whatever floats your boat 10:44:24 and you'll have a handheld 10:44:28 <3 10:44:28 a very leet one i might add :p 10:44:31 With Forth. 10:44:49 then all you have to do is master the input :p 10:45:09 hm wait 10:45:11 * Robert is still thinking about how to design the Magic Forth Computer. 10:45:22 I have this old 12-key keypad. 10:45:22 wasnt there some gba addon that allows you to make pictures? 10:45:29 --- join: hefner (~hefner@pool-141-157-7-146.balt.east.verizon.net) joined #forth 10:45:33 And I can make a morse code transmitter for output. 10:45:33 and printer addon 10:45:39 Do I need anything more? ;) 10:45:51 then you could turn a gba into a webcam!!! o_0 10:47:19 Hehe. 10:51:21 but its not so hard to do, since there are links to the hardware for flashing stuff right there 10:51:25 lets see whether they're still working :p 10:52:08 --- quit: Robert ("^^^[o_O]^^^") 10:52:15 ioj well, since gameboy-advance.net isnt working... 10:52:32 I still love pointing unbelievers to this page every now and then: http://forth.gsfc.nasa.gov/ 10:52:52 yeah but i knew this :p 10:56:21 --- join: Robert (~pink@c-bf5a71d5.17-1-64736c10.cust.bredbandsbolaget.se) joined #forth 10:56:37 ... and thats how you turn water into gold. 10:57:33 * Robert pets self. 144x43 text mode. :) 10:59:51 I suppose a high-score-style "keyboard" could work. 11:02:17 yeah i suppose 11:02:20 :) 11:02:21 afk bbl 11:02:51 Yay me, finished my Forth work project last Wednesday. 11:03:17 Cool. 11:03:19 What was it? 11:04:46 Automated test system for remote embedded devices. 11:04:59 Sounds exciting. 11:05:14 Yea, it was pretty fun. :) 11:06:44 With this new system, the test cycle for a base unit was cut from 17 minutes to less than 3. :D 11:06:56 Cool 11:09:54 Now I'll be taking the system further to help techs diagnose problems in the field, reducing RMAs. 11:15:40 --- quit: Robert ("bbl") 12:08:55 --- quit: warpzero ("Tried to warn you about Chino and Daddy Gee, but I can't seem to get to you through the U.S. Mail.") 12:14:42 --- join: Rounin (~david@202.242.124.32) joined #forth 12:15:24 Hm 12:15:34 I have no idea where I am, but hi, nevertheless 12:19:43 --- join: tathi (~josh@pcp02123722pcs.milfrd01.pa.comcast.net) joined #forth 12:21:35 --- quit: Rounin ("Leaving") 13:49:09 --- quit: tathi ("leaving") 14:03:48 --- join: Sonarman (~matt@adsl-67-113-235-102.dsl.snfc21.pacbell.net) joined #forth 14:06:41 --- quit: madgarden_ (Read error: 110 (Connection timed out)) 14:18:02 --- join: slava (~slava@CPE00096ba44261-CM000e5cdfda14.cpe.net.cable.rogers.com) joined #forth 14:19:14 --- part: slava left #forth 14:49:35 --- join: swsch (~stefan@p5091FFFE.dip.t-dialin.net) joined #forth 14:50:57 --- join: warpzero (~warpzero@dsl.103.mt.onewest.net) joined #forth 15:33:07 --- quit: qFox ("this quit is sponsored by somebody!") 15:52:22 --- join: madgarden (~madgarden@Ottawa-HSE-ppp4084027.sympatico.ca) joined #forth 16:43:39 --- join: Hyrax (~das@adsl-64-219-100-33.dsl.lgvwtx.swbell.net) joined #forth 16:55:54 --- join: crc_ (crc@91-pool2.ras11.nynyc-t.alerondial.net) joined #forth 16:56:21 --- nick: crc_ -> crc 16:59:46 --- quit: I440r ("bbl") 17:01:14 --- quit: Stepan (Remote closed the connection) 17:01:29 --- quit: oxygene (Remote closed the connection) 17:01:33 --- join: oxygene (~oxygene@khepri.openbios.org) joined #forth 17:02:52 --- join: Stepan (~Stepan@khepri.openbios.org) joined #forth 17:05:32 --- join: swsch_ (~stefan@p5091FEBA.dip.t-dialin.net) joined #forth 17:13:45 --- quit: swsch (Read error: 110 (Connection timed out)) 17:25:35 --- quit: Stepan (Remote closed the connection) 17:25:58 --- join: Stepan (~Stepan@khepri.openbios.org) joined #forth 18:08:13 --- join: Robert (~pink@c-bf5a71d5.17-1-64736c10.cust.bredbandsbolaget.se) joined #forth 18:17:39 --- quit: crc ("Time for bed... Goodnight!") 19:31:41 --- join: TheBlueWizard (TheBlueWiz@modem-097.nyc-tc03a.fcc.net) joined #forth 19:31:42 --- mode: ChanServ set +o TheBlueWizard 19:32:12 Hi TheBlueWizard 19:32:23 Robert hiya 19:32:46 still up and going robert ? 19:33:35 Why else would we have daylight savings, if not for providing me with a valid reason to stay up extra late once a year? 19:33:50 twice :) 19:34:06 Nah. You don't GAIN an hour in the other end. 19:34:19 Robert: no, but it's an easy way to stay up late 19:34:24 clockwise 19:34:36 Heh. 19:35:57 what's the time anyway ? 3:40 ? 19:37:47 Yep. 19:37:59 ok 19:38:09 damn I wasted my extra hour then 19:38:33 :( 19:38:43 well it's probably not my last year :) 19:39:16 Let's hope so. 19:39:19 it's too bad they've placed it the extra hour in the middle of the night though 19:39:40 could have placed it like at 23:59 or so 19:40:45 yeah...only that this ought to be done at the midnight of Dec 31 so we could party an extra hour long ;) 19:41:18 yeah :) 19:41:48 well I don't care alot about new year, considering your probably a sleep at 21:40 anyway 19:42:27 like last years new years even, totally wasted, but whatever 19:42:29 Oh? 19:42:44 Robert: you don't drink at new year ? 19:43:11 No. 19:43:27 okay 19:43:33 It's my duty to the Party not to drink, so to speak. 19:43:44 I do both 19:44:27 I do neither. 19:44:38 oh ? 19:45:09 Oh. 20:20:13 --- quit: warpzero ("Tried to warn you about Chino and Daddy Gee, but I can't seem to get to you through the U.S. Mail.") 21:48:55 --- join: warpzero (~warpzero@dsl.103.mt.onewest.net) joined #forth 21:49:27 warpzero hiya 21:49:47 hi 21:51:25 well, gotta go...all bye 21:51:47 --- part: TheBlueWizard left #forth 22:30:56 --- join: imaginator (~George@georgeps.dsl.xmission.com) joined #forth 22:43:26 --- join: madwork__ (~madgarden@derby.metrics.com) joined #forth 22:43:26 --- quit: madwork_ (Read error: 104 (Connection reset by peer)) 23:01:02 --- quit: warpzero (Read error: 104 (Connection reset by peer)) 23:11:45 --- join: warpzero (~warpzero@dsl.103.mt.onewest.net) joined #forth 23:58:11 --- join: qFox (C00K13S@82-169-140-229-mx.xdsl.tiscali.nl) joined #forth 23:59:59 --- log: ended forth/04.10.30