00:00:00 --- log: started forth/10.07.17 00:29:51 --- quit: ygrek (Ping timeout: 245 seconds) 00:46:18 alexand3r: Yeah. 00:51:15 --- join: qFox (~C00K13S@5356B263.cable.casema.nl) joined #forth 01:02:32 GrayGnome: under POSIX you can call mkdir(2) using the foreign function interface code. 01:02:57 also there's mkdir.fs if you just want to use something already provided. 01:04:15 and.. what do you know, there's a =mkdir word now. 01:13:48 --- part: TR2N left #forth 01:44:20 --- join: ASau (~user@83.69.227.32) joined #forth 02:26:34 --- join: ygrek (debian-tor@gateway/tor-sasl/ygrek) joined #forth 05:46:06 --- quit: mathrick (Ping timeout: 245 seconds) 05:47:42 --- join: mathrick (~mathrick@users177.kollegienet.dk) joined #forth 06:12:17 --- quit: mathrick (Read error: Connection reset by peer) 06:12:23 --- join: _mathrick (~mathrick@users177.kollegienet.dk) joined #forth 06:17:32 --- nick: _mathrick -> mathrick 07:20:33 --- quit: gogonkt (Ping timeout: 260 seconds) 07:22:11 --- join: gogonkt (~info@218.13.58.247) joined #forth 07:46:18 --- quit: gogonkt (Read error: Connection reset by peer) 07:47:25 --- join: gogonkt (~info@218.13.58.247) joined #forth 08:19:48 --- quit: qFox (Read error: Connection reset by peer) 10:07:49 --- join: qFox (~C00K13S@5356B263.cable.casema.nl) joined #forth 11:09:03 --- quit: gogonkt (Ping timeout: 260 seconds) 11:24:45 --- join: gogonkt (~info@218.13.53.175) joined #forth 11:48:05 --- quit: crc (Ping timeout: 265 seconds) 11:49:56 --- join: crc (~charlesch@184.77.185.20) joined #forth 11:57:53 I guess the stock gForth that comes with Ubuntu doesn't have =mkdir hm. 12:43:49 I wouldn't be surprised if they still ship 0.6.2 or even 0.5.0 12:44:36 GrayGnome: you should have mkdir.fs, which you can include. 12:44:56 They have some ancient version. 12:45:03 0.6.2 12:49:25 * ASau wonders why not 0.5.0. 12:49:33 Heh. 12:51:14 About how many words is your average good forth word? 12:53:31 It depends. 12:54:26 You can't write search loops in less than 7 words. 12:55:03 So 10 words on average? 12:55:17 This isn't "average." 12:55:25 Heh. 12:55:44 It all depends on your code. 12:56:08 If you write many search loops, then you have this limitation in 7-9 words minimal. 12:57:20 And then all those, who claim that good code is one line or two lines per definition, 12:57:20 go to hell with their claims. 12:57:51 You can reply that they don't write real-world code and be right. 12:58:04 Ah that's the answer I needed. 12:58:14 Because yeah, that claim sounds pretty ... dumb. 12:59:46 This limit (2 lines per definition) is realistic, but it is very hard to reach. 13:00:18 You have to introduce one-time factors, which is close to stupid. 14:05:52 about half of my definitions are 4 or 5 words long 14:06:13 the rest are two or three (or sometimes more) lines of simple stuff 14:06:41 having it as a goal to make short definitions is pretty stupid 14:07:01 the goal is to make an easily readable program 14:16:32 --- quit: qFox (Read error: Connection reset by peer) 14:30:55 --- join: loop-hog (~jasondami@adsl-99-152-23-227.dsl.scrm01.sbcglobal.net) joined #forth 14:31:08 ho 14:33:06 --- join: impomatic (~chatzilla@87.115.83.71) joined #forth 14:35:59 hi 14:36:24 o/ 14:37:00 I'm having fun with WinHTTP 14:37:27 I have finally, just now been successful, for the first time in my life, loging into ZenCart from SwiftForth 14:38:37 I'm not sure how much I care, but in using Live HTTP headers for FireFox there is an intermediate header with a 302 code in it 14:38:54 which I am not seeing in my SwiftForth window 14:39:15 But I am still getting the page that was behind the login screen 14:39:27 tinker tinker 14:42:03 I'm not sure how importiant it is, but the cookie gets set twice, once in my first access to ZenCart, and then again once I get logged in 14:42:31 if I need the second cookie value, then I'll need to get the header with the 302 code in it :/ 14:52:09 Is there a minimalist cross platform framebuffer api somewhere? 14:57:50 eh? 14:58:30 I'm not sure what that means 14:59:11 you mean so that people in both Windows and Unix can play at the same time? 15:01:43 loop-hog: Yes. 15:01:44 I just used POST and it gave me the page, instead of having to do another request with a GET 15:01:58 Well, that's a cute idea Deformative, maybe one could be written 15:02:38 I suppose I could just use sdl or gtk. 15:02:43 A Forth Lexicon with TWO source files, one for Unix and one for Windows. The Windows version uses WinHTTP and the Unix version uses the equivelant 15:03:01 whats sdl and gtk? 15:04:32 isn't sdl just for graphics and sound? 15:04:34 GTK is for making windows and GUI interfaces appear. SDL is a bit more 'gamey' crossplatform drawing. 15:04:43 hmmm 15:04:52 loop-hog: graphics + sound + keyboard/mouse/joystick input 15:05:07 ok 15:05:10 there's the opengl option too. 15:07:40 I just need somewhere I can allocate memory and rnder it to the screen. 15:07:45 But I might need more soon. 15:07:47 So sdl it is. 15:08:27 what are you going to try with sdl? 15:12:08 I wonder if Keep Alive has something to do with it 15:12:20 I'm going to add that to mah headers and then see what happends 15:12:44 * schmrkc hopes Deformative needs it for a roguelike 15:14:17 nope 15:14:22 ROUGUELIKES RULE!!!!!! 15:14:34 it did the same thing 15:15:16 --- quit: ygrek (Ping timeout: 245 seconds) 15:16:02 I have a roguelike I wrote in gforth + sdl somewhere. 15:16:09 you implant your battle ax into the head of the Orc... the Orc Dies.... the Orc leave 2 copper pieces 15:16:18 the 2 copper pieces are cursed 15:16:30 schmrkc: Rasterizer actually. 15:16:33 I used to play Larn 15:18:29 how much trouble would it be to get your roguelike to run in windows? 15:19:30 loop-hog: I haven't a faintest idea. I haven't tried getting anything to work on windows since 2.0 15:19:46 Deformative: gl there :) 15:20:40 schmrkc: I want to make a software rasterizer. 15:20:49 To emulate my hardware one I am making on an fpga. 15:20:55 Deformative: fun (: (: 15:22:54 Hopefully. 15:34:32 hey 15:38:11 hi 15:38:19 I got my thing to work 15:38:25 that i was complaining about yesterday 15:39:22 I had to create one request, parse it for a cookie and a security token, close that request, build a new one, and then use that with POST 15:39:26 that seemed to have worked 15:39:34 while before I was just using one request 15:41:18 anyway 15:41:38 nice 15:41:56 I'm still missing a header though 15:42:14 login in through Firefox gives me a header with a 302 code 15:42:30 loging in with SwiftForth takes me directly to the admin page 15:42:43 I'm pretty new to this sort of thing 15:43:01 I don't know how vital getting to that header with the 302 is 15:52:57 --- quit: foxes (Ping timeout: 260 seconds) 16:26:20 --- quit: impomatic (Quit: ChatZilla 0.9.86 [Firefox 3.5.10/20100504093643]) 17:15:18 --- join: foxes (~flash@123.121.59.249) joined #forth 17:44:56 --- part: loop-hog left #forth 18:04:10 --- join: Droid440r (~AndChat@202.sub-97-44-248.myvzw.com) joined #forth 20:01:10 --- quit: gogonkt (Ping timeout: 240 seconds) 20:23:06 --- join: gogonkt (~info@218.13.53.175) joined #forth 21:35:59 --- quit: crc (Remote host closed the connection) 21:36:17 --- join: crc (~charlesch@184.77.185.20) joined #forth 22:06:33 --- quit: Droid440r (Ping timeout: 240 seconds) 23:13:26 --- join: ygrek (debian-tor@gateway/tor-sasl/ygrek) joined #forth 23:59:59 --- log: ended forth/10.07.17