00:00:00 --- log: started forth/13.04.04 00:00:44 --- quit: ASau (Ping timeout: 245 seconds) 00:55:35 --- quit: Eth|cal (Ping timeout: 264 seconds) 01:22:09 --- join: Eth|cal (~sam@ppp59-167-172-238.static.internode.on.net) joined #forth 01:55:54 --- quit: Nobody_1707 (Quit: Nettalk6 - www.ntalk.de) 02:02:47 --- quit: dys (Ping timeout: 264 seconds) 02:03:17 --- join: dys (~user@2a01:1e8:e100:8296:21a:4dff:fe4e:273a) joined #forth 02:17:50 --- join: epicmonkey (~epicmonke@host-224-58.dataart.net) joined #forth 02:52:45 --- quit: john_metcalf (Ping timeout: 246 seconds) 04:19:53 --- join: _spt_ (~steven@host-92-12-216-7.as43234.net) joined #forth 04:19:53 --- quit: _spt_ (Changing host) 04:19:53 --- join: _spt_ (~steven@unaffiliated/-spt-/x-5624824) joined #forth 04:39:31 --- nick: Vuokko_ -> Vuokko 05:23:31 --- join: dessos (~dessos@c-174-60-176-249.hsd1.pa.comcast.net) joined #forth 06:03:42 --- join: dto (~user@pool-96-252-62-13.bstnma.fios.verizon.net) joined #forth 06:33:30 --- join: Edune (~Marcus@c-88d471d5.73-0015-74657210.cust.bredbandsbolaget.se) joined #forth 07:00:49 --- part: _spt_ left #forth 07:15:12 --- quit: seq99` (Remote host closed the connection) 07:21:46 --- quit: Edune (Ping timeout: 252 seconds) 07:41:40 --- join: Edune (~Marcus@c-88d471d5.73-0015-74657210.cust.bredbandsbolaget.se) joined #forth 08:30:18 --- quit: Edune (Ping timeout: 256 seconds) 09:05:35 --- join: I440r (~mark4@104.sub-70-195-65.myvzw.com) joined #forth 09:06:05 --- nick: I440r -> i440r 09:06:38 --- mode: ChanServ set +o i440r 09:19:05 --- join: PoppaVic (~pops@unaffiliated/poppavic) joined #forth 09:19:51 i440r: union ouch { long li; char bytes[3]; void *p; }; 09:20:59 the issue above will be the usual: what goes in and comes out. 09:23:49 with union it is only quaranteed that if you put li in to that, you can take li out. 09:29:45 if the sizeof long and/or void* are larger than 3 chars, you want to adjust 3 to whatever 09:30:04 Well, i440r can accept the UB and work with it 09:31:14 --- join: Edune (~Marcus@c-88d471d5.73-0015-74657210.cust.bredbandsbolaget.se) joined #forth 09:31:19 It looks like i440r is too pissed at ##C for not saving him as he expected ;-) 09:31:30 --- part: PoppaVic left #forth 09:56:44 --- quit: Edune (Ping timeout: 276 seconds) 10:03:24 --- join: john_metcalf (~john_metc@87.115.210.249) joined #forth 10:22:35 --- join: kumul (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 10:22:43 --- join: impomatic (~digital_w@87.115.210.249) joined #forth 10:35:54 --- join: kumool (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 10:36:32 --- join: mark4 (~mark4@2600:100a:b118:6cef:406f:1b47:477b:7ace) joined #forth 10:38:22 --- quit: kumul (Ping timeout: 256 seconds) 10:39:24 --- quit: i440r (Ping timeout: 240 seconds) 10:40:09 --- join: ncv (~quassel@79.114.21.211) joined #forth 10:40:09 --- quit: ncv (Changing host) 10:40:09 --- join: ncv (~quassel@unaffiliated/neceve) joined #forth 10:43:07 --- quit: mark4 (Ping timeout: 245 seconds) 10:53:06 http://imgur.com/IirjtQs <- UML diagram for the opengl-powered terminal I'm building for retro. 10:55:34 --- quit: dto (Remote host closed the connection) 11:01:13 --- join: kumul (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 11:02:00 --- join: I440r (~mark4@104.sub-70-195-65.myvzw.com) joined #forth 11:02:00 --- quit: I440r (Client Quit) 11:03:35 --- quit: kumool (Ping timeout: 256 seconds) 11:05:53 --- join: kumool (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 11:07:12 UML seems unforthlike :P 11:08:41 --- quit: kumul (Ping timeout: 256 seconds) 11:13:33 --- join: ktosiek (~quassel@46.22.173.54) joined #forth 11:25:07 --- quit: protist (Quit: Konversation terminated!) 11:26:54 --- join: ASau (~user@46.115.22.9) joined #forth 11:28:32 maybe. I don't do any formal process, but I'm a pretty visual thinker. 11:29:35 kulp: UML is a tool to understand how program works. I design programs with grid paper and pencil. The way the design goes is I write actions to top and processes to left color the crids and draw lines between them. It's write only method but I think stuff like that 11:30:22 you have a scan, Vuokko ? 11:30:46 Nope. 11:31:04 well if you ever make one, i'd love to see it. :) 11:32:46 I invented that procedure for drawing UML graphs for school so it's mainly over simplified version of class, activity and sequencediagram and then but together 11:33:39 huh. 11:34:40 It is personal way of thinking and understanding stuff. I've modeled with that a rock blasting on construction site :) 11:35:49 You should show it off. Maybe people will start to use it and call it a Vuokko diagram :) 11:42:14 :) white vuokko diagram: https://fi.wikipedia.org/wiki/Tiedosto:Valkovuokko.jpg 11:42:56 :) 11:44:43 about diagrams... I've been thinking about SEE and graphviz. It would be cool to able graphically show the words towards the smallest primitives. 11:45:47 like a dependency graph? 11:46:03 yep 11:46:08 i really wanted a dependency graph when learning retro. 11:46:13 or callgraph 11:46:31 egypt is the tool for gcc for that. 11:48:42 http://www.gson.org/egypt/ 11:49:37 handy 11:50:26 this terminal thing... i'm building it on a game library called ZenGL mixed with a vector drawing library called AggPas. 11:51:01 I want to make it useful for interactive visualizations. 11:52:18 --- join: dto (~user@pool-96-252-62-13.bstnma.fios.verizon.net) joined #forth 12:05:19 --- quit: epicmonkey (Ping timeout: 245 seconds) 12:29:32 there is some terminal with opengl in gforth android btw 12:58:49 --- join: Onionnion (~ryan@adsl-68-254-161-22.dsl.milwwi.ameritech.net) joined #forth 13:03:37 --- join: fantazo (~fantazo@213.129.230.10) joined #forth 13:08:25 --- join: epicmonkey (~epicmonke@188.134.41.112) joined #forth 13:18:30 --- quit: Onionnion (Quit: Leaving) 13:25:13 --- quit: dto (Remote host closed the connection) 13:32:12 --- quit: Nisstyre (Quit: Leaving) 13:40:45 --- join: kumul (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 13:43:23 --- quit: kumool (Ping timeout: 256 seconds) 13:45:52 --- join: kumool (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 13:48:47 --- quit: kumul (Ping timeout: 256 seconds) 13:50:15 --- join: jdavidboyd (~user@72.185.97.240) joined #forth 14:14:54 --- quit: fantazo (Ping timeout: 246 seconds) 14:31:11 oh. cool. :) but i'm trying to avoid the GPL 14:31:59 also i'm kind of enjoying learning opengl here, so i don't mind reinventing the wheel :) 14:47:03 --- quit: ncv (Remote host closed the connection) 15:05:45 --- join: Nisstyre-laptop (~yours@oftn/member/Nisstyre) joined #forth 15:08:04 --- quit: nighty-_ (Remote host closed the connection) 15:10:06 --- join: nighty- (~nighty@static-68-179-124-161.ptr.terago.net) joined #forth 15:17:35 I think the Valgrind suite has a callgraph tool 15:17:46 I think I've even used it <.< 15:45:02 --- join: Edune (~Marcus@c-88d471d5.73-0015-74657210.cust.bredbandsbolaget.se) joined #forth 15:47:22 --- part: Edune left #forth 16:03:55 --- quit: epicmonkey (Ping timeout: 256 seconds) 17:17:18 --- quit: kumool (Ping timeout: 256 seconds) 17:28:28 --- quit: tangentstorm (Quit: WeeChat 0.3.2) 17:54:58 --- join: Nobody_1707 (~Nobody_17@68-112-212-130.dhcp.slid.la.charter.com) joined #forth 17:58:45 Is there a decent free Arduino Forth? I'm thinking about picking one up to make a controller for KSP but I heard that the official dev tools suck. 18:01:30 Or maybe a TEENSY... 18:38:29 --- join: Onionnion (~ryan@adsl-68-254-161-22.dsl.milwwi.ameritech.net) joined #forth 18:48:14 --- join: dto (~user@pool-96-252-62-13.bstnma.fios.verizon.net) joined #forth 19:32:45 --- quit: Nisstyre-laptop (Quit: Leaving) 19:39:38 --- join: Nisstyre-laptop (~yours@oftn/member/Nisstyre) joined #forth 20:05:25 --- quit: jdavidboyd (Quit: ERC Version 5.3 (IRC client for Emacs)) 21:11:08 --- join: kumool (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 21:18:28 --- quit: Nisstyre-laptop (Quit: Leaving) 21:23:36 --- quit: dto (Remote host closed the connection) 21:25:44 --- join: protist (~protist@125-237-130-19.jetstream.xtra.co.nz) joined #forth 21:31:21 --- join: Nisstyre-laptop (~yours@oftn/member/Nisstyre) joined #forth 21:50:13 --- quit: protist (Ping timeout: 252 seconds) 21:51:01 --- join: protist (~protist@125-237-130-19.jetstream.xtra.co.nz) joined #forth 22:31:08 --- join: alklazema (~alklazema@D97843CA.cm-3-1b.dynamic.ziggo.nl) joined #forth 22:39:31 --- quit: alklazema (Quit: Leaving.) 22:45:21 --- quit: Onionnion (Quit: Leaving) 22:51:40 --- quit: kumool (Quit: Leaving) 23:02:32 --- join: dto (~user@pool-96-252-62-13.bstnma.fios.verizon.net) joined #forth 23:14:35 --- quit: ASau (Ping timeout: 256 seconds) 23:38:31 --- quit: protist (Ping timeout: 245 seconds) 23:42:54 --- quit: dto (Remote host closed the connection) 23:43:16 --- join: dto (~user@pool-96-252-62-13.bstnma.fios.verizon.net) joined #forth 23:48:26 --- quit: dto (Remote host closed the connection) 23:50:27 --- join: dto (~user@pool-96-252-62-13.bstnma.fios.verizon.net) joined #forth 23:59:59 --- log: ended forth/13.04.04