00:00:00 --- log: started forth/04.12.30 00:18:56 --- join: p-Imperator (CapStone@cs24160141-160.satx.rr.com) joined #forth 00:19:45 Hi 00:27:58 hi 00:35:59 --- quit: Testament (Read error: 110 (Connection timed out)) 01:00:13 --- quit: OrngeTide ("l8r") 01:05:35 --- quit: Herkamire ("bed") 01:16:01 --- join: raystm22_ (~color4th@adsl-69-149-51-211.dsl.rcsntx.swbell.net) joined #forth 01:16:02 --- quit: raystm22 (Read error: 54 (Connection reset by peer)) 01:51:30 --- join: qFox (C00K13S@82-169-140-229-mx.xdsl.tiscali.nl) joined #forth 02:04:07 latest release of SeaForth 02:04:08 http://www.rafb.net/paste/results/N57ATT11.html 02:05:30 Interesting way to publish it. ;)O 02:05:41 brb, have to buy some food. 02:06:06 http://www.rafb.net/paste/results/VqCHLh50.html 02:06:10 and the online manual :) 02:23:13 lol... 02:28:14 hehehe, thanks. 02:28:19 I feel so much better now. 03:24:31 * Robert returns 03:49:44 --- join: Topaz (~top@spc1-horn1-6-0-cust217.cosh.broadband.ntl.com) joined #forth 03:49:48 i 03:49:49 Hi 05:00:12 --- join: aum (~aum@60.234.138.239) joined #forth 05:00:43 hi - seeking a forth implemented with the smallest possible number of code primitives, and the rest in forth - any suggestions? 05:06:38 Hmmm 05:07:16 Some MachineForth compiler, perhaps? 05:07:36 * aum finds GraspForth on forth.org, tries it out 05:18:36 * aum gives up on graspforth 05:18:48 Hehe. 05:19:14 i've only got a couple hundred bytes of RAM 05:21:08 What will you use the RAM for? 05:21:20 variables, stacks, TIB,... 05:21:35 I think my MTV Forth system uses about ~100 bytes for VM + Forth compiler 05:21:47 nice 05:21:48 link? 05:21:50 Using a VM since the AVR code memory can't be written to 05:22:03 ahh, AVR 05:22:11 Er, I think I removed it. Does DCC work or should I upload to a http serer? 05:22:15 * aum is using PIC, with external 32k EEPROM 05:22:28 send to david at freenet dot org dot nz 05:22:57 is it 8, 16 or 32-bit? 05:23:23 Mixed 32- and 8-bit Forth 05:23:30 sounds good 05:23:56 The code isn't all that useful (some bugs, and it's completely untested), but it might give you some ideas 05:24:04 i've been writing a 8/16/32-bit VM for PIC, uses 3-6k ROM depending on config 05:25:59 k words or kbytes? 05:26:05 words 05:26:27 but that includes an intel hex bootloader, plus diags 05:26:52 I think this VM is about 1k words. 05:27:15 how many primitives? 05:28:11 About 30 05:28:21 Ehm, that is 48 05:30:43 Hm... seems like the Forth system itself is about 4.5kB (bytecode) 05:35:00 * aum gets the idea to implement a linear memory map, so for @ and !, addresses 0000-1fff are program mem, 2000-21ff are RAM, 2200-22ff are on-chip EEPROM, 2300-7fff is empty or wrapped, 8000-ffff, 10000-17fff, etc are 32k eprom chips 05:37:03 That's how I did it. 05:37:26 Except I used DataFlash chips 05:37:33 ok 05:37:46 i'm using 24LC256 I2C Serial EEPROM chips 05:37:55 easy 2-wire interface to PIC 05:37:59 Hehe 05:38:07 * Robert has a pile of such chips 05:38:16 Samples, mmm. ;) 05:38:35 i can't stand the idea of 28-40 pin mem chips eating up all the PIC's I/O pins 05:41:30 Those are SPI 05:45:53 --- join: solar_angel (~jenni@MTL-ppp-156039.qc.sympatico.ca) joined #forth 05:48:07 a tiny PCB the size of a 28-pin DIP IC could have an SMD PIC, 1 or 2 EEPROMS, crystal, max232 etc - and would kinda amount to 'forth on a chip' 05:48:45 :) 05:48:48 Hi solar_angel 05:49:06 aum: What will you use it for? 05:49:09 hello Robert :) 05:49:14 * solar_angel is toying with DSP code. 05:49:22 sounds intense 05:49:29 not all that intense... 05:49:38 Robert: i'm building some biofeedback gadgets 05:49:53 although i really have to write an FFT soonish.... my bass boost has a really aweful filter kernel, i'd like to whip up a new one. 05:50:36 and writing an FFT convolutor would be cool too, then i could add a much more realistic reverber filter beside the existing comb/allpass one that i have in there now 05:50:41 i need to find a forth written almost totally in pure forth, with clear description of the (minimal set of) required primitives 05:50:48 (i wrote the bass boost filter kernel by hand. it's crap) 05:50:57 aum - why not just write one? 05:51:08 i've written a couple forths... it's not that hard. 05:51:14 have you read 'moving forth'? 05:51:14 time 05:51:18 no 05:51:24 ah, well, it's your starting point, i think 05:51:26 is it downloadable? 05:51:30 it's online 05:51:40 * aum googles 05:57:33 http://www.fig-uk.org/byof.htm <-- also useful. 05:58:35 solar_angel: How is the homebrew IC project going? 05:58:44 homebrew IC? 05:58:48 you mean the blobtronics? or something else? 05:59:01 i've got a cool 3-pin 5V-to-12V converter now. 05:59:08 entirely in a blobtronic module 05:59:11 Blobtronics? 06:00:02 I got "Automatic Digital Calculators" from the library. 1953 computer construction manual. 06:00:05 the GPM (Glue-Potted Module) technology :) 06:01:41 You were talking about producing your own semiconductors 06:01:55 ah. still don't have a workshop again yet 06:02:01 so it's still on the drawing board 06:02:38 I'm still working at the transistor computer project (which is why I got that book - back then they didn't waste transis^W tubes) 06:03:28 heh 06:03:36 RTL or DTL is your best bet 06:03:41 and use a lot of JK flip-flops 06:04:47 i personally prefer DTL 06:05:06 i had a transistor-computer project of my own on the go for a while, although space constraints are still pinning me in 06:05:14 that said, i'm building a really nice Z80 machine 06:05:21 8MB of RAM.... 06:05:31 VGA, ethernet, serial, parallel 06:05:44 that's the plan, anyway 06:05:53 i think the VGA card is a frightful monstrosity 06:05:53 Cool 06:06:02 nite all 06:06:07 i'll be lucky to cram it into a three-layer card stack 06:06:08 Night aum 06:06:43 It'll probably be a mix between DTL an RTL, whichever happens to require the least components in a certain location. 06:06:59 * solar_angel nods 06:07:26 i'd highly reccomend using pure DTL 06:08:02 RTL is really nasty 06:08:07 Why? 06:08:08 low noise margins, high current consumptions 06:08:13 low speeds 06:09:04 What exactly is "pure" DTL, anyway? Where are resistors used? 06:09:34 well, there are generally 2 resistors, 3 diodes and a transistor in a standard DTL NAND gate 06:09:50 Yeah. 06:09:54 you can pretty much do everything with DTL NAND gates 06:10:06 they have good noise margins, good operating characteristics... they're just decent stuff 06:11:20 Considering I work with discrete transistors, wouldn't it make sense to use better optimized solutions than basing everything on NAND gates? 06:11:40 there are a few more efficient latch circuits that you can use 06:11:43 other than that, no, not really 06:11:51 NAND gates are pretty damn efficient 06:12:02 remember that you can do minterms easily with just two levels of NAND's 06:12:14 and at one transistor per NAND, it's hard to go wrong 06:12:23 diodes aren't substantially expensive 06:12:28 Minterms? 06:12:31 and you can make a 4-input NAND gate from a 2 input and 2 extra diodes 06:12:41 oh. you don't know minterms? 06:12:48 Nope. 06:13:01 oh. 06:13:14 well, minterms are sum-of-products. you can pretty much make any combinational logic using them. 06:13:24 with only two levels of logic 06:13:40 generally you'll use a bunch of smaller NAND's and a single larger NAND to arrive at any single signal from any cluster of other signals 06:19:22 Do you have any link to those more efficient latch circuits? 06:19:46 nope. mostly because i would likely just design them if i were using them. 06:20:02 I found a wikipedia article in minterms btw 06:20:13 * solar_angel is scared of wikipedia these days. 06:20:18 How come? 06:20:42 if you want to get scared, click the 'discussion' tab sometime. or watch a large page for a week or two 06:20:58 wikipedia, i swear, is drama central. 06:21:00 makes irc look tame 06:21:17 Haha, I think I prefer not to be scared. 06:21:42 About the latches - then I guess that's what I'll do. 06:27:20 --- join: Serg_penguin (~z@212.34.52.140) joined #forth 06:27:36 Hi Serg 06:29:43 hi 06:29:51 happy new year ;))) 06:30:02 our company is all drinking ;) 06:30:28 Hehe 06:30:34 did i tell you i bought new lens for my fake-leica ? 06:30:38 If you don't drink you have something to hide, right? ;) 06:30:44 aha 06:30:48 Hmm... don't think so 06:31:03 35/2.8 Sonnar 06:31:09 --- quit: solar_angel ("laterish") 06:31:19 six elements in three groups 06:31:44 test-drive film is in development 06:32:06 * Serg_penguin wants 16mm 06:37:39 how is your education and radio hobby ? 06:46:56 Haven't used the radio in a while 06:47:06 And education... I'm currently educating myself. ;) 06:51:48 how so ? 06:52:12 oops, gotta run, see u after 11jan 06:52:14 --- quit: Serg_penguin () 07:08:06 --- join: Testament (CapStone@cs24160141-160.satx.rr.com) joined #forth 07:10:43 Hi 07:25:35 --- quit: p-Imperator (Read error: 110 (Connection timed out)) 07:27:52 --- join: shehjar (~shehjar@210.7.77.145) joined #forth 07:30:44 --- join: Raystm2 (~Ray@adsl-69-149-51-211.dsl.rcsntx.swbell.net) joined #forth 07:30:56 --- quit: shehjar (Client Quit) 07:46:57 --- quit: raystm22_ ("User pushed the X - because it's Xtra, baby") 07:52:29 --- join: raystm22 (~color4th@adsl-69-149-51-211.dsl.rcsntx.swbell.net) joined #forth 08:13:52 --- quit: aum () 09:24:40 --- join: Herkamire (~jason@h000094d30ba2.ne.client2.attbi.com) joined #forth 09:34:56 Hi 09:46:55 g'morning :) 09:54:49 good morning 09:55:30 * Robert throws some old electrolytes at Herkamire 10:55:13 --- join: saon (1000@c-24-129-90-197.se.client2.attbi.com) joined #forth 12:33:00 Yesterday I was asking some questions about OF, and my eMac... I found this link helpful and though others with macs and interested in OpenFirmware would like to read about the boot process of a new world mac. http://developer.apple.com/technotes/tn/tn1167.html 12:37:02 this is frightening, an FCode song for OF http://bananajr6000.apple.com/1275/misc/ofwsong.au 12:38:02 cool, I'll check it out 12:45:04 pretty funny there's an fcode song 12:46:01 SeaForth: what are you thinking of doing with Open Firmware? 12:46:27 tathi has put together some very nice information for writing an operating system here: http://herkamire.com/jason/open_firmware 12:48:50 Herk, I'm not sure about using OF for much of anything really. I'm just impressed that I have a FORTH box sitting on my desktop, and so doing an OS with it if you will would be pretty neat. Something forthy, fast, and furious. 12:50:09 Seems like a powerful thing to have, and it doesn't do much other than bootstrap the OS into existance on the hardware. I would like to see it working as a complete environment, if for no other reason, speed, fun factor, novelty. 12:50:17 * SeaForth thinks he has too much time on his own hands. 12:52:01 I just love the Apple F2C calculations... From the eMac spec sheet http://www.apple.com/emac/specs.html, we have 'Storage temperature: -40° to 116° F (-40° to 47° C)' 12:52:06 it certainly seems to be complete enough that you could build anything on top of it 12:52:50 I wrote a little script for it once that let my use it in Dvorak :) 12:53:21 well, it would seem indeed that -40 F is -40 C, I stand corrected. 12:53:39 heh :) 12:53:45 yeah, I had to check on that too 12:53:58 -40 2c s 2f s 12:53:58 40 -40 40 -40 ok.. 12:55:32 0sp -40 2c s 2f s 12:55:32 -40 -40 ok. 12:55:45 that is better, I typed 40 by accident on the first attempt and forgot it on the stack. 12:56:29 * SeaForth is learning a boatload about FORTH right now, and enjoying it. After reading for 4-5 years, and desiring his own FORTH experience, time has come :) 13:11:58 --- quit: saon ("Leaving") 13:25:08 --- quit: raystm22 ("User pushed the X - because it's Xtra, baby") 13:40:03 --- join: raystm22 (~color4th@adsl-69-149-51-211.dsl.rcsntx.swbell.net) joined #forth 13:40:37 --- quit: rsync ("reboot") 14:55:31 * swsch_ is away: going ... going ... gone. 15:24:15 hi all 15:27:10 --- quit: Raystm2 ("User pushed the X - because it's Xtra, baby") 16:12:44 --- join: rsync (nobody@CPE000c41aac435-CM00111ae4f4cc.cpe.net.cable.rogers.com) joined #forth 17:00:31 --- quit: qFox ("this quit is sponsored by somebody!") 17:28:38 --- join: swsch (~stefan@swsch.sustaining.supporter.pdpc) joined #forth 17:37:09 --- quit: swsch_ (Read error: 60 (Operation timed out)) 17:50:56 --- quit: Topaz (Remote closed the connection) 18:17:05 --- join: p-Imperator (CapStone@cs24160141-160.satx.rr.com) joined #forth 18:17:05 --- quit: Testament (Read error: 104 (Connection reset by peer)) 18:18:52 --- quit: tathi ("leaving") 19:24:07 --- quit: SeaForth (Read error: 60 (Operation timed out)) 19:27:28 --- join: SeaForth (~todd@c-24-1-126-202.client.comcast.net) joined #forth 19:38:35 crc, hello 19:41:54 * crc is trying to sleep :( 19:42:19 oh, well goodnight then. 19:43:00 I'll be here tomorrow night :) 20:02:05 --- quit: SeaForth (Read error: 60 (Operation timed out)) 20:03:40 --- join: SeaForth (~todd@24.1.126.202) joined #forth 20:18:16 Morning 21:59:11 --- join: Sonarman (~snofs@ppp-66-124-254-99.dsl.snfc21.pacbell.net) joined #forth 22:00:43 Hi 22:02:19 hi 22:38:49 --- join: snowrichard (~richard@adsl-69-155-177-153.dsl.lgvwtx.swbell.net) joined #forth 22:40:22 hello 22:41:45 Hi snowrichard 22:41:54 Hello Robert 22:42:13 I got my 100 percent disability rating letter today 22:42:52 So what does that mean? Any more money? ;) 22:42:52 the VA thinks I can't handle my money and want to appoint someone to look after it. 22:42:58 the money the same 22:43:04 Oh 22:43:13 That's no fun :/ 22:43:26 it means if I figure out a way to earn extra it doesn't count against me anymore. 22:43:55 I am working on a GTK+ GUI for a recording studio setup. 22:44:14 Neat 22:44:27 * Robert still has to learn (decent) GUI coding 22:44:38 Was forced to do some msvc++ in high school, but that's it. 22:44:38 Glade 2 does the GUI coding for you 22:44:48 you just write the callbacks 22:44:54 Glade? Never heard of 22:45:06 It is a GUI designer 22:45:19 Ah 22:45:21 generates C++ or C code 22:45:39 you can also use the xml description of the gui with some others like python 22:45:39 Something like Borland's C++ Builder? 22:46:15 I haven't seen borland product 22:46:41 I used to use Visual C for windows when I had a 386 many years ago, and this is much simpler 22:47:16 of course the compile time is much less now too :) 22:47:48 I was googling for something the other day and turned up the log for this channel 22:48:26 They didn't have PC's when I was in high school :)) 22:48:55 first computer I programmed on was an IBM mainframe 22:51:56 I have everything in this room running through my mixer (cassette recorder, computer, sat dish/vcr) 22:52:20 Yeah, this channel logs turns up everywhere 22:52:49 I don't use much more than the computer's audio output, really 22:53:01 Well I was searching for stuff about forth so it is not surprising 22:53:03 But I got a cassette recorder hooked up to it 22:53:23 Google can suprise you 22:53:37 ever use Audacity? it is a sound editor 22:53:41 I once searched for some chemical name which I didn't know what it was, and I got a hit on my own page 22:53:44 Nope 22:54:14 It works well with my Mandrake 10.0 setup 22:55:06 I can overdub vocals and cut out stuff that I don't need 22:55:25 like station breaks and commercials. 22:56:30 Cool, is it free? 22:56:45 * Robert found it in ap 22:56:47 apt* 22:56:58 yes free (you can build from source if you like but I used the rpm 22:57:23 you have debian 23:01:05 I have some music channels on the satellite dish from Sirius radio. 23:02:14 Satellite radio? Never heard of that before 23:02:51 There are two systems in the US here, XM and Sirius. But I am picking them up on the TV disk 23:02:52 dish 23:03:13 they make car systems and portables. 23:03:42 there is a subscription fee but they don't have commercials 23:06:33 --- quit: Sonarman (tolkien.freenode.net irc.freenode.net) 23:06:33 --- quit: fmacs (tolkien.freenode.net irc.freenode.net) 23:06:33 --- quit: Robert (tolkien.freenode.net irc.freenode.net) 23:06:33 --- quit: I440r_ (tolkien.freenode.net irc.freenode.net) 23:06:33 --- quit: onetom (tolkien.freenode.net irc.freenode.net) 23:06:33 --- quit: swsch (tolkien.freenode.net irc.freenode.net) 23:06:33 --- quit: p-Imperator (tolkien.freenode.net irc.freenode.net) 23:06:33 --- quit: rsync (tolkien.freenode.net irc.freenode.net) 23:06:34 --- quit: skylan (tolkien.freenode.net irc.freenode.net) 23:06:34 --- quit: Herkamire (tolkien.freenode.net irc.freenode.net) 23:06:34 --- quit: warpzero (tolkien.freenode.net irc.freenode.net) 23:06:34 --- quit: yumehito (tolkien.freenode.net irc.freenode.net) 23:06:34 --- quit: cmeme (tolkien.freenode.net irc.freenode.net) 23:06:34 --- quit: crc (tolkien.freenode.net irc.freenode.net) 23:06:34 --- quit: Fractal (tolkien.freenode.net irc.freenode.net) 23:06:34 --- quit: SeaForth (tolkien.freenode.net irc.freenode.net) 23:06:34 --- quit: Frek (tolkien.freenode.net irc.freenode.net) 23:06:35 --- quit: ianp (tolkien.freenode.net irc.freenode.net) 23:07:31 --- join: crc (~crc@pool-70-20-213-39.phil.east.verizon.net) joined #forth 23:07:31 --- join: cmeme (~cmeme@216.184.11.2) joined #forth 23:07:31 --- join: Sonarman (~snofs@ppp-66-124-254-99.dsl.snfc21.pacbell.net) joined #forth 23:07:31 --- join: SeaForth (~todd@24.1.126.202) joined #forth 23:07:31 --- join: p-Imperator (CapStone@cs24160141-160.satx.rr.com) joined #forth 23:07:31 --- join: swsch (~stefan@swsch.sustaining.supporter.pdpc) joined #forth 23:07:31 --- join: rsync (nobody@CPE000c41aac435-CM00111ae4f4cc.cpe.net.cable.rogers.com) joined #forth 23:07:31 --- join: Herkamire (~jason@h000094d30ba2.ne.client2.attbi.com) joined #forth 23:07:31 --- join: Frek (16096-iden@h229n2fls31o815.telia.com) joined #forth 23:07:31 --- join: fmacs (BenjaminMe@68.187.224.130) joined #forth 23:07:31 --- join: Robert (~purple@c-4d5a71d5.17-1-64736c10.cust.bredbandsbolaget.se) joined #forth 23:07:31 --- join: I440r_ (~mark4@216-110-82-59.gen.twtelecom.net) joined #forth 23:07:31 --- join: warpzero (~warpzero@wza.us) joined #forth 23:07:31 --- join: yumehito (yumehito@giguz.turbo.nsk.su) joined #forth 23:07:31 --- join: skylan (~sjh@vickesh01-4741.tbaytel.net) joined #forth 23:07:31 --- join: onetom (~tom@cab.bio.u-szeged.hu) joined #forth 23:07:31 --- join: ianp (~ian@inpuj.net) joined #forth 23:07:31 --- join: Fractal (jah@selling.kernels.to.linus.torvalds.at.hcsw.org) joined #forth 23:07:31 --- mode: irc.freenode.net set +o crc 23:08:29 a split.... go away for a second and see what happens :) 23:10:59 Hmm..audacity runs 23:11:09 Too bad this computer only got a mic input 23:11:15 no line in? 23:11:25 Nope 23:11:31 It's just a laptop 23:12:48 listening to "Freebird" now (southern rock) 23:13:51 I am editing out the station breaks in this 30 minute tape side 23:14:45 then I save it as an ogg file in my broadcast directory for my icecast server 23:16:08 need to refill my coffee.... 23:16:42 One should make an automatic ad removing program 23:17:56 how could it tell the difference? 23:19:17 has anybody actually read all of the DPANS document? it could cure insomnia I think :) 23:19:35 the forth standard draft 23:23:19 teenage wasteland 23:23:25 (song) 23:24:13 Nope, never read it 23:24:29 If nobody follows it... 23:24:35 then I won't bother. :) 23:24:58 I need to go out and see if I got any mail today. 23:27:56 nope 23:27:59 no mail 23:28:45 my brother is learning LISP 23:29:11 That's one of my "will do....some day" projects 23:29:39 have you ever looked at "Linux from scratch". 23:33:00 compile everything from source (with no automation) 23:33:59 he's a software engineer with Raytheon (missile guidance) 23:35:21 I haven't used it, only heard of it 23:35:22 you have xmms? 23:35:25 Yep 23:35:53 my stream is: http://veteransinaction.info:8000/richard.ogg 23:36:17 Listening now 23:37:17 Building a Linux system from scratch is a bit of work 23:37:23 I tried to do some of it for a boot floppy 23:39:40 I'd like to find out how to make a "live CD" bootable with my own code on it. (Studio in a box) 23:41:40 * Robert would like to experiment with audio analysis on small chips 23:41:49 These cheap PICs with A/Ds are pretty cool 23:42:07 And I'm wondering if they have the power to do proper decoding of more advanced modulations 23:42:27 Would be VERY cool to use a shortwave interface to a small and simple computer 23:43:38 licensing would be a problem in this country 23:43:45 (for the spectrum) 23:44:51 Did you look at that single board ARM system that was the topic here a few days ago? 23:48:42 Hmm... I had a look at one of those "tiny computer" links 23:49:10 And licensing, yeah... I got a ham license, and you can always stretch the rules of that a bit 23:49:31 on Ryze.com there is a guy named Edward Cherlin who is promoting the use of what he calls a simputer. It is linux with a touch-screen and arm processor, runs on solar power. 23:49:43 Heh, neat 23:49:50 I actually got a solar panel recently 23:49:52 wireless too 23:49:57 80mA a 4.5V it says 23:50:16 Certainly enough to power a transmitter 23:50:30 Too bad it requires direct sunlight for that much 23:50:39 And we don't get much of that up here 23:50:55 now I am doing the export to ogg file. takes a while 23:50:57 So one would have to use some backup battery system 23:51:02 do solar panels only get their power from visible light, or also from ultraviolet or infrared? 23:51:13 We have lots of sun here. (Texas) 23:51:30 Sonarman: Let's do an experiment! 23:51:37 * Robert has some blue LEDs and a solar panel 23:52:03 you need the big flashlights the police use :) 23:52:39 how would a blue LED be useful for this experiment? 23:52:50 --- join: aum (~aum@60.234.138.239) joined #forth 23:53:20 Just checking for some response 23:53:23 And I got some 23:53:48 hi all 23:53:59 do they emit UV? 23:54:00 Hi aum 23:54:07 Sonarman: No, but blue light 23:54:11 Which is kinda UV 23:54:22 I got some IR ones as well 23:54:23 ok, get a red LED then :) 23:54:25 ah 23:54:38 And just for you I'll try 23:55:06 because of my color blindness I had problems with seeing at night on the ship if I went from white light to the red lights , so they put in blue tubes for night time in my computer shop for me 23:56:48 Stronger response than from the blue LED 23:57:06 snowrichard: Which kind of color-blindness? 23:57:10 I'm only red-green 23:57:16 red-green I think 23:57:35 red looks very dark to me 23:57:58 --- quit: aum () 23:58:23 Hmmm 23:58:29 I have a bunch of IR LEDs 23:59:01 Should connect them and see if one can see some IR when it's really dark 23:59:38 i recall reading that it's actually possible to see X-Rays 23:59:50 but it's not very wise to try it 23:59:59 --- log: ended forth/04.12.30