00:00:00 --- log: started retro/11.11.22 03:45:58 --- quit: jyfl987 (Quit: Leaving.) 05:54:37 --- join: Kumul (~Kumul@66-50-191-73.prtc.net) joined #retro 06:50:50 --- quit: Kumul (Quit: gone) 07:17:22 --- join: edrx (~Eduardo@186.205.226.157) joined #retro 07:22:03 --- part: edrx left #retro 08:56:52 --- join: edrx (~Eduardo@186.205.226.157) joined #retro 08:58:06 --- part: edrx left #retro 09:15:35 library: math: add */ function : http://rx-core.org/rx.fossil/info/2f2515fdf044303847ab50b3ffec19b08ed1ea6b 09:23:41 library: calendar: add code to convert to a julian date, return day of week number from a date : http://rx-core.org/rx.fossil/info/c0f45c6154a48669f103ff076cab0ddab55f7a63 10:50:21 vm: html5: allow use of full view as app on iOS 5, add an icon for this as well : http://rx-core.org/rx.fossil/info/41bd56678e2fbd4702616a6c1aa9584002b74991 12:52:48 --- join: Kumul (~Kumul@66-50-191-73.prtc.net) joined #retro 14:14:09 --- join: __tthomas__ (~tthomas@slosvr6.aeromecheng.com) joined #retro 14:20:29 --- quit: Kumul (Remote host closed the connection) 14:24:45 --- join: Mat2 (02d11354@gateway/web/freenode/ip.2.209.19.84) joined #retro 14:24:54 hi @ all 14:35:54 <__tthomas__> hi 14:37:06 new to retro ? 14:37:24 <__tthomas__> sort of.. 14:37:34 <__tthomas__> been following project for a few years 14:39:24 same with me, but workin part time on extended vm designs for retro like languages 14:39:25 :) 14:39:54 now with AOT compiler inside ;) 14:39:58 <__tthomas__> yeah, vm's is a bit of a hobby for me, wanting to port retro to embedded board I have.. 14:40:58 ah that would be nice, what's the status of your port ? 14:41:20 <__tthomas__> research, waiting for sram chips.. 14:41:59 <__tthomas__> I keep thinking about running vm image directly from flash, but I think that would be a bad idea.. 14:45:58 hmm, once I had a similar idea running my older C based ngaro version from a CF card (EeePC 701) 14:46:51 <__tthomas__> I worry about the write cycles trashing the flash memory prematurely.. it would be great for reading, if I could only keep variables in ram would be optimal.. 14:48:21 my solution was to boot from this card transfairing the whole vm + image file into ram and use it as os replacement 14:48:50 <__tthomas__> 1 K rom, 1K ram, 32K flash memory, 1meg SPI Flash 14:48:50 some type of bare metal retro 14:49:04 <__tthomas__> I mean 2K ram 14:49:19 <__tthomas__> This has to be shared with the VM as well 14:50:28 you should rewrite the retro sources and make them romable. The downside is: I think that would be a huge task 14:51:20 <__tthomas__> If I could just have the dictionary in Flash would be helpful 14:52:18 <__tthomas__> The sram I have ordered will fix it though, just going to make an expansion board with 64K of sram.. 14:54:29 *scratch* can you give me a hint of the cpu type ? 14:56:51 <__tthomas__> AVR328P http://www.xgamestation.com/view_product.php?id=51 was going to see if could write it as an arduino sketch for fun.. Then have everything else in forth, already has capability to use monitor and mouse, so should be able to make it self contained.. 14:57:18 <__tthomas__> The cpu actually doesn't do much, just talks to propeller chip which handles all the IO.. 14:59:27 <__tthomas__> if not, I can program it in assembly, sure I could make it all fit if I did that, would give me the full onchip flash to put image in.. 14:59:51 reminds me of the hive project (a bit) 15:00:34 <__tthomas__> yeah, I looked at that one.. pretty cool, but more soldering than I want to deal with..\ 15:01:26 <__tthomas__> ultimately want a system that is self contained and breadboardable with minimal number of chips.. 15:05:35 --- part: __tthomas__ left #retro 15:10:32 --- quit: Mat2 (Quit: Page closed) 16:33:08 --- join: __tthomas__ (~tthomas@slosvr6.aeromecheng.com) joined #retro 16:57:26 --- join: __tthomas__1 (~tthomas@ubr01-g0-1.westchester.ca.la.comcast.net) joined #retro 16:57:26 --- quit: __tthomas__ (Read error: Connection reset by peer) 17:33:18 --- quit: __tthomas__1 (Ping timeout: 252 seconds) 18:59:27 --- join: jyfl987 (~jyf@unaffiliated/yunfan) joined #retro 20:47:53 --- join: roarde (~roarde@pdpc/supporter/active/roarde) joined #retro 21:22:31 --- join: __toddb__ (~Owner@ubr01-g0-1.westchester.ca.la.comcast.net) joined #retro 21:23:27 hi, __toddb__ 21:54:57 <__toddb__> hello roarde 21:55:17 --- nick: __toddb__ -> __tthomas__ 21:55:53 ah. I just try not to let new people walk in to a totally dead channel. 21:56:15 <__tthomas__> no worry, wasn't expecting it to not be dead so didn't bother to look.. :) 22:34:14 roarde: lol 22:35:26 I figured you might be asleep. 22:35:48 Are you aware of the very minimum "edit" of retro? 22:36:14 (Saw what you're doing in the logs) 22:38:04 http://sprunge.us/iBaF 22:45:02 crc: is it possible to support touch screen api in android version of retro? 22:51:55 <__tthomas__> no one is working on android native app? 22:52:29 no idea, but check logs tomorrow as crc will probably answer 22:53:16 <__tthomas__> ah, I have contemplating doing an android project, but working with java in eclipse isn't my idea of a good time.. guess could do it in python.. 22:53:42 I'm not sure how the current android vm(?) is set up. 22:54:33 <__tthomas__> I believe its a web app using canvas and possibly phonegap 22:55:57 I can't locate the latest comparison chart right now to see how the python implementation is doing. 22:56:35 <__tthomas__> its one of the most up to date.. I got the c version running on windows pretty easily as well.. 22:57:33 <__tthomas__> I have a python version that implements color as well if anyone is interested.. 22:58:20 I've been dealing with many Python misapplications lately, so I'm allergic right now. 22:58:34 <__tthomas__> heh, I program in c++ all day.. 23:03:54 --- nick: roarde -> roardeZz 23:59:59 --- log: ended retro/11.11.22