irclog2html for zaurus on 2002.08.14

00:00:33ekkisljp: cool... thx!  (this will be my 2nd Z :)
00:00:40ljpbecause bestbuy isnt carying zaurus anymore
00:00:50erikdhttp://www.sharpsec.com/sharp-usa/be-sharp/showcase/0,1941,600-0-0,00.html <-- ekkis: on the left side
00:01:28Speedy2ekkis: What happened to your 1st Z?
00:01:39kergothljp: I'm starting to add in the necessary code to init the DAC's in the Z.  If we're lucky, the existing drivers will work with some modification.
00:01:46kergothljp: (audio)
00:01:51ljpgrovey
00:01:52ekkislol, nothing, 1 isn't enough :)
00:01:58Speedy2oooooookey
00:02:04Speedy2kergoth: Gr8!
00:02:21ljpyou should have the sounds   be from a Beck cd
00:02:29kergothljp: its so clean.. there's a general module for audio on the sa11x0 that handles the dma stuff, and the ssp and mcp audio modules use it. quite slick
00:02:32scanlineis away: food or something
00:02:48ljphmm interesting
00:03:10ekkiserikd: on the left side of that page I only see a blank area...
00:03:48kergothljp: The audio driver we'll probably get working for the buzzer: http://linux-cl.bkbits.net:8080/linux-arm-2.5-collie/anno/drivers/misc/ucb1x00-audio.c@1.5?nav=index.html|src/.|src/drivers|src/drivers/misc
00:04:05ljphehe or buit in sounds from  kraftwerk cd
00:04:59Cloudchaser_heya kergoth :)
00:05:17Speedy2bbl all
00:05:28ljpkergoth: whats the command to pull down your kernel source?
00:05:33kergothljp: The core sa1100 audio driver: http://linux-cl.bkbits.net:8080/linux-arm-2.5-collie/anno/sound/oss/sa1100-audio.c@1.5?nav=index.html|src/.|src/sound|src/sound/oss
00:05:48kergothljp: bk clone http://linux-cl.bkbits.net/linux-arm-2.5-collie;
00:05:53kergothhey Cloudchaser_
00:06:20kergothljp: do you know offhand what the DAC is that handles the headphone output?
00:06:28kergothljp: as in, what its model # is?
00:07:01ljpnot off hand
00:07:44kergothDAC(PCM1741) -> AMP(NJM2172)
00:07:47kergoththere we go
00:07:50kergothits a PCM1741
00:07:53kergothwhatever that is :-)
00:08:18kergothegh
00:08:39ljpits a chip..
00:08:39kergoththe driver for the DAC for the headphone jack isnt going to be as simple as I thought, I'm glad we have Lineo's to base it on
00:08:44kergoth:-)
00:08:59ljpya 1741 sounds familiar
00:09:13kergothyeah it does
00:09:15kergothgoogles
00:09:52chouimatnite
00:10:04kergothbingo
00:10:06kergothljp: http://focus.ti.com/docs/prod/productfolder.jhtml;jsessionid=EDESSGTO45RRDQC1JAKRF2Q?genericPartNumber=PCM1741
00:11:13chouimatkergoth: what is that?
00:11:44kergothOkay i'm working on the buzzer first, just cause its easier. there's already a ucb1x00 audio driver, I just need to init a couple things and it may work out of the box.. hopefully
00:12:02ljpheh 96/24 on a pda would be nice..
00:12:07Cloudchaser_what will the buzzer do when you're done with it kergoth?
00:12:22ljpplay sounds
00:12:31kergothCloudchaser_: play sounds other than the 3 inlined ones :-)
00:12:40Cloudchaser_all kinds of sounds?
00:12:45Cloudchaser_like music?
00:13:03ljphopefully
00:13:09ljpwil sound bad tho
00:13:12kergoththe limitation will be the quality we can get out of this 'sounder'
00:13:13kergothyeah
00:13:21kergothbut at least we wont have a shit driver for it anymore
00:13:37kergothI hate imposed limitations.. we have enough limitations from the hardware, much less drivers
00:13:39kergothheh
00:14:33ljpcant imagine an arm 203 trying to push 96/24 sound out .. ;)
00:14:41kergothhehe
00:14:58ljpfull dvd sound would be sweet
00:15:17kergothyeh no kidding
00:15:56kergothhey raster
00:16:58ljphmm cannot cd to linux-arm-2.5-collie
00:17:23ljpoh wrong domain
00:17:50rasterkergoth: mooonin!
00:18:42ljphhhhheeeeeeeerrrrreeeeee it comes
00:22:41kergothljp: hehe. it'll take a bit, cause its like downloading a whole cvs repos, not like checking out cvs.. it has all the file histories and shit.
00:22:46kergothljp: so dont delete it
00:23:24ljpgood thing I put it on my /opt partition
00:24:05kergothhmmm
00:24:41kergothljp: opinion.  This driver works for more than just one machine type.. it works for any machine that has a ucb1x00 attached (or in our case, a tc35143af).. so I shouldnt add any machine specific stuff to it..
00:25:14kergothljp: however, in the drivers in 2.4.6, in the audio_init function, it turns on the DAC via a gpio, and turns it off in the audio_exit function.. note that the init and exit only get called on module load/unload..
00:25:21ljpya, unless you know arm asm
00:25:57kergothljp: so the question is.. should I turn on the DAC in the audio driver here on load/unload, or should i turn it on in the architecture specific code, at boot time..
00:27:07ljpis there any reason to do it at boot?
00:27:21ljpcould bleep that its booting
00:27:35kergothljp: if i do it at boot, I wont have to add our dac init (which is specific to COLLIE) into a driver that ISNT specific to collie
00:27:43ljpor beep kernel error codes ;)
00:27:48kergothljp: in other words, i remove machine specific cruft from a general driver
00:28:08ljpahh take the easy way out
00:28:34ljpand beep kernel error stuff ;)
00:28:39kergothhehe
00:29:16ACEDOGthis may have been asked before, but has anyone else had a problem getting vnc working with the 2.38 rom?
00:29:17ljpthis is almost taking as much time as an opie co did
00:29:47ljpI havent tried vnc in along time
00:30:33ACEDOGhmm... it was fine with 2.37.  I can see the Z on my computer, but it accepts no input from the computer.
00:30:43ACEDOGstrange
00:34:04ACEDOGI figure they screwed something up when they closed up the security holes.
00:35:07kergothACEDOG: they didnt 'close up' the security holes
00:35:15kergothACEDOG: its still a fucking joke.
00:35:47ACEDOGthey said they did, so it must be true
00:36:16kergothaha
00:36:24kergothyou're funny.
00:36:30ACEDOGwhatever they did, qtopiadesktop on linux ain't werkin' no more fer me!
00:36:51kergothACEDOG: they disabled syncing over wireless and called it "fixed"
00:36:54shoewhat are the common commands to run to troubleshoot wlan problems?  my wlan under OZ suddenly stopped working...
00:37:07kergothACEDOG: its still wide open over usb, and they removed a feature that people use.
00:37:24kergothshoe: run iwconfig wlan0; .. check config.. run ifconfig -a ....
00:37:32ACEDOGI liked the 4242 port being open.  It was very convenient.
00:37:33shoewerd
00:37:42kergothshoe: can always manually killall dhcpcd, then run /etc/pcmcia/network start wlan0 debug;
00:38:01kergothACEDOG: convenient, and the security was a joke. its always been a joke. they havent changed that.
00:38:18kergothACEDOG: and I sincerely hope you dont believe everything a company tells you.
00:39:01ACEDOGwhy not?  They're japanese?
00:39:19kergothACEDOG: ? the fact that its a japanese company is irrelevant
00:39:42kergothACEDOG: if you believe because ANYONE said something, that its true, regardless of whether its an individual or a company, you're extremely naive.
00:39:48ACEDOGok, you're missing my sarcasm, sorry if I'm not that good at it.
00:40:05kergothit takes practice, especially online :-)
00:40:20kergothneed to make the sarcasm more obvious than usual
00:40:21kergothheh
00:40:23kergothblah
00:40:28kergothljp: how goes the bk clone?
00:40:36ACEDOGthat's my problem!
00:40:37ljpsound
00:42:09shoethanks kergoth... it's showing up in ifconfig... just not working, weird
00:42:17shoeI'll try starting out of pcmcia directory
00:44:03ACEDOGit's strange, nmap shows the 5800 and 5900 ports open on the Z, but I can't send mouse clicks to it anymore.  The laptop keyboard is a lot nicer to use.
00:44:51shoehmm.. /etc/pcmcia/network.opts: 14: Syntax error: "}" unexpected (expecting ";;")
00:45:00shoethat's on the manual network start wlan0 debug;
00:45:31ACEDOGI don't like using ftp or scp from the Z, even with the thumbpad.  I'd rather have vnc working again.  I'm so easily spoiled.
00:46:27kergothshoe: thats fixed in the latest netsetup in the feed. upgrade netsetup, rerun it, edit hte tcp/ip entry, then just hit OK to get out again. it'll rewrite network.opts without the syntax error.
00:46:43shoeright
00:46:44shoewell
00:46:48shoeI want to upgrade
00:46:55shoebut
00:47:00shoeI need to backup first...
00:47:01kergothyou dont have a CF reader?
00:47:05shoeand I have no backup utility
00:47:12shoeand no network connection to get a backup utility
00:47:15shoeviscious cycle!
00:47:18shoeI do
00:47:28shoeI guess I could d/l the backup .ipk file
00:47:29kergothbackup = tar -cxf /mnt/cf/backup.tar /root/Applications /root/Settings /root/Documents;
00:47:38kergothshoe: heh
00:48:01shoeand how to restore? just replace those directories after I flash?
00:48:16kergothcd /; tar -xvf /mnt/cf/backup.tar;
00:48:20kergothheh :-)
00:48:23shoehehe
00:48:24shoesweet
00:48:25shoewill do
00:48:27shoethanks :)
00:48:36kergothshoe: or like you said, install databackup. .i've seen it crash on some occasions though, and it doesnt like me
00:48:46kergothshoe: or you can scp -r it over to your desktop when you have networking up..
00:48:47shoemanual is always better
00:48:47kergothheh
00:48:54shoeso many ways :)
00:48:57kergothyeah
00:49:00kergoththats what its all about
00:49:01kergothchoices
00:49:02kergothheh
00:49:41shoeyou're always so helpful
00:49:42shoethanks again!
00:49:49fredhhello all
00:50:26fredhI'm new to the zaurus (I just got mine Sunday), and I want to try out Open Zaurus
00:50:31kergothshoe: np, glad to help out
00:50:44kergothfredh: okay, you have questions no doubt?
00:50:46fredhI was wondering if someone could answer some of my questions
00:50:48fredhyep
00:50:52kergothask away
00:51:16fredhwell first of all, if I make packages of hancom office and save them to my pc, will I be albe to use them under opie?
00:51:30fredhI ask because I heard there were binary incompatibilities
00:51:30kergothljp: whats a good command line OSS mixer / volume editor? I need to play around
00:51:36kergothfredh: thats incorrect.
00:51:39kergothfredh: its binary compatible.
00:51:43kergothfredh: hancom apps run fine.
00:51:49fredhok, awesome :)
00:51:53fredhnow, question 2...
00:51:55kergothfredh: there's that script to ipk them up, you shoudl use
00:51:57kergothk..
00:52:04fredhI've only got a 16 meg flash card around
00:52:14fredhis that enough for all the images (it's not enough for the new sharp rom)
00:52:39kergothyes thats enough room.  should work theoretically. I havent tested it myself, I have a 64mb card
00:52:50kergoththe initrd.bin is about 14 megs, and zImage is about 700k
00:52:56kergothand bootflag.txt is 4 bytes
00:52:56kergothheh
00:53:04fredhyeah, that's what I thought, I just didn't know because the sharp rom demands more
00:53:19kergothwell, they distribute it in a full romimage form, the full 16 megs
00:53:28ACEDOGcan OZ run java apps like the jeode that sharp provides?
00:53:32kergoth(even though its unnecessary, but dont get me started)
00:53:44fredhalso, are there any issues with connections to my Linux box and the USB Cradle?
00:53:48kergothACEDOG: there is no java vm in OZ out of the box, I dont believe i can legally distribute jeode.
00:53:51fredhok cool, I hadn't notieced that
00:53:53kergothfredh: nope, works fine
00:54:22kergothACEDOG: i believe ben meyer did/is doing scripts to grab jeode and opera from the sharp rom as well
00:54:26fredhok, so yeah that was next q... what is the java support on it? I ask because I'm using JCryptEditor as my editor
00:54:49kergothThere's no jeode out of the box. either grab the script from ben to pull the jeode over, or copy it yourself
00:54:55kergothit'll run, but i cant distribute it
00:55:03fredhok
00:55:14kergothopera i've heard rumors segfaults under OZ, for some odd reason, but I havent tried it myself
00:55:18fredhwhere can I find that script (I've already found the hancom script)
00:55:23ACEDOGwhat about the one's you'd find with linux anyway, like kaffe or something?
00:55:38kergothACEDOG: kaffe will work, if all you want is console apps
00:55:51kergothACEDOG: the only Qt bindings for Kaffe are for qt3, while qtopia uses qt2..
00:56:03kergothACEDOG: so we either need to backport it, or wait for sharp to switch to qt3
00:56:41fredhhmm.. here's another q... is Opie's text editor any better than the mickey mouse zaurus one?
00:56:58fredhor is it the same one?
00:57:09kergothfredh: yes. its got a few quirks of its own, but its better. plus you have the bonus of being able to come on irc and pester the developers into fixing things :)
00:57:23fredhhehe ;)
00:57:32fredhwell I really try not to do that too much
00:57:53kergothwell if ya dont report feature requests and bugs, they'll never happen or get fixed, respectively
00:57:53kergothheh
00:58:02ACEDOGdo thekompany apps run under OZ?
00:58:04fredhwell I meant pestering
00:58:07kergothACEDOG: yes.
00:58:11fredhhehe
00:58:41kergoththere's this weird behavior where some people are reporting their time going back to jan 1 2000 on suspend/reboot
00:58:49kergothbut I've never been able to reproduce it, it works flawless here
00:58:50kergothits weird.
00:58:59ACEDOG2000 was a great year
00:59:01fredhok, I think this is my final q for now... the beta has package manager issues, but what if I just use the command line ipk installer, any issues installing with that?
00:59:04kergothhehe
00:59:17kergothfredh: command line installer can install to ram/cf/sd, but it wont link the files into the rootfs
00:59:27kergothfredh: in other words, it'll install there, but you get no icon in the gui, etc..
00:59:44kergothfredh: oipkg is actually fairly stable right now, and its far far better than the piece of shit qinstall in the sharp rom
00:59:44kergothheh
01:00:11fredhhmm... so then I shouldn't have any probs with it under a normal production?
01:00:29kergothfredh: probably not.
01:00:34kergothljp: wb
01:01:03fredhok now here's my final q, for real this time :), I heard there were time sync problems with OpenZaurus, is that a known issue?
01:01:21kergothfredh: syncing works fine, tested and confirmed in the latest release, 2.9.5.5.
01:01:32fredhI read this on this guy's pda page by the way... I don't know if you've seen the page... it's www.wigglit.com/pda.html
01:01:44kergothfredh: it was broken due to a security fix (a real fix, not this 'disable the wireless syncing' crap sharp pulled)
01:01:56kergothfredh: yeah, wigglit drops by here fairly often
01:02:01fredhcool
01:02:09fredhok, so is there anything else I should watch out for?
01:02:20fredhany known issues with wireless or anything else?
01:02:48kergothfredh: wireless should work out of the box. i'd recommend upgrading your version of ipkg from the oz3 feed asap though, konqueror will fail to install without it.
01:02:54oz3 feed is probably at http://openzaurus.sourceforge.net/feeds/3.0/
01:02:54kergothibot: oz3 feed?
01:03:15fredhok cool, thanks a lot kergoth :), I really appreciate it
01:03:28fredhand hey did you guys here? Zauruses for $300 at LinuxWorld!
01:03:28kergothfredh: np. let me know how it goes. if you need further assistance let me know.
01:03:35kergothfredh: and please, report any bugs you find
01:03:43kergothfredh: 300 eh? hell of a deal
01:03:44fredhI will :)
01:03:54fredhyeah, I just got mine on Sunday too, I'm kicking myself...
01:04:01fredhI mean I don't live in CA or anything, but still
01:04:08cranchWORD
01:04:09cranch;)
01:04:14cranchI'm back...
01:04:16kergothre cranch
01:04:43cranchhehe
01:04:56cranchI got pissed and went to the SharpROM..GASP
01:05:02kergothtisk tisk
01:05:05kergoth:-)
01:05:10fredhhehe, uh oh
01:05:18cranchI need hancom Word and Presenter to work
01:05:30cranchunless there are other apps for the Z that can read word documents and powerpoint presentations
01:05:32Cloudchaser_kergoth: you got the package manager fixed?
01:06:03fredhcranch: could you confirm if hancom isn't working under opie?
01:06:14kergothCloudchaser_: jamey fixed a number of ipkg bugs.. konqueror installs again :-)
01:06:16cranchcan't confirm it
01:06:18cranchit does work
01:06:21cranchI used it earlier
01:06:28fredhoh nm, then
01:06:33cranchbut then I was having prolems installing tkc apps
01:06:41kergothcranch: which apps, btw?
01:06:42Cloudchaser_ack
01:06:47cranchtkc apps?
01:06:49kergothcranch: yeah
01:06:54cranchall of them..
01:07:02Cloudchaser_i definitely need them all to work
01:07:05kergothcranch: did you install thekompany ipk to flash? roge99 has his working, and they REFUSED to work until he did that
01:07:06cranchwhenver I clicked in them in the Documents tab, they'd come up with blank file names
01:07:11kergothah
01:07:12kergoththats weird
01:07:19kergothi think thats a fluke myself.
01:07:22cranchis there a difference between vfat and fat
01:07:32cranchIE I formatted my CF card in windows as fat
01:07:34kergothvfat = fat12 or fat16 or fat32, as i understand it
01:07:45kergothcranch: from windows it formatted it fat16 most likely, or fat32
01:07:48cranchI'll flash for the hell of it :)
01:07:52kergothcranch: either way its considered 'vfat'
01:07:53kergothheh
01:07:57cranchthere is FAT or FAT32
01:07:59Cloudchaser_kergoth: i'll give it a try again probly thursday (need the z for work the next few days)
01:08:02kergothcranch: hah, real risktaker eh
01:08:09kergothcranch: FAT then would be fat16, technically
01:08:17kergothCloudchaser_: okay, cool
01:08:24kergothCloudchaser_: hey usb networking works in 2.5.30-rmk1-cl1 :-)
01:08:31cranchWOOT
01:08:40kergothCloudchaser_: I'm working on the sound drivers now that I can update the modules without reflashing left and right
01:08:43kergothheh
01:08:44Cloudchaser_i've never used usb networking
01:08:57kergothi havent started on the pcmcia stuff yet :-)
01:09:06Cloudchaser_you mentioned having to update oipkg above?
01:09:17Cloudchaser_is that not in the new version?
01:09:17kergothnot oipkg
01:09:18kergothipkg.
01:09:19cranchis the feed up to date ker?
01:09:23kergothit was ipkg that was flaky
01:09:25kergothcranch: yeah, should be
01:09:39cranchkergoth: you know if roge had an SD card>?
01:09:40Cloudchaser_is confused
01:09:41kergothCloudchaser_: thankfully, ipkg appears to be able to upgrade itself.
01:09:49Cloudchaser_ah
01:09:51kergothcranch: yes, he uses the zImage-32 kernel, no ramdisk at all, with the sd card
01:09:59cranchthat's part of it
01:10:06cranchI've talked to two people  who have sd cards
01:10:09cranchand have them working properly
01:10:18kergothcranch: 'them'<-?
01:10:31cranchhancom and tkc apps together
01:10:34kergothah
01:10:45kergothi dont think roge99 uses the hancom apps
01:10:51kergothbut he couldnt get the tkc apps to work for quite a while
01:10:52cranchoh :)
01:10:58cranchtkc's apps worked fine earlier
01:11:05kergothodd
01:11:18cranchbut when I installed hancom stuff they weren't working
01:11:53cranchGobe productive stuff coming to the Zaurus?  that'd be sweet..then fsck hancom
01:12:10Cloudchaser_ok tkc kompany file must be installed to flash to get tkc apps to work?
01:12:17cranchnope
01:12:28cranchI installed all my tkc stuff to mtdram
01:12:31kergothCloudchaser_: well, it should be installed to either mtdram or flash
01:12:31cranchand it worked fine
01:12:44kergothCloudchaser_: qpe-thekompany is a library, and as such shouldnt be installed to a media using vfat
01:12:50kergothCloudchaser_: cause the symlinks wont work
01:13:03kergothhey mdz
01:13:07Cloudchaser_ok
01:13:35Cloudchaser_but most of the other tkc apps *should* work on SD cept for calendar, contacts and jabber?
01:13:39Cloudchaser_like they do now?
01:13:48kergothyep
01:13:52kergotheven those should work, in theory
01:13:54kergoth;-)
01:14:14Cloudchaser_well, i put player and video to ram too for performance, rather than SD
01:15:05mdzkergoth: hi
01:16:10ciaolinuxis there qtextstream in qtopia?
01:16:47bipolarHas anyone seen a belt clip case for the zaurus?
01:17:56cranchanyone know of good themes...LIquid and hancom don't jive
01:18:43mdzkergoth: looks like it's apmd that's to blame for my apm problem
01:20:57kergothmdz: ah.. OZ and the sharp rom dont use apmd
01:21:25[DrEvil]kergoth: did you look at my email?
01:21:26kergothcranch: there arent many themes yet.. grab opie-theme and then use you can use any kde2 pixmap theme in opie.
01:21:39kergoth[DrEvil]: nah i havent checked my mail since getting home.. hold
01:22:25mdzI suppose I could live without apmd...but it should work, and it's nice for setting up hooks for suspend and resume events
01:22:51Cloudchaser_hey kergoth: how come there's no link to documentation for oz on sourceforge?
01:23:22cranchany way to ghost your system?
01:23:23cranchhaha
01:23:26cranchyour Z I mean
01:23:39cranchapps and all
01:24:01mdzoh, man...I think I know why the apm ioctls were wrong
01:24:08mdzit looks like it is built against 2.2 kernel headers
01:24:57kergothCloudchaser_: cause i'm not using SF's documentation tools
01:25:02kergothmdz: ack
01:25:07kergothcranch: tar is your friend
01:25:14Cloudchaser_ok i can't find the docs :(
01:25:14kergoth[DrEvil]: hmm..
01:25:18kergothCloudchaser_: files page.
01:25:19cranchdefine..I can tar up the whole thing kergoth?
01:25:37kergothcranch: why not? tar up each filesystem independently of course. flash, then mtdram..
01:25:40[DrEvil]I knew the problem was with hmm
01:25:44Cloudchaser_ok thanks kergoth ;)
01:25:46kergothcranch: remember what tar was for..
01:25:47cranchwell...
01:25:55cranchI'll just update
01:25:58kergoth[DrEvil]: well. its weird.. everything gets put into the ipktemp dir, then it just .. stops
01:26:05kergoth[DrEvil]: there's no libc6 ipk in sources/ipks/?
01:26:10[DrEvil]no
01:26:28kergoth[DrEvil]: well its obvious the problem lies in the ipk creation step.. let me dig in that direction
01:26:43cranchKergoth...I'd like the security icon to stay when updating packages
01:27:31[DrEvil]all the other packages that build, package up fine
01:28:41cranchwhen upgrading packages kergoth, its safe to keep the old ipkg.conf right?
01:30:30shoe:(
01:30:45mdzhmm, if I kill apmd, I can suspend and resume, but I lose USB networking
01:31:17kergothcranch: yes, it is
01:31:21cranchIf anyone needs a laugh:  http://www.linuxworld.com/site-stories/2002/0812.install-p2.html
01:31:29mdzthe PC side gets a USB disconnect, then a connect, and does the enjoyable "device not accepting new address" dance
01:31:30kergoth[DrEvil]: its only libc6? erm..
01:31:48[DrEvil]ssh and libopenobex don't build for other reasons
01:32:05Cloudchaser_kergoth: is there new z-images for 2.9.5.5?
01:32:18[DrEvil]but as far as I can tell...libc6 is the only one that builds but doesn't package
01:32:36[DrEvil]I suspect you used the same template for ssh and libopenobex
01:33:06shoewhere under /root are the links created for applications that live under /mnt/card?
01:33:18shoeto get them to show up in the applications tab
01:33:18shoe?
01:34:46kergothCloudchaser_: nope
01:34:57kergoth[DrEvil]: yes, kits the same template
01:34:59kergothshoe: huh?
01:35:04shoewell
01:35:07shoeyou install an app under sd
01:35:08kergothshoe: the links are all over the place in the rootfs
01:35:20shoedidn't back those up
01:35:23[DrEvil]ssh and libopenobex has some kind of script problem
01:35:32kergothshoe: i.e. a file installed to /mnt/card/opt/QtPalmtop/apps/Applications/blah.desktop is linked to /opt/QtPalmtop/apps/Applications/blah.desktop
01:35:40[DrEvil]once we get libc6 packaging I can work on helping to figure out why
01:35:45shoe:(
01:35:47kergothshoe: this is true for EVERY file installed by the package
01:35:53kergoth[DrEvil]: okay, let me dig into libc6.mk
01:36:18shoenow I have to go and manually create links for all my apps under sd or reinstall them
01:36:22shoeinteresting learning experience
01:37:00kergothshoe: note theres a feature request reported to have opie pick up the ipkg database on the card and auto link/unlink on insertion/removal
01:37:04kergothshoe: which would be pretty sweet.
01:37:21Cloudchaser_shoe: if you install apps to SD you have to manually link them???
01:37:26shoeI do now
01:37:32shoenow that I refreshed and didn't back up the links
01:37:32kergothCloudchaser_: he reflashed.
01:37:43kergothCloudchaser_: if you reflash, you have to relink or reinstall, because it links at install time only.
01:37:46shoeis there an actual way to backup the links?
01:37:50kergothCloudchaser_: this is true for both sharp rom and oz
01:37:55cranchanyone find any need for that  copy and past applet in the dock :)
01:37:59cranchI'm trying to make it smaller
01:37:59kergothshoe: shell script.
01:38:02cranchto much shit in it ;)
01:38:05shoeinteresting
01:38:14kergothshoe: ipkg files blah; displays the files installed by blah
01:38:29kergothshoe: ipkg -d sd files blah; displays files installed by package blah installed to sd
01:38:59shoeokay
01:39:14shoewill fix
01:39:21shoewe need that tool bad :)
01:39:47cranchbrb..taking my Z to bed to make monkey love to it.  Hancom and TKC apps are all installed and functional
01:40:54kergothcranch: under which rom? OZ?
01:41:17cranchyup
01:41:23kergothnice.
01:41:25kergothglad to hear it.
01:41:29cranchexactly
01:41:29kergothbrb
01:41:32cranchme too :)
01:41:33cranchthanks
01:41:33Cloudchaser_ah when i restore back up and everything seems to work
01:43:10shoeeven the programs you installed on sd?
01:44:47kergoth[DrEvil]: change the remaining rm of locale.alias (under the BinaryInstallCmds section of libc6.mk) to rm -f, just for shits
01:46:14kergoth[DrEvil]: er, i meant under SubBinaryInstallCmds
01:46:33Cloudchaser_shoe: so far yes
01:46:41Cloudchaser_i installed oz one day
01:46:51Cloudchaser_it was a bit broken
01:46:56Cloudchaser_so i reflashed with sharp rom
01:46:59shoeCloud: it's gotten tons better
01:47:03kergothshoe, Cloudchaser_: sounds like the sharp rom pulls some weird shit to handle that, if thats the case.
01:47:03Cloudchaser_restored backup and voila
01:47:04shoeit's stable and completely usable now
01:47:10fredhhey kergoth, sorry to interrupt, but I can't find this jeode extraction script
01:47:13kergothshoe, Cloudchaser_: er i meants the sharp backup app
01:47:21shoeright
01:47:24Cloudchaser_kergoth: how do you mean?
01:47:27kergothfredh: pester ben meyer, i heard he was working on it, never heard if it was released
01:47:27shoethat will work in OZ, right?
01:47:31shoeshould...
01:47:33shoeI'll try that
01:47:35fredhah, I see, ok thanks
01:47:45Cloudchaser_shoe: oz has no backup/restore that i know of
01:47:48Cloudchaser_so no
01:47:53Cloudchaser_you'd have to reinstall everything
01:47:56kergothCloudchaser_: it's likely qquerying hte ipkg database on the card, dumping a file list, converting it to paths in /, then saving hte symlinks in the tar
01:48:03shoeright
01:48:05shoethat was my problem
01:48:07kergothCloudchaser_: databackup works, but not for installed apps, only for configuration and app data.
01:48:16[DrEvil](rm $(BUILD_DIR)/ipktemp/libc6/usr/share/locale/locale.alias 2>/dev/null; true) &&
01:48:17[DrEvil]that line?
01:48:33kergoth[DrEvil]: yeah
01:48:40Cloudchaser_kergoth: so its not so useful then?
01:48:45kergoth[DrEvil]: it shouldnt even be possible for it to exit right there, but your log says it does..
01:48:47kergothCloudchaser_: hmm?
01:48:49[DrEvil]so remove the path to locale.alias?
01:49:07kergothCloudchaser_: the most important thing to most people to back up is their application data. calandar, todo, addresssbook.
01:49:12[DrEvil]or do like I did for the other line?
01:49:21kergoth[DrEvil]: what'd you do to the other line again?
01:49:31Cloudchaser_kergoth but what about all the other data?
01:49:35[DrEvil]I took out the entire rm ....locale.alias part
01:49:36kergothCloudchaser_: what data?
01:49:42[DrEvil]and just left (true)
01:49:47kergoth[DrEvil]: ah, that may very well work here too. try that.
01:50:04Cloudchaser_stuff like iqnotes data, todo data (tkc)
01:50:11kergothCloudchaser_: databackup backs up Applications, Settings
01:50:22kergothCloudchaser_: which contains the app configuration for tkc, iqnotes, every installed app.
01:50:44Cloudchaser_the configuration yes but what about the data files?
01:50:44kergothCloudchaser_: the only thing it doesnt backup i dont believe, is Documents and the apps themselves (though i thinkt heres a checkbox for documetns)
01:50:50kergothCloudchaser_: you're not hearing
01:50:59Cloudchaser_i'm sorry
01:51:04kergothCloudchaser_: /root/Settings = app config
01:51:09kergothCloudchaser_: /root/Applications = app data
01:51:15kergothCloudchaser_: both of which get backed up by databackup
01:51:18kergothCloudchaser_: clear?
01:51:21Cloudchaser_ok
01:51:23kergothhrm
01:51:25Cloudchaser_yes
01:51:26kergothi forgot to eat dinner
01:51:29kergothwtf
01:53:05[DrEvil]doh
01:53:11[DrEvil]I got shell erros
01:53:13[DrEvil]errors
01:53:39kergoth[DrEvil]: gah, send me those too, what the hell. I wish that person who submitted the patch to make it build in mandrake wouldve actually attached the patch.
01:54:04[DrEvil]and you can't contact them because they did it anonymously
01:54:14kergothyep
01:54:16kergothbastards
01:54:16kergothah well
01:54:28kergothbrb, gotta scrounge something up for dinner
01:55:02Cloudchaser_stupid mozilla add .exe onto the zimage when downloading
02:05:18jbardinz0r
02:05:26jbardinis the QTextBrowser available on the Z?
02:12:40jbardininteresting...
02:53:53Cloudchaser_-
03:06:19warmihi
03:12:22jbardinhmm is there a compilder flag i need to use to combine c and c++ code?
03:13:15erikdwarmi!
03:13:19warmiyou are trying to include C methods in C++ program ?
03:13:22erikdi have a question for you :)
03:13:26warmierikd: sur
03:13:28warmisure
03:13:32jbardinwarmi yea
03:13:44erikdwith your sqlite wrapper do i need to delete the objects manually or is it automatic?
03:14:31warmierikd: you mean result objects?
03:15:09warmino, they are reference based .. no need to delete
03:15:23jbardinwarmi do you knwo howto accomplish this?
03:15:34warmi#ifdef __cplusplus
03:15:34warmiextern "C" { /* I really dislike this - iwj. */
03:15:34warmi#endif
03:15:52erikdwarmi: the SQLiteDB objects and the QueryResult objects
03:15:53warmi#ifdef __cplusplus
03:15:53warmiextern "C" { /* I really dislike this - iwj. */
03:15:53warmi#endif
03:15:54erikdboth of 'em
03:16:16warmiSQLiteDB object you need to delete
03:16:22erikdok
03:16:27erikdgoes through his code and adds that
03:16:36warmiQueryResult there is no need since you never get the pointer to the object
03:17:03warmiit is a reference based class , just like QString
03:17:08erikdwhat if i don't use pointers to the SQLiteDB object?
03:17:21warmithen you don't delete it
03:17:25erikdok
03:17:26warmijust like any other C++ object
03:17:36erikddoesn't know what a reference based class is :)
03:17:40warmiyou only call 'delete' if you call 'new;
03:18:07erikdah
03:18:18erikdbut not if it's one of the qt objects?
03:18:21larnixhow can i restart the zaurus in terminal mode?
03:18:34jbardinthansk
03:19:16warmihttp://www.warmi.net/httpd/html/qt-2.3/shclass.html
03:19:27warmishared class .. reference based class if you are interested
03:20:08jbardinrock on
03:20:14warmijbardin: basically you need to wrap definition of your C method in that extern C thingy
03:21:25warmiin your CPP class file just include at the top :
03:21:26warmiextern "C"
03:21:26warmi{
03:21:26warmi    void memc(void *dest, void *src,int dwords);
03:21:26warmi    void asmFullScreen270_16(void *dst, void *src);
03:21:26warmi    void asmFullScreen0_16(void *dst, void *src);
03:21:28warmi    void try_asm(void *dst, void *src);
03:21:30warmi    
03:21:32warmi}
03:21:34warmithese are just examples
03:22:02warmiand then you can call these funtions from your C++ class code
03:23:41jbardinroger
03:23:45jbardinthat should work for now
03:24:00warmierikd: normally  you can just use QueryResult qr=db.execSQL("select * from ...");
03:24:10warmiand then forget about QueryResult ..
03:24:10jbardini found some code that is written in C but i need the qt gui which is written in c++ to interface with the methods in the C code
03:24:21warmiit will go out of scope when your method returns
03:24:56erikdok
03:25:11erikdi usually do just SQLiteDB dbo; too
03:25:17erikdis that good or bad practice?
03:25:20warmijbardin: well, if it is a good C code then its h file should already include extern C
03:25:44warmierikd: normally you should include in your class definition SQLiteDB dbo;
03:26:00warmiand then just in constructor or whatever call dbo.open(..) etc
03:26:00erikdoh
03:26:05erikdhmmm
03:26:24warmibut that depends on the program .. how it works ..
03:26:41warmithere is no point creating temporary dbo objects in ever class method
03:26:50warmibut, as I said, it is up to you
03:27:15erikddoes it slow the app down a lot to create a new one and open the db for every (well, almost every) db access?
03:27:23warmiyeah
03:27:32erikdwill have to change that then
03:27:42warmiin my NFDB I just open it once in the constructor
03:27:49erikdok
03:27:56erikdthat makes sense
03:28:01warmiand then just call dbo.execSQL()
03:28:25erikdright
03:28:35warmithe only issue here is that your db will stay open for the duration of the program
03:28:38erikdand then dbo.close() in the destructor?
03:28:45erikdwhat's bad about that?
03:29:04warmiif you have another programm accessing the same database it would be a problem
03:29:14erikdah
03:29:14warmiif you don't .. then there is no problem
03:29:19erikdi don't think there will be
03:29:47warmierikd: you don't have to call close()
03:29:57erikdok
03:29:59warmiyour dbo object is part of Qt class
03:30:15warmiand therefore will go out of scope when your class object dies
03:30:29erikdand close is in the destructor for SQLiteDB?
03:30:30warmiand when it goes out of scope, its destructor will be called
03:30:40warmiand the destructor calls close if the db was open
03:30:41warmiyeah
03:30:47erikdcool
03:30:54erikdi love your wrapper, btw :)
03:31:14warmierikd: yeah .. it is much easier to work with then original C SQLite code
03:31:28warminot perfect but does 95% of what one needs from db
03:31:44erikdi have a new cpp file where i rearranged the order the defaults for the constructor are set so the compiler doesn't complain anymore
03:32:00warmierikd: I never bothered with thatin my Puzz-le game
03:32:09warmiit only makes a difference in very rare cases :-)
03:32:17warmibut , you are right, gcc will complain
03:32:20erikdyeah
03:32:34erikdi thought it was more "professional" without warnings :)
03:32:36erikdso i did that
03:32:45warmiyeah
03:33:15erikdsince it's open source and people might compile it themselves i wanted to make sure they didn't think something was b0rked :)
03:33:57warmiwell, that is not a big deal .. quite often you will see code ( like KDE) with tons of unused variables etc .. screens worth of gcc bitching :-)
03:34:11erikdah
03:34:24erikdhasn't compiled kde yet
03:34:29erikddunno if i want to either ;)
03:34:45warmiI always do that just because I had some problems using RPM once
03:34:57warmiit is a bitch though .. couple of hours on a good system
03:35:24warmierikd: have you seen Harlekin recently ?
03:35:25erikdyeah, when i got this system i'm on up and running i tried compiling it but it just refused to work
03:35:29erikdnope
03:35:36harlekin was last seen on #opie 5 hours, 28 minutes and 38 seconds ago, saying: hey drw  [Tue Aug 13 23:06:58 2002]
03:35:36warmiibot seen harlekin
03:36:01warmiwell, he is in Europe so he most likely sleeps now
03:36:25warmierikd: how's your app going overall ?
03:36:33erikdreally nicely
03:36:36warmihave any new info on your WWW page ?
03:36:41erikdi'd say it's more than 75% done
03:36:48erikdthere's ui stuff on there now
03:36:48warmi(darien page, I should say)
03:36:55warmidid you guys get your Z yet ?
03:36:58erikdnothing about the code, though
03:37:00erikdno
03:37:15erikdi think i should have the beta coded by the end of this week, though
03:37:20warmiok
03:37:37erikdwe have 3 main tabs and i've pretty much coded all of 2 of 'em
03:37:41erikdand part of the 3rd one
03:37:50warmigreat
03:38:06erikdbut the 3rd one will take the longest (i think) because there's a ton of math and stuff involved that i have to plan out first
03:38:15erikd(the 3rd one is the graph, btw)
03:38:32warmiyeah ... there are specialized graph widgets available for qt
03:38:42erikdwhere? :)
03:38:44erikdi didn't see one
03:38:50warmione sec
03:39:34erikdi was looking at an app called qplot that has a graph in it and i was going to see if we could use that one, but it relied too heavily on the app itself
03:41:23warmihttp://qtai.sourceforge.net/
03:41:33warmiI am not sure if this is the kind of graph you are looking for
03:42:07erikdyeah, but i think that's a little too advanced :)
03:42:20erikdi want to try making my own too to see if i can do it
03:42:36warmiyeah, sure
03:43:32erikdthat's half the fun :)
03:44:05whardierwoot
03:44:19whardierlook up "network joystick" on google.. hit "I'm feeling lucky"
03:44:50erikd...
03:45:12erikdlook up "erikd" on google and hit "I'm feeling lucky" :)
03:45:15warmierikd: if you are looking for general ideas how to implement this stuff then  check out this : http://www.codeguru.com/controls/index.shtml
03:45:44warmiunder Charting and analogue controls
03:46:01warmiit is Windows MFC C++ code with various implementations of charts etc
03:46:07erikdah
03:46:09erikdsweet
03:46:13warmiif you get stuck on something it might be helpfull
03:46:13erikdthanks
03:48:52warmierikd: you have the URL for WWW site with stuff you are working on ?
03:48:57warmi(the app)
03:50:17erikdhttp://zaurus.kruss.com/dev
03:50:24erikdit's under projects
03:53:12warmithanks
03:53:22erikdnp
03:53:54scanlinew00t.. OZ kernel compiled fine, my PPC to ARM cross-compiler works
03:53:58warmierikd: looks great
03:54:09warmiBZFlagIndia: so .. how is it ?
03:54:11erikdwarmi: thanks
03:54:25warmihehe .. any near death experiences ?
03:54:26warmihehe
03:54:28erikddarien did the ui, though :)
03:54:38warmierikd: yeah .. it does look nice
03:55:00erikdoh, you might be able to answer another of my questions
03:55:17erikdyou see that ss of the new entry tab? with the 1-0 and . buttons?
03:55:36BZFlagIndiawarmi: pleasant weather. interesting people.
03:56:02BZFlagIndiaif I could loose this head cold I got in NY I'd be having a blast. ;-)
03:56:13erikdis it possible to send a keystroke to the combo box when one of those buttons is pressed?
03:56:26erikdas of now i'm just appending the char to the end if the string
03:56:34erikdindia, hmm?
03:57:22warmierikd: what's wrong with appending char ?
03:57:37warmithis is precisely what would sending keystroke accomplish
03:57:46erikdwell, if someone selects the text in the combo box and presses a button it doesn't get replaced, it gets appended
03:59:52warmione sec
04:00:39warmibool QApplication::sendEvent ( QObject * receiver, QEvent * event )
04:00:54erikdah
04:00:56erikdcool
04:01:04erikdmakes a note of that
04:01:05warmiyou could create  QKeyEvent
04:01:11warmiand then send it using this function
04:01:19warmiQObject would be your QComboBox
04:02:01erikdqt is so cool :)
04:02:13scanlinehaha
04:02:18warmior you can do it another way
04:02:22warmijust call QString QLineEdit::markedText ()
04:02:39warmiwhich will return selected text and then you can basically remove that selected part or something like that
04:02:52warmibut sending event should work fine
04:03:00erikdwill try the sendEvent(). looks like less work :)
04:03:33warmiif sending even to QComboBox doesn't work for some reason
04:03:45warmisend it to QLineEdit of that QComboBox
04:03:57warmi*
04:03:57warmiQLineEdit* lineEdit () const
04:04:09erikdit inherits QObject so i'd think it would
04:04:14warmiQComboBox::lineEdit() will return pointer to the QLineEdit widget combo box uses
04:04:24warmierikd: well .. it is composite widget ..
04:04:32warmihas QListBox and QLineEdit
04:04:36erikdoh
04:05:17warmiwell, after all it is QLineEdit part of QComboBox you are talking about :-)
04:05:24erikdyeah
04:05:28warmibut maybe even sending to QComboBox will work directly
04:05:44warmiyou won't  know until you try it
04:05:44warmiheh
04:05:53erikdline edit inherits QObject too
04:05:57erikdalwell
04:06:00warmiyeah
04:06:01erikdadds to the TODO
04:06:16erikdno more coding for tonight. i'm about dead
04:06:22warmievery  control in QT inherits from QObject
04:06:24erikdi've been up for 19 hours
04:06:26warmihehe
04:06:27erikdah
04:06:31warmiyeah, that would do it
04:06:37BZFlagIndiaerikd: try a flight to india. ;-)
04:06:44erikddamn allergies woke me up at 5 =/
04:06:50erikdbz: hah, that'd do it too :)
04:07:13erikdhow 'bout this, i'll trade 'ya
04:07:20warmiBZFlagIndia: 16 hours ?
04:07:32erikdyou take my allergies and get up at 5 and i'll fly to india
04:07:44BZFlagIndiaheh. no thanx. got a head cold already, don't need alergies to boot.
04:07:49warmiheh
04:07:50erikdhehe
04:08:01erikdjust came off a cold =/
04:08:12erikdi brought it upon myself, though
04:08:22erikd72 hour lan. mmmm
04:08:25BZFlagIndiawarmi: I left UT on sunday 11:23AM and got to India Tuesday 10:15am
04:08:33erikdi just got the pics up on the net today
04:08:37warmiwell, that's bad
04:08:46erikdhttp://www.wisconlan.net/images/2k2v1/
04:09:23VerxHomeman
04:09:27warmimy buddy ( who is indian) is flying Kuwait airlines with stop in Kuwait city
04:09:30erikdhttp://www.wisconlan.net/images/2k2v1/wayne/erikzilla_(aka_aphistic).jpg <-- it's erikd!
04:09:32VerxHomeI guess Sharp has completely filled their inboxes
04:09:33VerxHomerofl
04:09:35warmibut he said it was altogether around 16 hours or so
04:11:02warmierikd: pictures from lan party ?
04:11:05BZFlagIndiahttp://rikers.org/timr-christ.jpg <- it's BZFlag (well, ok, in stage makeup ;-)
04:11:11warmiwhat did you guys play ?
04:11:15erikdwarmi: yup
04:11:23erikdcs, q3, starcraft, aoe
04:11:26warmiah ok
04:11:27erikdin that order
04:11:39warmiyeah, we used to play AOK exclusively
04:11:42erikdit was a blast
04:11:46BZFlagIndiawhat, no bzflag? =(
04:12:01warminow they switched to Warcraft 3
04:12:01erikdis there a bzflag binary for windows?
04:12:08erikdi think i was the only one with a linux box there
04:12:15warmiBZFlagIndia: hehehe ... people have Windows machines
04:12:21BZFlagIndiayep. and linux, and irix, and mac osx, and ...
04:12:29erikdand arm!
04:12:37VerxHomeerikd: This is my lan group: www.team-lan.com
04:12:44warmino arm .. not on the Zaurus .. :-)
04:12:48BZFlagIndiawarmi: no problem, grab the windows binary off bzflag.org
04:12:53warminot without fixed point OpenGL
04:13:00erikdi think it's time for a bzflag on the z
04:13:09BZFlagIndiawarmi: debian arm has bzflag but it wants x/glx
04:13:28BZFlagIndianeed an fpu badly.
04:13:29warmiBZFlagIndia: I mean .. after all Quake (1) was written using software renderer
04:13:42warmiand was running ok on 200 MHZ boxes
04:13:43erikdverx: cool
04:13:49BZFlagIndiabz with all options off gets like 6 fps when I tested on an ipaq.
04:13:53erikdwisconlan isn't really a lan group per se
04:14:08erikdit's just a once (maybe twice) per year lan i started
04:14:21erikdbut i do have lans here at my house once in awhile
04:14:35warmiBZFlagIndia: well, you need optimized handcoded triangle rasterizer to get anything better than that
04:14:44warmijust like original Quake did
04:15:09warmior forget about texturing altogether and just use polygons
04:15:10warmiheh
04:15:29warmierikd: I used to play every weekend
04:15:39warmievery saturday for 10-12 hours
04:15:43erikdthat would be great :)
04:15:58warmibut it was a very small lan party
04:16:05warmi4-5 people in my friend basement
04:16:08erikdeveryone would get sick of my lans if we did that, though
04:16:26erikdthey'd get sick of my CS ownage :)
04:16:29warmihehe
04:16:57warmiI never played CS .. not even once
04:17:03erikd!@#$
04:17:05erikd...
04:17:07erikdhow...
04:17:09erikdack
04:17:11erikddies
04:17:30warmiI am not that crazy about first person shooters
04:17:35erikdah
04:17:36warmiI play RCW but
04:17:44warmimost of the time I prefer games like Age of Kings
04:17:45warmietc
04:17:59erikdi'd be better at cs if my lappy wouldn't be so stupid
04:18:06warmihehe
04:18:06erikdwhenever i hold down a key the mouse jitters
04:18:26erikdnot much, but it's enough to throw off my aim when i'm walking or crouching
04:18:50warmierikd: CS is like more realistic  Quake right ?
04:18:55erikdyeah
04:19:04erikdwell... not -too- realistic
04:19:18codemnkyyes it's me
04:19:29codemnkyi'm hear to heckle and give bad advise
04:19:30erikdyou still have health meters and the only 1 shot kill gun is the awp and all the noobs hate it :)
04:19:57codemnkyyou know, the Z is water proof up to 50 meters
04:19:59warmierikd: but at least it is not "ray of death" or some other crap
04:20:06warmilike in Quake
04:20:28erikdheh
04:20:56erikdi loved playing quake deathmatches and taking the lightning gun in the water with a few other people and killing them by discharging the gun
04:21:15erikdi'd die myself, but that's the price you have to pay :)
04:21:27warmiwell, I loved BFG gun .. rarity but man
04:21:33warmiit had this awesome sound
04:21:35erikdmmm
04:21:36erikdyeah
04:21:48erikdthey broke the bfg in q3 =/
04:22:00erikdor rather they fixed it, depending on the way you look at it
04:22:11warmiactually my favourite used to be the granade launcher in Quake 1
04:22:32warmiI loved to pump couple of granades  into room full of people
04:22:41erikdi was partial to the super nailgun
04:22:55warmibut these days if I play FPS it is Return to Castle Wolfenstein
04:22:57erikdand then the railgun in q2
04:23:03erikdand the rocket launcher in q3
04:23:07warmihehe
04:23:16erikdactually, i still like the railgun in q3
04:23:46erikdthere's this cool mod for q3 called corkscrew. it's like instagib with railguns and grapples
04:24:03erikdcould talk forever about gaming
04:24:11warmierikd: I remember playing on some servers when railgun was the only available weapon
04:24:33warmianyway .. time to go get some sleep
04:24:34codemnkyyou guys play
04:24:35warmisee you later
04:24:39erikdi never really got to play quake or q2 in the height of its popularity, though -/
04:24:43codemnkymetal of honor
04:24:44erikd=/*
04:24:47codemnkypsII
04:24:51erikdi don't
04:24:55codemnkyit's pretty cool
04:24:56warmicodemnky: yeah .. I have it
04:25:05codemnkyyou know who priduced it?
04:25:06erikdmy lappy doesn't like the q3 engine much
04:25:07warmibut I never played it online
04:25:09codemnkyproduced
04:25:10erikdso i avoid those games
04:25:19warmicodemnky: EA I think
04:25:30codemnkygrab the instruction book
04:25:33codemnkycheck this out
04:25:43erikdwants to work at the local gameshop
04:25:52erikdraven software++ :)
04:26:03codemnkyhave the book?
04:26:14codemnkyi mean, created it
04:26:21codemnkythis is kinda cool
04:26:22warmiI can't find the instruction
04:26:26warmibut I do have the box
04:26:31codemnkySteven Spilburg
04:26:36codemnkyhowever it's spelled
04:26:41codemnkylook at the very last credit
04:26:46warmiheheheh
04:26:48codemnkyin the back
04:26:51warmiwell ..
04:27:05warmiconsidering Omaha beach level ..
04:27:18erikdjeez. i need sleep.
04:27:24warmithere are couple of maps modeled after Saving Private Ryan
04:27:28warmierikd: so I do
04:27:32warmiso do I :-)
04:27:32erikdi have to take my brother to the high school at 7 tomorrow =/
04:27:32codemnkyyep
04:27:44codemnkygive him bus change
04:27:47warmiyeah .. good idea with that sleep
04:27:49warmisee you
04:27:56erikdwe don't have buses
04:28:09erikdi live in the 'burbs :)
04:28:22erikdtime for bed, though
04:28:24codemnkyFed-X him
04:28:24erikdg'night guys
04:28:28codemnkylater
04:28:29erikdhaha
04:28:32erikdg'night :)
04:53:24codemnkyhears crickets
04:57:23codemnkyFort Haley Dog
04:57:26codemnkyhttp://www.oddabon.com/fort.jpg
04:57:54codemnkyhttp://www.oddabon.com/dog.jpg
04:58:27roge99_laptop was last seen on #zaurus 15 hours, 3 minutes and 2 seconds ago, saying: i ususally build a new fs on the sd before i reflash and install everything fresh just to make sure i have a clean install [Tue Aug 13 14:55:25 2002]
04:58:27codemnkyibot seen roge99_laptop
05:21:59kergoth was last seen on #zaurus 3 hours, 27 minutes and 31 seconds ago, saying: brb, gotta scrounge something up for dinner [Wed Aug 14 02:54:28 2002]
05:21:59scanlineibot: seen kergoth?
05:23:42hcker2000hey dose any one know how to set up the z so it can connect to my lan over usb?
05:24:25[DrEvil]you are a hacker
05:24:30[DrEvil]you should be able to handle it
05:25:16hcker2000well my "hacking" atempts to get on the lan with my z have failed lol
05:25:39[DrEvil]uh-huh
05:25:55hcker2000so might you have any idea how to do it
06:14:58kybuhi
06:25:08switchcatgreetings
06:27:50DaWormhmm
06:32:19arrrghmm
06:52:14DaWormboring
07:04:55elgehi all:)
07:05:23elgeis zaurus the only portable meduim to read oggs? what about window pdas?
07:18:54oGMowhy would you want one of those?
07:23:28DaWormi don't think the ppc pdas have ogg players
07:23:44DaWormbesides if they wanted one, its just software :P
07:28:01kollaspeaking of... which ogg player does zaurus have? I found one but it required a libvorbis which I could not find
07:28:30scanlineogg123!
07:29:09Jerakeenooh, I found mplayer... Scary. Anyone got this to work?
07:29:17JerakeenNeeds libncurses 4, for some reason.
07:33:04kollascanline: ok, that's the one I tried
07:34:04hcker2000hey could any one tell me why my zaurus wont link up to my computer?
07:35:01hungerhcker2000: You are propably doing something wrong.
07:35:15hungerloves being helpful;-)
07:35:23hcker2000well i was playing with some of the ips :)
07:35:39hcker2000haha never mind i just fixed it
07:35:40hcker2000:)
07:36:02hcker2000hey maby you know if there is a way to set up the z so it can get on my lan useing the usb cradel?
08:42:48elgeoGMo and DaWorm: no oggplayers for pocketpc then ??
08:55:11Speedy2re
08:55:16cdmhey man.
08:56:07George-yo speed
08:56:22Speedy2Hi
08:56:27Speedy2And Hello
08:56:31Speedy2<--- has napped for a few hrs.
08:56:39Speedy2What up cdm, George?
08:57:36elgerillian, who was the repeater?
08:57:39elgeoops wrong chan
08:58:04cdmSpeedy2: need to sleep, driving to LA tomorrow.
08:58:22Speedy2cdm: Is that a good thing or a bad thing (going to LA)?
08:59:57cdmgood thing.
09:00:05cdmgonna see The Tragically Hip and Great Big Sea.
09:00:12Speedy2Ahh
09:00:16Speedy2The wife going with?
09:00:26cdmfur sure.
09:00:30Speedy2c00l
09:00:39Speedy2How long of a drive? Like 12 hrs, right?
09:02:03cdmyeah, 12-13.
09:02:21elgeis there an audio input on zaurus? is it possible to record audio on a pda ?
09:02:34elgewith an external microphone
09:03:48Speedy2elge: Yes, the audio out jack doubles as microphone in
09:04:01Speedy2Man, that Diamond thread on Slashdot...fucking DeBoers
09:05:04Speedy2"Fuck DeBeers. They're the RIAA of carbon. " That is a perfect statement
09:08:21elgespeed, and what soft can i use to record? it records in wav ?
09:10:10Speedy2elge: I can't help you there, I am only aware that it can record using that jack.
09:17:37scanlineelge: it should be standard /dev/dsp stuff, so you could use any linux sound recording app.. like sox
09:18:28Speedy2Hey scanline
09:18:41scanlinehi Speedy2
09:19:51Speedy2How go the LEDs?
09:20:05scanlineSpeedy2: haven't worked on that in a bit.. right now I'm in canada visiting Xentac
09:20:19Speedy2I see.
09:20:59scanlineand I don't think I'll have time to finish the second revision LED board soon... more important things to do at the moment, and school starts soon
09:21:35Speedy2Ah.
09:21:54Speedy2I g0t h0xr3d with some Xilinx 4010Es...I'll do some coolio project with that in the future
09:22:29Speedy2That dude is big enough to handle 33MHz PCI which is mondo neato...
09:22:45Speedy2But the prospect of writing x86 drivers sickens me...so it's a turn-off
09:23:49scanlineeheh
09:24:15Speedy2So I'm thinking of doing a uP/uC project in it.
09:24:27kollauhm... national radio wants to interview me
09:24:37Speedy2For what position?
09:24:55kollasitting down I assume :)
09:25:12Speedy2Not IN what position, FOR what position
09:25:57kollasome radio show and they want to interview someone who might have a close relationship to computers
09:26:13kollaI might have that
09:26:29scanlinehi gonkulator
09:26:34gonkulatorhi scanline
09:26:41gonkulatorscanline: how sits it?
09:26:53scanlinedebuggifying and such
09:27:56Speedy2BZFlagIndia: Kya hall hey ?
09:30:27gonkulatorhmm... x86 seems to be b0rken
09:30:35Speedy2gonkulator: You're just now realizing this?
09:30:50gonkulatorSpeedy2: I have been using PPC since I was small
09:31:50gonkulatorPPC and 68k
09:32:07Speedy2Ah
09:32:09Speedy2Lucky you.
09:32:31gonkulatoryeah, I called my first mac "sparky"
09:33:12gonkulatorit ran MacOS 7.0.1
09:33:15gonkulatorso much fun
09:33:48Speedy268K, while being CISC, isn't nearly as nasty as x86 has become.
09:34:03gonkulatorthat, and apple was smart enough to migrate away from it
09:35:05gonkulatorbut now, I am being innundated with older x86 hardware as people no longer need their old PCs
09:35:24gonkulatorI hope x86 runs linux as well as my PPC laptop
09:35:53kollappc laptop being some powerbook?
09:36:01gonkulatorkolla: an iBook
09:36:19kollaok
09:36:22gonkulatorI am using Gentoo, and it is quite nice
09:36:29kollayep
09:36:34kollagentoo here as well
09:36:42gonkulatorit has a cute little apple that glows on the back of the monitor :)
09:37:50kollaI know, I had one upto last sunday :)
09:37:56kollamy previous job
09:38:32gonkulatorloves his iBook
09:38:43gonkulatorthe only problem is the lack of multiple mouse buttons
09:38:56kollaI now have a ibm tinker pad.. I miss the ibook
09:39:15gonkulatorlol, tinker pad
09:40:05Speedy2kolla: What model/type?
09:40:40kollaT23
09:40:56gonkulatorSpeedy2: did you see the new PowerMac that Apple released today
09:41:05gonkulatordual 1.25 gHz G4
09:41:30gonkulatormakes me wish I had money to waste
09:42:34kolla:)
09:42:47kollahow much are they asking for it?
09:42:54Speedy2kolla: T23 is a nice one...give me, please?
09:43:10gonkulatorkolla: I dunno, I haven't made it past the spec page
09:43:25gonkulatorSpeedy2: I thought x86 was a mess
09:43:28Speedy2gonk: I didn't know they had released a new PMAC, but it's Apple so it will cost a million dollars.
09:43:30kollaSpeedy2: if it was up to me, you could have it :)
09:43:43kollaa hot little bastard
09:43:51Speedy2gonkulator: It is a mess, but compared to alternatives...
09:44:21gonkulatorlooks at his iBook and wonders what is wrong with it
09:44:30kollashould have a warning tag on it.. "Do not use as laptop!"
09:44:52scanlinekolla: does it have a fan?
09:44:57gonkulatorlike from McDonalds "Caution HOT"
09:45:00kollascanline: yes
09:45:08scanlinekolla: haha.. and it still gets hot..
09:45:20gonkulatorthe iBook tops out at 40 degrees C
09:45:21Speedy2gonkulator: For checking e-mail, writing stuff, etc, both are fine, but little to no Engineering software will run on an iMac/Apple/OSX
09:45:21kollawhen it thinks it's too hot it start this fan that blows hot air out the side
09:45:29Cloudchaser'mornin
09:45:31Speedy2kolla: It's like a PIII, right?
09:45:39Cloudchasergoing to be 105 here today :(
09:45:43kollagonkulator: yes, however I replaced the disk in mine and then it got somewhat warmer as well
09:46:04gonkulatorkolla: oh, I still have the original 10 gigger
09:46:08kollaSpeedy2: either pII or pIII
09:46:33kollaIntel(R) Pentium(R) III Mobile CPU      1133MHz
09:46:38Speedy2Yeah
09:46:44kollaaccording to /proc/cpuinfo
09:46:53Speedy2The power mangement on Shintel "mobile" CPUs is retarded
09:46:58Speedy2Either full-speed or like half-speed
09:47:02Speedy2(one or the other)
09:47:15Speedy2The K7 Mobile CPUs have a lot more options, but there aren't any quality laptops built around it
09:47:40George-K7 is out?
09:47:46Speedy2uhh
09:47:52Speedy2K7 has been out for a long time
09:48:00George-uhm wait
09:48:07George-I'm thinking of the K8 :)
09:48:12kollaI just wish someone else than apple would put together ppc machines
09:48:21Speedy2Yeah
09:48:22gonkulatorwants a G5
09:48:32George-gonkulator: yeh
09:48:32George-gonkulator: or a G6
09:48:35George-:)
09:48:42George-kolla: IBM do
09:48:48gonkulatorkolla: penguin computing does G3 machines that fit in a 5 1/4 inch bay
09:48:48scanlinepreorders a Playstation 9
09:48:58kollaGeorge-: well, consumer machines
09:49:03George-kolla: oh
09:49:09Speedy2kolla: Agreed
09:49:21George-I like my apple :)
09:49:21Speedy2There are/were a few, but Apple f'ing killed Power Computing...losers
09:49:32Speedy2Apple chipsets suck rox
09:49:35gonkulatorGeorge-: so do I :)
09:49:48George-Apple machines 0wn x86 ;)
09:49:52gonkulatorSpeedy2: what, you don't like having 8 kernel modules for one chip?
09:50:02scanlineI like my iBook, only complaint I have is lack of more mouse buttons, and the fact that my iBook needs a new battery
09:50:09George-scanline: hahaha
09:50:16George-scanline: the thing is, it's designed for Mac OS
09:50:25George-scanline: Mac OS doesn't NEED more than 1 mouse button :)
09:50:27scanlineyeah.. I ditched MacOS X, it's too slow
09:50:31gonkulatorGeorge-: scanline wasn't designed for MacOS
09:50:31George-lol
09:50:35George-gonkulator: hehe
09:50:38scanlinethat too >:)
09:50:43George-my tibook runs OS X quite nicely
09:50:44Speedy2gonkulator: The chipsets themselves aren't cutting edge, I'm not talking about the software side of things
09:50:47George-very nippy :)
09:50:56George-Speedy2: why not?
09:51:02scanlinedrools at George-'s tibook, but the drool steams when it hits the hot case
09:51:15George-scanline: yeh, it gets hot :)
09:51:28George-scanline: but the 15.2" and 5 hour batt, and stuff is nice
09:51:35George-scanline: and the WiFi :)
09:51:47gonkulatorhas airport in his iBook
09:51:56gonkulatorin fact, I am using it right now
09:51:58scanlineyah.. I'd love to cram as many Eterms as I can onto an LCD that big :)
09:52:02George-gonkulator: ohhh
09:52:06George-gonkulator: which iBook?
09:52:12scanlineBuiltin 802.11 antenna on the Mac laptops, definitely a plus
09:52:13gonkulatorGeorge-: the old 500 mHz one
09:52:22George-gonkulator: oh, my friend has that
09:52:32gonkulatorGeorge-: so does my friend
09:52:32George-I was gonna get that one...
09:52:35Speedy2George-: They are not cutting edge, because they are not. They're slow to adopt memory technologies (i.e. DDR) and what chipsets they have aren't that fast (i.e. PCI implementation is not best, etc)
09:52:42scanlinegonkulator and I got iBooks at about the same time, we've had em for a little over a year now
09:52:46gonkulatormy friend scanline, Mark, Jai, Evan, Kyle, Matt Hamilton
09:52:48George-Speedy2: seen the Xscale?
09:52:59Speedy2George-: It's a POS (PXA250)
09:53:02George-?
09:53:06Speedy2And I never claimed Shintel did thing properly
09:53:11Speedy2POS == Piece of Shit
09:53:14Speedy2did things
09:53:16George-er..
09:53:27George-hehe
09:53:28Speedy2I'm not saying x86 is >> or better than PPC or anything, I'm only saying Apple's chipsets are no good.
09:53:29scanlineSpeedy2: Apple has done some good things with chipsets, like building fast Gigabit ethernet onto the motherboard
09:53:29George-ok
09:53:37George-I meant to say Xserve :)
09:53:40George-lol
09:53:52Speedy2scanline: Adding GBit Ethernet to the motherboard != good chipset design
09:53:58George-Speedy2: why not?
09:54:08George-Speedy2: I like having gigabit on my tibook....
09:54:11Speedy2Cause they just plonked down a chip onto the motheboard, I'm talking about the core logic
09:54:17Speedy2So? It's irrelevant.
09:54:23George-heh
09:54:32George-ok
09:54:35George-bbiab - lunch
09:54:38Speedy2We're discussing Apple's core logic and chipsets not what chips they put on the motherboard
09:54:41scanlineSpeedy2: I don't remember exactly how it's connected, but they used something faster than PCI for the gigabit ethernet IIRC
09:54:51gonkulatorSpeedy2: I have routinely gotten twice the throughput from the mac chipsets when compared to the PC counterparts
09:55:01gonkulatorin networking
09:55:14Speedy2gonkulator: What the hell are you talking about? I'm discussing core logic, not Ethernet
09:55:29Speedy2Throughput doing what?
09:55:29gonkulatorSpeedy2: I am talking about Ethernet, sorry
09:55:46gonkulatorSpeedy2: large file transfer
09:55:46scanlineSpeedy2: peripherals are important too :P
09:55:56gonkulatorI work in an A/V lab
09:56:10gonkulatoris the geek who takes care of the computers
09:56:25scanlineSpeedy2: in the ibooks at least, ethernet, USB, sound, memory control, and everything is on one chip anyway
09:58:51Speedy2I think they bought their Ethernet core...
09:59:22scanlineApple buys a lot of stuff... the iPod and the Airport base station were almost completely 3rd party designs
09:59:30scanlinebut that doesn't make the product any less interesting
09:59:54gonkulatorloves his iPod
10:01:01gonkulatoryay for OpenCores
10:01:11Speedy2??
10:01:13JerakeenFrankly, the big wn they have from my pov is that there's one hardware layout, and things Just Work. I mess with too much shitty x86 hardware to not appreciate that.
10:01:38gonkulatorJerakeen: agreed
10:01:41scanlineJerakeen: makes the software easier for them.. if only OS X was fast ;)
10:02:59Speedy2But they also completely control hardware and makes introducing anything other than what they offer tough
10:03:24George-scanline: the AirPort card is a rebranded orinico gold/silver
10:03:30George-scanline: iirc
10:03:43gonkulatorSpeedy2: in today's economic system, is it possible any other way?
10:03:46scanlineGeorge-: I know, it's just nice to have the builtin antenna
10:03:59George-the built in ariel rocks :)
10:04:07scanlineGeorge-: gets much better signal than Xentac's thinkpad with the dlink card sticking out the side :)
10:04:23George-hehe
10:04:32George-the TiBook has a rather low signal reception, though
10:04:37George-iBook is apparently MUCH better
10:04:45Speedy2gonkulator: I think they have eliminated any clever or promising designs, forcing you to accept what they give. It may work, but it can be very sub-optimal (as has been the case in the past)
10:04:50scanlineit's what they get for using a metal frame I suppose
10:04:57George-yeh
10:05:02George-the titanium frame is nice :)))
10:05:20scanlineSpeedy2: that would be a really bad thing if Apple was the monopoly, but as it is they're just a competitor to Microsoft
10:05:20George-perhaps they should have used the frame itself as the receiver? :)
10:05:32scanlineGeorge-: Maybe they would if it wasn't for the FCC :)
10:05:37George-lol
10:05:54George-hacks his tibook to make the entire case an ariel :)
10:06:08George-bbiab
10:06:12Speedy2scanline: They're peripheral to M$ because they consider hardware their main business. They would be a competetor to M$ if they released OSX (full) on x86
10:06:36sethIf there any vlc people in here right now: any plans to port vlc to the zaurus?
10:06:47gonkulatorSpeedy2: what would the optimal system?
10:07:00scanlineSpeedy2: IMHO both the software side and hardware side of apple have a place.. though it would be good if they could decide what they're focusing on (i.e. not charge for OS upgrades if they're really a hardware company)
10:07:04Speedy2gonkulator: I don't follow
10:07:23gonkulatorSpeedy2: I stepped away for a second, I was responding to your last comment to me
10:08:21Speedy2gonkulator: I just meant that they can go with sub-optimal design choices (i.e. crappier DRAM, PCI implementations, etc) and you can't do anything about it.
10:08:46scanlineSpeedy2: you could go to some other company that's also using crappy DRAM and PCI :)
10:09:03Speedy2scanline: They may have their respective places, but that doesn't make Apple a direct competetor of M$ . If they were smart, they would spin-off their software division, but they know they would die since their hardware nets them only so much
10:09:31Speedy2scanline: If you're using an Apple system you're forced to use their POS PCI/DRAM logic, so what choice do you have again?
10:09:52gonkulatorscanline: design your own hardware!
10:10:12scanlineSpeedy2: you always have the choice to not use an Apple system. the only thing that locks you into a system in the long run is proprietary software, and that's why I like linux on the ibook
10:10:25gonkulatorsince theirs is crap, we gotta make our own
10:10:33scanlineSpeedy2: for example, your proprietary engineering software locks you into using windows
10:11:14Speedy2scanline: More importantly, it locks me into that vendor. Even if it ran on OSX, all the other tools would not.
10:11:39scanlineSpeedy2: So that's where open source comes in :)
10:11:42Speedy2scanline: But frankly, I wouldn't care for a Linux version or an OSX version, I'd rather the company put time and effort into improving the tool
10:11:56linux-Ggscanline: does linux support the ibook's sleep mode?
10:11:57Speedy2scanline: Yeah, except for a lot of things OpenSource fails and will always fail.
10:12:14scanlineSpeedy2: but an open source version lets other people (who maybe would take the time to fix things they find annoying) improve your software
10:12:16scanlinelinux-Gg: yes
10:12:28gonkulatorlinux-Gg: pmud makes it sleep on close lid events and wake on open lid events
10:12:36scanlinelinux-Gg: Everything i've tested works, which is everything except the modem
10:12:47linux-Ggsounds great.
10:13:00gonkulatorlinux-Gg: sometimes, AC doesn't work on my iBook, but that is because I have a funky connector :)
10:13:13scanlinelinux-Gg: 3D acceleration works.. it's not really fast enough for most games, but bzFlag runs fine :)
10:13:24linux-GgI bought an ibook some month ago and I'm constantly thinking whether I should switch to linux with it
10:13:35gonkulatorlinux-Gg: Gentoo all the way
10:13:38scanlinewaits for gonkulator to plug Gentoo...
10:13:42scanlineah
10:13:52scanlinegonkulator: predictable :P
10:13:52linux-Ggis a debian fan
10:13:58gonkulatorscanline: ass
10:14:35linux-Ggdo you have both linux and MacOS, or linux only?
10:14:46gonkulatorlinux-Gg: Gentoo has all of the ease of apt-get with the speed and effeiency of linux from scratch
10:14:51scanlinelinux only, for now
10:14:53gonkulatorlinux-Gg: just linux
10:15:01linux-Gghmm, I
10:15:02gonkulatorbut I had it so that it was dual boot for about 4 hours
10:15:30linux-Gg'd like to stay with MacOS, since I want to port my software to as many platforms as possible
10:15:44gonkulatorlinux-Gg: how big is your hard disk?
10:15:58linux-Ggit's the small 15G :-(
10:16:03George-OK
10:16:08George-Stop the apple flaming
10:16:13gonkulatorlinux-Gg: if I had 15 gig, I would have tripple booted this thing :)
10:16:15George-Apple rulez over Wintel, end of story ;)
10:16:21scanlineGeorge-: :)
10:16:23George-hides
10:16:28scanlineGeorge-: I wouldn't mind a BeBox....
10:16:38gonkulatorgives George- his flame suit
10:16:49George-thx gonkulator
10:16:50George-:)
10:16:51Speedy_2Talk about lack of proper marketing on Be's part...
10:16:56George-gonkulator: I'm gonna need it!
10:17:10gonkulatorhehehe
10:17:20George-when's the K8 due to come out?
10:17:23gonkulatorgetting squished by MS is a bad marketing strategy if I have ever heard one
10:17:30Speedy_2This
10:17:32Speedy_2http://www.viridiandesign.org/notes/301-350/00325_open_source_speech.html
10:17:34scanlinehehehe
10:17:48George-brb
10:18:01Speedy_2Getting bought by f'ing Palm...WTF is that
10:18:24gonkulatorSpeedy_2: a marketing decision?
10:18:32gonkulatorSpeedy_2: a smelly ape?
10:18:42gonkulatorSpeedy_2: OH, I got it, a mistake.
10:18:49George-re
10:19:37George-wonders when the heck a PDA manufacturer will make a PDA based on the Alchemy
10:20:12Speedy_2George-: Well, PPC2002 killed all non-ARM so most people are being circumspect about using it
10:20:32Speedy_2Sharp didn't use it since they did so much work in getting their stuff to run on StrongARM
10:20:36Speedy_2(that's what I suspect)
10:20:36George-Speedy_2: it just plain sucks :(
10:20:44Speedy_2George-: The CPU or the situation?
10:20:50George-Speedy_2: We want Alchemy!
10:20:52George-The situation
10:21:12Speedy_2George-: It's a decent processor, though their power numbers aren't what they claim.
10:21:14George-it'd be cool to have a 500MHz MIPS pda
10:21:18George-power numbers?
10:21:23Speedy_2Power consumption
10:21:31George-oh
10:21:31Speedy_2They claim 500mW @ 400MHz
10:21:44George-no
10:21:47George-they claim 700
10:21:53George-333
10:21:54George-<400mW
10:21:54George-400
10:21:54George-700mW
10:21:54George-500
10:21:54George-1.2W
10:22:04Speedy_2hehe
10:22:08Speedy_2They amended it then
10:22:28George-What's the Xscale/SA1110's power consuption?
10:22:34Speedy_2It's still off :)
10:22:45George-haha
10:23:12Speedy_2SA1110 is realistically about 300-400mW for 200MHz
10:23:28Speedy_2PXA250 is prob like 500mW to 600mW+
10:23:30Speedy_2(@ 400Mhz)
10:23:39Speedy_2I suspect actually PXA250 @ 400MHz is around 800-900mW
10:24:03Speedy_2The nice thing about the Au processors is that the frequency is dynamically scalable.
10:24:18Speedy_2i.e. you write to a register and you're running at a new speed
10:24:23George-oh?
10:24:46George-sweet
10:24:48Speedy_2Yeah
10:24:58George-so I can run my CPU at 3.14159265458979MHz? :)
10:25:04Speedy_2BTW, they had versions that ran @ 700MHz...
10:25:12George-??
10:25:22Speedy_2umm, no, the frequencies are fixed, you can just select which one you want
10:25:28Speedy_2(fixed by frequency dividers and so on)
10:25:35George-oh
10:25:39George-700MHz...
10:25:43Speedy_2The lowest it runs is like 60MHz or something, it won't go below that
10:25:45George-That's the speed of my x86 laptop!
10:26:08George-Would a AU @ 700MHz be faster than a Celeron @ 700MHz?
10:26:10George-thinks so
10:26:19Speedy_2No
10:26:23George-?
10:26:25Speedy_2Because the Celeron has more cache
10:26:25George-noooo
10:26:33George-celeron has 128KB
10:26:35Speedy_2Au is 16KB I+D cache
10:26:48Speedy_2Plus MMU, and mini-TLB
10:26:58Speedy_2But...128KB == 16x 16KB...
10:27:03George-does the au have a copressor?
10:27:04Speedy_2err
10:27:07Speedy_28*16
10:27:42Speedy_2George-: The Au supports co-processing, but it doesn't have one on-board. They are planning versions with Floating point.
10:27:49scanlinew00t...
10:28:05scanlinehttp://www.handhelds.org/scap/port.14696.png
10:28:18Speedy_2The 1500 already has PCI 2.2 (66Mhz on it)
10:28:23Speedy_2MHz that is
10:28:32George-?
10:28:44Speedy_2Au1500 is an Au variant with PCI on it
10:28:56Speedy_2Au1100 has LCD controller -- it's basically the Au analog of the SA1100/SA1110
10:29:32George-oh
10:29:47George-Au owns
10:29:53George-let's all bitch to JasonNJ!
10:30:06Speedy_2He's a marketing dude
10:30:06George-start a petition, and send it to sharp :)
10:30:08Speedy_2Not an engineer
10:30:12Speedy_2The Engineering is done is Japan
10:30:14George-damn =P
10:30:28Speedy_2And even if he were an engineer, he couldn't do anything
10:30:32Speedy_2Japan controls everything (Sharp Japan that is)
10:30:34George-lol
10:30:37George-ok
10:30:53George-let's make a petition, and send it to the CEO of Sharp Japan! :)
10:31:32Speedy_2George-: They're already anounced using XScale in the 5600
10:31:38George-I know
10:31:39Speedy_2You think they'll change their product in mid-design?
10:31:40Speedy_2Yeah right!
10:31:42George-*snivvle*
10:32:13Speedy_2Just for your information, the Au processors are designed by all the StrongARM people.
10:32:40George-are they?
10:32:47George-holy shit!
10:32:57warmi was last seen on #zaurus 6 hours, 5 minutes and 8 seconds ago, saying: see you [Wed Aug 14 05:27:49 2002]
10:32:57markibot: seen warmi
10:32:58George-runs away [It's MARK!!!!]
10:34:42George-Speedy_2: Does that mean that the AU CPUs are pretty damn good, then?
10:34:56George-but why the heck did they base it on MIPs?
10:35:45Speedy2George-: Yes, they are.
10:36:22George-???
10:36:32Speedy2Au people are StrongARM people.
10:36:45George-if they're SA ppl, why isn't it based on ARM?
10:37:04Speedy2Because there is already a bunch of ARM based stuff
10:37:13Speedy2And they'd have to re-negotiate a license with ARM
10:37:21Speedy2So they figured they could get a MIPS license more easily
10:37:30Speedy2And furthermore, there aren't any StrongARM like processors for MIPS
10:37:35Speedy2NEC's VR stuff basically sux
10:37:47Speedy2And everyone else's MIPS stuff was/is like 75MHz or 135MHz or something
10:37:51Speedy2With no real peripherals.
10:37:53George-what about code morphing for ARM emulation?
10:38:37Speedy2That's in the works.
10:38:47George-nice :)
10:38:57George-When that's done, there'll be no stopping the Au!
10:39:02Speedy2Their biggest market is not PDA space
10:39:19George-Obviously
10:39:21Speedy2PDAs are one market, but it's starting to get cut-throat
10:39:26Speedy2(starting)
10:39:32George-They're trying to dominate the netwinder-type market, right?
10:39:55Speedy2Not even
10:40:08George-?
10:40:28Speedy2Well...Netwinder thingy is one market too
10:40:36Speedy2But Netwinder failed due to insane pricing
10:41:26Speedy2And I think they are being circumspect about trying to go there again
10:41:32Speedy2Since the demand for a thin-client is somewhat low
10:41:51Speedy2Pricing on a thin-client would have to be agressive, like on the order of $<400
10:42:01George-hm
10:42:04George-how much was it? :)
10:42:28Speedy2On the Netwinder? It was like $1k+
10:43:15George-wtf?
10:43:33Speedy2Yeah
10:43:38Speedy2Can you say smoking crack?
10:43:45George-no
10:43:55George-I can say Bill Gates :)
10:44:01Speedy2Well
10:44:06Speedy2Netwinder was done by Corel, then sold to Rebel
10:44:12Speedy2Without whom you probably would not have a Z
10:44:20George-?
10:44:41Speedy2Netwinder did ALOT of ARM/Linux work.
10:44:48George-I gathered
10:44:49Speedy2Toolchain stuff, OS related, etc.
10:44:59George-compaq research labs did a lot too
10:45:12Speedy2Not really
10:45:15Speedy2DEC did a lot
10:45:24Speedy2Then Compaq bought that division of DEC
10:45:25Speedy2ANd got those people
10:45:29Speedy2And rebranded them "Compaq"
10:45:35George-oh
10:45:49George-didn't Compaq acquire like,the whole of DEC?
10:45:53Speedy2You see, the DEC people released Itsy and did a lot of StrongARM / Linux stuff
10:46:04Speedy2George-: No, Shintel got the rest (hence that's why they have the StrongARM)
10:46:12George-oh
10:46:17Speedy2And then Compaq sold the Alpha to Shintel, basically killing it.
10:47:10George-argh
10:47:12George-nooo
10:47:15George-cries
10:52:52Speedy2Well, common, did you expect Comf'ingpaq to do anything useful with it?
10:53:00Speedy2Those guys are the enemy to the core.
10:56:28kollaand now compaq is gone also
10:56:46kollaI have a fiend who works at DEC..uhm.. compaq.. uhm.. HP :)
10:56:53kolladoing VMS
10:57:48Speedy2And f'ing "HP" (a company that is a huge disgrace to the original founders) is doing a bunch of crap too
10:57:51Speedy2i.e. Itanic2
11:04:36George-Speedy2: WHat's wrong with HP?
11:06:15Speedy2Oh man
11:06:18Speedy2They're a SHIT company
11:06:47George-?
11:07:10Speedy2"Agilent" is basically the brains
11:07:14Speedy2HP is the shit that's left over
11:07:38George-agilent?
11:07:43tux_mikei dare you to try to deal with their repairs dept
11:11:27Speedy2tux_mike: Who?
11:12:14tux_mikehp
11:12:21tux_mikecomputers division
11:12:25tux_mikefor resellers
11:12:28tux_mikex.x
11:13:08Speedy2Yaeh
11:22:45Speedy2bbl
11:38:32linux-GgDoes anyone know how I can use the buttons on the zaurus in my game?
11:41:51tux_mikei dunno off hand, ask neotron, he does it
11:43:20George-yo mdz
11:44:21mdzGeorge-: morning
11:44:43George-mdz: how's life?
11:50:04noidd'ello
11:50:11markis away: I'm busy
11:50:37ljplinux-Gg: look at QPEApplication::grabKeyboard()
11:53:39linux-Ggljp: Thanks
11:54:08ljpbut its buggy
11:56:40mdzGeorge-: yuck
11:56:53mdzGeorge-: there's no Linux driver for the WinTV-PVR
12:02:19scanlinesweet... got it working
12:02:34scanlinenot that fast yet.. but working
12:03:06George-?
12:03:16scanlinehttp://www.handhelds.org/scap/port.25233.png
12:03:20scanlineI should go to bed...
12:03:24scanlinecommits some CVS
12:05:05George-scanline: what the hell is that?
12:05:35chouimatmorning
12:05:35scanlineGeorge-: i decided to try doing a scrolling tile engine and some alpha blending on a PicoGUI canvas, and see how fast it is
12:05:47ljpnice scanline
12:06:16scanlineljp: still needs some optimization.. I can get a similar frame rate with about 7 of those layers using SDL :)
12:06:50ljphehehe games on my credit card machine!
12:07:21scanlineljp: I can run doom on picogui.. there's an SDL port
12:07:44chouimathi cranch
12:07:52cranchhey chouimat
12:08:47bipolarwow... some people are still using my qtopia-X package. :\
12:09:43cranchbipolar...link?
12:10:03rumour has it qtopia-x is a way to run x apps in opie/qtopia at http://www.longbros.com/benjamin/ipaq/
12:10:03bipolaribot: qtopia-x?
12:10:18bipolarit's an evil hack
12:10:30bipolarbut it shows promise.
12:10:42bipolarIt's really just Xvnc compiled for arm.
12:11:13cranchlooks cool polar :)
12:11:13bipolarYou then access your X apps through keypebble.
12:11:14ljphahaha
12:11:35cranchso the VNC connects itself to your Zaurus
12:11:36cranch?
12:11:42bipolarcranch: correct
12:11:46cranchcool
12:12:01bipolarcranch: it DOES work, but Xvnc is pretty big.
12:12:11markhi bipolar
12:12:11djkvnc on zaurus as client and server is very cool!
12:12:15scanlineis away: ZzZzzzzzz ZZZ! zzzz... ZZzz?
12:12:21bipolarmark: hello!
12:12:24JerakeenI want this: http://www.w-m-p.com/ipaq/fbvnc.html
12:12:24Harlekinallready though about how much work it would be to implement Opie-nest
12:13:18djkanybody know what the VNC AT&T people are up to? I saw they were working on a new release earlier this year
12:13:29cranchopie-nest?
12:14:13Harlekincranch: xnest
12:14:21cranchahhh :)
12:15:50markis back (gone 00:25:40)
12:15:52cutmhaha, that's gay; when I run my app it gets to a point and says 'Aborted', but when I run it through GDB it works fine.
12:18:17cutmfixed the bug but that just seemed pretty interesting to me.
12:18:35kollacutm: it just shows that Heisenberg's theorem altso guilds for computer software
12:18:53noiddis there such a thing as qpie-xnest ?
12:18:55noidd:-D
12:20:15chouimatwb [George]
12:20:48cranchhow soon is the contest over?
12:21:19chouimatcranch: sharp?
12:21:23cranchyeah
12:21:36Tenchifreeload?
12:21:39Tenchioh... freenode
12:21:39bipolaroh... god....
12:21:46chouimatcranch: beta for August 23th and apps for Sep. 13th
12:21:47bipolarfrenode? WTF
12:21:52cranchcool
12:21:54bipolarstupid people
12:21:57cranchwhat do you win
12:21:58cranch?
12:22:04markbipolar: quite
12:22:07chouimatcranch: don't know
12:22:12cranchhaha
12:22:24bipolaropenprojects makes much more sense
12:22:37[George]ty chouimat
12:22:40kollahehe.. top story on slashdot is a ood one :)
12:22:40bipolarI hope we don't have to find another server.
12:23:54[George]err.r.
12:24:00[George]OPN has changed to "Freenode"?
12:24:07tux_mikelilo pisses me off
12:24:12tux_mikefreenode?
12:24:58chouimatAny QString parsing example somewhere?
12:25:12cranch: i'm not following you...
12:25:12cranchibot: ./
12:25:13cranchshit
12:25:16i think /. is slashdot
12:25:16cranchibot: /.
12:25:36Slashdot - Updated 2002-08-14 13:08:17 | Dell To Offer Windows-Less PCs | "Software Choice" Campaigns Against Open Source | Linux Continues March On China | New Problem Could Ground Space Shuttle Fleet
12:25:36cranchibot: slashdot
12:25:39[George]-lilo- [Global Notice] Good afternoon to all.  Just to let you know that, as of today, Open Projects Net's name is changed.  We are now freenode!  For more information, take a look at http://freenode.info/ or stop by the new staff channel, #freenode.  Thanks!
12:26:11noiddand the point of that would be?
12:26:15[George]why the heck did M$ have to put that in their license agreements?
12:26:40cranchI wish there was a good theme for opie
12:26:55[George]cranch: Liquid
12:26:56chouimat[George]: what?
12:27:10cranchI agree,but that doesn't work with hancom appps
12:27:14[George]chouimat: ?
12:27:24chouimat[George]: M$
12:27:34tux_mikehttp://news.com.com/2100-1001-949671.html?tag=fd_top lol
12:27:47[George]chouimat: the new licensing terms for OEM people is that they can't distribute their computers OS-less, or something
12:27:57[George]chouimat: I don't even know if M$ should be ALLOWED to do that
12:28:20chouimat[George]: technically they can't
12:28:23tux_mikeMS shouldn't
12:28:33tux_mikebut they can leverage pricing to do it
12:28:47[George]chouimat: it's essentailly blackmail
12:28:58noiddTell you something for free - its illegal for them to do that in Europe
12:29:06noiddnot allows to tie hardware and software
12:29:08[George]noidd: is it?
12:29:09immhi
12:29:25chouimatnoidd: but they working on it ;)
12:29:33darienmbah, silly keyboard shortcuts.
12:29:40[George]noidd: I hate MS
12:29:56noiddfor example - with my dell I have a Dell specific xp install
12:30:16noiddif i try to install it under vmware, it chokes saying is the not PC i bough t it for
12:30:28[George]LOL
12:30:33noiddask dell for a normal version of xp and they'll swap out the media
12:30:46[George]will they?
12:30:53tux_mikei just use Volume copies of the OS, therefore no problems :)
12:31:01noiddyes, they have no choice
12:31:06[George]someone stole my copy of WinXP pro ;)
12:31:06noiddbah, work calls
12:31:09noiddbrb in a bit
12:31:12noiddlater guys
12:31:14noiddwaves
12:31:19[George]I don't really care, I got it for free anyway, and I never really used it :)
12:31:21JerakeenThis is the main reason I use linux everywhere - I'm too cheap to but a windows/office license. That's it.
12:31:35Jerakeens/but/buy/ # Sigh.
12:31:47cranchwhy does OpenZ keep drifting in time
12:32:44djkGeorge: "essentailly blackmail" more like Mob practices ;-)
12:32:49[George]cranch: run atd
12:33:02[George]djk: OK OK, full scale blackmail? :)
12:33:31tux_mikeit's the microsoft mafia
12:33:38cranchfull command George?
12:33:42cranchusage: atd spooldir
12:34:13cranchis it possible to strace mysql when its trying to start?
12:35:53djkM$ knows full well what they are doing just like the tobaco companies
12:35:54cranchI must be lagging
12:35:55cranch:)
12:36:28darienmhttp://www.sharpmobile.com/  <--- its alive !!!!
12:37:03cranch CDPD Network
12:37:03cranch(United States) Verizon™ CDPD Network
12:37:03cranchFirst Zip Code:
12:37:03cranch57105 none  No *  
12:37:08cranchhaha
12:37:11cranchnot here
12:37:50[George]there are some massive rebellions going on in #Freenode
12:38:00[George]<nonama> WE DO NOT LIKE THE NEW NAME
12:38:01[George]hahahahahahhaa
12:38:09ciaolinuxdarienm: what is the service that they provide?
12:38:42darienmwireless internet for the Zaurus
12:39:17ciaolinuxdarienm: is it possible to use it also as a phone?
12:39:23darienmThe Zaurus? no.
12:40:03ciaolinuxwell doesn't it use gsm or anything like that?
12:41:06[George]lmao
12:41:26ciaolinux[George]: what is that
12:41:28djklet's see $40/mo and very limited coverage where do they this will go
12:41:28cranch|zI wish I knew if the new Z was going to have wifi in it
12:41:39[George]ciaolinux: they're really going mental on #Freenode
12:41:55ciaolinuxwhat is #freenode topic?
12:41:59djkcranch|z: built-in you mean?
12:42:03cranch|zyeah
12:42:08ciaolinuxwhat is wifi?
12:42:40cranch|zcause i dont want to spend $100 on a wifi card if the new one will have it
12:42:49cranch|z802.11b wireless
12:43:12mehere is a great question for all you fols
12:43:13[George]hi me
12:43:18cranch|zhey me
12:43:21Harlekincranch|z: the next one pretty sure not
12:43:23[George]Welcome to freenode! http://freenode.info/ || Information on the name change:  http://freenode.info/faq.shtml#namechange
12:43:41meCan I get the zaurus to work w/ corelcentral for linux
12:43:49meCorel Office 2000
12:44:09meFor the longest time I have wanted to get Corel Office
12:44:15cranch|zharlekin..  thanks..  guess I'll have to buy my buffalo CF card then
12:44:18meAnd I may get it soon
12:44:33ciaolinuxHarlekin: how do you know?
12:44:49bipolartrys out chatzilla
12:45:33Harlekinciaolinux: since new one is allready close to production
12:45:41Harlekinand then jason would have allready told here
12:45:42djkcranch|z: good idea. If they build in they have a lot of power issue to figure out. Personal wifi would be a limited use for me since it is banned in the office
12:46:04cranch|ztrue
12:46:06Harlekinwifi build is is a power killer
12:46:13Harlekinbluetooth is a good option
12:46:22cranch|zstill have a cf slot in it?
12:46:23cranch|zhaha
12:46:37cranch|zi dont have any bluetooth stuff
12:46:40ciaolinuxHarlekin: so when are they going to release it?
12:46:41Harlekinbut in cf slot a wifi card is the same killer
12:46:41cranch|z:(
12:46:49Harlekinciaolinux: no idea
12:47:06cranch|znext couple months I heard :)
12:47:24djkHarlekin: bluetooth too limited in range and speed if I do wireless it will be 802.11b/a
12:47:31Harlekindjk: bt does 100 m
12:47:39Harlekinthe non pico bt
12:47:48Harlekinwith less power consumption
12:47:57Harlekinand much more freatures than plain wifi
12:48:08cranch|z100m is approx. 300 feet right?
12:48:09djkHarlekin: last I saw it was limited in throughput
12:48:13ciaolinuxso basically for z to be a phone, we have to wait a lont time yet, right
12:48:18Harlekindjk: thats true
12:48:27Harlekindjk: you need 11 mbit on a zaurus?
12:48:36cranch|zhaha
12:48:38cranch|zyes
12:48:42meAnyone know about corel
12:48:43cranch|zj/k
12:49:03me???
12:49:09meI havent seen anything
12:49:14Jerakeenciaolinux: I suppose you could get wireless and a netmeeting-style thing on it... :-)
12:49:28cranch|zthat stuff that grows in reefs?  :p
12:50:03ciaolinuxJerakeen: what is the speed? how fast would it be to do something like that?
12:50:14cranch|zanyone use the copy and paste applet?  i need to clear out ny dock
12:50:22djkHarlekin: not completely but with wireless the further you get the slower it gets I would prefer to start faster and more or network standard and deal with fewer modes. wifi does bt and more why bother
12:50:41Jerakeencranch|z: I don't. Or the ir one. Or any of the input methods except the keyboard.
12:51:11djkanybody try out the remote control IR with the Z?
12:52:34HarlekinJerakeen: i have something like that running
12:52:54Harlekindjk: and bt is enough to stream videos to the ipaq
12:53:03cranchsomething like wht running Harlekin
12:53:36cranchhow do you do IR then Jerakeen
12:56:31Jerakeencranch: I don't.
12:56:45BigBosshey
12:56:54Jerakeenwotcha
12:57:09ljp_wakajawaka
12:57:29cranchbumblebee tuna
12:58:01djkBigBoss: Hey to you
12:59:27BigBosswe haven't gotten any sales in the last 5 minutes - something must be wrong
12:59:56tux_mikebig: one problem is i'm still broke
13:00:14[George]yo mdz
13:00:31ljp_decided to start believing everything a spam email says
13:00:52djkBigBoss: waiting for the IMAP/POP (Notes ;-) product
13:01:09ljp_decided to start answering spam with spoofed email addresses
13:01:23mdzmorning
13:01:36BigBossdjk: beta for tkcMail is proceeding nicely
13:01:44cutmhaha
13:01:51cutmno sales within the last 5 minutes?!
13:01:53cutm;-)
13:01:55djkljp_: will be getting lots of bounce messages
13:02:11ljp_no I won't spoofed
13:02:20djkBigBoss: eta on product or a way to get a beta?
13:02:48ljp_bgates@microsoft.com will
13:03:04djkljp_: just curious do you think that will help?
13:03:16ljp_heh no.. I'm just joking
13:03:22tux_mikebillg, actually
13:03:38ljp_billg@hotmail.com ;)
13:04:20cranchtkcMail coming out?
13:04:26cranchhaha
13:04:27BigBossdjk: IMAP support is supposed to be in the next beta release next week
13:04:38BigBossand the other issues should be fixed with that release
13:04:45BigBossso it just depends on how the testing goes for that
13:04:55BigBossif Rik didn't add you, then he doesn't need any more testers for now
13:05:36tux_mikeand i need tkcAlcoholic
13:05:39tux_mike;)
13:05:50cranchhow do I get to be a tester
13:05:53cranchhaha
13:07:29BigBossljp: speaking of tkcAlcoholic?
13:07:45BigBosscheck it out vhttp://visavis.handango.com/PlatformProductDetail.jsp?catalog=0&jid=BA1A2C87FB7555B9FE2E7CAF16AEF4A5&platformId=9&productId=29410&productType=2&sectionId=0&siteId=32&zsortParams=true
13:09:14tux_mikebb: are you ever gonna have something that will do internet streams?
13:09:14djktux_mike: followed by tkcAA ;-)
13:09:31BigBosstux_mike: yes, it's about half done right now
13:09:41BigBosssheesh - we don't have enough products out? :)
13:10:22tux_mikeThis is barney and he has a drinking problem.  You're looking for AA, this is AAA.  Ok, then I'd like to plan a trip to St. Louis. East St. Louis?  Is there any other?
13:22:38ciaolinuxBigBoss: do you speak jap?
13:23:30ljp_he is japanese ;)
13:23:49ciaolinuxok ... then he can translate for us ;-)
13:25:39ljp_cheap-assed ebay crappers!
13:25:45ljp_grrrr
13:26:01BigBosshell no
13:26:02BigBossI'm german
13:26:09BigBossachtung baby
13:26:17ljp_hmm Boss isnt a German surname! :)
13:26:37chouimathi imm
13:27:26ljp_Gordon is Scottish I believe
13:27:49chouimatljp_: oh! a hard drinker :)
13:27:51BigBossindeed
13:28:05BigBossgradnpa from scotland
13:28:10BigBossother grandpa from sweden
13:28:15BigBossboth grandmas from germany
13:29:10djksounds and a good drinking club ;-)
13:29:14cutmeh, I make shitty art.
13:29:35ljp_is Scottish and German and a few other nationalities
13:29:57BigBossoh yea - porn and booze :)
13:30:05chouimatis French Canadian
13:30:18ljp_heh BB is his _own_ drinking club
13:30:29tux_mikewoot
13:30:43BigBosschouimat: I'm sorry - have you seen the doctor about that? :)
13:30:44ljp_ebay sucks
13:30:50tux_mikeis a hodge-podge of everything. :)
13:30:54chouimatis back hacking is bsd embedded system
13:30:54tux_mikelol
13:31:08ljp_hmmm bsd embedded, eh?
13:31:14cutmnetbsd?
13:31:20chouimatBigBoss: yes and it's seem that there is no cure
13:31:22chouimatpico
13:31:27tux_mikebee... ess... dee?
13:32:00chouimattux_mike: picobsd
13:34:09tux_mikei need to play with BSD some more
13:34:45Jerakeenhttp://www.danger.com/products.php
13:34:48cutmhmm
13:35:21cutmack, flash.
13:51:16djkanybody try the IR remote control on the Z? http://www.killefiz.de/zaurus/showdetail.php?app=214
13:51:38djkHey new look on zauruszone.com downloads
13:52:27BigBossit probably only has a range of a couple feet at best
13:53:12tux_mikedid anyone make working kernel mods?
13:54:51djkBigBoss: that's what I thought. Wish Sharp had done that differently. I was looking forward to having a decent remote ;-)
13:54:56markis away: I'm busy
13:55:08markis back (gone 00:00:02)
13:55:33BigBossyea, we were going to do a smart remote till we found out the range
13:57:13ljp_just make an ir signal booster/repeater ;)
13:57:49markBigBoss: you had any sales from japan yet?
13:59:28BigBossoh yea, it's doing pretty well
13:59:56markseriously? darn you :P
14:00:58BigBosswhy darn us?
14:01:07BigBosshow dare you use that kind of language
14:01:14BigBoss:)
14:01:17markhehe
14:01:23markKnights  41703  Active  1.11  0  0
14:02:09markthats the japanese one. oh well.
14:04:02markmaybe they don't like chess over there :)
14:04:25BigBossdo "Go" and you will sell it :)
14:04:44BigBossour tkcPlayer ended up featured in some story in Japan about the device
14:04:57BigBossshocked the hell out of me that it worked at all since there is so much assembler code in it
14:05:09markheh
14:05:40ljp_thats because the a300 is not optimized for xscale
14:05:53ljp_err the qtopia on the a300
14:06:28ljp_and I bet the kernel isnt either
14:06:55BigBossI wonder if us optimizing our code will work then
14:07:11BigBossI know we can get better performance out of the video and audio by having one to work with
14:08:38VerxHomehey bigboss, how is linuxworld going?
14:09:03BigBossVerxHome: I wouldn't know, I'm not there :)
14:09:14BigBossI'm playing golf today
14:09:22VerxHomewell, I figured you would be seeing the number of orders from your "linuxworld special"
14:09:29VerxHomewhatever that ended up being. . .
14:10:16BigBossno, we have no linuxworld special
14:10:34BigBossI tried to get Sharp to let me put flyers in their booth, but they didn't want to show preference to a single vendor
14:10:46VerxHomeahhh
14:10:52BigBossI said let the other vendors put in flyers too :)
14:10:57Jerakeenheh
14:10:58VerxHomeheh
14:11:07BigBossthey ended up doing some lame generic flyer pointing everyone to Handango
14:11:13BigBossso that pisses away 40% for me
14:11:26VerxHomeno it doesn't
14:11:31BigBossbut I know Jason will tell them to come to us directly
14:12:15VerxHomeit will likely put you in the next bracket of handango sales and you will end up losing 50%.  :(
14:12:55BigBossthanks for cheering me up
14:13:03BigBosswell, time for another Handango price increase then
14:13:08VerxHomeyeah
14:13:09BigBossor put URL's in our product names
14:13:18VerxHomeTHAT seems the best plan
14:13:19BigBossanyone else here selling on Handango?
14:13:31BigBossI found out something funky the other day
14:13:42VerxHomewhat did you find out?
14:14:45BigBossHandango gives Sharp a "fake" credit card number to buy stuff from the store
14:14:54BigBossevery month or so they go through and "buy" everything
14:15:08BigBossthey show up as normal sales as an instant receipt
14:15:16VerxHomevery interesting
14:15:16BigBossbut they don't show on the daily or monthly totals
14:15:28VerxHomeso do you get paid for it?  (sounds like not)
14:15:29BigBossthat part is annoying, but here is the really bad part
14:15:34BigBossno, we don't get money
14:15:43BigBossit's so Sharp can do whatever they want with the software
14:15:51BigBossI didn't give them permission to have my software for free
14:15:51VerxHomeright
14:15:57VerxHomeexactly
14:15:58BigBossI had to buy some of my Zaurus
14:16:11BigBossif I want to give Sharp my software, then *I'll* give it to them
14:16:17BigBossit's not up to Handango to give my software away
14:16:25BigBossSharp claims they are doing QA on it
14:16:30BigBosswell I didn't ask them to do that either
14:18:57George--stupid...
14:18:59George--I hate APPLE!
14:19:19chouimatwb George--
14:19:23George--ty
14:21:09darienmwhassup George--?
14:22:37George--darienm: I hate apple, that's all
14:22:53darienmGeorge--:  :(
14:23:03darienmhugs his G4
14:23:14BigBossdoes too
14:23:17darienmhugs his OS X
14:23:18George--kicks his powerbook
14:23:32George--rm -rf's his OS X
14:23:50darienmhands George-- some valium.
14:23:54George--valium?
14:24:03darienmMedication to make you relax.
14:24:18HarlekinGeorge--: better some dipidolor
14:24:23darienmYou'll see all kinds of cool swimmy colors
14:24:34George--kicks darienm
14:24:36darienmYou'll forget all your problems
14:24:39chouimatHarlekin: no give him some LSD
14:24:43darienmHey now!
14:24:45George--I get enough of stupid swimmy colours looking at my mac
14:24:51ciaolinuxv
14:24:59ciaolinuxVerxHome: did you manage to send the beta to them?
14:25:09darienmGeorge--: Set your theme to Graphite -- colors be gone!
14:25:16VerxHomeyes, I guess I got it in before they filled their inboxes
14:25:27VerxHomebut yes, I see that they are full now
14:25:39ciaolinuxthey are still full? did they reply?
14:25:50chouimatVerxHome: I hope the will clean it before next week
14:25:53darienmVerxHome: beta? full inboxes? what's this I hear?
14:26:24ciaolinuxchouimat: if they don't... they will have to accept the beta after 23rd
14:26:39George--kicks darienm some more
14:26:50Harlekinchouimat: dipi is better
14:27:01darienmthinks he might have to drive to where George-- lives and deliver some real physical pain to the young boy.
14:27:28darienmthinks again, that he'll get his 13-year-old son to do his dirty work for him instead.
14:27:47chouimatdarienm: hehehe
14:27:58darienmwell, George is 14 if I recall....
14:28:19darienmwith a Zaurus on his desk, and a few broken parts from a USB cradle
14:28:29George--yes, so what if I'm 14
14:28:31George--?
14:28:34George--kicks darienm
14:28:50George-- is nothing but a saucyspleened tongueful of bootless cat-hair-balls.
14:28:50darienmibot, insult George--
14:28:57darienmYeah - what he said.
14:29:41George--: huh?
14:29:41George--ibot kill darienm
14:29:50George--STUPID FUCKING IBOT! YOU'RE IN WITH APPLE!
14:29:52George-- is nothing but an half-faced puddle of cockered cat hair.
14:29:52chouimatibot: insult George--
14:30:00George--kicks ibot
14:30:01George-- is nothing but a malodorous tongueful of lumpish craptacular carpet droppings.
14:30:01chouimatibot: insult George--
14:30:06George--kicks chouimat
14:30:15George-- is nothing but an it-fowling gob of hacked-up guano.
14:30:15chouimatibot: insult George--
14:30:21Harlekinhehe
14:31:45chouimatGeorge--: I have nothing against you
14:31:53Microdimwhy dont I want to upgrade to rom ver 2.38? what is wrong with it?
14:32:36darienmI didn't hear anything was wrong with sharp's 2.38. But why not go Open Zaurus instead?
14:32:49chouimatneeds to find out why sshd don't start even if the key file have the correct rights
14:32:51George--Go debian
14:32:53George--DEBIAN!¬
14:33:25chouimatGeorge--: do something usefull do a zaurus port of Gentoo
14:33:30darienmwaves his hand and makes a "pffftth" sound at Debian.
14:33:32George--does a warcry, and sacrifices his tibook to Debian
14:33:40ljp_Go LinuxOne!
14:34:47chouimatis praying all the Divities that Mankind had ever workshiped
14:35:12darienmdieties ?
14:35:21chouimatdarienm: Gods
14:35:22warmihi
14:35:23darienmdeities?
14:35:29warmihi
14:35:36chouimathi warmi
14:35:38darienmwarmi !!!!!!
14:36:04chouimatdarienm: :)
14:36:22warmihi
14:36:29chouimatrehi warmi
14:36:31darienmchouimat: I think you meant "deities"
14:36:46chouimatdarienm: divinities
14:38:41tux_mikehey warmi
14:44:01immis day of the tentacle playable on the Z ?
14:44:43chouimatimm: don't know
14:45:41George--http://www.sentman.com/oops/IMG_0040.JPG
14:45:43George--ouch...
14:48:44George--boooohooooo
14:48:57djkis that your laptop?
14:49:08George--no
14:49:09George--;)
14:49:13George--(thank god)
14:49:37George--if that *was* i'd go nuts
14:49:40djkIt's good to work for a corp they ix it ;-)
14:49:49djkix=fix
14:50:09djkhow did you stumble on that
14:52:11George--djk: They fix?
14:52:12George--djk: what?
14:52:26George--djk: I stumbled across it in the apple discussion forums
14:53:21warmiI keep it that way cause my wife uses it
14:53:58warmiuh .. sorry .. wrong window
14:54:02George--lol
14:55:26tux_mikegreat... i wish i knew more japanese
14:59:24tux_mikewarmi: no sounds of impending doom over at the tribune? :)
14:59:50warmitux_mike: no sounds at all
14:59:56warmitux_mike: why doom ?
15:00:03tux_mikejust kidding around :)
15:00:08warmitux_mike: hehe
15:00:33tux_mikeyou see that sprint announced 3G?
15:03:52kergoth`hey
15:03:58markhi kergoth
15:04:08chouimathi kergoth
15:04:30warmitux_mike: will it work with the ZAurus ?
15:04:36markwarmi: hiya
15:04:38kergoth`how goes it
15:04:42warmimark hi
15:04:49tux_mikewarmi: no CF card, yet
15:04:54kergoth`hey warmi
15:04:58tux_mikeplus current plans are a bit pricy
15:05:01warmikergoth`: hi
15:05:10warmitux_mike: yeah but how about the wireless modem ?
15:05:16warmiwill that work with the zaurus ?
15:05:42tux_mikewell, a phone and serial datacable should work
15:05:43warmimark: how you been ?
15:05:52Microdimwhat is good or better about OpenZaurus?
15:06:04markwarmi: pretty good. got myself a wireless CF card :).
15:06:13Microdimthan the rom that comes with the Zaurus
15:06:13warmitux_mike: well, Sharp mobile sucks according to people who use it
15:06:20warmimark: courtesy of Knights ?
15:06:22warmihehe
15:06:59Microdim what is good or better about OpenZaurus?
15:07:02tux_mikewarmi: i'm gonna get the high end samsung phone in a few months.  
15:07:13NetAmpwhoah
15:07:16tux_mikehopefully i'll be able to get a new laptop soon ;)
15:07:29NetAmpyou guys have good eyesight? ;)  http://www.guimp.com/
15:07:31NetAmpthe world's smallest web site
15:07:45warmitux_mike: good for you
15:08:06warmiheh
15:08:21markwarmi: heh, yeh, pretty much
15:08:29tux_mikebut i need a good job to get the lapotp, hint, hint :)
15:08:33warmimark: working on anything now ?
15:08:42warmitux_mike: I know you need one
15:08:55Microdimtux_mike: what is good or better about OpenZaurus?, is it better that qtopia?
15:08:59warmitux_mike: and I wish I was the guy making hiring decisions around here :-)
15:09:10tux_mike:)
15:09:19markwarmi: nah, my computer is busted atm
15:09:22tux_mikemicrodim: i think kergoth has a faq
15:09:28warmitux_mike: as a matter of fact I will go and ask WOlak now .. just for the heck of it
15:09:32Microdimwhere?
15:09:41tux_mikedunno off hand
15:10:31kergoth`Microdim: http://openzaurus.sf.net/ .. go to the sourforge project, files section. read FAQ.
15:11:17Microdimthanks
15:11:20NeoTronBilled to:Asuka Yazaki
15:11:20NeoTron$BJ}Fn(B2-4-24
15:11:20NeoTron$B%b%J!<%/Bh(B2$BJ}Fn(BB-103
15:11:20NeoTron$B?yJB6h(B, $BEl5~ET(B  168-0062  
15:11:21NeoTronhuga
15:11:31kergoth`?
15:11:41NeoTrongot a sale for Bust'em
15:11:41markNeoTron: hehe, :). what browser?
15:11:44NeoTronin japanese
15:11:50tux_mikeit's in JIS encoding :)
15:11:51Harlekinhehe
15:11:55NeoTronI know
15:11:56HarlekinA300 is sold since this week
15:12:05NeoTronjust the first one I've seen
15:12:16NeoTronanuone know japanese here? :)
15:12:29NeoTronI don't feel like paying Handango another 15% for translations...
15:12:42NetAmphm
15:12:51warmiNeoTron: that's not japanese .. that is random ASCII :-)
15:12:54NetAmphehe
15:13:06NetAmpso Japanese speak random ASCII?
15:13:25tux_mikeyes, they speak random ASCII :)
15:13:30NetAmpah, that's why I don't understand 'em...
15:13:45OK, NetAmp.
15:13:45NetAmpibot: Japanese are <reply> they speak random ASCII
15:13:52they speak random ASCII
15:13:52NetAmpibot: Japanese
15:13:59Microdimabout OpenZaurus, what if I have an SL-5500? and not a SL-5500D?
15:14:05NeoTronhttp://visavis.handango.com/PlatformHome.jsp?platformId=9&siteId=32&zsortP
15:14:14NeoTronI sure hope Bust'em works on the A300 btw!
15:14:25NeoTronand that reminds me- I should really release the updated version
15:14:42NeoTronHAH! they have translated the descriptions for Bust'em anyway
15:15:10NeoTronso I could have contracted them to do it and paid for it or let them do it for free anyway. :P
15:15:52roge99_laptopkergoth: ping
15:15:58NeoTronShould release Bust'em in Japanese too
15:16:24NeoTronis away: work
15:16:37VerxHomeHi Joe,
15:16:37VerxHomeGreat modificaitions.
15:16:37VerxHomeWe will send you a Zaurus. Please confirm with me your address.
15:16:37VerxHomeHope the Z will better assist you in making the program even better.
15:16:38VerxHomeThanks
15:16:42VerxHomedances!
15:16:50NetAmpghehe
15:16:52markVerxHome: cool.  whats the product?
15:17:01marks/product/program
15:17:06VerxHomemark: http://www.joechott.com/software.php3
15:17:18warmimark: how did you get your app on that Japanese handango ?
15:17:32NeoTronmark: did you have them translate your app?
15:17:41NeoTronwarmi: as I said, it seems like they just did
15:17:51markNeoTron: nope.
15:18:16markwarmi: they pretty much just did it, then i faxed the form back to them, and had to set up a new product id for handango
15:19:06NeoTronmark: and you are aware that the free translation costs an additional 15% of the revenue for two years exclusively?
15:19:30markNeoTron: yes.  i thought it was worth doing despite that
15:19:36warmiman .. I would love to know if 5000/5500 apps work out of the box on A300
15:19:41NeoTronI never did send a form back and they still did it so I don't know
15:19:48NeoTronwarmi: they must since they sell them...
15:19:51kergoth`roge99_laptop: pong
15:19:54roge99_laptophey
15:20:05roge99_laptopi fixed the suspend prob w/ the 32 image
15:20:07George--hrmm
15:20:08NeoTronNow I can add Bust'em in Japanese grabbing the japanese descriptions. :)
15:20:16warmiwell, are you sure it is for a300 ?
15:20:24NeoTronBust'em ?????????????????????????????????????????????????????...   :) Nice cut'n'paste there tho
15:20:32roge99_laptopdump the /dev/mtdblock6 entry from fstab
15:20:33NeoTronwarmi: yes I'm sure
15:21:04warmiI wonder what kind of performance one can expect from a300
15:21:08NeoTronanyhow, was going to work
15:21:12NeoTronthat's what I wonder
15:21:13warmiit is 200 mhz Xscale CPU
15:21:22NeoTronand I really need the better Bust'em out
15:21:26NeoTrontime to get whopping tonight
15:21:32NeoTronand post the Japanese Bust'em too
15:21:40markNeoTron: who translated that?
15:24:11roge99_laptopkergoth: we sould modify freset to modify fstab on hard reset ( or inital flash ) to remove the line for /dev/mtdblock6
15:24:32markwarmi: does gcc do xscale optimisations?
15:24:45warmimark: only gcc 3.x
15:24:52warmior at least that's what I heard
15:25:02Cloudchaserhiya everyone
15:25:06warmihi Cloudchaser
15:25:35markwarmi: its a bit of a bummer that the japanese don't play chess :)
15:25:44BigBosshey
15:25:46warmimark:  they play go :-)
15:25:54warmihi BB
15:26:08tux_mikesucks bad at chess
15:26:18roge99_laptophey BB
15:26:21markwarmi: yeah
15:26:48warmimark: you can try to port gnu-go
15:26:59roge99_laptopBigBoss: i resolved my issues w/ tkc apps and OZ
15:27:00BigBossNeoTron: yea, Handango wanted stuff so desperately for their japanese launch that they translated stuff before they even asked about it
15:27:54markwarmi: thats the engine right?
15:28:07CloudchaserBigBoss: did you get that email yet?
15:28:32markwarmi: i also wonder how much better it is than the one that comes with the Z
15:28:50warmimark: I think so ..http://www.gnu.org/software/gnugo/gnugo.html
15:29:02warmimark: I know nothing about go so I can't comment on that :-)
15:29:54markwarmi: heh, me neither :)
15:30:18markwarmi: btw, how go those themes? :)
15:30:38CloudchaserNeoTron: have any new and exciting games out or coming soon?
15:31:11warmimark: completely forgot :-)
15:31:35warmimark will try to get them to you tomorrow
15:31:53bipolardamnit.... how the hell do I get networking up in DOS in VMware.
15:31:53markwarmi: okay, there is no rush as I can't do anything until my computer is up again
15:32:01warmiit is basically bunch of png images .. each contains set of two colors of pieces
15:32:18warmimark: what happen to your comp ? I missed that part
15:32:28Jerakeenbipolar: HAHAHAHAHAHHAHA <ahem> Don't. Really.
15:32:49markwarmi: i think they mainboard's gone.  need to try another CPU before I can confirm it as being that though
15:33:17warmiuh .. what kind of CPU is that ( speed wise ) ?
15:33:25bipolarJerakeen: I need to run a DOS program that runs off a netware server.
15:33:43markwarmi: the current one? XP 1800+
15:33:56bipolarJerakeen: unless I can make the vmware session see a part of my file system as a drive....
15:33:59warmiah .. ok , then it is definately worth checking out
15:34:14warmiI thought it was something older ..
15:34:21warmiI need to upgrade my 1 ghz athlon
15:34:22Jerakeenbipolar: dos networking was a black art. really black. I'm getting flashbacks already, thanks a bunch. :-)
15:34:41tux_mikei could go for a 2.7G P4
15:34:44bipolarJerakeen: I've got two dos workstations running right now. :)
15:34:48markwarmi: nah, i just brought it.  but i was having strange problems before I did, so i think its the mainboard
15:34:51warmibut this time I hope to get dual 1.6 Athlon MP .. each costs around $150 + $200 for the motherboard
15:35:21markare 1.6MPs that cheap?
15:35:38markthat'd be a nice system
15:36:14tux_mikealso needs to upgrade his bandwidth
15:36:23warmimark: check this out :http://www.krex.com/Ppmain.asp?sg=1&gr=1&it=4&si=30
15:36:33warmiactually one can get MP 1800 for $147
15:37:14markand your getting 2 yes?
15:37:26kergoth`roge99_laptop: ahh.. actually, we should start with a freset that doesnt have the line, and have it ADD the line, IF and only if it detects a mtdram device, eh?
15:37:30warmidual motherboard for $219 http://www.krex.com/Ppmain.asp?sg=1&gr=1&it=14&si=11
15:37:33warmiand I am set
15:37:42roge99_laptopkergoth that would work too
15:37:42warmimark: yeah .. I will get 2
15:38:15markwarmi: so thats $500 total or so
15:38:28warmimark: I don't know about UK but this stuff is dirty cheap in US
15:38:35roge99_laptopbut then you have to check to see if its already there too
15:38:44warmimark: yeah .. most likely I will have to spend another $100 on 266 512 MB memory
15:38:45markwarmi: there is not that much of a difference I dont think
15:38:45roge99_laptopie someone hard resets
15:39:00markwarmi: that is if you know where to go here
15:39:07roge99_laptopand ends up w/ 2 lines in fstab for  mtdram
15:41:07kergoth`roge99_laptop: yeah, true.. if ! (grep mtdblock6 /etc/fstab 2>/dev/null >&2); then echo blah >> /etc/fstab; fi;
15:41:10kergoth`heh
15:41:11markwarmi: and i'm finally getting DSL, which is good
15:41:24warmimark: yeah ...
15:41:32warmiI am about to go dark for a month
15:41:44roge99_laptopyea its not a prob to do it ... just to make sure you do it
15:41:52warmimoving to another place and it will take about 3-4 weeks to get my connection back
15:42:00kergoth`roge99_laptop: yeah thanks for the reminder, i probably wouldve forgotten :-)
15:42:16markwarmi: ouch.  
15:42:30roge99_laptoplol .. as long as you dont forget to srip the modules :-)
15:43:12warmifor the time being I will move www.warmi.net to my buddy server
15:43:12codemnkyhi
15:43:22roge99_laptopkergoth any idea why that would help
15:43:23warmibut won't have net access from my home
15:43:33codemnkywho here has an eye for gui stuff
15:43:50roge99_laptopi originaly did it cuz i got sick of seening it bitch on boot
15:44:53tux_mikewarmi: what kind of access?
15:46:02warmino, I mean .. I will move my domain to my buddy's server so www.warmi.net and my email will work but I will not have DSL access from home for about one month
15:46:02codemnkyisn't going to bother kergoth much today
15:46:31warmiI guess I could use dial up but that's benith me :-)
15:47:15tux_mikethe only reason i'm gonna have a land line when i move out is for DSL.  it's gonna act otherwise as my fax line :)
15:49:45warmitux_mike: you use cell all the time ?
15:51:08darienmmy sister hasn't had a land line for over 2 years. She uses her cell exclusively for all phone contact outside of the office.
15:51:23tux_mikewarmi: i will once i move out
15:52:02warmiwell.. I like to use cell only as a way for me to contact others :-)
15:52:06roge99_laptopis away: lunch .....
15:52:08warmiit is always off
15:52:15markwarmi: do you use hardware modem/router or a modem in a pc
15:52:27tux_mikei don't now because wood dale is the most technological town i know, and i don't get sufficent reception at home
15:52:30darienmmine's been on continuously for over 8 years.
15:52:44warmimark: I got external gateway/router from telocity ( my dsl provider)
15:52:44tux_mikes/technological/technologically deficient
15:53:07markwarmi: think they are better than a modem in a pc?
15:53:25tux_mikewarmi: speakeasy
15:53:27tux_mike:)
15:53:37warmiwell .. not really
15:53:50warmimakes no difference to me
15:54:01warmiit is hooked up to my linux ip masquarading server
15:55:09warmimark: I know their DSL gateway has its own ip masquarading software etc .. but it is add-on service ..
15:55:51markwarmi: i see. so you have the server doing the masquerading rather than the external device
15:56:31warmiyeah .. I don't have to pay for anything .. beside, my www server has to have a real IP anyway
15:57:21VerxHomemark
15:57:24VerxHomedid you look at my app?
15:57:38warmiso my www.warmi.net box acts both as a masquarading box and as my www/ftp/mail server
15:58:39VerxHomehttp://www.joechott.com/software.php3
15:59:19markVerxHome: yeh, looks good
15:59:23markwarmi: I see
15:59:23frankpshi all
16:00:23warmiVerxHome: you getting your Z ?
16:00:56kergoth`VerxHome: congrats on the Z
16:01:12VerxHomewarmi:
16:01:13VerxHomeHi Joe,
16:01:13VerxHomeGreat modificaitions.
16:01:13VerxHomeWe will send you a Zaurus. Please confirm with me your address.
16:01:13VerxHomeHope the Z will better assist you in making the program even better.
16:01:13VerxHomeThanks
16:01:32VerxHomethanks kergoth
16:01:59warmiVerxHome: so how do you like Qt now ?
16:02:21VerxHomewarmi: Well, I had to learn C++ to use Qt
16:02:27VerxHomenot that I know C++ super well just yet
16:02:48VerxHomeI like C++ a -*LOT*- now that I understand more of how it can be used
16:02:59warmiright now I am writing mfc code ...
16:03:02VerxHomeand I feel like Qt has made good use of what C++ can provide for QUI tools
16:03:07BigBossyep
16:03:08VerxHomeer, s/QUI/GUI
16:03:16VerxHomewarmi: How hellish is it?
16:03:19BigBossoh cool Verx, you got a free Z?
16:03:22warmiuh ...i already forgot how bad mfc is
16:03:24warmihehe
16:03:39Cloudchasercongrats VerxHome! :)
16:03:40VerxHomeShawn: Yup!
16:03:44BigBosscool
16:03:45VerxHomethanks cloudchaser
16:03:55Cloudchaseri'm very happy for you ;)
16:04:14VerxHomeI actually owe a great deal of thanks to everyone on IRC
16:04:20VerxHomepeople are so supportive around here
16:04:27Cloudchaseryeah they sure are :)
16:04:29VerxHomeit is a very nice environment
16:04:44tux_mikeMFC, more fun than ten rabid quirels down your pants!
16:05:08warmiwell, I am porting Puzz-le to Pocket PC
16:05:17warmiand I was using MFC for a while
16:05:26warmibut finally switched to GapiDraw framework
16:05:38tux_mikeGapiDraw?
16:05:51warmihttp://www.gapidraw.com
16:06:01warmifree game development framework for PPC
16:06:05warmivery basic
16:06:08warmijust blitting etc
16:06:18warmibut this guy who wrote it is porting it to Zaurus
16:06:39warmisince Puzz-le for PPC will be GPL
16:06:46warmiI created miniqt for PPC
16:07:09warmiwhich consists of Qt collection classes and some other usefull classes like QColor, QRect QWMatrix etc
16:07:19tux_mikebrb... i wanna go grab a candy bar
16:07:20warmiand I am using that together with GapiDraw
16:07:39VerxHometux_mike: Grab me one too, would ya?  :)
16:08:15warmiwe are working on a project for Phillips now , and we are being visited by some guys from Phillips Europe
16:08:27warmithey brought crapload of belgian chocolades etc
16:08:29VerxHomewarmi: You are at work?
16:08:29warmigreat stuff
16:08:32VerxHomeoh man
16:08:34warmiVerxHome: yeah
16:08:35VerxHomeyou suck!  :)
16:08:57warmiVerxHome: why .. cause I am at work or cause I am eating Belgian chockolades ?
16:08:59warmihehe
16:09:03Cloudchasermmmm
16:10:47VerxHomewhich do you think warmi?
16:10:48VerxHome:)
16:10:54warmihehe
16:11:10warmiVerxHome: not everyone can be xxxHome
16:11:12warmiheh
16:11:21VerxHomewarmi: Well, I work from home on Wednesdays
16:11:30VerxHomethankfully
16:11:38VerxHomeit is 10am and I am done for the day
16:11:39VerxHomewoohooo!!!
16:12:34warmigood for you
16:12:53tux_mikewarmi: i also want to port my bejeweled clone to my mobile phone :)
16:13:13warmiwhat kind of OS is that ?
16:13:16warmisymbian or java?
16:13:29tux_mikeafaik java
16:13:38warmithat's easy then
16:13:56VerxHomewarmi: Just curious, if you were doing apps instead of games on ppc, would MFC have been reasonable?
16:14:10warmiVerxHome: it would be the only choice
16:14:15VerxHomereally?
16:14:20warmiyeah
16:14:21VerxHomeno toolsets out there eh?
16:14:24VerxHomeinteresting
16:14:26tux_mikethat's all PPC has available?
16:14:28warmiuntil Trolls port their Qt for PPC
16:14:30VerxHomewell, how would it have been for you warmi?
16:14:35warmi(they already have PPC version internally)
16:14:47VerxHomeoh wow, that would be AMAZINGLY awesome
16:14:55warmiVerxHome: well, you could use C + WinAPI 32
16:15:02VerxHomewarmi: Any word on how well it works on ppc?
16:15:03warmibut that sucks even more
16:15:14tux_mikelol
16:15:21warmiVerxHome: I would assume it works just as good as it does on the desktop
16:15:25VerxHomecool
16:15:33VerxHomewonders how long until Qt on PPC
16:15:38warmiI myself ported non-GUI Qt classes to PPC
16:15:43warmibecause I just love them
16:15:49warmiand PPC doesn't come with STL
16:15:58markwarmi: really? that sucks
16:16:02VerxHomewhat is STL?
16:16:08VerxHomeshows his lack of knowledge. ..
16:16:08markstandard template library
16:16:14George--StandardTemplate Libarry
16:16:16George--blah
16:16:20George--kicks mark
16:16:37markwarmi: if I use a hardware router masquearading, is there gonna be anything I can't do with that that I could with a server masqueading?
16:17:05warmimark: well,  nothing as far as masquarading itself
16:17:12tux_mikemark: depends on the router and what you are looking for
16:17:22warmithe only issue is that you won't be able to run your own servers
16:17:53warmithere is also an issue of games
16:18:02VerxHomeyeah
16:18:07warmithere are Linux filters settings for all kinds of games
16:18:09chouimatwb George-
16:18:09VerxHomeno games will work hardly on a hardware router
16:18:19VerxHomegeorge!  Long time no see!
16:18:26warmiit might be much harder to figure out how to configure your router masquarading to support a given game
16:18:26VerxHomehey george, how is your app coming by the way?
16:18:29George-ty
16:18:52chouimatsomeone tried exult on the zaurus?
16:18:58George-VerxHome: don't ask
16:19:01VerxHomechouimat: Worked for me
16:19:09George-VerxHome: I was on IRC about 2 minutes ago....
16:19:12VerxHomeGeorge-: But I -*DID*- ask.  :)
16:19:25VerxHomeGeorge-: I know you were just on irc.  it was a JOKE for crisakes
16:19:39markwarmi: i do want to run my own servers.
16:20:23frankpsHas anyone read the latest article at http://www.pdabuzz.com/, is it something new?
16:20:26ciaolinuxVerxHome: is sharp mailbox free?
16:20:36VerxHomenope
16:20:39markapparently the routers will 'pass' on the connection to a local server
16:20:41warmiamrk: well, I guess you could configure your router to forward everything on port 80 to some internal box running www
16:20:47warmihttpd deamon I mean
16:21:04markwarmi: yeh, thats waht I was thinkng
16:21:16VerxHomemark: Many things require more than simple port forwarding to run (game wise)
16:21:20warmimark: but . a t least for me, using Linux server with two eth cards was just simpler :-)
16:21:32VerxHomeif all you will need is port forwarding, you can get yourself an arbitrary router
16:21:38warmiVerxHome: they require port forwarding both ways
16:21:45warmisome of them ..
16:21:49warmiQuake works by default
16:21:54VerxHomeif you wanna play games, you need to use linux ip masq
16:22:08markwarmi: i'm just worried that if I have a power cut or anything and I'm not about the house will be without an  connection
16:22:10warmibut for example Age of Kings required speciall settings for both TCP and UDP( mostly MS game zone)
16:22:26VerxHomemark: heheheh, when I lose power, my net comes right back up
16:22:39markVerxHome: how does the system get reset?
16:22:44Neo|Workis away: I'm busy
16:22:50VerxHomeand has for the last 8 or so years that I have been doing linux ip masq
16:22:54warmimark: it simply reboots :-)
16:23:01VerxHomemark: When it gets power again, it starts up again
16:23:03Neo|Workis back (gone 00:00:02)
16:23:05VerxHomelike any good linux system
16:23:10Neo|Workwoops
16:23:10Neo|Workhello again
16:23:24VerxHomeNeoTron: Glad to have you back after all that time away
16:23:25VerxHome:)
16:23:25warmiactually, my router is more problematic in this regard
16:23:29markVerxHome: right.... so no UPS or anything needed
16:23:40markwarmi: i see. i diddn't realise it'd just reboot
16:23:41warmisometimes it will drop connection and needs to be restarted
16:23:43chouimatyay! found the cause of my sshd problem
16:23:54VerxHomewarmi: Hardware router?
16:23:55Neo|Workwarmi: you work with java  for a liviing right?
16:24:04VerxHomewarmi doesn't make a living
16:24:06Neo|WorkVerxHome: I've always been here
16:24:09VerxHomehe just exists on this channel
16:24:14warmiNeoTron: yeah
16:24:16VerxHomeNeoTron: I KNOW MAN!  Was a joke!
16:24:21VerxHomeno one is getting my jokes today
16:24:22VerxHome:(
16:24:31Neo|WorkVerxHome: oh, really? ;-)
16:24:34VerxHomeheh
16:24:41Neo|Workwarmi: so do I now, apparently
16:24:43VerxHomeI just did the same thing to George
16:24:46VerxHomeand he didn't get it either
16:24:48warmiNeoTron: why do you ask ?  I work with Java but not much on the GUI end
16:24:55warmimostly backend stuff
16:25:00Neo|Workwarmi: J2EE, JSP and stuff
16:25:11AlphonsoYo!
16:25:14warmiNeoTron: yeah .. we are working now with ORION Java app server
16:25:14Neo|Workwarmi: I ask because I was just... laid off and rehired without being actually laid off
16:25:30kergoth`Speedy2: greetings
16:25:30Neo|Workwarmi: meaning, I was force transferred back to my previous position, which now is J2EE
16:25:42warmihehehe ... time to learn Java then :-)
16:25:47Neo|Workwarmi: seems like we might be using Oracle app server
16:25:57warmiNeoTron: Oracle app server IS orion
16:25:59warmi:-)
16:26:12warmithey use modified ORION
16:26:17CloudchaserNeo|Work: youo got laid off and rehired today???
16:26:18Neo|Workwarmi: indeed. There is the funny part. I don't know Java. Well, I didn't a week ago. Have written a few JSP tags that do some fairly complicated stuff
16:26:38TraGETTYOk... please: How do I get a command line prompt?
16:26:41Neo|WorkCloudchaser: No, my positon I had was cut back (i.e removed). I was offered 1) being laid off, 2) having my old position back
16:26:48TraGETTYIv been all over the dev site, i cant figure it out!
16:26:53warmiNeoTron: actually I am not playing much with JSP but more with the servlets ... but JSP basically ends up being servlet anyway
16:26:54Neo|Workwarmi: oh. :P
16:27:08Cloudchaserah.. glad you didn't get laid off outright :)
16:27:08markVerxHome: when you say 'like any good linux system', whats a good linux system?
16:27:16Neo|Workyes. I didn't like the JSP concept untill I realized you can even make tags
16:27:31Neo|WorkCloudchaser: Some in-company protetors it seems...
16:27:36Neo|Workprotectors even
16:27:41warmiNeoTron:  well, the syntax can be hairy but generally it is ok
16:27:43Cloudchaser:)
16:27:45markVerxHome: i've got a duron system here, should that do it?
16:27:46Speedy2kergoth: Hello.
16:27:47VerxHomemark:  I am unaware of a linux system that wouldn't simply start up and get networking going by itself if it has been configured properly.  I personally use debian and loath all others.  :)
16:27:55Speedy2Wow...lots of text.
16:27:56VerxHomemark: It doesn't matter what hardware you have
16:27:56TraGETTYAlright more specific, how do I get a command line prompt on the zaurus 5500?
16:27:59Speedy2parses
16:28:10VerxHomemark: A 386 makes a good linux ip masq router, just so you know
16:28:12Neo|Workwarmi: but when you write all code separately from the pages it's much like RXML/Pike that I'm used to
16:28:19markVerxHome: k, its not getting net interfaces up i'm worried about, i'm worried that the thing will start up again rather than staying off
16:28:23Neo|Workjust a different language and 5-10 times the memory requirement. :-))
16:28:24TraGETTYGentoo rox, all others fjeer
16:28:31VerxHomemark: um. . ..
16:28:42VerxHomemark: It -*WILL*- start up again, that is the point
16:28:42warmiNeoTron: yeah ... if you have all the classes and beans already written for you then it is basically scripting
16:28:48VerxHomethat is what computers do when they lose power
16:28:49TraGETTYthe portage system is the best
16:28:50markVerxHome: ok, good, just making sure :)
16:28:54VerxHomewhen they get power back, it starts up
16:28:58VerxHomemark: Try it
16:28:58Neo|Workwarmi: you know what the REALLY scary part is? I kind of like it
16:29:15TraGETTYDo any of you know how to get to a command line prompt?
16:29:24VerxHometurn the duron on, yank the power cord, and then plug it back in.  (or better yet, plug it into a power strip, turn the power strip off, then back on)
16:29:24Neo|Workwarmi: I'm guessing what I'll be doing is mostly writing the "classes and beans" rather than actually writing JSP
16:30:07Speedy2Bad idea to use one power strip to turn on/of
16:30:18warmiNeoTron: that depends how well you know Java . writing beans is equivlent of writting C++ backend code and writing JSP is equivlent of calling that code with Visual basic
16:30:36VerxHomeSpeedy2: It is a simple test to see if his computer turns itself back on after losing power
16:30:46VerxHomeSpeedy2: I wasn't recommending it as a general practice
16:30:47VerxHome;)
16:30:48warmifrankly, writing jsp is boring
16:30:52TraGETTYexcuse me ppl but does ANYONE know how to get to a command line prompt?!
16:30:58Neo|Workwarmi: perhaps you can tell me why this happens - at times I get "out of memory" whe compiling my simple JSP (i.e the JSP page has changed and I reload it)). The (started from the JDeveloper IDE) server is like 100 MB...
16:31:00BigBossyes, run the terminal app
16:31:25TraGETTYdoes it come with it out of the box?
16:31:29warmiusing APache + Orion ?
16:31:34TraGETTYCant i just nix Qtopia?
16:31:47warmioh JDeveloper
16:31:56Neo|Workwarmi: I think so... :P
16:31:59warmiI never used JDeveloper
16:32:17warmidoes it has its own desktop mini httpd + servlet deamon ?
16:32:19kergoth`TraGETTY: at bootup when it says please wait, you can hit / (or \, i dont recall) to get into a boot menu
16:32:26markVerxHome: good idea.  i would if i could get to the power without moving a whole hog of stuff
16:32:33Neo|WorkI wouldn't call a 200 MB / 100 MB resident server mini
16:32:38TraGETTYkergoth: thank you verymuch
16:32:51warmiwell but it is mini compared to full blown Apache install :-)
16:32:57kergoth`TraGETTY: np
16:33:00Neo|WorkServer: Oracle9iAS (9.0.2.0.0) Containers for J2EE
16:33:06warmibtw .. ORIOn is an extremely buggy app server
16:33:08TraGETTYbtw: its a /
16:33:11TraGETTY:)
16:33:23Neo|Workwarmi: ah, how nice to hear. Now, as I said, I don't know what app server will be used
16:33:55warmisometimes we are forced to run it in the single thread mode ( like CGI) cause their multithreading is majorly fucked up
16:34:08warmiit also has problems with connection pooling to ORacle
16:34:20warmiwe had to start using Oracle own connection pulling class
16:34:22Neo|WorkAll I know is that is what I was told to use (JDeveloper etc)
16:34:34Neo|WorkI'm guessing the Oracle version has better oracle code though
16:34:41warmiI never used that piece of software so I don't know what could be happening there
16:34:56warmiit might be some sort of JDeveloper specific issue .. I never seen that error
16:35:32warmiwe have our own testing server ( small Solaris IDE box)
16:35:35Neo|Workit says to run with command line argument to increase the memory
16:35:43Neo|Workbut I don't know how the heck...
16:35:47warmiwhich runs Oralce + Apache + NEtscape iPlanet
16:35:51Neo|Workthis is on my desktop, which I use for testing all code
16:35:58Neo|Workactually only run it in this one so far
16:36:05warmiNeoTron: go to groups.google.com and look for an answer
16:36:12Neo|WorkI did, found nothing
16:36:19warmiuh .. that's bad
16:36:28warmiif dejanews fails .. nothing will save you :-)
16:36:34Neo|Workit fixes itself so it does seem it actually does run out of memory until gc runs...
16:36:46warmiNeoTron: clearly some sort of implementation issue there
16:36:50Neo|Workyou know, I realize now I never did look in deja
16:36:55warmihave you tried to run the same stuff on a real server ?
16:37:00Neo|Workno
16:37:08Neo|Workand mind you it's only when the page is reloaded
16:37:17Neo|Workit runs fine otherwise
16:38:12warmiwell, Neor Jdeveloper is based on JBuilder ...
16:38:17tux_mikeanyone know of a single disc distro, that's small?
16:38:18warmibut it is supported by Orcale
16:38:20warmiOracle
16:38:31warmiso you might want to ask them if everything else fails
16:38:38markgah, I read an article somewhere about setting up little LCD displays in linux for showing CPU usage etc, and cant find it :(
16:39:29Neo|Work     18 212512 93548
16:39:29Neo|Work     31 844656 36388
16:39:40Neo|Workfirst one is the webserver, second one is JDeveloper
16:39:49Neo|Workusing a total of 1 GB of memory in 48 threads
16:39:53Neo|Workmakes you wonder a bit
16:41:02warmihttp://groups.google.com/groups?q=Jdeveloper+out+of+memory&start=10&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=36DFC50B.EC3795CD%40computer.org&rnum=11
16:41:30warmimaybe that is a wrong message
16:41:44warmianyway ... why don't you just increase the memory
16:41:56TraGETTYis there a way to pipe in this?
16:41:57warmidig into their docs and see how you can do it from the command line
16:42:19TraGETTYls | less for instance?
16:42:40Neo|Workwarmi: I don't think it is, but...
16:42:48Neo|Work            total       used       free     shared    buffers     cached
16:42:48Neo|WorkMem:        516436     509744       6692          0     189796      63732
16:42:48Neo|Work-/+ buffers/cache:     256216     260220
16:42:48Neo|WorkSwap:      7606616     625728    6980888
16:42:54Neo|WorkI have plenty of swap available. :P
16:44:27warmisorry ... can't help you - must be something Jdeveloper specific .. I have no clue what do they use as their internal servlet engine
16:44:47warmiperhaps some minimal java based httpd + servlet engine
16:44:55warmithey way Sun original stuff worked
16:45:26warmibut .. overall, it is a good think you are working with JAva
16:45:32warmipico thingy was so ..
16:45:41warmilet's just say it has no future
16:45:42warmiheh
16:45:51warmigood thing even
16:46:33VerxHomeanyone here have a 5000 to compare to a 5500?  How much more restrictive is the 5000?
16:46:40sl-5000d is the developer version of the Linux based Zaurus. It has 32 MB RAM and 16 MB ROM.
16:46:40VerxHomeibot, sl-5000d
16:46:44sl-5500 is the first Linux based retail version of the Zaurus. It has 64 MB RAM and 16 MB ROM.
16:46:44VerxHomeibot, sl-5500
16:47:00VerxHomeseems like 64MB of RAM would be extremely helpful
16:47:10warmiVerxHome: doh ..
16:47:17VerxHomeeh?
16:47:23warmiyeah ... definately it would be helpfull to have 64 MB
16:47:30warmiespecially for the developers
16:47:40Neo|Workwarmi: piko? Pike you mean? ;-) And I'm aware that it's not a "safe bet" when it comes to a skill to have
16:47:49warmiPike yeah ... :-)
16:47:51Neo|Workbut it's not dead by all means - quite the opposite now
16:47:52VerxHomeI mean, I have 64MB on my 3850, and it is extremely roomy.  Of course, 32MB of ROM is very helpful as well
16:47:52VerxHome:)
16:48:08Neo|Workbut I haven't worked with pike since May when I left the position I'm now back in
16:48:14warmiNeoTron: well, but knowing Java is much more helpfull
16:48:30warmiespecially in web,syndication etc .. business
16:49:34Neo|Workwhoha, the boss of my ex-boss is no longer in the employee list
16:49:39Neo|Work...wonder if he was laid off...
16:49:40warmiVerxHome: with 32 MB on 5000d you can't even run your app under gdb without creating aditional swap etc
16:49:52VerxHomeman
16:49:53Neo|Workwarmi: I worked with C++ in the last few months, theoretically
16:49:54VerxHomethat sucks
16:49:55VerxHome:(
16:50:00VerxHomewarmi: Do you have a 5500?
16:50:06Neo|WorkNow in actuality I basically didn't do anything at all because they had nothing for me to do
16:50:15Neo|WorkI'm not surprised that position was ripped away
16:50:28Neo|Workwarmi: you can if you use SD Room or OZ
16:50:32warmiNeoTron: hehe .. I work in cycles
16:50:39warmisometimes there is nothing but support for weeks
16:50:55warmiand then we get into development and I have hardly any time for irc etc
16:51:07Neo|Workdo you sell apps (or do consulting stuff) or do you do internal development?
16:51:30VerxHomeanyone ever heard of a way to upgrade the flash memory in the Z?
16:51:37warmino, we use our apps internally ( for syndication of data etc .. ) TMS is in syndication business
16:51:37VerxHomeI would like to put in 64MB of ROM or so
16:51:56VerxHomeand 64MB of RAM at minimum
16:52:11VerxHomeseems like if I could upgrade to 64MB ROM/128MB RAM I would never have an issue
16:52:24warmiVerxHome: dream on :-)
16:52:36VerxHomewarmi: COME ON MAN!  There has to be a way!
16:52:40warmias far as I know there is no way to upgrade RAM on teh ZAurus
16:52:51warmiat least no one figured out how to do it
16:52:59warmiand many tried
16:53:28VerxHomehttp://www.geocrawler.com/mail/msg.php3?msg_id=7943155&list=18496
16:53:33VerxHomethat looks like an interesting thread
16:54:36warmiyeah . Flinders ROM
16:54:42VerxHomeoh
16:54:47VerxHomeyou say it like it is "normal"
16:54:47Cloudchaserhas anyone tried that?
16:54:48warmiVerxHome: you own IPAQ right ?
16:54:52VerxHomeyeah
16:55:02VerxHomeI have 32MB ROM + 64MB ram
16:55:05warmiso just load Qtopia on that and test your stuff there
16:55:05kergoth`VerxHome: all it does is gets rid of the ramdisk and by default puts apps on the SD
16:55:06VerxHomeit is WAY WAY roomy
16:55:08VerxHomeI have no issue with it
16:55:15kergoth`VerxHome: either flinders rom or OZ will do the job for you
16:55:28VerxHomeok
16:55:35VerxHomeso perhaps the 5000D won't be quite so evil
16:55:42kergoth`VerxHome: you'll probably want OZ, as its a lot like familiar, and uses opie. :-)
16:55:46VerxHomewarmi: I am wanting to make my Z the thing I carry around with me
16:55:58VerxHomeI would prefer to not have to carry both
16:56:09warmiVerxHome: yeah .. for running software 5000d is more than good enough
16:56:14tux_mikecrapcrapcrap... i hate novel
16:56:19warmithere are rare apps that require 5500
16:56:27warmibut for the most part evertyhing runs on 5000d
16:56:29prpplaguetux_mike: me too
16:56:30VerxHomewarmi: Such as?
16:56:39warmiVerxHome: Palm Emulator for one
16:56:54prpplaguekergoth: get back to work
16:57:06kergoth`lunchbah
16:57:12kergoth`lunchfood is good.
16:57:29prpplaguekergoth`lunch: your sweet thang call again today?
16:57:43warmiVerxHome: what was George working on for the Sharp challenge ?
16:58:05VerxHomewarmi: I asked him and he said not to ask
16:58:09VerxHomeI have no clue
16:58:14warmiah ok
16:58:15warmihehe
16:58:31prpplaguewarmi: an app to calculate the number of licks to get to the center of a tootsie roll pop
16:59:34warmiprpplague: licks ?   hehe
16:59:42erikddo be do
16:59:51warmilicks are for wussies
17:00:11warmierikd: got some sleep ?
17:00:11warmihehe
17:00:15VerxHomewould it be possible to use flinders rom such that you had a 128MB SD card as /home, and the 32MB of RAM as swap?
17:00:16erikdyup
17:00:20VerxHomeactually
17:00:21erikdabout 5-6 hours :)
17:00:25VerxHomethat is impossible I just realized
17:00:31VerxHomeyou have to have someplace to load apps
17:00:32VerxHomeheh
17:00:57warmiyeah .. not to mention the kernel itself
17:02:24JerakeenUsing RAM as swap seems... odd.
17:02:39VerxHometrue
17:02:55VerxHomebut supposedly using part of an SD/MMC/CF as swap will wear it out VERY quickly
17:03:00VerxHomesupposedly a matter of weeks
17:03:15chouimatVerxHome: get a microdrive :)
17:03:21VerxHomeheh
17:03:45VerxHomewell, I currently get around 4 - 10 hours of battery life out of my 3850 (with an MMC card in it)
17:03:51VerxHomefrom what I have read, the Z only gets an hour
17:03:55prpplaguechouimat: ya but you can't use a microdrive and a 802.11 or nic at the same time
17:03:55warmiusing RAM as swap allows for on-the-fly adjusting of available memory for the applications
17:04:06VerxHomeso I figure if I got a microdrive and plugged it in the Z, I would get about 10 - 15 minutes of life
17:04:22warmiof course RAM meaning RAM based disk storage
17:04:48roge99_laptopis back (gone 01:12:42)
17:05:21prpplagueVerxHome: i get about 45 minutes with my udrive
17:05:45VerxHomethat is just unnacceptable
17:05:51VerxHomeI might as well have a laptop at that point
17:06:12prpplagueVerxHome: yep thats why i'm building a case with a larger battery
17:06:13gonkulatoris away: I'm busy
17:06:17gonkulatoris back (gone 00:00:03)
17:06:28VerxHomeprpplague: Any pics?
17:06:52prpplagueVerxHome: not yet, i'm still working on dis-assembling one of my z's
17:07:05VerxHomehow many do you have?
17:07:39prpplagueVerxHome: 3
17:07:44VerxHomeheh
17:07:46VerxHomelucky devil
17:08:05prpplagueVerxHome: ya i got them on sale at "WorstBuy"
17:08:26darienm was last seen on #zaurus 1 hours, 15 minutes and 56 seconds ago, saying: mine's been on continuously for over 8 years. [Wed Aug 14 16:52:30 2002]
17:08:26erikdibot seen darienm
17:08:39darienm!
17:08:44VerxHomeerikd: How is your app coming?
17:08:47VerxHomeany pics?
17:09:03darienmit would be better if I finished up my UI files
17:09:08erikdah, hey darien :)
17:09:11erikdyeah!
17:09:13darienmYes, we have pics. Older ones. http://zaurus.kruss.com/dev/
17:09:22erikdneeds entry update .ui
17:09:33darienmneeds a clone!
17:09:41erikdhmm
17:09:43erikdthat'd be neat
17:09:46VerxHomehrm
17:09:52VerxHomesnapshots prompts for a login
17:09:58darienmum...
17:09:59darienm:)
17:10:01darienmoops
17:10:02erikdui sketchs
17:10:03VerxHomeoh
17:10:05erikdsketches
17:10:06darienmyeah - lemme fix that
17:10:06VerxHomeunder sketches
17:10:08VerxHomegot it, thanks
17:10:42VerxHomehrm
17:10:48VerxHomecategories is the first tab to use
17:10:51VerxHomebut it is the second tab
17:10:55VerxHomescratches his head
17:11:03prpplaguedarienm: i need a clone as well, but what i want to know is can that genetically engineer my clone to "give a rat's ass about work"?
17:11:06erikdbecause normally you'll be using entry
17:11:13VerxHomeright
17:11:14erikdthat way you don't need to click to that
17:11:15darienmcategories is needed to 'set up' the program, but entries will be the most commonly used.
17:11:28VerxHomehrm
17:11:48VerxHomeoh cool
17:11:57VerxHomeyou have a tab widget inside a tab widget
17:11:57VerxHome:)
17:12:06darienmyeah, I suppose we do.
17:12:24darienmVerxHome: How did you get your tab widget to make full horizontal use of the available space?
17:12:41darienmVerxHome: It seems to go edge-to-edge while ours has some margin, even though the margin is set at 0.
17:12:42warmiyeah .. perhaps moving the inside tab widget to show tabs at the bottom would be even better
17:12:48VerxHomedarienm: Proper use of layouts I suppose
17:12:56warmiless confusing ( or perhaps make it a user option)
17:12:58darienmVerxHome: we're using layouts.
17:13:06Tenchiit is a HOT mofo out there today
17:13:21Tenchiwonders if thinkgeek sells geek themed sombraros
17:13:25prpplagueTenchi: ok, how hot is it?
17:13:36Tenchii dunno, over 100
17:13:38VerxHomedarienm: Well, the other thing is, I have more tabs than are visible
17:13:41VerxHomeperhaps that effects it. . .
17:14:03erikdhttp://www.wbmi.com <-- anyone see a home office phone number on there?
17:14:04darienmWarmi's NFDB app also seems to go edge-to-edge
17:14:29erikdneeds to get a job with a steady paycheck by sept 1st or he'll be kicked out of the house
17:14:35erikdand i'll be forced to move in with darien
17:14:41erikdwe all know he doesn't want that
17:14:42erikd;)
17:14:49VerxHomeFAX: 262-335-7010
17:14:57darienmI dunno... we could play counter-strike all day
17:14:58erikdnot fax
17:15:04erikdhmmm
17:15:09erikdthat wouldn't be too bad
17:15:09warmidarienm: yeah .. makes sense , you don't want to waste widget real-estate :-)
17:15:12warminot on PDA device
17:15:25VerxHomehttp://www.westbendmutual.com/top_al.htm
17:15:28VerxHomethere ya go erikd
17:15:40VerxHomeclick on your state and you will get to a phone number
17:16:00erikdthat's not for the home office, though
17:16:08erikdthat's just the agencies
17:16:09VerxHomewell dude
17:16:16VerxHomecall one of their numbers
17:16:20VerxHomeand ask for their home office number
17:16:21VerxHome:)
17:16:26erikdis stupid
17:18:04TraGETTYhow do you use an .ipk file?
17:18:42warmiStatGrapher looks like a pretty complicated app
17:18:55warmiespecially with the graphs etc
17:19:15erikdand it's a ton of fun to program :)
17:19:56warmiwhich one of you gets to keep the ZAurus ?
17:19:57warmihehe
17:20:24chouimaterikd: try the nessus client ;)
17:20:26warmioh erikd
17:20:36erikdgets the zaurus
17:20:40erikddarien has one
17:20:40erikd:)
17:22:02fusion94is away: LWCE
17:23:09erikdchouimat: what's this nessus thing for?
17:23:28erikdoh, wait
17:23:32erikdfound screenshots
17:23:43[DrEvil]nessus is cool
17:23:46darienmerikd: the edit entry .ui is done.
17:23:53erikdwarmi: 01:21PM <warmi> oh erikd
17:23:54erikdeh?
17:23:57erikddarien: cool
17:24:02erikdi'll finish that now :)
17:24:37warmierikd: I read on http://zaurus.kruss.com/ that you were the one getting the Zaurus
17:24:53kergoth`lunchroge99: ping
17:24:53erikdah, yeah
17:25:13markis away: food
17:25:17darienmalready has two Z's
17:25:37erikdtwo?
17:26:01darienmMine and my fathers, who doesn't need his for another month.
17:26:20darienmI put OZ on his, and I'm quickly falling in love with it over the Sharp ROM.
17:26:49erikdah
17:27:01erikdno compatibility problems or anything?
17:27:35prpplaguekergoth`: having fun today?
17:27:49kergoth`worst case if he does run into any compatibility problems, he can always pester me until i fix them. </plug>
17:28:03erikdhehe
17:28:10darienmerikd: none thus far, but still exploring.
17:28:13kergoth`prpplague: actually, today isnt bad.. been pretty slow, and no really horrible customers are asking for me by name, which is a bonus.
17:28:21erikdand then i could add stuff to it, too!
17:28:22warmikergoth`: for one OpenZaurus seems to be using different shell than Sharp ROM
17:28:26OK, prpplague.
17:28:26prpplagueibot: compatibility problems are pester kergoth
17:28:45kergoth`warmi: and?
17:29:14prpplaguekergoth`: i so warn out from the supports call yesterday, i fell asleep on the couch watching cartoons with my son
17:29:45warmikergoth`: that's it :-) it screws my NFDB bash specific script :-)
17:29:46warmihehe
17:30:21XavierXeonhow about a bash ipk ?
17:30:42kergoth`warmi: dont use bash specific functions
17:30:45kergoth`XavierXeon: there is one
17:31:19warmikergoth`: btw .. why did you guys decide against using bash ?
17:33:27VerxHomewarmi: Very likely - size
17:33:41kergoth`bash is like 600k man
17:33:42VerxHomeoh, btw kergoth - any thoughts to making an OZ ROM with busybox?
17:34:18prpplagueVerxHome: ahh, isn't OZ using bb?
17:34:30XavierXeonkergoth': is the bash ipk in the oz feed ?
17:35:12warmikergoth`: I know about not using bash specific stuff .. heh .. but with my shell coding skills, I was so happy to get ANYTHING working that i never worried about that
17:35:39VerxHomecould be
17:35:42VerxHomeI don't have a Z
17:35:47VerxHomeso I don't know much about OZ
17:36:00kergoth`VerxHome: think of OZ as being like the familiar + busybox + opie image
17:36:11kergoth`warmi: heh
17:36:15prpplagueor x or picogui
17:36:19kergoth`XavierXeon: SHOULD be.. if it isnt, let me knoww, cause its in the buildsystem
17:36:22kergoth`prpplague: indeed :-)
17:36:39VerxHomekergoth: I would be interested to know how large OZ is with nothing but Opie loaded (ie, not a single opie app other than shutdown and calibrate
17:37:14kergoth`VerxHome: I dont know offhand.  I have a initrd here without opie at all... and one with the base opie apps that are in OZ out of hte box
17:37:25rikkusXavierXeon: btw, nice website, found loads of useful stuff on it
17:37:38oGMothe default shell isn't so bad, what's bad is the terminal emu ;)
17:37:38VerxHomehow big is the initrd?
17:37:40oGMo(not the opie one)
17:37:42VerxHome(the one without opie)
17:37:56XavierXeonrikkus: thx
17:39:20rikkusXavierXeon: your tips helped me get gcc running. I enhanced it a bit since then by making it use distcc to do most of the actual compiling on my desktop box.
17:40:45XavierXeonas i stated on my homepage i just used zgcc and put it in a cramfs
17:41:19rikkuswill make an .ipk of distcc...
17:42:07XavierXeonok pizza time. will be back tomorrow.
17:42:40VerxHomeoh XX
17:42:45VerxHomeyou are the one that wrote CppView
17:42:47VerxHomecool
17:43:38VerxHomeXX: How is Kate for dev work?
17:43:54TenchiKate is a sexy byatch
17:43:59rikkussloooow
17:44:04VerxHomeheh
17:44:17Tenchi:)
17:45:14George-likes Kate
17:45:22VerxHomeXavierXeon quote: "I am the master of desaster"  hehehehe
17:45:38rikkus;)
17:58:05Cloudchaser=
18:06:20rikkushttp://rikkus.info/zaurus.html#distcc <- my solution to cross-compiling headache
18:10:08George-rikkus: what does it do?
18:10:17VerxHomeGeorge-: Read it man
18:10:18VerxHome:)
18:10:23VerxHomeit explains it quite well
18:10:23VerxHome:)
18:10:28George-slaps VerxHome
18:10:34VerxHomehahahaha
18:10:40rikkusGeorge-: see VerxHome's answer
18:11:06VerxHomethat is awesome rikkus
18:11:06George-slaps rikkus
18:11:13rikkusGeorge-: you install it, you follow my instructions, then when you compile on the Z, all the actual source->object stuff is done on your main box(es)
18:11:32VerxHomesets up 30 linux boxen for cross compiling
18:11:34VerxHomeducks
18:11:38rikkusGeorge-: it compiles distcc itself in 1/4 of the time (using my dual athlon) and there's no hassle setting up cross-compiling
18:11:40His other computer is a 4000 node beowulf cluster.
18:11:40erikdibot erikd?
18:11:44erikd^^
18:11:47erikd;)
18:11:50VerxHomehehehe
18:11:52VerxHomemmhmm
18:11:52George-rikkus: oh
18:12:02rikkusVerxHome: heh, you will find the overhead means that more than one external box is probably wasted
18:12:03George-erikd: vain...
18:12:04VerxHomewants a photo of the cluster
18:12:17VerxHomerikkus: I have a dual cpu cross compile box
18:12:20erikdgeorge: dream...
18:12:20VerxHomeit works great for me
18:12:21George-erikd: you don't have a 4000 node beowulf cluster =P
18:12:22erikd=)
18:12:27erikdsure i do!
18:12:30erikdit's in my basement
18:12:34George-I want one of dem dual 1.25GHz G4 Apple PowerMacs
18:12:36erikdon my quad oc48's
18:12:46VerxHomewouldn't want any mac
18:12:52George-with ATI Radeon 9000 Pro, and DDR ram, and 2MB L3 cache on each proccy, and and and....
18:12:54George-faints
18:13:11VerxHomeGeorge-: You -*DO*- realize don't you that the Mac is designed by people that consider their users too STUPID to be able to use more than one mouse button, right?
18:13:19rikkusVerxHome: my dual athlon is mostly idle when distcc is sending stuff to it from the Z. The overhead is just too much. But I am using the USB network, so perhaps it's better over wifi or something.
18:13:19George-VerxHome: bleh
18:13:24George-VerxHome: fuck you :)
18:13:31George-VerxHome: I like my mac tqvm
18:13:36VerxHomefine
18:13:42rikkusall mac users I know hate the fact they only have 1 mouse button
18:13:42VerxHomejust realize what Apple thinks of you
18:13:48VerxHomeand how smart they consider you
18:13:56George-rikkus: I use an external mouse =P
18:13:59VerxHomedoesn't wanna buy from a company like that
18:14:00George-rikkus: simple as that :)
18:14:05VerxHomethe other thing is
18:14:31VerxHomeI guess Apple figured out that the very same people too stupid to use more than one mouse button are too stupid to realize they are paying 3 to 4 times as much money for their computers
18:14:31VerxHomeducks
18:14:32VerxHome:)
18:14:41George-dude, you're such a mac basher
18:14:41George-what's wrong with running LInux on a mac?
18:14:42George-*g*
18:15:01mdzdepends on the Mac
18:15:07George-mdz: powerbook g4 =P
18:15:10mdzI'm using an iMac right now, and it's intolerably slow
18:15:12VerxHomeGeorge-: The simple fact that you could run Linux on 3 equivalently fast PC's in the money you wasted in buying the Mac, that's what
18:15:14erikdtibook
18:15:36erikdverx: but it's not as pretty!
18:15:45VerxHomeerikd: Is pretty worth having 1/4 the computer for the money?
18:15:47VerxHomenot to me
18:15:52VerxHomemy boxes sit in closets
18:15:55VerxHomeno one sees them anyway
18:16:02VerxHomeI could care less how they look
18:16:10George-VerxHome: pah
18:16:24George-VerxHome: I don't wanna even be on the same damn architecture as Winbl0ze
18:16:35VerxHomebesides, my desk has 2 18" flat panels, a wireless keyboard and a wireless mouse
18:16:40VerxHomeit is very nice looking as it is
18:16:41VerxHome:)
18:16:43erikdgeorge: get an alpha :)
18:16:54VerxHomehas 2 DEC alphas
18:17:02VerxHomethey run linux quite nicely
18:18:47markis back (gone 00:53:37)
18:18:50[George]blah, alpha is owned by Intel
18:19:00VerxHomelooks at George
18:19:07VerxHomeDEC was purchased by Compaq
18:19:14VerxHomeCompaq was purchased by HP
18:19:15[George]wallops VerxHome's face in
18:19:32tux_mikeend users... can't live with them, can't get paid without them :)
18:19:33[George]VerxHome: According to Speedy2, compaq only acquired the Linux research stuff on ARM
18:19:33VerxHomedidn't notice being walloped
18:19:38[George]VerxHome: Intel got the rest
18:19:49rikkus[George]: tip: stop being so anal and just get on with your life
18:20:10markrikkus: thats a quote for my website I think :)
18:20:11VerxHomewell, the guys I know at HP were telling me it was fun to internally talk about how the HP rival - the Alpha, was now in house
18:20:31[George]rikkus: hehe
18:20:34VerxHomerikkus: Well said my friend
18:20:35VerxHome:)
18:20:43[George]rikkus: what life?
18:21:13rikkus[George]: I bet you enjoy a good emacs vs. vi shouting match too, eh ? ;)
18:21:24[George]rikkus: yah
18:21:25tux_mikeok... i'm gonna break this laptop inot a million peices
18:21:35[George]tux_mike: nah, just give it to me
18:21:47VerxHomehow fast/slow is it to dynamically add a tab to a tabwidget at runtime onboard the Z?
18:21:48[George]VI OWNZZZZZ EMACS SUX0RS!!!!
18:21:52VerxHomeanyone have experience with that?
18:22:03[George]hides
18:22:22tux_mikegeorge: it's a gateway and won't take an os other than 98
18:22:30George-why not?
18:22:34VerxHometux_mike: It won't use linux?
18:22:36VerxHomeboggles
18:22:57George-gets the sledgehammer out, and helps tux_mike smash it
18:23:22VerxHomeactually, scratch that
18:23:27VerxHomeneeds to focus on speed
18:23:54George-beats VerxHome senseless with a cumberland sausage
18:25:02tux_mikeverx: it's a work pc, they use ms here
18:25:11VerxHomeahhh
18:25:15VerxHomeI have the same issue at Boeing
18:25:18VerxHomewe use Dells tho
18:25:39George-you work for Boeing?
18:25:43VerxHomeyup
18:25:55mdzDude, you're gettin' an overpriced slow PC
18:26:13mdzthey use Dell here as well.  ick.
18:26:23rikkusDell machines are ok
18:26:28VerxHometrust me, I know
18:26:40George-I like my Apple
18:26:41VerxHomethey pay way too much for them, BUT, we get instantaneous hardware swapout
18:26:47tux_mikei prefer Toshiba for laptops, compaq for prebuilts and servers, and buiding my own machines for desktops
18:26:48George-goes to start a company called Banana
18:26:51VerxHomeyeah, with apple, you pay 4 times as much
18:26:52VerxHome:)
18:27:01rikkusyes, apple are overpriced
18:27:07rikkusthey wouldn't be if you got decent support
18:27:12VerxHomethey make beautiful machines tho
18:27:19VerxHomeapple doesn't know what support means
18:27:20VerxHome:)
18:27:22Tenchidude yer gettin a dell
18:27:26George-rikkus: you do get decent support.
18:27:27Tenchiwhether you like it or not
18:27:39VerxHomehrm
18:27:45VerxHomewhat are frames used for in Qt?
18:27:49VerxHomeI mean, typically
18:28:11rikkusGeorge-: if you machine stops working, are they out on the same day with a drop-in replacement for no charge until yours is fixed ?
18:28:23George-er.
18:28:25Neo|WorkVerxHome: grouping widgets
18:28:25George-no
18:28:27rikkusVerxHome: group boxes, mainly
18:28:38VerxHomewell
18:28:47VerxHomein Qt Designer, they seem to seperate them
18:28:57VerxHomegroup box
18:28:58VerxHomebutton group
18:28:59VerxHomeframe
18:29:00Neo|Workright
18:29:02VerxHomethey are 3 things
18:29:08Neo|Workframe is probably the base class
18:29:12VerxHomek
18:29:20Neo|Workif not, frame can be uses by itself to put a border around 1 widget
18:29:26Neo|Workor a bunch of widgets etc
18:29:35VerxHomegot it
18:29:36Neo|Workit is what it sounds like. :)
18:29:43VerxHomewell, I was hoping so
18:29:48VerxHomethat is what frames are in tk
18:29:57rikkusInherited by QGrid, QGroupBox, QHBox, QLCDNumber, QLabel, QMenuBar, QPopupMenu, QProgressBar, QScrollView, QSpinBox, QSplitter, QTableView and QWidgetStack.
18:29:59kergoth`re
18:30:06rikkusnote that QLabel doesn't normally show its frame
18:30:22rikkusneither do a few of the others
18:30:25VerxHomerealizes
18:30:29VerxHomethat for this new app
18:30:38VerxHomehe likely won't use Qt Designer for anything but dialogs
18:30:45codemnkyyo
18:30:56codemnkyi would like you to pay close attention
18:31:08Neo|Workpays.
18:31:08VerxHomeobvserves the codemnky
18:31:09Neo|Workheh
18:31:10rikkusVerxHome: Qt designer is indeed best used only for dialogs, usually config dialogs only
18:31:15codemnkyin how to build a dog fort
18:31:24VerxHomerikkus: That is the conclusion I am coming to
18:31:40codemnkyFort Haley Dog! (flag goes up)
18:31:50codemnkyhttp://www.oddabon.com/fort.jpg
18:32:26codemnkyhttp://www.oddabon.com/fort.jpg
18:32:59Neo|Workfluffy fort
18:33:21rikkusbet that doesn't handle a couple of large rocks from a trebuchet
18:33:39codemnkyheh
18:34:19VerxHomecodemnky: That is cute
18:34:19VerxHomeis it a beagle?
18:34:26kergoth`goddamn
18:34:28kergoth`today is so slow
18:34:30kergoth`there's nothing to do
18:34:37VerxHomeKERGOTH!
18:34:42VerxHomeBE QUIET DUDE!
18:34:43Neo|Workkergoth: play then. :)
18:34:46VerxHomeTHAT LADY WILL HEAR YOU!
18:34:47VerxHome:)
18:35:19ACTION shoots kergoth in the head.
18:35:19George-ibot shoot kergoth
18:35:33VerxHome: i'm not following you...
18:35:33VerxHomeibot shoot george- in the knee
18:35:42VerxHomeI didn't think it would let me do that
18:35:42VerxHome:)
18:35:45George-VerxHome: you suck! :)
18:36:18OK, kergoth`.
18:36:18kergoth`ibot: shoot george again is <action> shoots out george's kneecaps.
18:36:23ACTION shoots out george's kneecaps.
18:36:23kergoth`ibot shoot george again
18:36:54rikkus# ./flite16k QtOnTheZ.txt
18:36:55rikkusoss_audio: failed to open audio device /dev/dsp
18:36:56rikkushmm :/
18:37:04kergoth`rikkus: fun
18:37:09rikkuswonders what's using /dev/dsp
18:37:16kergoth`rikkus: fuser is your friend.
18:37:26rikkusooh, thought it didn't have it
18:37:32kergoth`it should.
18:37:41rikkusdoh, esd :)
18:37:50ACTION rapes kergoth then dumps him in an isolation chamber, only with a phone linked up to the stupidest person ever to come in contact with a computer, then unleashes kergoth's tech support lady friend on him
18:37:50George-ibot kill kergoth
18:37:52kergoth`thatll do it
18:37:59markrikkus: hows ur tkcPort going?
18:38:03OK, VerxHome.
18:38:03VerxHomeibot: shoot george- is <action> shoots George's left kneecap, then his right kneecap, then in his belly
18:38:09ACTION shoots George's left kneecap, then his right kneecap, then in his belly
18:38:09VerxHomeibot shoot george-
18:38:11rikkusmark: which one ?
18:38:14George-: I forgot shoot george-
18:38:14George-ibot forget shoot george-
18:38:17ACTION rapes kergoth then dumps him in an isolation chamber, only with a phone linked up to the stupidest person ever to come in contact with a computer, then unleashes kergoth's tech support lady friend on him
18:38:17George-ibot kill kergoth
18:38:19OK, VerxHome.
18:38:19VerxHomeibot: shoot george- is <action> shoots George's left kneecap, then his right kneecap, then in his belly
18:38:20ACTION shoots George's left kneecap, then his right kneecap, then in his belly
18:38:20VerxHomeibot shoot george-
18:38:22George-: I forgot shoot george-
18:38:22George-ibot forget shoot george-
18:38:24ACTION rapes kergoth then dumps him in an isolation chamber, only with a phone linked up to the stupidest person ever to come in contact with a computer, then unleashes kergoth's tech support lady friend on him
18:38:24George-ibot kill kergoth
18:38:26markrikkus: the one where you didn't tell us what it was
18:38:35rikkusmark: oh....
18:38:35Tenchiwhy are infobots always the most popular people in irc channels ?
18:38:44George-Tenchi: no, any bots are
18:38:56rikkusmark: http://rikkus.info/tkcmail.html
18:39:02ACTION shoots out george's kneecaps.
18:39:02kergoth`ibot shoot george again
18:39:03WintreCause they talk to everybody
18:39:09codemnkyhttp://www.oddabon.com/pigs.jpg
18:39:13no! he'll ... hurt me!
18:39:13George-ibot kill kergoth
18:39:20erikdhaha
18:39:24kergoth`hehe
18:39:24ACTION shoots erikd in the head.
18:39:24erikdibot shoot me
18:39:29erikdhmm
18:39:33erikd: excuse me?
18:39:33erikdibot shoot kergoth`
18:39:37ACTION shoots kergoth in the head.
18:39:37erikdibot shoot kergoth
18:39:39George-rikkus: are you _allowed_ to release that sorta info on tkcMail?
18:39:45Tenchii sxweat tkc should just make their own zaurus rom
18:39:50Tenchiswear
18:39:56rikkusGeorge-: yes
18:40:01Tenchithey've got better replacements for everything
18:40:20George-rikkus: why do we need yet another email client?
18:40:34bizaarre: sorry...
18:40:34bizaarreibot kill everybody
18:40:34rikkusGeorge-: because mine does stuff the built-in shit doesn't do
18:40:35kergoth`George-: um, there arent many mail clients for the Z, and they all suck atm
18:40:52ACTION rampages, killing everyone in sight!
18:40:52kergoth`ibot: go postal
18:40:52markrikkus: will it do SMTP auth?
18:40:58rikkusmark: already does
18:41:00George-rikkus: hah, ok
18:41:03Tenchiwow
18:41:10markrikkus: excellent.
18:41:11no! he'll ... hurt me!
18:41:11George-ibot kill kergoth
18:41:15George-wh00t?
18:41:18Tenchiwhat about SMTP TLSSTART?  :)
18:41:20rikkusmark: see the 'sending settings' screenshot
18:41:41rikkusTenchi: no, not yet, I might do it if there is demand
18:41:41TenchiSSL support for imap and smtp both would rule
18:41:49OK, VerxHome.
18:41:49VerxHomeibot: shoot george- is <action> shoots George's left kneecap, then his right kneecap, then in his belly
18:41:50ACTION shoots George's left kneecap, then his right kneecap, then in his belly
18:41:50VerxHomeibot shoot george-
18:41:55George-kills VerxHome
18:42:00VerxHomehehehe
18:42:01VerxHome:)
18:42:02rikkusTenchi: there's already SSL support for POP, will be SSL for IMAP too, not sure about SMTP
18:42:04ACTION rampages, killing everyone in sight!
18:42:04kergoth`ibot: go postal
18:42:06kergoth`heh
18:42:09VerxHomewas wondering when hat was gonna happen
18:42:22kergoth`ljp: ping
18:42:28compatibility problems are pester kergoth
18:42:28prpplagueibot: compatibility problems
18:42:32kergoth`hehe
18:42:39George-rikkus: that looks pretty cool
18:42:43markrikkus: was there a tkcMail before then?
18:42:44Tenchirikkus: i've heard STARTTLS implementations are hairy cuz of TLSSTART sort of being a hack
18:42:49ACTION shoots kergoth in the head.
18:42:49George-ibot shoot kergoth
18:42:49sco problems are pester prpplague
18:42:49kergoth`ibot: sco problems?
18:42:54rikkusmark: no
18:42:58markrikkus: as in a desktp version?
18:43:01rikkusmark: no
18:43:18markrikkus: okay.  it looks very nice
18:43:21rikkusmark: but a lot of the code is taken from code I've been working on for years.
18:43:44George-rikkus: was a lot of it taken from KMail? :)
18:43:47markrikkus: ah I see
18:43:57rikkusGeorge-: no, zero. tkcMail is all my code and all closed source.
18:44:00kergoth`George-: couldnt due to licensing.
18:44:10prpplaguekergoth`: argh, why the hell didn't we get to go to linuxworld?
18:44:33kergoth`prpplague: good question. I've got to go next year, damnit.
18:44:34kergoth`heh
18:44:57VerxHomeman
18:45:03VerxHomelooks some stuff up
18:45:12kergoth`heh
18:45:16kergoth`man, i love vim
18:45:53markkergoth`: yeh, its nice
18:46:13markkvim/e should be done within a couple of weeks
18:46:20kergoth`mark: yay
18:46:26rikkusmark: looking forward to it
18:47:47VerxHomeanyone know where in opie cvs I can find tab manager?
18:47:56hmmm... feeds is listed at http://www.handhelds.org/z/wiki/IpkgFeeds
18:47:56numatrixibot feeds
18:48:03rumour has it feed is a package repository or http://www.handhelds.org/z/wiki/IpkgFeeds or http://www.zauruszone.com/feed/ or http://openzaurus.sf.net/feeds/3.0/ for OpenZaurus or http://opie.net.wox.org for cvs Opie
18:48:03numatrixibot feed
18:48:19VerxHomeahhh
18:48:24markrikkus: its a bit big, i shall probably rip out stuff like you did
18:48:24VerxHomeopie/noncore/settings/tabmanager
18:48:26VerxHomethere we go
18:49:44markah i love my website designer :)
18:50:07VerxHomemark: URL?
18:50:24markVerxHome: www.houseoffish.org/~wolfy
18:50:45VerxHomeHouse Of Fish Designs is run by Mark Westcott. blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
18:50:50VerxHomevery, very nice
18:50:53VerxHomeI see what you mean
18:50:54VerxHome:)
18:51:14George-mark: you look like a fish
18:51:15Neo|Workis away: mtg
18:51:22VerxHomeKnights is about blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
18:51:25VerxHomehehe
18:51:30VerxHomeI see a trend here
18:51:36codemnkyhey
18:51:48VerxHomethis screenshot shows the basics of the blah blah blah blah blah blah blah blah asfdolfo sdfijfsd.
18:51:49VerxHomeheheh
18:51:54markVerxHome: heh, yep :), now i've got to be non lazy enough to write the text
18:51:59markGeorge-: you are fat
18:52:08George-mark: I know ;)
18:52:18everyone is nothing but an off-color assload of puking anal warts.
18:52:18numatrixibot: insult everyone
18:52:23rikkusUnknown host too.bar.com
18:52:27VerxHomeHAHAHAHHAAHHA
18:52:30VerxHomethis is my favourite part of the website
18:52:33VerxHomethis is just awesome
18:52:36George-mark: i'd rather be fat than look like a fish :)
18:52:38codemnkyblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
18:52:40codemnkytoo
18:52:40VerxHomefdsaf osdjf osghpasjf ?
18:52:41VerxHomeblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah. blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah b
18:52:44codemnkyblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
18:52:46VerxHomesfgfdgdf?
18:52:46numatrixok, simmer down now boys
18:52:47VerxHomeblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah. blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah b
18:52:50codemnkyblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
18:52:52VerxHomeall your questions answered
18:52:54VerxHomerofl
18:52:54br33zywtf
18:52:56br33zywtf
18:52:58codemnkyopp
18:52:58markVerxHome: ;-)
18:52:58George-LOL
18:52:58codemnkys
18:53:12rikkusmark: is knights actually available somewhere ?
18:53:14erikdblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah bla
18:53:15erikdsorry
18:53:21erikdjust had to get in on the fun
18:53:21markrikkus: yes, handango
18:53:31VerxHomemark: your url for kvim/e is not found
18:53:37George-rikkus: handango?
18:53:39markVerxHome: i know, thats not done yet
18:53:39VerxHomeis there anywhere I can see a screenshot?
18:53:47markVerxHome: there is one on the kvim page
18:54:10VerxHomemark: It looks like someone accidentally filled in the "Contact" web page with actual information
18:54:17VerxHomehave the webmaster fix that right away
18:54:23marknah, its duff :)
18:54:28VerxHomeheh
18:54:38codemnkyheh
18:54:39George-I need to design a website properly someday...
18:54:49markVerxHome: so you like the design?
18:54:54codemnkykeep practicing
18:55:00VerxHomemark: It looks nice, but it appears all your content is static
18:55:06VerxHomedo you really wanna maintain it that way?
18:55:09George-this screenshot shows the basics of the blah blah blah blah blah blah blah blah asfdolfo sdfijfsd.
18:55:19codemnkywhat screen shot
18:55:25VerxHomebbiaf
18:55:30George-How do you install Knights?
18:55:30George- Read the installation guide provided with the online help or email for support. blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.
18:55:59codemnkydid you read and understand the blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
18:56:06markVerxHome: i can't be bothered to move it to php
18:56:16codemnkyme neither
18:56:21codemnkyperl works just fine
18:56:30tux_mikeok, can you guys knock it off now
18:56:32George-Knights is available as a $10 download from http://too.bar.com/too
18:56:59codemnkyok i have to go re fuel anyways
18:57:01codemnkybye
18:59:08markVerxHome: i dont care really about that much of it being static. what do I gain from having it dynamic?
19:00:06rikkusmark: just bought knights at handango
19:00:54markrikkus: thanks.  I hope you enjoy it
19:01:09George-rikkus: You are now a new being! :)
19:01:12George-lol
19:01:15rikkus?
19:01:23George-n/m
19:04:20Tenchiis changing his name
19:04:39Tenchiis is hmmm, lets calc
19:05:31Tenchiis 309,500 $20 contributions away from his goal
19:05:45Tenchiplease help me if you can
19:05:58VerxHomeTenchi: You are SO CLOSE man!
19:06:02VerxHomejust hang on a little longer
19:06:16George-VerxHome: lol
19:06:19George-slaps VerxHome
19:06:27Tenchihow long has whats his face been begging for contributions ?
19:06:32Tenchi5 years now ?
19:06:37VerxHomemarkush: If it is dynamic, your updates can be incredibly easy
19:06:43George-Tenchi: lilo?
19:06:45VerxHomeI think closer to 30
19:06:47Tenchiyeah lilo
19:06:49Tenchirob levin
19:07:06George-the bearded chap?
19:07:20Tenchii dunno if he still has a beard or not
19:07:27George-hehe
19:08:13Tenchihe started working with one of my friends at a colo facility or some sort
19:08:37Tenchimy friend says their average dude builds 30 servers per day
19:08:47Tenchiand he said that they hired rob cuz he's supposed to b a linux genius
19:08:59Tenchiyet they rarely see rob do more than 7 machines per day
19:09:00George-is he?
19:09:13VerxHomeGeorge-: Tenchi is getting to that
19:09:14VerxHomecalm down
19:09:15VerxHome:)
19:09:15erikdi love programming!
19:09:17George-lol
19:09:20erikdit's so much fun
19:09:28kergoth`erikd: here here!
19:09:43kergoth`heh
19:09:49kergoth`is so bored he's ... documenting!
19:09:52[DrEvil]kergoth: I think the changes to include.mk had messed up that build
19:09:54erikdeww
19:10:02erikdcan't document worth a hill of beans
19:10:40ACTION shoots kergoth in the head.
19:10:40George-ibot shoot kergoth
19:10:58[DrEvil]don't shoot kergoth until oz builds for me
19:11:01kergoth`[DrEvil]: thats not possible. but if you want, remove the MAKEFLAGS line in include.mk, it was added. thats all
19:11:08kergoth`erikd: well I'm documenting for my own reference, not anyone elses. so it doesnt have to be good :-)
19:11:15erikdah
19:11:18erikdi can do that
19:13:12George-why is it that whenever I load on Debian, I always find myself going back to OpenZaurus?
19:13:23[DrEvil]because debian sucks
19:13:32VerxHome?!?!?!?!??!?!?!?!??!?!
19:13:34George-I'm being seduced by the dark side!
19:13:36George-Like vader did!
19:13:38rikkusGeorge-: dunno. Is it related to the fact you talk too much ? ;)
19:13:38George-ARGH!
19:13:38rikkus&
19:13:39VerxHome[DrEvil]: BLASPHEMY!!!!!!!!!!!!!!!
19:13:46[DrEvil]it does suck
19:13:47George-rikkus: bleh
19:13:51[DrEvil]I tried it once
19:13:53[DrEvil]and that was it
19:13:54[DrEvil]no more
19:13:58George-killall -9 rikkus
19:14:01George-damn
19:14:10VerxHomeapt-get install rules_them_all
19:14:14Tenchigoddamnit
19:14:27Tenchiim guessing dayquil is orange and nyquil is green ?
19:14:36[DrEvil]yes
19:14:42[DrEvil]did you get them mixed up?
19:14:47Tenchii just realized there are green gelcaps in this dayquil box
19:14:50Tenchiand i've been taking them
19:14:54[DrEvil]heh
19:14:54Tenchiand getting extremly sleepy
19:14:55[DrEvil]sleep
19:15:10[DrEvil]they can knock you on your ass
19:15:14Tenchii think my wife took some of the nyquild gelcaps and put them in the dayquil box to save some space in the cabinet
19:15:52VerxHomeTenchi: Be sure to let her know the benefits you derived from the saved space.
19:16:01Tenchibut can i yell at her about it?  OHHHHHHHH not a chance, it's ALL my fault for not paying attentino to the color
19:16:14Tenchioh yeah all that space we're saving in there is extremely beneficial
19:16:22VerxHomeTenchi, are you married to my wife too??
19:16:34Tenchibetter not be
19:16:36VerxHomechecks to see if his wife is married simultaneously to Tenchi
19:16:40[DrEvil]don't take those and drive
19:17:05nadav was last seen on #zaurus 11 days, 21 hours, 58 minutes and 51 seconds ago, saying: kergoth: ah. i'm going to try leaving the battery out for a few hours [Fri Aug  2 22:18:14 2002]
19:17:05George-ibot seen nadav
19:17:17George-hmm, he's been a bit more than a few hours :)
19:17:36erikdthat's what i'm thinking
19:17:39[DrEvil]I can't take those Nyquil Liquicaps
19:17:44[DrEvil]they do weird things for me
19:17:50[DrEvil]they actually keep me awake
19:17:57Tenchii hate how damn big they are
19:18:07Tenchii get a cold w/ a sore throat and my wife bitches at me for not taking medicine
19:18:18George-lol
19:18:30Tenchiim like how the hell am i supposed to swallow these BOULDERS with a sore throat?
19:18:54Tenchiwhy cant they make the dosage be 4 small gelcaps rather than 2 huge boulders?
19:18:58VerxHomehow cute!
19:19:05VerxHome               =.
19:19:05VerxHome             .=l.
19:19:05VerxHome           .>+-=
19:19:05VerxHome _;:,     .>    :=|.
19:19:05VerxHome.> <`_,   >  .   <=
19:19:06VerxHome:`=1 )Y*s>-.--   :
19:19:07[DrEvil]just get some liquid NyQuil
19:19:07VerxHome.="- .-=="i,     .._
19:19:09VerxHome - .   .-<_>     .<>
19:19:11VerxHome     ._= =}       :
19:19:13VerxHome    .%`+i>       _;_.
19:19:16VerxHome    .i_,=:_.      -<s.
19:19:17VerxHome     +  .  -:.       =
19:19:19VerxHome    : ..    .:,     . . .
19:19:21VerxHome    =_        +     =;=|
19:19:24VerxHome  _.=:.       :    :=>`:
19:19:25VerxHome..}^=.=       =       ;
19:19:27VerxHome++=   -.     .`     .:
19:19:29[DrEvil]leave it to ljp to ruin it
19:19:30VerxHome :     =  ...= . :.=-
19:19:31VerxHome -.   .:....=;==+<;
19:19:33VerxHome  -_. . .   )=.  =
19:19:33ljp_hahaha
19:19:35VerxHome    --        :-=
19:19:39ljp_boo!
19:19:41VerxHomeheh
19:19:46[DrEvil]
19:19:46VerxHomeand you know what else?
19:19:53erikduh, what is that?
19:19:54VerxHomeI think it was ljp that removed it from the sourcecode too
19:19:55Tenchiwhat was that supposed to be ?
19:20:00VerxHomeerikd: The opie penguin
19:20:05VerxHomeor whatever the thing is called
19:20:06Tenchiohh
19:20:10erikdoh
19:20:19erikdi don't see it
19:20:20erikd:)
19:20:24VerxHomeheh
19:20:24Tenchiwell, i cant do liquid nyquil cuz its got alcohol in it which im allergic to
19:20:25VerxHomeoh well
19:20:36Tenchiand my throat swells up when i drink it
19:20:40VerxHomeTenchi: How can you be allergic to alcohol?
19:20:42numatrixhas opiemediaplayer2 been released?
19:20:42Tenchiwhich makes the sore throat thing even worse
19:20:44VerxHomethat is just wrong
19:20:53numatrixI noticed zlib references it, but I didn't think omp2 was out yet?
19:20:58TenchiVerxHome: yeah it's messed up
19:21:01[DrEvil]
19:21:05erikd
19:21:23TenchiVerxHome: drinking achoholic beverages is completely out of the question which was rough in college
19:21:32VerxHomeI am sure
19:21:33VerxHomeI mean
19:21:35TenchiVerxHome: people making fun of me and trying to pressure me
19:21:38VerxHomeyou must have had to resort to drugs
19:21:39VerxHomeheheh
19:21:52Tenchibut what's worse is that I react to food that has alcohol in it too
19:21:59VerxHomeman
19:22:08numatrixTenchi: I guess you don't use mouthwash, then huh?
19:22:08VerxHomethere are a lot of desserts with alcohol in them
19:22:09VerxHome:(
19:22:16Tenchilike my inlaws always have italian rum cake which i LOVE but it always messes up my throat :(
19:22:16VerxHomefeels sorry for Tenchi
19:22:20VerxHomerum cake is a wondrous thing
19:22:26VerxHomeoh god
19:22:27VerxHometenchi
19:22:35VerxHomeI dunno if my line came out before yours
19:22:37Tenchiand a few weeks ago i got some fried ice cream, and they brought it out still on fire
19:22:42VerxHomebut I wrote about rum cake BEFORE you said that
19:22:50Tenchiand after eating a little bit i realized they put alcohol on it to make it b urn
19:22:58HarlekinVerxHome: oh, your read one of my headers
19:23:09VerxHomeHarlekin: Is that your artwork?
19:23:11VerxHomeI like it!  :)))
19:25:08erikddoes anyone happen to know the name of the widget that the to do app uses for the calendar pop up?
19:25:46VerxHomeerikd: TodoAppCalendarPopUpWidgetObject
19:26:03erikdah
19:26:04erikdcool
19:26:06HarlekinVerxHome: yeah, and its mostly only in my headers
19:26:13VerxHomeHarlekin: Ahhh
19:27:12erikdverx: that doesn't work. do you know another name?
19:27:37George-TodoAppCalendarPopUpWidgetObject? wtF? That's a huge mouthful...
19:27:50erikd:)
19:28:04VerxHomeerikd: um
19:28:06VerxHomeI was joking man
19:28:11VerxHomesorry
19:28:17VerxHomedidn't realize you took me seriously
19:28:34VerxHomeI figured the "...WidgetObject" part would be a dead giveaway
19:28:35numatrixanybody know where the docs on setDocument are?  I'm in the trolltech docs site and I can only find setDocumentLocator...
19:29:43erikdverx: yeah, i knew
19:29:46erikdwas joking, too
19:29:51VerxHomeoh, heh
19:29:55VerxHomeyou got me
19:29:55VerxHome:)
19:29:55erikdhttp://www.erikd.org/~yodatoad/z/cal.png <-- that widget if someone needs a pic
19:29:56erikdyup :)
19:30:22VerxHomeerikd: I would bet it is in libopie
19:30:30VerxHomeunless it exists on the Z too
19:30:35erikduhmmm
19:30:37VerxHomein which case, I am thiking they built it
19:31:04VerxHomegimme a sec
19:31:08VerxHomelemme look at the todo source
19:31:08erikdbleh =/;
19:31:09erikdok
19:33:32George-will OFileSelector accept *.html as a valid mime type?
19:33:36George-instead of text/html?
19:34:02kergoth`George-: *.html isnt a mime type
19:34:08VerxHomeahh erikd, I am getting closer
19:34:14VerxHome    connect( picker, SIGNAL( dateClicked( int, int, int ) ),
19:34:14VerxHome             this, SLOT( dateChanged( int, int, int ) ) );
19:34:14George-kergoth`: ok
19:34:17VerxHomelooks like it is picker
19:34:23VerxHomejust gotta figure out what picker is
19:34:36speedy2 was last seen on #zaurus 3 hours, 4 minutes and 29 seconds ago, saying: Bad idea to use one power strip to turn on/of [Wed Aug 14 17:30:07 2002]
19:34:36kergoth`ibot: seen speedy2
19:34:36erikddidn't even think of looking the source
19:34:43kergoth`smacks erikd
19:34:44erikdi'm so used to closed source apps :)
19:35:06ACTION shoots erikd in the head.
19:35:06erikdibot shoot me
19:35:13VerxHomeDateBookMonth is the class
19:35:17VerxHomehas to find that now
19:35:52VerxHomethe include qdatetime.h
19:36:11erikdso it's gotta be a custom widget
19:36:25erikdbecause as far as i know qdatetime isn't graphical :)
19:36:40VerxHomeyeah
19:36:44VerxHomethat is what I just discovered
19:36:51erikd=/
19:37:13erikdbah, that's no good :)
19:37:24erikddownloads the source to see if he can rip the widget
19:39:39VerxHomelemme just look at the .h's
19:39:39VerxHomeI should be able to find this class
19:39:39VerxHomehrm
19:39:39VerxHomelooks like the webcvs just died
19:39:39VerxHomeor something
19:39:47VerxHomeor perhaps I am just lagged to all hell
19:39:49CloudchaserQtopia 1.5.1
19:39:49CloudchaserThe next release of Qtopia is Qtopia 1.5.1, scheduled for release in late July. It has various bug fixes included.
19:39:56Cloudchaserguess its a little late
19:40:17ljp_workthey meant _LATE_ July
19:40:24Cloudchaserwhat year?
19:40:30kergoth`heh
19:40:48Cloudchaseryou'd think... since they just posted it.. they'd have re-worded it
19:40:56KhensUhehe
19:41:12kergoth`Cloudchaser: there you go, thinking they'll do something that make sense again. shame on you.
19:41:14erikdare you looking at oz or the official one?
19:41:30Cloudchaserkergoth: haha..
19:41:46Cloudchasersomeone from trolltech posted that link today in zaurus general
19:41:59kergoth`yeh i saw
19:43:08Cloudchasershakes her head and goes back to reading
19:43:27Cloudchaserits no wonder our country is in financial doldrums
19:44:06VerxHomeNOOOOOOOOOOOOOOoooooooooooooooooooooooooooooooooooo
19:44:10VerxHomeNOT BINARY APE!
19:44:15VerxHomeanything but that!
19:45:23erikdhas no idea where verx is looking at the source
19:47:42kergoth`erikd: probably the source in opie cvs for todo
19:47:58erikdopie
19:47:59ljp_work001000111001011100110001110010011000001101001100101011
19:48:01erikd...
19:48:16erikdkeep in mind i don't have a z so i can't play with all this cool stuff yet :)
19:49:34erikdah
19:49:36erikdfound it
19:53:31George-I'm certain that LoTR was based on WarCraft III
19:53:31George-:)
19:54:45erikdstill doesn't see the todo app source
19:55:11Neo|Workis back (gone 01:03:58)
19:55:16kergoth`erikd: core/[something]/todo. i dont remember whether its in apps or pim
19:55:44erikdohh
19:55:48erikdi was looking under apps
19:56:13erikdit's pim, fyi
19:56:17erikdthanks
19:57:01Cloudchaserwhen qtopia 1.5.1 comes out will synching over network work again?
19:57:25Cloudchaser(with sharp rom)
19:57:31angrywhat's a good app for managing classes/assignments for the Z?
19:57:56darienmangry: I think there's only one
19:58:00darienmangry: did you check ZSI ?
19:58:01CloudchasertkcToDo?
19:58:15angrydarienm: lemme check
19:58:17rumour has it zsi is http://killefiz.de/zaurus/
19:58:17angryibot, zsi
19:58:23ljp_workno opie-todo
19:58:29Cloudchaserhehe
19:58:32angryAHH killefiz you changed the colors!
19:59:44ljp_workheh I thought zsubhunt said something else.... ;)
19:59:45angrylol
19:59:52frankpsbye all
20:00:04angrys/lol/oops, im a dumbass, i typed "lol" in the wrong window
20:01:00Cloudchaserkind of a bummer to see "new" apps on killefiz that aren't new
20:01:06Cloudchaserjust bumped to top of list
20:02:13Cloudchasereither that or they're not changing their version numbers
20:04:33kergoth`hmm
20:08:29scanlineis back (gone 07:56:15)
20:08:32Cloudchaser  i'm just cranky cause its 100 degrees here ..
20:08:34Cloudchasersorry
20:10:50ljp_workcranky cloud
20:11:08Cloudchaserhehe yep
20:11:17ljp_workrinse your head in cold water
20:13:18George-lol
20:13:29ljp_workthats what I do..
20:13:57Cloudchaseri'll swim soon as the kids evacuate the pool
20:14:09ljp_workyou have a pool?
20:14:18George-htmleditor.cpp:39: default argument given for parameter 1 of `void HTMLEditor::createNew(QString = QString())'htmleditor.h:39: after previous specification in `void HTMLEditor::createNew(QString = QString())'
20:14:22George-I've got a strange error here
20:14:41George-Aren't I meant to declare the default value in both the prototype and the implementation itself?
20:20:26warmino, default value goes only into prototype
20:20:43Cloudchaserljp: yes
20:21:15warmiGeorge: gcc will let you get away with that but other compilers will complain about redefined default value
20:26:08VerxHomegeorge left
20:26:13VerxHomehe didn't see your answer
20:28:37scanlinetries again to do a clean build of OZ
20:29:30kergoth`scanline: still having FP issues?
20:29:58VerxHomeThe Z doesn't have a jog dial, does it?
20:30:02scanlinekergoth`: nope, my toolchain appears to be fixed.. just the odd bug here and there with the OZ build system
20:31:03scanlinekergoth`: like first, I guessed the wrong password for busybox CVS, and when I tried to restart the build from there it thought it already had downloaded the busybox source.. then I tried a clean build again and it had trouble patching the kernel
20:33:25scanlineVerxHome: no
20:34:12kergoth`scanline: rm -rf build/busybox sources/dl/busybox; oughta allow it to redownload
20:34:25kergoth`scanline: same for ipkg or any other download that fails for that matter
20:34:29scanlinekergoth`: I'll try that next time I screw this up ;)
20:35:00kergoth`scanline: if it had trouble patching the kernel, it may have had issues downloading the various patches. check for partials
20:35:32scanlinenow waits for his relatively not-too-speedy 500mHz G3 laptop to compile OZ after downloading it over a kinda-unreliable 802.11b link
20:35:56kergoth`hah
20:35:59kergoth`glibc is always a fun one
20:36:04scanlineyeah
20:36:20kergoth`scanline: avoid running 'make clean' in the buildroot.. having to rebuild glibc over and over is not a picnic
20:36:36scanlinekergoth`: found that out the hard way ;)
20:36:44kergoth`hehe
20:36:56scanlineThough the first time I saw glibc building yesterday I was just glad it finished the kernel
20:37:04kergoth`make clean wipes the build dir, make distclean wipes the builddir and downloaded files
20:37:18kergoth`make packagename_clean SHOULD wipe the respective build dir
20:37:19scanlineI snagged the toolchain from arm.linux.co.uk and rebuilt the gcc and binutils for PPC, using the --nfp switches to configure
20:37:25scanlineah, thanks
20:37:37scanlinenotes that these things would be great for a README ;)
20:38:01kergoth`that stuff should be in BUILD in the root of the cvs module
20:38:02kergoth`i'll update it
20:38:37scanlineI'm looking forward to getting this working so I can send you patches :)
20:40:57kergoth`yay
20:41:06kergoth`i havent TOUCHED the picogui packages in a LONG time
20:41:13kergoth`who knows what state their in
20:41:15kergoth`s/their/they're/
20:52:41kergoth`hey cranch
20:53:14cranchhey kergoth :)
20:53:19erikdcan you do that i == 1 ? blah = 1 : blah = 2; stuff but not have the 2nd part of it?
20:53:28erikdjust have i == 1 ? blah = 1;?
20:55:00erikdguess not
20:55:01erikdbah
20:56:51rumour has it challenge is http://www.zaurus.com/dev/challenge/
20:56:51angryibot, challenge
20:57:34immangry: do you take part at the challenge ?
20:57:58angryimm: nope, couldn't come up with an idea for an app, i found out about it too late
20:58:20[DrEvil]Building ipk for glibc...
20:58:23[DrEvil]hmmm
20:58:32[DrEvil]crosses fingers
20:58:57immangry: you could do the java contest
20:59:30[DrEvil]dammit
20:59:32[DrEvil]denied
20:59:51angryimm: yeah, but i'm not the greatest programmer and i suspect others will make extremely involved programs :-P
21:00:14angryimm: i wish they had done a "challenge" type deal for java, too
21:00:29erikdyeah, then i could get two!
21:00:31erikd;)
21:00:37angry;-p
21:01:07immerikd: why don't you just port the qt to java ?
21:01:32angryimm: i wish the Z had swing preinstalled :-/
21:01:54erikdimm: i could, but i don't have the time :)
21:02:06erikdafter i get this z app done i have to start on a web site
21:02:25angryerikd: what app are you making?
21:02:36cranchI need some good QT howto's :)
21:02:41cranchI want to start programming
21:02:42erikdstatgrapher with darien
21:02:56angryerikd: awesome
21:02:57erikdzaurus.kruss.com/dev/
21:03:00erikdunder projects
21:03:04erikdyeah, it's a blast :)
21:03:13immcranch: the qt docs are superb !
21:03:15angryis it for the challenge?
21:03:32erikdyup
21:05:07erikdcranch: yeah, just look at the qt docs on the trolltech site and look a the main source for a qpe app to see how it's set up and it's all down^H^H^H^Huphill from there
21:05:14erikderr
21:05:19erikdyeah :)
21:05:42erikdquits while he's behind
21:05:42angryjikes = compiling on the Z?
21:06:28immangry: yep
21:06:36angrycool
21:06:43immjikes rocks !
21:07:16immit compiles code 10x faster then any other compiler
21:07:19angryif i made an app that uses swing in java, how would i get it onto the Z?
21:07:41angrywould i need to make people install swing somehow?
21:07:47mickeylangry: i guess you'd have a hard time porting swing to qt...
21:07:49immangry: no chance, swing is to bloated
21:08:03cranchyou have to buy QT to use it?
21:08:04angrydamn
21:08:12mickeylangry: or are you talking 'bout X on the Z?
21:08:16angrymaybe i should stick to awt then
21:08:31immawt sucks also :(
21:08:51angryyou use QT w/ java?
21:08:51erikds/awt/java
21:09:49immno, for guis i prefer qt
21:10:00immjava gui at linux sucks bad
21:10:31mickeylimm: i don't like it on win either...
21:11:33immmickeyl: at least the look'n'feel is better at win, but never used win for ages
21:12:13warmire
21:12:59mickeyl:))
21:14:50immmickeyl: the netbeans folks had some nice startup time comparisons, win was 5 times faster ...
21:15:29mickeylimm: yeah, sun's jit compiler on sun rocks... also j3d is a lot faster
21:15:45mickeylargh.... sun's jit compiler on Win rocks
21:16:32immcan't understand why the spend more time on win devel then unix
21:18:10warmiperhaps cause most folks use Windows ?
21:21:55erikdwindows?
21:21:59erikdwha?
21:22:25cranchhow do I write QT in Windows :)
21:22:36cranchdumb question..nevermind :)
21:22:55cranchno wait...someone answer that :)
21:22:57mickeylQt/Windows is cool... much better than MFC
21:23:25cranchdo you have to buy QT for windows?
21:23:39erikdcranch: are you deving for windows or for the Z
21:23:42erikd?
21:24:02mickeylcranch: no. you can use an unlimited non-commercial testversion of Qt 2.3 or use a 30 day evaluation version of Qt 3
21:24:19cranchnot partiuclarly
21:24:22cranchjust trying to learn QT
21:28:23cranchany ideas?
21:28:29cranchI've got KDE 3.0 on my desktop
21:28:55mickeylcranch: do you have good c++ knowledge?
21:29:26cranchhad a yeah of C in college
21:29:27cranch:)
21:29:32kergoth`[DrEvil]: still no dice?
21:29:32cranch2 years ago :)
21:29:33cranchhaha
21:29:35cranchbut I remember it
21:30:11mickeylhmm... c is not c++... you might want to get into c++ _before_ getting into Qt. Learning two complicated things at the same time is not recommended.
21:30:46kergoth`yeah just ask verx, he tried that.. didnt work too well until he took on c++ seperately :-)
21:32:41cranchhehe
21:32:44cranchmay have to do that :)
21:32:46kergoth`sits on hold.. grumbles
21:33:03erikdkergoth: aren't you usually on the other side of that?
21:33:14cranchthe stuff in the whitepaper doesn't seem TOO hard :)
21:34:11kergoth`erikd: indeed. i hate it when customers do that.. "Hi, Digi support! I need help with this issue... oh, can you hold?"
21:36:33erikdheh
21:36:39erikdis that what's happening now?
21:36:50erikdnotes he should stop chatting.
21:36:55kergoth`hey treke
21:37:04erikdi've gotten like 2 things coded in the last 4 hours :)
21:37:05treke|homegrettings from lwce
21:37:15kergoth`erikd: hah, that happens to me all the damn time
21:37:24Cloudchaser;) having fun treke?
21:37:26kergoth`treke|lwce: how is it? having a good time?
21:37:35treke|lwcehaving a great time
21:37:40Microdimdo all the sharp Zaurus's come with a flip open lid? to protect the screen?
21:37:43kergoth`glad to hear it
21:37:46kergoth`Microdim: yes.
21:37:47chouimathi
21:37:49treke|lwceZs are 300 here :)
21:37:54kergoth`treke|lwce: i heard..
21:37:58kergoth`treke|lwce: thats cool
21:38:03Cloudchasercool! did you buy 2?
21:38:05kergoth`treke|lwce: so how busy is the sharp booth?
21:38:12treke|lwcelooks behind him
21:38:18treke|lwcepretty busy
21:38:23kergoth`hehe
21:38:25[DrEvil]no dice
21:38:25Cloudchaseryou bring that list treke???
21:38:31treke|lwcewhat list?
21:38:39Cloudchaserthreaten to make a scene if they don't fix all our issues! :)
21:38:39[DrEvil]touch: creating `/devel/zaurus/buildroot-oz/build/stamps/gconv-modules*/stamp-binary': No such file or directory
21:38:39[DrEvil]touch: creating `/devel/zaurus/buildroot-oz/build/stamps/libc6*/stamp-binary': No such file or directory
21:38:39[DrEvil]/bin/sh: -c: line 1: syntax error near unexpected token `;'
21:38:45Cloudchaseryou know...our bitch list!
21:39:05treke|lwcewell I saw ben meyer there, and I'm sure he has it
21:39:08[DrEvil]there is more
21:39:11Cloudchaserdon't tell me you forgot it!
21:39:25[DrEvil]/bin/sh: -c: line 1: `source /devel/zaurus/buildroot-oz/configs/methods/source; for i in ; do _source_destpath $i /devel/zaurus/buildroot-oz/sources/dl; done;'
21:39:26[DrEvil]/bin/sh: -c: line 1: syntax error near unexpected token `;'
21:39:26[DrEvil]/bin/sh: -c: line 1: `( true;  );  for i in ; do for j in ; do if [ ! -e $i ]; then if (echo $j | grep `echo $i|sed -e 's,.*/,,g;'` >/dev/null 2>&1); then echo Obtaining sources of libc6...; source /devel/zaurus/buildroot-oz/configs/methods/source; _source $j $i; fi; fi; done; done;  '
21:39:26[DrEvil]make[2]: *** [source] Error 2
21:39:38[DrEvil]I removed both rm ..locale.alias lines
21:39:43[DrEvil]and put them back
21:39:44[DrEvil]etc
21:40:16Harlekinwarmi: home by now ? .-)
21:40:38treke|lwceseen a bunch of zs around
21:41:18Cloudchaseranything new and nifty?
21:41:32chouimatimm: hi
21:42:32treke|lwcetroll tech has a booth along with another developer who has an embedded linux distro that runs on the Z
21:43:00mickeylkergoth: will there be additional OZ releases with 2.4.6?
21:43:11Cloudchaserfoo
21:43:13mickeylor will the next version (whenever it will be out) be 2.4.19?
21:43:18Cloudchaseri had  question for him ;)
21:43:28kergoth`mickeyl: yes, the next release will use 2.4.6 but will include opie-login out of hte box, with proper groups on the various devices to facilitate running opie as a nonroot user.
21:43:31erikdis there a nice keystroke for konsole that'lle change between shells? like Alt+1-0 in BX?
21:43:34scanlineoh boy, now I get to compile glibc....
21:43:36kergoth`mickeyl: the 2.4.19 switch comes after that
21:43:44kergoth`scanline: fun fun
21:43:59Harlekinkergoth`: cool, any problems yet running opie as nonroot?
21:44:15kergoth`Harlekin: havent tried it yet ;-)
21:44:22Harlekinah
21:44:24mickeylkergoth`: hmm... ok. I'm eager to have updated versions of the wireless extensions in OZ. The wireless extensions in 2.4.6 are very old and don't feature important syscalls, which have been introduced in later versions...
21:44:29kergoth`Harlekin: too many projects .. juggling, trying not to drop one on my head
21:44:36kergoth`mickeyl: indeed.
21:44:46Harlekinkergoth`: you need to make sure that they "users" get in special groups like sound, fb, etc
21:44:54kergoth`Harlekin: yep, I knwo
21:44:57kergoth`Harlekin: er know
21:45:01immchouimat: hi
21:45:12chouimatimm: home?
21:45:47mickeylmy socket wlan card appeared today... it's so much better than the buffalo... :)
21:45:51kergoth`mickeyl: well, the buzzer sound driver may already be working, i need to test it.  the other sound driver is being worked on, for the headphone output.. right now I'm working on adding the pcmcia support for the Z to 2.5.x .. so we're getting there
21:45:55kergoth`mickeyl: oh nice.
21:46:34mickeylkergoth`: hey, you said the *buzz*word :)) nice!!
21:47:04immchouimat: yep
21:47:11kergoth`mickeyl: at least, echo blah > /dev/dsp makes a click sound. hehe
21:47:25kergoth`mickeyl: I need to test a mixer to crank the volume and test some wav's
21:47:33mickeylkergoth: hehe ... well that's a good start, i guess :)
21:47:33chouimatimm: icq?
21:47:52kergoth`mickeyl: so like i said.. it MAY already be working :-)
21:48:32kergoth`mickeyl: LEDs still dont like me though :-(
21:48:36immchouimat: 166574000
21:49:04kergoth`icq #s are up to 10 digits?
21:49:06kergoth`damn
21:49:13kergoth`heh
21:49:44immkergoth: icq is bloody old
21:50:32kergoth`imm: I know, my number is 2696990 :-)
21:50:51Neo|WorkI wrote a latter to Handango telling them how outrageously expensive their 'free' translation service is
21:51:24Neo|Workcan't believe they try to push it on people claiming it's "free" when it in reality costs an additional 15%
21:51:55Neo|Workthat could, for reasonable sales, add up to hundreds of dollars if not thousands (at least for PPC tiles for exampled)
21:52:24Neo|Worknow if they translated my stuff without my permission and expect that 15% fee I will be really pissed
21:52:31Neo|Workif they did it for _free_ then that's great
21:52:37Cloudchaseri have 6 digit icq :)
21:52:47kergoth`Cloudchaser: impressive ;-)
21:52:50Cloudchaser346247
21:52:55[DrEvil]kergoth: so why am I now getting these script errors on libc6?
21:53:09Neo|Workwarmi: around?
21:53:13Cloudchaseri know someone in the 100,000 range
21:53:50erikdhas an 8 digit one
21:53:56erikdnever use it, though
21:53:58kergoth`[DrEvil]: its failing to convert the Sources: list to local paths .. its trying to figure out what the path+file will be after it downloads it
21:54:08rikkusis 156798369
21:54:13kergoth`I tend to leave gaim running with me logged onto all the various services
21:54:14kergoth`heh
21:54:18warmiNeoTron: yeah .. getting ready to go home
21:54:31warmiwhat's up Neo ?
21:54:38erikdi have gaim logged into msn and aim
21:54:50kybuwarmi: nice work, puzz-le :)
21:54:54immkergoth: are you working fulltime on OZ ?
21:55:01warmikybu: thanks :-)
21:55:19kergoth`imm: no, I work in unix tech support most of the time :-)
21:55:22Neo|Workwarmi: don't you think 15% fee is a bit excessive?
21:55:24kergoth`imm: OZ is a hobby, side project
21:55:30Neo|Workespecially when they claim it's free?
21:55:45cranchwhat Opie package can view jpeg's
21:55:49kergoth`Neo|Work: thats bs.
21:55:49Neo|Workif you think about it, a normal description can't take longer than 10-20 minutes to translate for a skilled translator, if that
21:55:55kergoth`cranch: the image viewer
21:56:01kergoth`cranch: surprisingly enough. :-P
21:56:07cranchwhats it called though :)
21:56:11cranchI must be looking over it
21:56:17kergoth`i dont remember, i never use it
21:56:18kergoth`hehe
21:56:22cranch:P
21:56:24[DrEvil]kergoth: so...um...any ideas on how I can fix it?
21:56:26rikkusanyone know if there's a way to install your app's data and _not_ have it all show up in the Documents tab ?
21:56:33rikkusaside from telling the user to do nasty things
21:56:43VerxHomeconcludes he isn't toooooo horrible at making toolbar icons. . .
21:56:48rikkus(Sharp ROM)
21:56:48warmiNeoWork: 15 % per each game sold ?
21:56:53kergoth`[DrEvil]: I still think this is shell related.  The only thing that could cause it to fail to convert, to my knowledge, is that.. hm
21:56:55warmioh right
21:56:55immkergoth: you seem to good at your job, with so much time to spend at OZ :)
21:57:03warmiyeah, that is definately too much
21:57:05kergoth`rikkus: put weird extensions on your files? :-)
21:57:10imms/to good/to be good/
21:57:12Cloudchaserrikkus: haven't heard of any easy way
21:57:17Neo|Workwarmi: yes, they add 15% charge for a total of 45% commissions, for 2 years
21:57:19Neo|WorkI think
21:57:28warmiespecially on top of their normal commision
21:57:29rikkusCloudchaser: I noticed you were asking :)
21:57:31warmiyeah
21:57:31kergoth`imm: hah. I wish i had enough time to spend on OZ.. I'm juggling far too many things
21:57:32Neo|Workand not only that, you can't use the translation anywhere other than with handango
21:57:54warmihehe
21:57:55Neo|WorkI'd pay 20-30 bucks plus a few bucks for updates no problem
21:58:14Neo|Workbut 15% for _2_years_ !
21:58:17Cloudchaserrikkus: yes cause i have an app that puts 600 files on my docs tab and its driving me crazy :)
21:58:25warmiwell, let's hope japanese folks speak English :-)
21:58:36Neo|Workwell, look at the japanese handango
21:58:40rikkusCloudchaser: right, tkcRace. There is a workaround I heard about... will try to find where I saw it if you like.
21:58:42mickeylis leaving for a while...
21:58:43Neo|Workand see what is features in the linux section
21:58:44[DrEvil]kergoth: at what level fo you have buildroot-oz on your system?
21:58:47warmi2 years is going to be likely lifespan of the app anyway
21:58:58kergoth`[DrEvil]: ?
21:59:19Cloudchaserrikkus: that would be great, thanks! i tried putting "." in front of it to hide the pics dir, which it did
21:59:21kergoth`[DrEvil]: I have no idea what you're asking. hehe
21:59:24Cloudchaserbut the game woudn't work thne
21:59:28Cloudchaserthen
21:59:31Neo|Workhttp://visavis.handango.com/PlatformHome.jsp?platformId=9&siteId=32&zsortParams=true
22:00:12Neo|Workand also note the number 1 game
22:00:24Cloudchaserhehe
22:00:35Neo|Workactually number one app I guess
22:01:17Neo|Workyou know..
22:01:30[DrEvil]how deep is your directory structure before you get to buildroot-oz
22:01:49kergoth`[DrEvil]: ah, its in /usr/src/coding/projects/user/buildroot-oz on my primary dev box.
22:01:58[DrEvil]hmmm
22:01:59[DrEvil]ok
22:02:03warmiNeoTron: how are japanese sales ?
22:02:08warmihehe
22:02:11Neo|WorkI have 1 sale!
22:02:15Neo|Workthat I noticed
22:02:24Neo|Workthe address in the email was JIS encoded
22:02:25Cloudchaserneo: see that purple blaster is out..
22:02:27Neo|Worklooked quite funny
22:02:31Neo|WorkCloudchaser: indeed
22:02:32warmihehe
22:02:47Cloudchaser:)
22:02:52Neo|Workbut i think Japan has a better chance of growing faster
22:02:55kergoth`[DrEvil]: go into ... configs/methods/source .. there's a function in there it calls to convert the url to a local path.. add set -ex inside the beginning of that function, so you can see what it executes
22:02:59Neo|WorkI really need to get my hands on an A300
22:03:05warmiNeoTron: assuming a300 does well there
22:03:15warmiI need to get my hands on PocketPC but that's another story
22:03:18warmitime for my train
22:03:21warmisee you later
22:03:37Cloudchasersee ya warmi ;)
22:03:42kergoth`time for me to head home.
22:03:47[DrEvil]what is the function called?
22:03:48[DrEvil]ok
22:03:52[DrEvil]talk to you later
22:03:53kergoth`[DrEvil]: I'll think about this. maybe some revelation will come to me.
22:03:53rikkusCloudchaser: http://zaurus.kruss.com/software.php#14
22:03:59[DrEvil]I am off to the gym
22:03:59kergoth`[DrEvil]: hold on, i'llg et that function name
22:03:59Cloudchasercya later kergoth
22:04:36kergoth`[DrEvil]: function _source_destpath () { <-
22:04:42kergoth`k i'm out. bbl
22:06:22Cloudchaserrikkus: thank you
22:07:16rikkusCloudchaser: I just did that, seems to be working ok so far. I did the adding /Documents to /mnt/whatever/cf method.
22:08:22Cloudchaseri'll have to look to see where those pics are installed
22:08:33Cloudchaserdon't think its in documents though
22:08:34immis day of the tentacle realy playable on the Z ?
22:08:36rikkusprobably not in /mnt/cf/Documents
22:09:15Cloudchasermany thanks rikkus and darienm!
22:09:18Cloudchaser;0
22:09:36darienmCloudchaser: what did I do ?
22:09:46Cloudchaseroh and xavierxeon too ;)
22:10:02Cloudchaserposted the hide cs or sd card contents
22:10:12Cloudchaserwhich rikkus pointed out to me ;)
22:10:20darienmahh
22:11:08Cloudchaseroh and your script for rekall worked but new kompany file makes somethings wonky so i'm going to wait til an update comes out to fix it :)
22:11:21VerxHomecan anyone tell me the benefit of having a toolbar over just having tool buttons?
22:11:21darienmsounds good
22:11:29darienmVerxHome: nope
22:11:35rikkushmm, tkcVideo is a bit slow
22:11:36darienmVerxHome: it collapses
22:11:51darienmVerxHome: and you can change the orientation
22:12:10VerxHomedarienm: Hrm, I would think that would mean it is slower too. . .
22:12:14darienmVerxHome: but for any more assistance you have to put my name on your page :)
22:12:19darienmgiggles
22:12:29Cloudchaserhehe
22:12:50VerxHomeheh
22:12:56VerxHomehow do you make it collapse?
22:13:07darienmVerxHome: double-tap the little edge thingy
22:13:17darienmVerxHome: or maybe just single-tap
22:13:26VerxHomeit is double
22:13:27VerxHomehrm
22:13:30darienmits really quite useless on a handheld
22:13:31VerxHomeI think I am gonna do a toolbar
22:13:35VerxHomemore convenient methinks
22:13:49VerxHomewell, it lets people EASILY choose to put it on top or bottom or side
22:13:57VerxHomewith (I am guessing) no real extra code to do it
22:14:38darienmwould seem that way
22:15:19VerxHomedarienm: Have you seen my webpage?
22:15:33darienmVerxHome: Yes, been following it since it was empty about a month ago
22:16:01VerxHomeheh
22:16:03erikdhmm... i just noticed that kergoth is the one that's been updating DateBookMonth
22:16:04erikdbah
22:16:09VerxHomeit had pictures back then
22:16:11erikdi should've asked him about that before he left :)
22:16:13VerxHomejust not of the app
22:16:14VerxHome:)
22:16:15immVerxHome: did sharp accepted your beta now ?
22:16:21darienmerikd: he just maintains the directories there, I dont think its his code
22:16:28erikdah
22:16:45VerxHomeimm: Yes, check this:
22:16:52Neo|Workso anyone got any apps form sharp yet?
22:16:53VerxHomehttp://www.joechott.com/software.php3
22:16:54Neo|Workuh
22:17:02Neo|Works/apps/5000's/?
22:17:17darienmerikd will be getting his soon......
22:17:35VerxHomedarienm: You guys submitted your beta then?
22:17:40darienmsoon.....
22:17:43darienmits really close
22:17:46VerxHomeahhh
22:17:47VerxHomecool
22:17:55Neo|WorkVerxHome: got any shots or other info about dragonsheet?
22:17:58darienmwe're trying to implement one of those pop-up calendars for date input
22:18:06darienmif you have any suggestions...
22:18:10Neo|Workwhat are you all making?
22:18:17immVerxHome: coool !
22:18:22darienmNeo|Work: http://zaurus.kruss.com/dev/
22:18:27VerxHomedarienm: As far as I am concerned, the pop-up calendar is an application unto itself
22:18:27immwant his Z to !
22:18:32VerxHomebut that is my opinion
22:18:47darienmVerxHome: You have a different way to ask the user for a date?
22:18:57VerxHomeyeah
22:19:02darienmdo tell
22:19:02VerxHomethe good old fashioned way
22:19:05darienmuh oh
22:19:09darienmthree drop-downs?
22:19:10VerxHomespinboxes and comboboxes
22:19:21VerxHometakes a few seconds to code
22:19:23darienmeats space on the screen
22:19:26VerxHomewell, longer than that
22:19:29VerxHomenope
22:19:30VerxHomedo this
22:19:31darienmits our last resort
22:19:33VerxHomehave your calendar button
22:19:42darienminitiate a dialog... ?
22:19:45VerxHomehave it pop up a dialog with the spinboxes and comboboxes
22:19:47VerxHomeyeah
22:19:53VerxHomedoesn't take any extra space
22:19:58darienmlike I said, our last resort if we cant get the calendar pop-up.
22:20:10VerxHomeis your app going to be gpl?
22:20:12VerxHomeor for sale?
22:20:13darienmOur application is heavy on dates.... so the calendar function really does make sense.
22:20:14darienmyes, its GPL
22:20:18VerxHomeok
22:20:23VerxHomethen talk to the #Opie folks
22:20:28darienmEverything you need to know is at http://zaurus.kruss.com/dev/
22:20:31VerxHomethey will know what to do to initiate the popup
22:20:37darienmerikd is working on finding the right folks :)
22:20:42VerxHomek
22:20:42VerxHome:)
22:20:52VerxHomeljp would be a good one methinks
22:21:10VerxHomeok, what happens if you have more items in a toolbar than will fit?
22:21:17VerxHomedoes it have any way to scroll through them?
22:21:19darienmbeats me....
22:21:36VerxHomeI can't figure out how to make a toolbar in Qt Designer. . .
22:21:37darienmmaybe there's one of those little arrow things at the end that becomes a pop-up of the fall-offs
22:21:53darienmI've heard rumors you can't do it in designer.
22:23:05immdarienm: your app should run on qtopia for the chalenge i think
22:23:16darienmimm: it does run on qtopia
22:23:30darienmimm: did you read or see something that gave you a different impression?
22:23:49Neo|Workisn't there a builtin "popup calendar" widget?
22:24:00immdarienm: but when you add opie extra functions, it won't any longer
22:24:01darienmNeo|Work: built in.... to what? where?
22:24:05Neo|Workqt
22:24:14Neo|Workmaybe I remember incorrectly
22:24:25erikdi didn't see one
22:24:35darienmimm: we are attempting to code the calendar into our application, not call an opie library
22:24:46erikdthere's nothing QDate* except QDateTime and QDate
22:24:47Neo|Worknm
22:24:57darienmimm: unless I'm misunderstanding you. The standard calendar and to-do programs come with the same pop-up calendar (in the Sharp ROM)
22:25:04Neo|Workqpe/calendar is just a date specification or something
22:25:05darienmimm: and the tkc applications use a variant also
22:27:02Neo|Workah, they implement it
22:27:22Neo|Workqte/datebook/dateentryimpl.cpp
22:27:34Neo|Workis your app gpl? if so you can just steal it. :)
22:28:00VerxHomeanyone know what "popup delay" is for a tool button?
22:28:04erikdyeah, it is
22:28:08erikdand i am stealing it :)
22:28:10immdarienm: you have to put it in your own app, then it works
22:28:14erikdin the process
22:28:25darienmimm: yes, that was our intention the whole time
22:28:45immdarienm: then sorry for my disturbing :)
22:29:00darienmimm: no problem, I like to get other perspectives
22:30:06VerxHometries to understand why 11 20x20 pixel buttons cannot fit next to each other with ZERO space between them in under 240 pixels of width
22:30:10VerxHomeis boggled by this
22:32:31erikdwow... it compiles
22:32:33erikdhmmm
22:32:36erikdtries using it
22:33:39darienmis going to start referring to erikd as "Frankenstein"
22:33:46erikdhehe
22:34:00darienmspeaking of which, check out http://www.frankensteincs.com/
22:34:06darienmI'm an admin there
22:34:29darienmer, cancel that. Don't play CS, finish the app :)
22:35:08erikdhmm
22:35:09erikdcs...
22:35:11VerxHomeok
22:35:20VerxHomeI got everything to fit properly
22:35:30VerxHomethis is looking pretty durned nice
22:35:30VerxHome:)
22:35:51erikdGAH! don't do that to me... :)
22:35:56immVerxHome: pics ?
22:36:00erikdi've already slacked too much today
22:36:29VerxHomeimm: Of what?
22:36:34VerxHomemy challenge app?
22:36:39VerxHomeor what I am working on right now?
22:40:41erikdBAH
22:40:50erikdi tried using it and it segfaulted :(
22:41:01erikdtries again
22:41:05immVerxHome: of what you are working on
22:41:10darienmif at first you don't succeed....
22:41:42erikdgive up
22:41:44erikd;)
22:43:16prpplagueevening all
22:43:38VerxHomeimm: Well, it isn't really in a form to show people yet
22:43:41erikd'allo
22:43:43VerxHomeI am just in design phase
22:44:02VerxHomeimm: But you can see what there is to see at: http://www.joechott.com/software.php3
22:44:05kendrick2any trolls here?
22:44:14VerxHomeI expect I will have some pics of this app later on tonight to put on my website
22:44:30ljpI'm a warlock, not a troll. Does that count? ;)
22:44:34kendrick2heh
22:44:43kendrick2http://www.linuxdevices.com/news/NS6325345126.html
22:44:49kendrick2(i posted that after i saw kent's email :) )
22:44:55kendrick2anyone going to LWE tomorrow???
22:45:14ljpis that about the $300 5500?
22:45:24kendrick2no, about qtopia roadmap
22:45:26Cloudchasertreke is there kendrick today he is
22:45:44kendrick2i'm heading htere tomorrow with about 9 or 10 other Davisites
22:45:52Cloudchasercool :)
22:45:56Cloudchaseri wish i could go
22:46:00Cloudchaserwrong coast though
22:46:06VerxHome176x220!?!?!?
22:46:10VerxHome-*OUCH*-
22:46:22kendrick2time to start recoding :)
22:46:27erikdthinks trolltech should add a QVisualDateThingyThatErikdIsHavingProblemsWithBecauseItsNotStandardWidget in Qtopia 2.0
22:46:55VerxHomekendrick2: Nah
22:46:59VerxHomethat isn't worth supporting
22:47:02Cloudchaserkendrick2: trolltech posted that announcment and they'are already late for step 1!
22:47:05kendrick2verx - i have a feeling that rez might be for the iris :)
22:47:06VerxHomeno one is gonna run qtopia on their watch
22:47:07VerxHome:)
22:47:14ljphahaha I already have qtopia 1/6
22:47:14VerxHomekendrick2: iris?  URL?
22:47:19ljp1.6 rather
22:47:35VerxHomeljp: I doubt it
22:47:40VerxHomeyou likely have a 1.6pre
22:47:41kendrick2verx - no url
22:47:48kendrick2i had a photo once... dunno what happened to it :^/
22:47:53VerxHomecuz you don't have outlook syncing do you ljp?
22:47:54kendrick2it looked more like a treo
22:48:09VerxHomeactually
22:48:15VerxHomethat rez isn't TOO horrible
22:48:19VerxHomeit is better than the palm
22:48:21VerxHome160x160
22:48:48ljpVerxIdle: dont doubt it.. TT had 1.6 snapshots on their ftp site for a bit. COmplete with qtopiadesktop source. zecke dl'd it also
22:48:58chouimatnite
22:49:04VerxHomeljp: heh
22:49:09VerxHomemost interesting
22:49:17ljpthats where we got opieplayer2 skins from ;)
22:49:25kendrick2ok - time to leave work
22:49:26kendrick2cya!
22:52:54mickeylis leaving for a while...
22:54:52angryo'reilly books = good?
22:55:26VerxHomealways
23:13:46whardierpolka
23:13:49whardierI hate polka
23:13:57tux_mikeof course you do
23:13:57Cloudchaserhiya whardier: :)
23:14:04whardierhi Cloudchaser :)
23:14:39whardieris scared of the wopn radio station
23:15:04whardierI am not all that musically aware when it comes to this style.. but.. it just sounds like bluegrass power polka
23:15:17whardieraugh
23:15:19whardieryodelling
23:15:36Cloudchaserhehe
23:16:02whardierstarts his polka counteractment agent
23:16:05whardierTooL
23:17:52VerxHomehrm
23:17:55VerxHomethis is strange
23:18:00VerxHomeI just made a new Qt project
23:18:12VerxHomeand everything compiles fine except for a "close()" command I have
23:18:18chouimatrehi
23:18:19VerxHomeit says "undeclared identifier"
23:18:42VerxHomeoh
23:18:44VerxHomenevermind
23:18:47VerxHomeI am just an idiot is all
23:18:48VerxHome:)
23:19:56VerxHomeok, the new app compiles
23:20:28roge99_laptophello all
23:20:38VerxHomehowdy
23:20:43CloudchaserNeo|Work you here by chance?
23:21:18Cloudchaserpurple blaster won't install to SD card :(
23:23:44prpplaguepurple blaster?
23:23:55Cloudchaseryes
23:24:20prpplagueCloudchaser: is that a game?
23:24:28Neo|WorkCloudchaser: I am
23:24:35Neo|Workand it doesn't? Hrm.
23:24:48Neo|WorkAh, probably because of the packaging...
23:24:49Cloudchaserprpplague: yes its a game
23:24:52Neo|WorkI'll fix it later
23:24:55Cloudchaserok :)
23:25:10Cloudchaserhey neo if you ever want me to test i'll be happy to
23:25:25Cloudchaserat least for installing and the like
23:25:44Neo|Worksend me a mail and I'll add you to the beta list
23:26:17i heard Neo|Work was my local Zaurus tech support wienie... or NeoTron
23:26:17Cloudchaseribot Neo|Work
23:26:22Cloudchaserlol
23:26:34Neo|Workmakes you wonder
23:27:40Neo|Workdavid@eongames.com in either case
23:30:29whardierhttp://www.boners.com/grub/381575.html
23:30:32whardierhehehe
23:32:02angryNeo|Work: how long until RocketElite is released?
23:33:03Neo|Work5
23:33:17angrydays?
23:33:25Neo|Worktime units
23:33:31angryhehe
23:33:43Neo|Workcalculated by taking the itme from now until the release and dividing by 5. :-)
23:33:52angry:-P
23:34:14VerxHomeanyone know a quick way to change the background color of your application?
23:34:22VerxHomelike the stuff behind the menu options
23:34:26VerxHomethe color it has there
23:34:42erikdQChangeColorOfBackgroundWidgetObject
23:34:50VerxHomeTHANKS ERIKD!
23:34:51erikd;)
23:34:51VerxHome:)
23:34:53erikdnp
23:34:59VerxHomeum
23:35:04VerxHomethe compiler doesn't like that.  :)))
23:35:11erikdoh, wait
23:35:14erikdi misspelled it
23:35:27erikdQChangeBackgroundColorOfAppWidgetObject
23:35:28erikdthere
23:36:04angryholy scat i love interlibrary loans
23:36:23angrythey have like every book i could want, and they transfer it for free over to my local library
23:37:45prpplagueanyone run x on an ipaq right now?
23:38:09erikdverx: how 'bout setBackgroundColor( QColor& )?
23:38:14erikdfor a qwidget
23:39:28codemnkyhey kergoth
23:39:45erikdhe's not here atm
23:39:51codemnkyok
23:40:04roge99_laptopsup codemnky
23:40:09codemnkyi'm installing the openz 32-32 and it's been like 20 mins
23:40:27roge99_laptopcodemnky: you got a 5500 ?
23:40:29codemnkyit says it's wiping mtdrom
23:40:35codemnky5000
23:40:42codemnkywrong one?
23:40:44roge99_laptopahhh wrong image
23:40:49codemnkydarn it
23:40:50kergothcodemnky: read the readme again.
23:40:53VerxHomeerikd: I was hoping not to have to do it to every single widget
23:40:56roge99_laptophey kergoth
23:40:58codemnkydamnit
23:40:58VerxHomebut I suppose that might be necessary
23:41:00kergothhey roger
23:41:03kergothhey Verx
23:41:04erikdverx: oh
23:41:05codemnkyi thought i could use this one
23:41:06erikdyeah
23:41:44prpplague: huh?
23:41:44prpplagueibot: digi problems
23:41:47erikdtry: AllWidgetsInMyApp *pWidgets; pWidgets->setBackgroundColor( QColor& ); ;)
23:41:48call kergoth!
23:41:48prpplagueibot: digi problem
23:41:51codemnkywishes he had the 5500
23:41:53erikdif only it worked like that, eh?
23:41:54prpplaguekergoth: evening
23:41:57kergothhey prpplague
23:42:11erikdcodemnky: kergoth's back
23:42:13erikd:)
23:42:17codemnkyheh
23:42:27kergothcodemnky: and i quote.. "     File naming: zImage_X[-Y] ...      If X+Y = 64, that kernel is 5500 only. If X+Y = 32, that kernel is 5000 only."
23:42:44kergothcodemnky: note: 32-32 .. 32 + 32 != 32
23:42:58rasterYOOOOOOOO
23:43:02kergothhey raster
23:43:04kergothhow goes it
23:43:12roge99_laptopkergoth:  oh scrap what i said earlier bout the suspend being fixed
23:43:14rasterkergoth: not bad
23:43:15codemnkyi'm dumb
23:43:20kergothroge99_laptop: still no dice?
23:43:21roge99_laptopits doing it again :-(
23:43:21rasterqwuickly checked out qdirectpainter
23:43:26rastervery niiice
23:43:26raster:)
23:43:27kergothroge99_laptop: weird.
23:43:29rasterjust whats needed
23:43:42roge99_laptopit does fix the annoying boot errors though
23:43:44prpplaguekergoth: we got that server in today, we'll have a look at it tomorrow
23:43:47kergothprpplague: cool
23:43:50numatrix-Zcould someone help me with something?  can you associate a mimetype with a program that doesnt have an icon?
23:43:54kergothroge99_laptop: well, one thing at a time eh.. hm
23:44:10kergothnumatrix-Z: the association is made in the .desktop file. without a .desktop file, there is no association.
23:44:22roge99_laptopit does suspend .... somtimes
23:44:26codemnkykergoth what do you rec for me, 20-12 or 26-6
23:44:36roge99_laptopits weird ... seems to have a mind of its own
23:44:36kergothcodemnky: 26-6
23:44:42numatrix-Zbummer; any way to make an invisible desktop file
23:44:43codemnkyok
23:44:55kergothroge99_laptop: oh dont ya just LOVE those random problems
23:45:06Neo|Workhttp://www.dig-concepts.com/index.php?tab=1&pr=5&sh=screenshots
23:45:09Neo|Workthat looks really nice
23:45:11roge99_laptopohhh yea
23:45:16Neo|Worklooks really nice
23:45:28Neo|Workraster: glad it helped. :P
23:45:46angryinterlibrary loan = my bitch
23:46:00rasterNeo|Work: yup :) thanks :)
23:46:14rikkus_raster: you have a home page these days ? I'd like to see what you're up to :)
23:46:16kergothcodemnky: also, quoted from INSTALL: "Recommendations: 5500, use the 40-24 kernel, 5000d, use the 26-6 kernel."
23:46:24rasterrikkus_: rasterman.com :)
23:46:34rikkus_raster: ah, should have guessed ;)
23:46:36numatrix-Zcripes, neo that link doesnt do so good on embedded opera.  :-)
23:46:36rasterrikkus_:  i dont update it much. i should do some news actually.
23:46:52codemnkywow that's cool
23:47:02rikkus_raster: seems to be down from here
23:47:16codemnkyi got confused on the x+y
23:47:19numatrix-Zwow; it was worth the wait.
23:47:23rikkus_wonders if his isp's transparent proxy is borked again
23:47:24codemnkyi forget my 5000 is lame
23:47:27rasterNeo|Work: the onyl problem is i've onyl gt playing wiht it on qvfb so i havent determined if the coords it give me aree pre or post rotation :)
23:47:29Neo|Worknumatrix-Z: :)
23:47:57rasterrikkus_: yeah. i noticed. need to chat to horms and see whatsup
23:48:04rikkus_raster: k
23:48:04Neo|Workraster: ah. well I figure they are post (as shown on the display) rather than acutal in the memory buffer
23:48:19Neo|Workand with that I am heading to the book store and them home
23:48:36Neo|Worktonight I'll see if I can pull myself away from SMAC to do some coding. heh
23:48:38Neo|Workcieo
23:48:44Neo|Workis away: home
23:48:59rastercya
23:49:18rasterNeo|Work: i'll find out... :)
23:49:27numatrix-Zneo: do you support grabbing application buttons with the new config?
23:49:34numatrix-Zdoh
23:52:11whardierwarning
23:52:21Neo|Worknumatrix-Z: yes, the config tool allows you to do that
23:52:30whardierold school porn.. may = "50th Year Graduation Get Together"
23:52:38Neo|Workwith the caveat that a restart of qtopia is needed to get them back
23:54:08Neo|Workand now I really live
23:54:29rasteryou live?
23:54:30rasterWOW!
23:54:32rasternever!
23:54:33raster:)
23:54:47kergothraster: smartass :-)
23:54:58rasterkergoth: yup :)
23:55:06Harlekinah raster
23:55:10Harlekinraster: hows the port doing
23:56:09rasterHarlekin: well. wrote a qtopia app. it gets expose (paint) events, mouse and kbd, and i've gotten qdirectpainter to work and give me info. that's as far as it's gone sofar. i'll ned up using qdirectpainter due to performance issues in qt.
23:57:19numatrix-ZNeo: do you have to disable their function yourself first in the settings, or does the config do that automatically?
23:57:47rikkus_wonders whether the apocalypse has been and gone, or raster isn't really programming in C++
23:57:57rikkus_must be Python. Must be.
23:58:04kergothhah
23:58:30rasterrikkus_: hahahahahahah only just as much c+ as necessary
23:58:31raster:)
23:58:58rikkus_raster: ah, so the 'UNIX-based object model' is still king ? :)
23:59:21rikkus_remembers something about pipes or sockets or something

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with infobot logs, split per channel and by date, etc.