00:00:00 --- log: started forth/19.04.18 00:34:25 --- quit: proteusguy (Ping timeout: 255 seconds) 01:02:02 --- join: proteusguy (~proteusgu@mx-ll-180.183.113-76.dynamic.3bb.co.th) joined #forth 01:02:02 --- mode: ChanServ set +v proteusguy 01:09:39 --- quit: Lord_Nightmare (Ping timeout: 268 seconds) 01:24:49 --- join: Lord_Nightmare (Lord_Night@unaffiliated/lordnlptp) joined #forth 01:25:15 --- join: the_cuckoo (~charlie@d51a50ae9.access.telenet.be) joined #forth 01:34:16 --- quit: pierpal (Ping timeout: 255 seconds) 02:04:52 --- quit: ashirase (Ping timeout: 255 seconds) 02:08:57 --- join: ashirase (~ashirase@modemcable098.166-22-96.mc.videotron.ca) joined #forth 03:24:36 --- quit: Croran_ (Ping timeout: 268 seconds) 03:30:10 --- join: Croran (~quassel@2601:601:1801:6dde:8ca9:6b45:40a8:79be) joined #forth 03:34:25 --- quit: proteusguy (Ping timeout: 255 seconds) 03:41:47 --- join: pierpal (~pierpal@host197-221-static.34-79-b.business.telecomitalia.it) joined #forth 03:49:11 --- join: dave0 (~dave0@108.060.dsl.syd.iprimus.net.au) joined #forth 03:49:33 hi 04:33:15 --- join: rdrop-exit (~markwilli@112.201.166.63) joined #forth 04:36:31 04:53:23 --- join: dddddd_ (~dddddd@unaffiliated/dddddd) joined #forth 04:57:37 --- nick: dddddd_ -> dddddd 05:47:01 --- quit: dave0 (Quit: dave's not here) 06:53:02 --- quit: PoppaVic (Ping timeout: 268 seconds) 07:05:03 --- join: PoppaVic (~PoppaVic@unaffiliated/poppavic) joined #forth 07:06:40 --- quit: X-Scale (Ping timeout: 245 seconds) 07:08:07 --- join: X-Scale (~ARM@46.50.3.57) joined #forth 07:54:17 --- quit: tabemann (Ping timeout: 264 seconds) 09:47:26 --- join: proteusguy (~proteusgu@cm-58-10-154-216.revip7.asianet.co.th) joined #forth 09:47:26 --- mode: ChanServ set +v proteusguy 11:24:00 --- quit: rdrop-exit (Quit: Lost terminal) 12:15:50 --- quit: gravicappa (Ping timeout: 245 seconds) 13:32:41 --- quit: pierpal (Ping timeout: 246 seconds) 14:30:05 --- quit: Zarutian (Read error: Connection reset by peer) 14:30:24 --- join: Zarutian (~zarutian@173-133-17-89.fiber.hringdu.is) joined #forth 15:41:51 --- join: pierpal (~pierpal@host197-221-static.34-79-b.business.telecomitalia.it) joined #forth 15:45:55 --- quit: pierpal (Ping timeout: 246 seconds) 15:52:38 --- quit: dddddd (Remote host closed the connection) 15:56:27 --- join: dddddd (~dddddd@unaffiliated/dddddd) joined #forth 16:14:40 --- quit: john_cephalopoda (Ping timeout: 250 seconds) 16:28:02 --- join: john_cephalopoda (~john@unaffiliated/john-cephalopoda/x-6407167) joined #forth 16:37:30 --- quit: dddddd (Remote host closed the connection) 16:40:14 --- quit: zy]x[yz (Ping timeout: 250 seconds) 16:40:40 --- join: zy]x[yz (~corey@unaffiliated/cmtptr) joined #forth 16:45:13 --- nick: dave69 -> dave9 17:00:50 --- join: pierpal (~pierpal@host197-221-static.34-79-b.business.telecomitalia.it) joined #forth 18:08:10 --- join: tabemann (~tabemann@rrcs-162-155-170-75.central.biz.rr.com) joined #forth 20:04:17 --- quit: tabemann (Ping timeout: 250 seconds) 20:10:53 --- join: gravicappa (~gravicapp@h109-187-43-215.dyn.bashtel.ru) joined #forth 20:33:10 --- join: tabemann (~tabemann@2600:1700:7990:24e0:7d60:d448:1ce0:b090) joined #forth 20:51:07 --- join: rdrop-exit (~markwilli@112.201.166.63) joined #forth 21:16:04 hey 21:16:32 Hi tabemann c[_] 21:17:25 okay that's odd 21:17:47 I made an old sixel gradient example for attoforth which also runs under hashforth and it displays a gradient for both 21:18:21 then I made a new sixel gradient example for attoforth that, as far as I can tell, produces byte-for-byte identical output - it doesn't work under xterm 21:18:22 but 21:18:29 when I try it under mlterm it works 21:19:09 Does xterm implement sixel graphics? 21:21:01 when you invoke it with -ti v340 21:21:10 you only get sixteen colors though 21:30:58 Still better than ECMA-48, only 8 colors 21:31:04 --- quit: pierpal (Quit: Poof) 21:31:20 3-bit RGB 21:31:23 --- join: pierpal (~pierpal@host197-221-static.34-79-b.business.telecomitalia.it) joined #forth 21:35:11 if you plan on doing RGB with 16 colors, you have to choose which color is to get more color resolution (obviously green) 21:36:57 of you can do 3-bit RGB combined with 1-bit brightness 21:37:02 *or 21:40:55 I just follow the standard, 3-bit RGB, boldness, and underlining 21:41:59 --- quit: gravicappa (Ping timeout: 246 seconds) 21:42:43 How those are displayed depends on the terminal or emulator implements them 21:43:06 * ... on how the ... 21:43:38 a lot of terminals support 16 color 21:44:09 or, actually, 32 color 21:44:33 Sure, but I wanted maximum portability 21:45:12 so I limited myself to the lowest common denominator 21:45:18 my bad 21:45:19 16 colors 21:45:22 8 regular colors 21:45:25 and 8 dimmed colors 21:46:05 I'm playing around with sixel and assuming everyone has access to xterm, and if they don't, too bad for them 21:46:23 What about real terminals? 21:46:23 and xterm supports 16 colors 21:47:09 from what I gather, the real terminals that support sixel generally only support like 4 colors 21:49:51 in sixel 21:49:56 but I could be wrong 21:50:57 I wonder what my shell is set to... 21:51:20 xterm-16color 21:51:38 --- part: PoppaVic left #forth 21:53:01 My other one is set to xterm-256color 21:55:47 I'm using two different terminal emulators, one is set to xterm-16color the other xterm-256color 21:57:09 I run my Forth in the 16color one 21:57:22 I think you can select 256 colors in xterm at compile time 22:02:51 It doesn't really matter since my Forth only outputs 8 colors + boldness 22:05:54 --- join: jedb_ (~jedb@147.10.221.236) joined #forth 22:06:21 + underlining 22:07:18 + 7-bit ASCII 22:07:35 dammit - I get sixels to work under mlterm 22:07:36 but 22:07:45 only one row of sixels is showing up 22:08:28 --- quit: jedb (Ping timeout: 252 seconds) 22:13:47 I'm not familiar with mlterm 22:14:45 ah, Multi Lingual TERMinal emulator 22:22:54 okay, I'm gonna head off to bed soon 22:23:19 tired of trying to get my sixel renderer to work with xterm and mlterm 22:23:34 --- quit: Croran (Remote host closed the connection) 22:24:32 good night 22:32:20 --- join: jedb__ (~jedb@185.128.24.51) joined #forth 22:35:05 --- quit: jedb_ (Ping timeout: 250 seconds) 22:58:57 --- join: jedb_ (~jedb@147.10.221.236) joined #forth 23:01:15 --- quit: jedb__ (Ping timeout: 245 seconds) 23:05:20 --- join: jedb__ (~jedb@103.254.153.113) joined #forth 23:08:05 --- quit: jedb_ (Ping timeout: 268 seconds) 23:18:54 --- part: ecraven left #forth 23:36:42 I'm thinking Chuck needs to talk at Boeing. https://spectrum.ieee.org/aerospace/aviation/how-the-boeing-737-max-disaster-looks-to-a-software-developer 23:48:25 Sad state of affairs 23:59:59 --- log: ended forth/19.04.18