00:00:00 --- log: started forth/16.04.23 00:21:37 --- join: Indecipherable (~Howl@41.162.59.13) joined #forth 00:37:19 --- quit: clog (^C) 00:37:19 --- log: stopped forth/16.04.23 00:37:38 --- log: started forth/16.04.23 00:37:38 --- join: clog (~nef@bespin.org) joined #forth 00:37:38 --- topic: 'Forth Programming | logged by clog at http://bit.ly/91toWN | http://projects.forthworks.com/standards/DPANS/ | www.greenarraychips.com' 00:37:38 --- topic: set by crc!sid2647@gateway/web/irccloud.com/x-incoycbnpesmfspg on [Fri Nov 06 18:58:45 2015] 00:37:38 --- names: list (clog Indecipherable wa5qjh novaskell mnemnion impomatic karswell picobit DGASAU fiddlerwoaroof phadthai bluekelp jabb newcup nighty nisstyre_ Skuzzzy bb010g dys reepca` cantstanya djinni nerfur dzho Uniju rpcope tangentstorm +kc5tja Keshl octo- segher eldre dograt pointfree nighty-_ malyn _longines diginet2 koisoke rprimus Quozl`_ ggherdov` carc probonono ovf crc irsol yunfan) 01:33:45 --- quit: mnemnion (Remote host closed the connection) 01:57:52 --- quit: dys (Remote host closed the connection) 01:58:13 --- join: dys (~dys@ip-109-44-2-71.web.vodafone.de) joined #forth 02:08:51 --- quit: picobit (Ping timeout: 250 seconds) 02:25:32 --- join: picobit (~tomkl@unaffiliated/tomkl) joined #forth 03:23:07 --- quit: picobit (Ping timeout: 276 seconds) 04:35:05 --- join: mnemnion (~mnemnion@c-98-207-249-139.hsd1.ca.comcast.net) joined #forth 04:39:42 --- quit: mnemnion (Ping timeout: 250 seconds) 04:40:02 --- join: true-grue (~true-grue@176.14.216.104) joined #forth 04:49:44 --- join: real-grue (~true-grue@176.14.216.104) joined #forth 04:53:09 --- quit: true-grue (Ping timeout: 268 seconds) 05:11:30 --- quit: wa5qjh (Read error: Connection reset by peer) 05:14:59 --- join: actual-grue (~true-grue@176.14.216.104) joined #forth 05:18:26 --- quit: real-grue (Ping timeout: 268 seconds) 05:57:39 --- join: real-grue (~true-grue@176.14.216.104) joined #forth 06:00:59 --- quit: actual-grue (Ping timeout: 268 seconds) 07:11:45 --- join: bedah (~bedah@dyndsl-095-033-180-099.ewe-ip-backbone.de) joined #forth 08:01:19 --- quit: novaskell (Ping timeout: 276 seconds) 08:38:26 --- join: Kumool (~kumool@adsl-64-237-234-67.prtc.net) joined #forth 09:17:59 --- join: novaskell (~novaskell@31.205.156.216) joined #forth 10:05:48 --- quit: fiddlerwoaroof (Ping timeout: 268 seconds) 10:05:52 --- join: JDat (~JDat@89.248.91.5) joined #forth 11:20:51 --- join: eazar001 (~idpispopd@2602:306:3970:760:f0ce:42ed:49c4:5b17) joined #forth 11:38:37 --- quit: karswell (Read error: Connection reset by peer) 11:39:17 --- join: karswell` (~user@162.139.115.87.dyn.plus.net) joined #forth 11:46:22 --- quit: Indecipherable (Quit: Too late I heard the howling, that broke your heart at last...) 11:54:02 --- join: mnemnion (~mnemnion@2601:643:8103:f9d0:55d0:eddb:412b:3d9c) joined #forth 11:59:25 --- quit: mnemnion (Ping timeout: 276 seconds) 12:02:50 --- nick: karswell` -> karswell 12:11:52 --- join: Zarutian (~zarutian@168-110-22-46.fiber.hringdu.is) joined #forth 13:30:16 --- join: mnemnion (~mnemnion@2601:643:8103:f9d0:65ac:c776:8338:415a) joined #forth 13:34:07 --- join: wa5qjh (~Thunderbi@203.111.224.60) joined #forth 13:39:39 --- quit: Skuzzzy (Remote host closed the connection) 13:56:21 --- quit: bedah (Quit: Ex-Chat) 13:59:34 --- join: nerfur_ (~nerfur@ppp109-252-76-123.pppoe.spdop.ru) joined #forth 13:59:51 hello 14:01:27 hello 14:12:28 I still fighting my newbiness with forces of CGI on Forth 14:13:06 anybody here tried/heard hashing on forth? something very simple like SDBM 14:16:29 --- join: picobit (~tomkl@unaffiliated/tomkl) joined #forth 14:25:35 --- quit: novaskell (Quit: leaving) 14:29:38 --- quit: nerfur_ (Quit: leaving) 14:31:31 --- quit: eazar001 (Quit: Leaving) 15:40:55 --- quit: Zarutian (Quit: Zarutian) 16:11:24 --- quit: real-grue (Read error: Connection reset by peer) 16:39:34 --- quit: bb010g (Quit: Connection closed for inactivity) 16:41:42 --- join: Zarutian (~zarutian@168-110-22-46.fiber.hringdu.is) joined #forth 17:25:31 --- quit: dys (Ping timeout: 276 seconds) 17:28:52 --- quit: karswell (Read error: Connection reset by peer) 17:30:04 --- join: karswell (~user@162.139.115.87.dyn.plus.net) joined #forth 17:30:26 --- quit: reepca` (Remote host closed the connection) 17:32:11 --- join: dys (~dys@ip-109-44-2-44.web.vodafone.de) joined #forth 17:34:10 --- quit: Zarutian (Quit: Zarutian) 18:31:09 --- join: eazar001 (~idpispopd@2602:306:3970:760:f0ce:42ed:49c4:5b17) joined #forth 18:36:46 nerfur_, I've been using the djb2 or djb2a hash in Forth. Very simple. 18:37:48 : djb2 ( a n1 -- n2 ) &5381 -rot bounds ?do dup 5 lshift + i c@ + $10000000 mod loop ; 18:38:59 : djb2a ( a n1 -- n2 ) &5381 -rot bounds ?do dup 5 lshift + i c@ xor $10000000 mod loop ; 18:40:01 ( maybe delete some 0s from $10000000 if your cell width is smaller) 19:17:07 --- join: wa5qjh1 (~Thunderbi@121.54.58.135) joined #forth 19:17:45 --- quit: wa5qjh (Ping timeout: 244 seconds) 19:17:47 --- nick: wa5qjh1 -> wa5qjh 21:00:43 --- quit: eazar001 (Quit: Leaving) 22:25:39 --- join: DocPlatypus (~skquinn@c-73-166-108-48.hsd1.tx.comcast.net) joined #forth 22:32:39 --- quit: wa5qjh (Remote host closed the connection) 22:34:41 --- join: wa5qjh (~Thunderbi@121.54.58.135) joined #forth 23:00:45 --- join: Skuzzzy (~Skuzzzy@host-13-149.miancou.clients.pavlovmedia.com) joined #forth 23:44:09 --- quit: karswell (Read error: Connection reset by peer) 23:45:20 --- join: karswell (~user@162.139.115.87.dyn.plus.net) joined #forth 23:46:55 --- quit: karswell (Remote host closed the connection) 23:48:05 --- join: karswell (~user@162.139.115.87.dyn.plus.net) joined #forth 23:59:59 --- log: ended forth/16.04.23