irclog2html for zaurus on 2002.08.19

00:00:34warmibut , the point is that qte so lib contains so much functionality it would take literally years to replace that
00:00:37scanlinefidgets with his BIOS
00:00:58warmiand it pays of with 3rd party libs which don't come with its own bloated code for stuff that is already implemented in qte
00:01:05KallDrexxAnyone have any idea why qpe's detecting 7 or some other random number mouse clicks when i've only clicked twice?
00:01:32MarkNovakyes
00:01:34HarlekinKallDrexx: you pressed more then one pixel
00:01:38MarkNovakput it on a mouse pad
00:02:17warmithey are not random .. but it is true that stylus driver on the zaurus is fucked up badly
00:02:22KallDrexxHarlekin: oh...
00:02:31warmiit tends to send flood of events
00:02:46Harlekinwarmi: actually thats not only zaurus
00:02:46MarkNovakim going to bed
00:02:48Harlekinits in qte
00:02:49MarkNovakguten nacht
00:02:54warmitry it on one of the Neo games .. press your stylus down and see frame rate going to hell
00:03:15warmiHarlekin : I think it is only in the driver itself on the zaurus
00:03:38scanlinethe zaurus ts driver acts like most other ts drivers I've seen
00:03:44warmiafter all it is the driver that gets the first shot at that and should be able to filter this stuff accordingly
00:04:04scanlineQtopia's ts filtering needs work
00:04:10warmiwell, if the driver filters out stuff properly then there is no problem right ?
00:04:18warmiI mean qte does not generate new events does it ?
00:04:32scanlineyou talking about the qte driver or kernel driver?
00:04:32warmiit only gets whatever is passed on by the driver
00:04:39warmikernel driver
00:04:47warmiI am saying taht kernel driver is fucked up
00:04:55scanlineNo it isn't
00:05:06scanlineall touchscreens work like that.. there's jitter in the signal
00:05:13scanlineit's the qt driver's job to filter that out
00:05:22warmiyeah, but the driver role is to filet it out
00:05:25warmiwhy not driver ?
00:05:32warmidriver knows enough about that
00:05:39warmithere is no need to burden qt with that
00:05:40warmihehe
00:05:52scanlineWell, it's a fact that linux touchscreen drivers suck, there's no standard
00:06:04scanlinebut the Z's ts driver acts like every other one i've seen aside from the psion
00:06:28scanlinesince the kernel ts drivers are so varied, it becomes the GUI's job to do proper filtering
00:06:48KallDrexxOK , why is qpe detecting that i'm clickong on my unit BEFORE my unit is even shown on the canvas?
00:07:05warmiwell, but having qtopia filter out the events is not a very good idea .. this will result in multiple processes doing the same code over and over again instead of this being handled on the kernel level
00:07:09scanlinebesides, to drop redundant events you need to know the calibration.. calibration is handled in userspace, so the kernel couldn't do any useful event filtering
00:07:32scanlineOptimally there would be a system in the kernel to handle filtering and calibration
00:07:39scanlinebut for now it's Qtopia's job to do it right, and it isn't
00:07:45warmiso you are saying that qte drivers for that are braind dead ?
00:07:59warmiI wonder how does pikogui handle that
00:08:02warmihehe
00:08:03scanlinenot that they're brain dead, just that they need better filtering
00:08:40warmiyeah .. perhaps you are right
00:08:49scanlinewarmi: PicoGUI has a pretty good touchscreen system. It uses calibration and filtering code based on the filtering in the VR3, so it's nice and smooth. There's also a standard calibration interface so that you need very little code to support different types of touchscreens
00:08:49warmiif there is not way to pass calibration info to the driver
00:08:58warmithen it would be qte role to filter it out
00:09:05scanlinewarmi: some drivers, like the old Tuxscreen driver.. but no recent ones I've seen
00:09:22zaurusanyone here got a zaurus workoing with a barscanner>?
00:10:19scanlinewarmi: the Psion driver is pretty cool, but that's because it does calibration in hardware :)
00:10:22warmiwell, the point is that , as it is now, zaurus filtering sucks
00:10:39warmiall one has to do is just play around with a scrollbar widget
00:10:50warmiand it becomes painfully apparent , this still needs work
00:10:56scanlinewarmi: maybe once I get PicoGUI and OZ playing nice with each other you could try picogui's filtering.. it's pretty sweet IMHO
00:11:54DrBoBthose Brits make some damn robust and eccentric camputing gear
00:11:58prpplagueargh, i broke the @#$@# out of my oz build with a cvs update
00:12:02KallDrexxanyone REALLY good at qt? i need some major help here
00:12:05KallDrexxTeax: !!!!
00:12:08KallDrexx+)
00:12:14warmiscanline what's the problem with OZ + Pico ?
00:12:30warmikergoth said OZ is basically Debian ARM distro on steroids
00:12:33scanlinewarmi: nothing really, I just need to finish the .mk's to set up a usable environment
00:12:38warmiah ok
00:12:44warmifinal touches
00:12:45TeaxKallDrexx: hi
00:12:45warmiheh
00:12:55scanlinewarmi: there were some touchscreen and keyboard bugs since I ripped out and redid the input layer in picogui, but I think I've got those mostly fixed
00:13:23scanlinewarmi: PicoGUI's launcher and such still needs a lot of work.. so it won't really be usable, but just as usable as it gets
00:13:25KallDrexxTeax: hey I have a quesiton.  Why when I click on my "buttons" (just QCanvasSprites with a differnet RTTI) is it saying i'm clicking on aunit, which has been created but isnt' show()'n
00:13:45warmiscanline is there C++ wrapper for Pico ?
00:13:54warmior does anyone work on one at this point ?
00:14:16scanlinewarmi: not yet.. echristi was working on one but I think now that he has a job at HP it makes open source coding difficult for him
00:14:27scanlinewarmi: since PIcoGUI's client is language-neutral we don't use wrappers :)
00:15:09warmiscanline well, you can't be language neutral :-)  .. meaning you communicate thru some sort of marshalling ?
00:15:11warmilike rpc ?
00:15:31KallDrexxTeax: and also, when I click on the background of the canvas, it seems to give it an id of 12344 or whatever my unit RTTI is (even if I change it!!!) and gives me some wierd ID number that I didn't set (huge number too)
00:15:45TeaxKallDrexx: sorry i can't answer i never used qcanvas
00:15:53scanlinewarmi: it's a lot like the way fresco works, but without the CORBA... the server is written in C, the protocol is documented. So any language you want to use on the client just needs a client library.
00:15:57KallDrexx****
00:16:04warmiyeah ... I see now ..
00:16:10warmiuse either TCP/IP or Unix sockets
00:16:13warmiisn't it a bit slow ?
00:16:26warmiafter all, even X moved on to shared memory these days
00:16:37scanlinewarmi: no.. X still uses unix sockets
00:17:06scanlinewarmi: PicoGUi's protocol operates at a much higher level than X, so network overhead isn't a really big deal. Shared memory is supported for bitmaps, and in the future there will be other IPC methods supported
00:17:18warmiwell, at least my AcceleratedX  uses shared memory
00:17:19warmiah ok ..
00:17:29warmiright .. you are operating on widget level
00:17:37warminot event leve
00:17:38scanlineso the client/server layer is a lot like X, but on a widget level instead of a primitive level
00:17:57jbwivif I have two widgets, say a QMultiLineEdit and a QMenuBar, would the proper way to display both be to wrap them in a QFrame and set the QFrame object as the main widget?
00:17:57warmibelieve it or not ..
00:18:11warmiit is almost like Win32 GUI but with the language transparency
00:18:29warmiWin32 GUI operates on the same , widget level
00:18:42scanlinewarmi: sorta.. win32 API was really messy :) I've heard PicoGUI compared to Fresco and Photon though
00:19:01warmiI know ... I am just comparing the idea itself
00:19:13warmiI am not familiar with Fresco nor Photon
00:19:15scanlinewarmi: picogui's API has a pretty small number of functions that are used for multiple purposes, kind of the Unix or OpenGL philosophy
00:19:36warmiscanline it would be perfectly possible to port qt on top of picoGUI
00:19:45scanlinePhoton is the GUI for QNX.. I don't know anything about it, but someone told me that it also uses widgets on the server side
00:19:50scanlinewarmi: on a framebuffer level maybe
00:20:00warmiexcept, as in case of Win32 port all the internal code for widgets would be wasted since Qt reimplements all the widgets on its own
00:20:13scanlinenods
00:20:58warmiscanline what about new widgets being added
00:21:02scanlinethen you could run Qt using picogui's tp filtering :)
00:21:15warmiis there a way to query your server for particular widget
00:21:18warmibefore using it ?
00:21:28warmisort of like DCOM does on Windows
00:21:31scanlinewarmi: right now that one's tough.. adding widgets is a pain. I expect we'll modularize the widget code so that apps can request that new widgets be loaded from shared libs
00:22:12scanlinewarmi: there will probably just be a function to retrieve a widget ID given a string. All the builtin widgets would have constant IDs, loaded widgets would get dynamically assigned IDs
00:22:12warmithe greatest strenght of Qt is its ability to easy extend existing widgets .. just modified a bit to fit your requirment
00:22:39scanlineyeah. That's something that's hard to do with a client/server GUI.. though Fresco pulls it off pretty well
00:22:47scanlinebut it uses CORBA :)
00:23:13warmialright .. I got to go
00:23:16warmisee you later folks
00:23:20scanlinebye warmi
00:24:17jbwivif I have two widgets, say a QMultiLineEdit and a QMenuBar, would the proper way to display both be to wrap them in a QFrame and set the QFrame object as the main widget?
00:24:28jbwivif not, how should I group two widgets to be shown?
00:24:34jbwivthx in advance...
00:27:35kergothre
00:27:46jbwivhey kergoth...
00:27:49scanlinewb kergoth
00:28:08Cloudchaserhiya
00:32:00kergothhey mdz
00:32:15prpplaguekergoth: argh, i updated my cvs dir and its a mess
00:32:21prpplaguemdz_: hey
00:32:36kergothprpplague: ?
00:32:52shoekergoth!
00:33:20kergothhey shoe
00:33:20shoeyou sure that intellisync actually syncs with latest version of OZ? I'm having the worst time with it...
00:33:30prpplaguekergoth: tons of compile warnings and errors
00:33:32kergothshoe: verified. I use it at work regularly
00:33:40kergothprpplague: from what?
00:33:47shoeno kiddin...
00:33:54prpplaguekergoth: you name it, libc kernel, mtd
00:33:55kergothshoe: what problems are you having?
00:34:03kergothprpplague: umm
00:34:22kergothmake clean;s
00:34:29prpplaguekergoth: i've started with a fresh co, but its doing the same
00:34:42shoekergoth: well, it just doesn't work... intellisync tells you to put it in the cradle, I do, and then it just stalls... never connects
00:35:01kergothshoe: intellisync tells you to put it in the cradle?
00:35:07kergothshoe: umm, you do have networking up right?
00:35:18kergothshoe: you *cannot* use intellisync if you cant ping your Z.
00:35:49shoeright
00:35:58shoeping it under the standard ip?
00:36:29shoeI think that's the problem... I don't think I have the computer talking to the same ip that the z is on
00:36:56kergothshoe: hmm?
00:37:16shoewell, you have to tell intellisync what IP to connect to over USB
00:37:17kergothshoe: edit /etc/hotplug/usbdnet.conf on your Z .. thats the zaurus side usb networking configuration
00:37:48kergothshoe: i dont care about intellisync. I want to confirm that you can ssh into your Z and at least do basic connectivity before we throw added complexity into the mix
00:37:57mrwoodydoes anyone know what is happening at contest@zaurus.com?
00:38:03shoeok
00:38:25shoeI don't get it though... my wlan isn't going... does this work all over usb?
00:38:31kergothprpplague: the only thing i changed was configs/templates/method .. we'll see soon
00:38:36kergothshoe: i use it over usb at work.
00:38:42kergothshoe: and wlan
00:39:13shoeok so it should fly souly over usb
00:39:30jbwivI'm trying to create an app with two widgets...one is a multilineedit and the other is a menubar.  The mle is set as the main widget.  If I run it, only the mle displays.  So, I tried calling a show() method on the menubar in its constructor.  Now they both display, but the multilineedit is in a seperate window and the MenuBar appears in the upper right corner by itself.  How do I tie/group these two together, so they'll display properly?
00:39:52kergothshoe: yes.
00:39:59shoewerd
00:40:15prpplaguekergoth: i'm getting lots of errors for c functions that should be included such as exit()
00:40:40kergothprpplague: give me an error. telling me you're getting 'lots of errors' is amazingly unhelpful
00:40:47kergothshoe: can you ping the zaurus?
00:41:04prpplaguekergoth: sorry, let me capture the build and email it?
00:41:11kergothprpplague: go for it
00:41:15shoeI gotta set it up... hang on :) thx, too
00:41:25kergothprpplague: mine is obtaining sources atm.. we'll see if it explodes here too
00:41:58kergothI need either caffeine or alcohol
00:41:58scanlinewill try an OZ build as soon as he fixes his desktop's IRQ conflicts
00:42:00kergothflips a coin
00:42:20prpplaguekergoth: seems to start around the ipkg and also the kernel compile
00:42:24wParamneeds caffeine
00:42:26jbwivwill give kergoth both if he can answer his newbie question ;)
00:42:49scanlineneeds separate IRQs for nvidia and eth0
00:43:07kergothjbwiv: dont make your multilineedit your main widget. create a QWidget or a QMainWindow or something as your main widget, and just create the multilineedit and the menubar with a parent of the QWidget you created.
00:43:36wParamouch... "plug and play is better.  the software knows best."  yea right
00:43:39kergothscanline: ugh i hate irq conflicts. it took me like 5 hours to nail down the *one* arrangement of cards in this box that actually functions.
00:43:42prpplaguekergoth: after that cvs update, i've headed straight for the guinness
00:43:48kergothprpplague: hah
00:44:08jbwivhands kergoth a beer and an espresso...
00:44:18KallDrexx>.<
00:44:26scanlinekergoth: yah.. I have every PCI and AGP slot on my motherboard filled :(
00:44:40kergothscanline: ack. heh
00:45:02prpplaguescanline: i've got a pci bus expander i can sell ya
00:45:09Wemblyscanline: time for a pci bridge :)
00:45:20jbwivkergoth: the way I interpret your answer and the use of "parent", you're saying my mle and menubar should extend the main widget as subclasses???
00:45:23Wemblyscanline: how meny slots?
00:45:41scanlinelooks...
00:45:42Wemblymakes a mental note to buy a motherboard with scsi and ethernet on board next time.
00:45:42kergothjbwiv: no
00:45:52prpplaguescanline: got it from a place we upgraded, they had 12 epcx cards
00:45:52scanline6 slots
00:45:56scanlinewow
00:45:59kergothjbwiv: when you create a QWidget, you specify its parent.
00:46:21scanlinenvidia, ATI, 100baseT, 1000baseT, 1394, sound
00:47:07prpplaguescanline: what are you using a 1gb card for?
00:49:11scanlineprpplague: high speed NFS to my server
00:49:28prpplaguescanline: ahh nice
00:49:44scanlineyeah.. gigabit cards aren't too expensive, but the hubs/switches are the killer
00:49:50scanlineso I just use a crossover
00:50:15wParamcool
00:50:28Cloud_Ztesting
00:50:36prpplaguescanline: cat7?
00:51:07Wemblygawd
00:51:18Wemblygigabit ethernet.... yes.. lets kill our pci bus :)
00:52:00scanlineprpplague: nope, cat5
00:52:19scanlineprpplague: I can pull about 35MB/sec across it from my server's disk to the desktop's disk
00:52:43scanlineprpplague: the card supports 64-bit PCI but I only have 32-bit.. that might be the limitation
00:53:24scanlinegot the cards for $70 each
00:53:50prpplaguescanline: how long is the cable
00:54:09scanlineprpplague: 6 feet or so :)
00:54:34scanlineprpplague: I didn't see anything about cat7 in the docs though.. I think it's designed for cat5
00:57:10kergothprpplague: kernel's building. so far the only warnings are the ones that always happen, and no errors yet
00:57:50TheMasterMind1kernel compiling is fun
00:57:56TheMasterMind1can't you compile the latest kernel for the z?
00:57:58TheMasterMind1why 2.4.6?
00:58:05kergothhmm?
00:58:09prpplaguekergoth: did you re-dl all the source?
00:58:11TheMasterMind1why not 2.4.19?
00:58:12kergothbecause the patch doesnt apply to 2.4.19?
00:58:22TheMasterMind1what does the patch do ;) ?
00:58:31kergothadds zaurus support
00:58:32scanlineis glad he has so many fans in his computer, considering how close his GF3 is to everything else
00:58:35TheMasterMind1heh
00:58:39kergothjeesus, you think the Z is supported in the official tree?
00:58:42TheMasterMind1is someone making a patch for 2.4.19 then
00:58:43kergothhell do, its a lineo embedix patch
00:58:46kergothyes, I am.
00:58:53TheMasterMind1yea i figured
00:59:03prpplaguekergoth: what email you want this too?
00:59:09kergothI'm technically porting it to 2.5.30, pushing it upstream to the kernel tree, then backporting to 2.4.19 for the next OZ release
00:59:22kergothprpplague: yes i redled the soruces. send it to kergoth@digitalnemesis.net
00:59:22TheMasterMind1so what has to be changed to make it work with the zaurus
00:59:35kergothTheMasterMind1: lets see, about a thousand files i'd say?
00:59:41Wembly*laugh*
00:59:50kergothTheMasterMind1: where shoudl i start?
01:00:13kergothheh
01:00:26prpplaguekergoth: hell, i've probably fudged something, but, the log is on the way
01:00:29TheMasterMind1well, what files concerning what hardware/drivers?
01:00:30kergothprpplague: thanks
01:00:42kergothTheMasterMind1: you actually want me to list it? go look at the damn patch yourself
01:00:44kergothheh
01:00:52TheMasterMind1lol
01:00:53TheMasterMind1fine
01:00:58TheMasterMind1that's not a bad idea
01:01:46mrwoodyis anyone in the challange here?
01:02:44kergothTheMasterMind1: 1) support for the collie sa1110 implementation, 2) support for the tc35143af chip, 3) support for the sharp proprietary LoCoMo chip, 4) support for the sharp proprietary Scoop chip, 5) lineo's usbd stack, 6) modifications to support the flash chips in the zaurus, 7) new sound drivers for a) the Z dac on SSP for headphone output, and b) audio i/o via tc35143af, 8) slight timing alterations for the zaurus in over a hundre
01:02:44kergothanious files .. 9) lineo specific character device interfaces for numerous sharp functions, etc
01:03:00kergothblah
01:03:28scanlinebah.. now my sound card is on the same IRQ as the nvidia
01:04:39Wemblytiming alterations for the zaurus?
01:04:53Wemblyscanline: just let acpi deal wif it ;)
01:05:10scanlineWembly: the nvidia drivers don't play nice :)
01:05:14kergothWembly: yes, otherwise known as udelay()'s sprinkled hear and there :-)
01:05:19kergoths/hear/here/
01:05:33Wemblyfunfun
01:05:40Wemblyin the machine speific files?
01:05:45Wemblyor some other files?
01:05:55kergothmiscellanious files. often files that shouldnt have any machine specific stuff
01:06:00prpplaguekergoth: i've killed my oz dir and started another cvs co
01:06:09Wemblywhy is there timing issues there?
01:07:12kergothWembly: not certain. I've left out a lot of shit in moving to 2.5.30, if i see problems, i'll know why
01:08:34TheMasterMind1kergoth alright
01:08:47TheMasterMind1thanks
01:09:21TheMasterMind1what is iris?
01:09:21[DrEvil]whew
01:09:24[DrEvil]that was a nice ride
01:09:30[DrEvil]5 miles of hills
01:09:37kergothTheMasterMind1: iris is another sa1110 implementation. not the Z.
01:09:42kergothTheMasterMind1: "collie" is the Z
01:09:45KallDrexxDoes ANYONE knwo why i'm being told that when I click on the QCanvas BEFORE a sprite is created, that it's clicking on the sprite?
01:09:48TheMasterMind1ah
01:09:49TheMasterMind1alright
01:09:53Wemblykergoth: where did collie come from anyhow?
01:09:57kergothWembly: no idea..
01:10:23[DrEvil]isn't a collie dog originally from the UK?
01:10:33[DrEvil]and so is ARM
01:10:37TheMasterMind1lots of apm stuff
01:11:30kergothTheMasterMind1: if you want to assist with the port of the Z support to a newer kernel, let me know, i can certainly use assistance
01:13:19TheMasterMind1might be a little over my head
01:13:22scanlinew00t! IRQ conflict solved
01:13:28scanlinemy computer is whole again
01:13:34Novas007can someone help me sync to my zaurus in linux? i haven't had any luck so far (using http://www.zauruszone.com/howtos/linux_ethernet-over-usb-howto.shtml)
01:13:38[DrEvil]kergoth: did you do your checkin?
01:14:04TheMasterMind1but if there's any not so big stuff you need help with i can probably do some stuff. i have a fair amount of experience with c
01:14:05kergoth[DrEvil]: yeah. do a cvs up -PdA
01:14:10Novas007my kernel's set up right (turning it on in the cradle is seen just fine)
01:14:22kergothTheMasterMind1: I'm over my head too, I'm just learning as I go :-)
01:15:19TheMasterMind1kergoth: heh
01:15:29TheMasterMind1kergoth: how much have you gotten done so far?
01:16:13kergothTheMasterMind1: http://linux-cl.bkbits.net/ .. click on linux-arm-2.5-collie .. click browse source tree, then click on TODO
01:18:01TheMasterMind1almost half ;)
01:18:50kergothgetting there
01:19:08kergoththe pcmcia support is in, but for some reason it picks up the card as memory_cs
01:19:15kergothso the card identification is failing, for some reason
01:19:27kergothi should commit that and the TODO update
01:19:27kergothblah
01:19:28TheMasterMind1with a pcmcia-cf card?
01:19:30kergothyeah
01:19:34TheMasterMind1nice
01:19:50kergothon the plus side, it detects the card insertion/removal
01:19:59kergothit just isnt picking up the card information.. manufacturer and shit
01:20:13wParamis there an easy way to disable the pc speaker in linux?  (mainly that beep when you press tab or backspace too far)
01:20:21Wemblykergoth: herm isnt that in the /etc/pcmcia/config file?
01:20:32Wemblywparam: oh crap yes. but i dont remember :~(
01:20:36kergothWembly: cardctl ident; says no info available :-)
01:20:40Wemblywparam: you can change the pitch and all too
01:20:41kergothWembly: not that far yet. hehe
01:21:01wParamwell, at least it can be done
01:21:13wParami'll see what google has to say
01:21:38TheMasterMind1so most of this is already patched in the lineo patch, you just have to port it to the 2.5.30 source tree?
01:21:43kergoth[DrEvil]: after doing a cvs up -PdA, then edit include.mk ... add export VERBOSITY = source sourcetree binary staging ipk
01:21:52TheMasterMind1and then that will be merged with the official source?
01:21:56kergothTheMasterMind1: precisely
01:22:04[DrEvil]yay
01:22:05TheMasterMind1and then you'll do it again for 2.4.19
01:22:06TheMasterMind1heh
01:22:08Novas007oh wow.. it works.. this is amazing
01:22:10[DrEvil]I was going to suggest that feature to you
01:22:19Wemblywparam: its in like consoletools or linux utils or somesuch
01:22:21kergothTheMasterMind1: so its just a matter of 1) adapting to new interfaces, and 2) fixing any gross hacks to do things properly
01:22:33TheMasterMind1new interfaces?
01:22:48kergothTheMasterMind1: yes, they change apis as they make kernel improvements
01:22:52TheMasterMind1ah
01:22:53TheMasterMind1i see
01:23:06TheMasterMind1sounds like fun
01:23:17TheMasterMind1i get my zaurus in the mail tommorow
01:23:20TheMasterMind1no cf card yet though
01:23:21kergothTheMasterMind1: so i just have to adapt to the new ways things work. some things stayed almost identical as far as api ..pcmcia for example i only modified like 8 lines in the patch to make it nearly work
01:23:21kergothheh
01:23:24kergothTheMasterMind1: ah
01:23:47Wemblywparam: send me a msg if you find it before i do please
01:23:50TheMasterMind1well, i'd be interested in helping.. i guess i'll start looking at the code and getting familiar with it
01:24:09Wemblywparam: setterm
01:24:11Wemblyin util-linux
01:24:13prpplaguekergoth: still no problems on your build?
01:24:29kergothTheMasterMind1: cool. basically its a matter of taking the patch, applying it to 2.4.6.. then comparing things between the 2.4.6 tree and the 2.5.30 tree.. adapting as you go
01:24:35kergothprpplague: nope. few warnings .. no errors
01:24:43kergothprpplague: there was a typo with glibc though
01:24:48kergothprpplague: hah i bet that was your problem
01:24:53Wemblywparam: atleast that'll set the freq and length of the beep
01:25:01kergothprpplague: the typo caused glibc to not compile and jump right to the ipk step
01:25:09kergothprpplague: hehe. cvs up -PdA;
01:25:57prpplaguekergoth: ok, what about the mass errors with the kernel?
01:26:24kergothprpplague: what errors/
01:26:30kergothprpplague: mine built flawlessly. its on glibc now
01:26:32kergothprpplague: heh
01:26:39prpplaguekergoth: you look at the log i sent ya?
01:26:58kergothhold, have to install kmail..
01:27:06kergothdont have an email client installed atm
01:27:06kergothheh
01:27:18kergothah fuck it, i'll just ssh into the mailserver and use mutt
01:27:25prpplaguekergoth: lol
01:28:09kergothumm
01:28:14kergothprpplague: those were harmless warnings
01:28:15darienmkergoth: good news
01:28:20kergothprpplague: your build failed from the typo in glibc.
01:28:25kergothprpplague: cvs up -PdA;
01:28:26kergothdarienm: whats up
01:28:40prpplaguekergoth: ok, so fix the typo and try again
01:28:42darienmkergoth: OZ and Qtopia Desktop running on Virtual PC (Windows 2000) on Mac OS X thru USB syncs !!!
01:28:52kergothprpplague: yes, cvs up -PdA
01:28:54kergothprpplague: heh
01:28:56prpplaguekergoth: i need to give up a quite for the night
01:28:58kergothdarienm: haha sweet
01:29:14prpplaguebangs head on desk
01:29:24kergothprpplague: another guinness?
01:29:25kergothhehe
01:29:44prpplaguekergoth: or a whole case
01:30:11prpplaguekergoth: i've suddenly realize i have to go to work and talk to stupid people tomorrow on the phone
01:30:23kergothprpplague: stop that! dont think about it
01:31:17prpplagueand head one more time then pours a fresh glass
01:32:06Novas007giggles maniacally about having bash on a pda
01:34:50prpplagueNovas007: it is quite amazing the first time
01:36:21kergothindeed
01:36:23wParamwhat's more amazing is when you boot into the bare console and then realize you just typed 'find' in / and you don't know how to type control+c
01:36:51wParamor, no, that was just annoying
01:36:58kergothhehe
01:37:09kergothin my changes in  moving to 2.4.19
01:37:11kergothi'm fixing that
01:37:18kergothwe'll have ctrl functionality in console
01:37:19kergothheh
01:37:22wParamyay!
01:38:24prpplaguekergoth: hey by the way, the sharp rom does a clicking noise, i though the z didn't have a speaker?
01:38:38kergothprpplague: it has a buzzer.
01:38:59kergothprpplague: and the driver inlines 3 wave files for the alarm, keyclick, and touchclick.. we're suspecting we may be able to get more useful output from it
01:39:16kergothprpplague: aka a real /dev/dsp for output to it.. course its still a buzzer, so audio quality will likely blow, but what the hell
01:39:35prpplaguekergoth: hmm i wonder if i can use libbeep on it
01:39:48kergothprpplague: dood, their drivers *suck*
01:39:52kergothprpplague: I *highly* doubt it
01:39:52kergothheh
01:40:01kergothprpplague: we can give it a pc speaker style driver easy enough though
01:40:30sjohnsonprpplague: The sound would suck. The Z used a piezo buzzer.
01:40:45kergothits a piezo?
01:40:51scanlineCouldn't be worse than Palm :)
01:40:52prpplaguesjohnson: i just need a couple of different tones
01:41:08kergothsjohnson: you verified that? I never managed to find a place to look up the part number
01:41:08kergothheh
01:41:49sjohnsonkergoth: I've haven't looked. I just remember reading it somewhere.
01:42:03Novas007is there a specific cf storage card that's good to get, or is just about any good?
01:42:28[DrEvil]/bin/sh: -c: line 1: syntax error near unexpected token `<<<<<'
01:42:42kergoth[DrEvil]: you had a conflict when you did your cvs up
01:42:50[DrEvil]probably
01:42:51kergoth[DrEvil]: do a cvs up -PdA again and look for lines that start with C
01:42:53[DrEvil]*sigh*
01:43:00[DrEvil]all those changes I made to libc6.mk
01:43:05kergothyeah exactly
01:43:08kergothheh
01:43:19kergotheither manually merge, or remove it and cvs up -PdA to grab the new one
01:43:28KallDrexxcries as he realizes his rts beta could be done by now
01:43:37kergothwtf
01:43:41kergothartsd died spontaniously
01:43:44kergothi hate that
01:43:55[DrEvil]KDE gives me gas
01:44:09tux_mike...
01:45:47BigBoss[DrEvil]: KDE is the only thing keeping the hair off your back :)
01:46:00Novas007hmm.. what type of CF slot is the 5500's?
01:46:01[DrEvil]I have a hard time using it
01:46:10[DrEvil]I am thinking about dropping GNOME too
01:46:20[DrEvil]and just using WindowMaker or something
01:46:29scanlinepwm!
01:46:41scanlinepukes when confronted with either KDE or GNOME
01:46:54TheMasterMind1kergoth: so basically i apply the patch on 2.4.6 and then start porting and see where i get? :0)
01:47:20[DrEvil]I want more speed
01:47:25kergothTheMasterMind1: basically. but dont reinvent the wheel. pull my tree with bitkeeper, and look in my TODO for an idea of where to begin
01:47:56TheMasterMind1kergoth yea. can i grab what you have with cvs?
01:48:08kergothTheMasterMind1: no, its not cvs
01:48:29kergothTheMasterMind1: its a bitkeeper repository. download bitkeeper, then install it and run bk clone http://linux-cl.bkbits.net/linux-arm-2.5-collie
01:49:01BigBosskde rocks
01:49:08BigBossit's the only thing that makes linux usable
01:49:26scanlineBigBoss: it depends on your definition of usable
01:49:43scanlineBigBoss: for some people, a blank screen and a root menu is as usable as they want
01:50:43[DrEvil]KDE has the annoying habit of caching window calls
01:52:28Novas007hugs xfce
01:52:57tux_mikethis is strange
01:53:20scanlineyay, now I have a fast net connection and fast machine to build OZ on
01:53:23tux_mikei use KDE for desktop management, but use more Gnome apps, and I have a bit of windows splashed in there
01:53:48prpplaguekergoth: i'm still gettting a lot of warnings on the kernel build
01:54:46prpplaguekergoth: ok i'm done for this evening, i'm too frustrated to continue
01:58:15kergothprpplague: there were always warnings in the kernel build. always were.
01:58:36prpplaguekergoth: well i just don't remember as many
01:58:40kergothah
01:58:53prpplaguekergoth: re-definitions just don't sound good
01:59:09BigBosstux_mike: you aren't using enough theKompany apps then :)
01:59:37tux_mikenope.  athera doesn't work out well for me
02:00:00tux_mikeKapital isn't fully out yet, and i dunno how much financial assistance i need
02:00:06tux_mikedon't need an IDE
02:00:15tux_mikeoh, and i'm broke
02:00:16tux_mike:)
02:00:33Novas007hmm
02:00:50Novas007how do you log in once you install openssh? i get this: ssh_exchange_identification: Connection closed by remote host
02:01:48scanlinekergoth: what was the url for the linux.co.uk somethingorother toolchain again?
02:01:57scanlinekergoth: this time I have access to my bookmarks :)
02:02:21wParamwoohoo!  windows has managed to get "confused" by my usb stuff again
02:02:24kergothscanline: http://www.arm.linux.org.uk/ .. under the Developer link, theres a Toolchain section.. click on the one that says "courtesy of erik muau" or something lke that
02:02:44scanlinekergoth: thanks. For some reason I thought it was .co.uk :)
02:02:46wParamI was trying to ftp my sd card off the zaurus... zaurus crashed, and windows can't do usb anymore
02:02:58prpplaguescanline: eriks toolchain rocks
02:03:15prpplaguescanline: just make sure you read the readme file
02:03:19mrwoodyhow to make the "not implemented yet" disappear?
02:03:35scanlineprpplague: I've used it on my PPC laptop, just had to recompile gcc and binutils for PPC :)
02:04:35mrwoodywho creates that function?
02:04:35TheMasterMind1i'm back
02:05:44kergothmrwoody: ?
02:05:53TheMasterMind1kergoth: i'm guessing i'm going to need a cf card to be able to test out changes i make
02:06:05mrwoodywell when i use designer... sometimes it says that the function ... is not implemented yet
02:06:07kergothTheMasterMind1: yep, you need CF to flash the new kernel
02:06:11TheMasterMind1ok
02:06:17TheMasterMind1how many other people are working on this?
02:06:18mrwoodykergoth: how to make it understand that it was implemeneted
02:06:38kergothmrwoody: *what* function? coming in here asking "what implements this function" is useless. what function?
02:06:51kergothTheMasterMind1: the port to a newer kernel? no one, just a personal project atm
02:07:08mrwoodykergoth: well maybe you missed my first question
02:07:13TheMasterMind1kergoth: ah, i see. you think sharp will start using it also once its done?
02:07:22TheMasterMind1damn, no bitkeeper debian package
02:07:37mrwoodykergoth: anyway i was saying that after i create something with designer... that is what i get... no matter what the function is
02:07:58kergothmrwoody: you're doing something wrong. without you pasting the exact error, i cant tell you what it is :-)
02:08:15kergothTheMasterMind1: its license isnt open, it'll likely never have a debian package
02:08:21mrwoodykergoth: have you ever used designer?
02:08:26kergothTheMasterMind1: grab it off their site, its a shell script
02:08:28kergothmrwoody: yes
02:08:35TheMasterMind1kergoth: alright, willdo
02:09:28mrwoodykergoth: never seen the qWarning :"the formula xxx has not implemented yet"?
02:09:47kergothhmm, nope
02:09:54mrwoodyok... never mind then
02:10:49TheMasterMind1kergoth: any reason you choose this over cvs?
02:10:58kergothTheMasterMind1: yes, its far superior to cvs
02:11:13TheMasterMind1i see
02:11:13kergothTheMasterMind1: for example, it supports moving files and renaming files :-) among other things
02:12:21TheMasterMind1sounds good
02:12:49kergothTheMasterMind1: bitkeeper is what linus is using for the 2.5 kernel
02:12:49TheMasterMind1how much does a cf->pcmcia cost?
02:12:55kergothno idea
02:12:57cutm.
02:13:02kergothyawns
02:13:03TheMasterMind1kergoth: oh, wow
02:13:07scanlineTheMasterMind1: $15 maybE?
02:13:57TheMasterMind1hmm
02:13:58TheMasterMind1really
02:14:09TheMasterMind1i'll have to get me one of those then
02:14:37TheMasterMind1alright
02:14:38TheMasterMind1installed
02:15:05kergothTheMasterMind1: bk clone http://linux-cl.bkbits.net/linux-arm-2.5-collie
02:15:10kergothbbiaf
02:15:35TheMasterMind1ok
02:15:42scanlineholy sweetness... my OZ build is alredy at downloading glibc
02:15:45scanlinehugs his Athlon
02:15:51TheMasterMind1heh
02:16:17scanlinetoo bad it's so hot and noisy
02:16:37scanlinejust have to open a window and turn up the techno :)
02:20:36Novas007when i try to ssh in to the zaurus, i get this: ssh_exchange_identification: Connection closed by remote host
02:20:39Novas007what does that mean?
02:22:39[DrEvil]something isn't working
02:22:55Novas007heh
02:23:47sjohnsontry using -v to get more details
02:24:06treke|homeNovas007: try sshing in as a user without a private key generated
02:26:18Novas007nope :/
02:26:32prpplaguekergoth: implicit declarion of memcpy?
02:26:37Novas007a google search said it was a rdns error
02:26:40kergothprpplague: ?
02:26:46treke|homeNovas007: that could be
02:26:47Novas007but adding my box to /etc/hosts didn't help
02:26:51kergothprpplague: I just completed a make openzaurus..
02:26:56kergothprpplague: i didnt capture the warnings through
02:26:59kergoths/through/though/
02:27:08treke|homeNovas007: also could be a PARANOID entry in /etc/host.deny
02:27:08prpplaguekergoth: hmm, that was one of the warnings
02:27:15prpplaguekergoth: for the kernel
02:27:38kergothprpplague: the kernel shouldnt be using memcpy, thats a function in glibc
02:27:49kergothprpplague: kernel doesnt use glibc functions.
02:28:00kergothprpplague: or rather, shouldnt, cause thatd be pretty fucked up
02:28:28kergothprpplague: odd. what was it building at the time?
02:29:22prpplaguekergoth: looking now
02:30:02prpplaguekergoth: mtd
02:32:48prpplaguekergoth: you should be able to see that in the log file, its before the glibc error
02:33:47prpplaguekergoth: its like there is a header missing
02:35:07TheMasterMind1Warning: running BitKeeper as root is not a good idea!
02:35:09TheMasterMind1heh
02:35:25TheMasterMind1continues to leech from kergoth
02:37:56TheMasterMind1who is Georg Nikodym
02:38:12TheMasterMind1and whois is Chris Larson
02:38:30treke|homeyour momma
02:39:06TheMasterMind1looks for the patched zaurus kernel
02:39:16prpplagueBZFlag: hey dude
02:39:26prpplagueBZFlag: back from holiday?
02:41:15cranch|zanything new?
02:42:00TheMasterMind1kergoth: there is no 5500 specific kernel? only the 5000d one?
02:42:17TheMasterMind1http://more.sbc.co.jp/slj/source/linux-sl5000d-20020318.tar.bz2
02:47:29Novas007blaah.. i still can't get in :(
02:47:54TheMasterMind1get in where?
02:48:01Novas007ssh into my zaurus
02:48:23Novas007tried w/ and w/o pubkey auth, added this box into /etc/hosts
02:48:33TheMasterMind1can you ping it/
02:48:36Novas007yes
02:48:43Novas007i'm synced to it just fine
02:48:52Novas007mike@levy:~> ssh mike@zaurus
02:48:52Novas007ssh_exchange_identification: Connection closed by remote host
02:49:38TheMasterMind1hmm
02:49:40TheMasterMind1that's a funky error
02:49:41TheMasterMind1google it
02:49:52Novas007have
02:50:03Novas007it looked like an rdns error
02:50:09Novas007but that should be solved
02:51:16mrwoodyis anyone in the challange here?
02:51:22Novas007ooh, wait, finally got a good hit
02:51:30scanlineoh no, kergoth's gone!
02:51:34scanlinewhatever shall we do!
02:52:02TheMasterMind1heh
02:52:17mrwoodyanyone?
02:52:41TheMasterMind1mrwoody: must you keep repeating?
02:52:47TheMasterMind1if there was, they would say something
02:52:59mrwoodyTheMasterMind1: what is the problem?
02:53:41TheMasterMind1nothing
02:54:12Novas007bleh.. added ALL : ALL to /etc/hosts.allow (and nothing in .deny) but it still doesn't work
02:54:29TheMasterMind1Novas007: that shouldn't have anything to do with it. if you can ping it, that's not the problem
02:55:16Novas007well, i'm at a loss, heh
02:55:31sjohnsonNovas007: try running sshd as sshd -d 2 and ssh as ssh -v to see whats happening
02:58:20scanlineopenobex wha???
02:58:27scanlinegrowls at glib
02:58:42Novas007still nothing (and nothing enlightening from -vvv)
03:00:09scanlineyikes... OZ filled up my hard disk
03:03:33Novas007hmm
03:04:14Novas007i commented out a line of my sshd_config (the hostkey line for ssh1, which was disabled) and now it works
03:04:18Novas007well, mostly
03:04:25TheMasterMind1lol
03:04:32Novas007it's access denied now, but that can be fixed
03:05:40Novas007and i'm in :)
03:07:10TheMasterMind1goodjob
03:08:41Novas007hmm.. i can't su to root- is there something weird about tinylogin?
03:09:17warmire
03:09:33Novas007yo
03:09:33whardier was last seen on #zaurus 1 days, 8 hours, 13 minutes and 50 seconds ago, saying: thank GOD! [Sat Aug 17 19:55:43 2002]
03:09:33warmiibot seen whardier
03:13:39Novas007erk
03:13:48Novas007tinylogin needs to be suid root to use su
03:14:35Novas007and it's on a readonly fs
03:18:49Novas007gah.. cp'd it off, +s'd it, and ran it with the full path, and it still doesn't work
03:31:09prpplagueNovas007: ya i had some fun with tinylogin friday
03:31:24prpplagueNovas007: is this on the z?
03:34:03BZFlagprpplague: hey. yep, back in town. looks like I'll be hacking on the kaii for a while. ;-)
03:34:44prpplagueBZFlag: kaii ?
03:35:42BZFlaghttp://www.linuxdevices.com/articles/AT8619741565.html
03:35:53okay, BZFlag.
03:35:53BZFlagibot kaii is also http://www.linuxdevices.com/articles/AT8619741565.html
03:36:32prpplagueBZFlag: ahh, ya i saw that just didn't associate the name
03:36:32scanlineoooooh
03:36:37prpplagueBZFlag: hows it look?
03:36:59scanlineit's a cheaper iPaq :)
03:37:35BZFlagsh3 linux will be a challenge, but the device looks like it will be cheaper than an ipaq (like 40% cheaper) with the same features plus a usb host
03:37:54prpplagueBZFlag: nice, where can i get one, lol?
03:37:59treke|homeBZFlag: what about performance?
03:38:13scanlineBZFlag: sure 160MHz will be enough for Qtopia?
03:38:16prpplagueBZFlag: like ain;t got enought work on already
03:39:12BZFlagask in oct/nov about availability. could be that soon. performance is still up in the air. it's a 160mhz, but the MIPS is about the same as a sa1110 206mhz and it also includes an onboard DSP which _should_ mean faster audio/video handling.
03:39:26Novas007prpplague, yeah
03:40:07DrBoBirc on the Z...who woulda ever thunked it?
03:40:13treke|homehow about size? It more like the  a300 or sl5500
03:41:10BZFlagtreke|home: zaurus shaped, no keyboard. a bit smaller in each dimension.
03:41:41treke|homevery cool
03:41:49BigBossBZFlag: is the Kaii ever coming out?
03:42:01BigBossthey were supposed to have developer units like 5 months ago
03:42:24BZFlagBigBoss: just got back from india. we are on track again. Should be developer units before the end of the year.
03:42:48BigBossBZFlag: did you talk about us at all?  We were talking to them in March and then they went quiet
03:43:06Wemblybzflag: no keyboard?
03:44:18BZFlagWembly: not built in, but it has usb host so a usb keyboard will work.
03:44:41scanlineyum.. USB host
03:44:59BZFlagBigBoss: a bit. We should get you one of the developer models for sh3 ports on your software. I'll keep you posted.
03:45:03prpplagueBZFlag: what about the vercel? whats the status on that?
03:45:16BigBossprpplague: they still need to raise money
03:45:22treke|homenot being an arm machine is kinda disappointed though
03:45:38BigBossBZFlag: cool - please keep us in the loop.  We'd like to be there before it ships rather than after :)
03:45:54scanlineDoes the SH3 have floating point?
03:45:55BZFlagprpplague: the software for this version is done afaik. I think they are in final funding negotiations. I hoping for developer release this year on that one too.
03:46:04BigBossBZFlag: we really need 3 dev units minimum though because of the distributed nature of our group
03:46:09BZFlagscanline: nope. sh4 does.
03:46:15scanlineBZFlag: ah, ok
03:46:18prpplagueBZFlag: x or qt?
03:46:26BZFlagBigBoss: ok, will do.
03:46:27BigBosseveryone wants multimedia and yet they all use freaking chips without floating point :(
03:47:01BZFlagtreke|home: the higher level of device integration on the sh3 is what makes it cheaper.
03:47:36BZFlagprpplague: qt on flash. though X should work too.
03:48:03treke|homeBZFlag: I'm thinking more of a software point of view. Hoping it doesnt become an annoying case of "darn, this app only runs on sh3/arm"
03:48:04BZFlaginitial should have 32M flash and 64M ram.
03:48:32BZFlagtreke|home: I hear ya. stay tuned. ;-)
03:48:38scanlineCPU diversity is good.. I was getting annoyed that almost all the handhelds out there (except Palm) were ARM
03:49:06treke|homeBZFlag: One of the things I remember with horror from my orignal wince pda :)
03:49:59BZFlagtreke|home: ah, but how many open source projects exist for wince? ;-)
03:50:17treke|homehehe. Thats yet another benefit of open source :)
03:54:52DrBoBI'm waiting for a 'clamshell with a keyboard' style PDA that runs Linux  
03:55:11treke|homewell you can spend 1000 bucks on an hp 720 :)
03:55:37DrBoBso I can read the whole width of a page
03:56:32DrBoBdoes the 720 run Linux?
03:56:36treke|homeit can
03:58:15DrBoBis it a native wince machine? (one of HP's big moves in the wrong direction)
03:58:18BZFlagbbiab
03:58:48DrBoBadios BZ
03:59:01treke|homeDrBoB: its nativly a wince machine
04:00:26DrBoBblah....I quit buying HP's PDAs with the 200LX....
04:01:05treke|homeI dont know of anyone that still makes clamshells besides hp
04:01:53DaWormhehee..i can't imagine how MS failed to notice the wince name
04:02:06DrBoBlol
04:02:17DaWormthey have to wait for ver. 3
04:02:27DaWormand even casio still uses wince
04:02:31DaWormsince dumping ppc
04:03:56DrBoBI like the idea of a RISC cpu ....
04:05:00DrBoBbut I also like to be able to read an 80 column screen
04:06:10DrBoBwell, my thumbs are getting tired again....I better shut up and lurk
04:07:14scanlineDrBoB: IRC'ing from the zaurus?
04:07:24DrBoByes
04:07:33sj-zsame here
04:08:32Wemblyherm.
04:08:36Wemblyhihi all :)
04:09:46BZFlagback. DrBoB: what about a 3.5" that's 640x480?
04:10:35DrBoBbbs....changing over to my Toshiba Libretto...that would be nice BZ....
04:12:12jbwivwhen using the qpe FileSelector class, I get "Categories::labels didn't find app Document View".  I know this has something to do with my desktop file not being correct, but I'm not sure how to fix it.  Can anyone point me to some docs or info? thx
04:16:28DrBoByowsa
04:18:59DrBoBBZFlag: I was thinking more of a updated makeover of the HP  200LX that runs Linux QTopia natively
04:19:10DrBoBwtf?
04:19:17scanlineieeee!
04:19:27scanlinemy head hurts....
04:19:28sj-znetwork split and rejoin
04:19:36scanlinetwice :P
04:19:41treke|homedont forget to donate...
04:19:48scanlineheh
04:20:00DrBoBat the sperm bank? LOL
04:20:50DrBoBor the Plasma/blood bank?
04:21:28treke|homeDrBoB: no OPN :)
04:22:52jbwivanyone know of a good resource that documents possible contents of a Qtopia .desktop file?
04:22:55DrBoBD'oh!
04:22:57it has been said that qtopia is the new name for QPE and it is at qpe.sourceforge.net or a more well developed and binary compatable fork of qtopia is opie
04:22:57jbwivibot qtopia
04:23:05treke|homejbwiv: anything can go in it
04:23:35treke|homeas for documented stuff, let me check.
04:24:38treke|homehttp://www.freedesktop.org/standards/desktop-entry-spec/desktop-entry-spec.html
04:24:53DrBoBMy TV outsmarted me again this afternoon...so I'm not the guy to ask
04:25:14jbwivtreke|home: I'm looking for what *should* go in it ;-).  When I try to use qpe's FileSelector class, I get : Categories::labels didn't find app Document View.  I'm assuming that's something that should go in the desktop file...
04:25:31jbwivcool. thx!
04:25:55treke|homejbwiv: Categories are handled by qpe
04:26:05treke|homejbwiv: you shouldnt need to deal with them
04:26:12jbwivhmm...
04:26:53jbwivwhenever I create new instance of FileSelector, I get that message outputted to stderr and no dialog appears...
04:26:57treke|homejbwiv: if you want to set the category of a doc, there is probably a setCategory member
04:27:09treke|homejbwiv: it doesnt appear till you show the widget
04:27:53jbwivtreke|home: probably a better question...where can I find information about qpe specifically, as in what Categories are....etc, etc.
04:28:34treke|homejbwiv: Categories are user definable. Use the DocLnk class to deal with the desktop filed. Dont edit them on your own
04:29:35Wemblyok
04:29:53jbwivtreke|home: alright, thx.  more interested in where to learn more about qpe internals....the class documentation that comes with the Qtopia dev env is sparse at best....
04:29:56Wemblyi find it greatly disturbing that there is a microsoft ad for vs.net in sourceforge....
04:30:02treke|homejbwiv: read the source
04:30:06Wemblywell not so much disturbing as much as just.. funny :)
04:30:15jbwivtreke|home: lol. touche'
04:34:40DrBoBI would like someone  to  analyse Arkansas.net and tell those clowns how to reject spam before it enters their network (I'm getting 50 a day filtered into mytrash file)
04:35:41DrBoBI'm I'm just a private ISP  customer
04:42:23Wemblywelp
04:42:38Wemblyi may or maynot be back depending on if my firewall works or not and how well.. hehe
04:42:41Wemblybbiab
04:49:41Wemblyyeye!
04:49:42Wemblyim alive!
04:49:45Wembly*laugh*
04:50:57oGMohrmm
04:51:24oGMoWembly: dude, are you in .ca?
04:52:53Wemblynope
04:52:59oGMooh
04:53:00oGMohrm
04:53:03Wemblywhyfor?
04:53:24oGMoi thought you were someone else i knew from #E
04:53:35Wemblyhehe
04:53:39Wemblysorry :)
04:53:54oGMoheh that's ok, i just forget who i'm thinking of ;)
04:54:00Wemblyhehe :)
05:13:09TheMasterMind1hmm
05:21:39TheMasterMind1is away: fell asleep
05:26:19BZFlagTheMasterMind1: please kill auto away msgs.
05:30:55DrBoBIs anyone porting mplayer over to the Z?? http://www.MPlayerHQ.hu/homepage/dload.html
05:31:32treke|homeDrBoB: yes
05:31:57treke|homeI dont particularly see why youd want to though
05:32:51DrBoBwhere do they hang out? I want todoRealvideo/audio streams on the Z (playback)
05:33:15treke|homeRealAudio wont on a z
05:33:54DrBoBAny particular reason?
05:34:12treke|homeit uses binary only codecs to decode the data.
05:36:12DrBoBI bet realmedia would be willing to supply the ARM codecs with a little polite begging...considering the number of strongarm PDAs out there
05:36:30scanlinewhy realvideo?
05:36:49scanlineUse an open codec like ffmpeg instead of begging Real for binaries
05:36:51DrBoBI want to listen to NASA TN feeds
05:36:56treke|homeDrBoB: nope
05:37:08DrBoBTV
05:37:17treke|homeDrBoB: REAL wasnt interested in a Zaurus player
05:37:24scanlineDrBoB: set up a server to downsample and convert the video to something open
05:37:44DrBoBand NASA only streams in real and windoze media formats
05:38:49scanlineDrBoB: mplayer supports windows media streaming, so depending on the codec you might be able to use that
05:39:11treke|homescanline: once again though, binary codecs :)
05:39:24scanlinedepends on which codec they use
05:39:34DrBoBmaybe I can get NASA to set up a streaming MP3 ....then use zradio
05:39:56scanlineJust set up your own server to convert the stream to an ogg or something
05:40:28DrBoBhaahaha...Me?? LOL...now you are dreaming!!
05:41:26kergoth was last seen on #zaurus 3 hours, 12 minutes and 58 seconds ago, saying: prpplague: odd. what was it building at the time? [Mon Aug 19 03:28:28 2002]
05:41:26scanlineibot: seen kergoth?
05:42:08DrBoBDammit Scanline, I'm a doctor not a software engineer :-)
05:42:14scanlinehahahaha
05:42:39scanlineMust be the best perk of being a doctor, legitimate use of that line :)
05:43:02scanline"Dammit Jim, I'm a doctor, not a nuclear physicist!"
05:43:22DrBoByep....
05:45:11DrBoBI wrote to one of the guys who did the Linux Realplayer and he said he might do us a realplayer in his spare time..... for fun
05:45:30treke|homenifty
05:45:54DrBoBbut others here ave saidthey were turned down
05:46:29treke|homeDrBoB: well its a lot easier to port it and then get real to release it than it is to get real to port it
05:47:02treke|homeDrBoB: keep in mind that the person who did the Linux RealPlayer may not actually be a real anymore. They just recently did a bit of downsizing
05:47:47DrBoBgwright@real.com (greg wright) said he would consider it
05:48:00treke|homeDrBoB: if he's still there :)
05:48:03[DrEvil]Real is always ignoring my resume
05:48:13[DrEvil]bastards
05:48:18[DrEvil]they don't know what they are missing
05:49:01DrBoBI will try to email him again and see if he's still there
05:52:03DrBoBI didn't want to nag him to the point of pissing him off and ruining perhaps the only chance of getting a realplayer for the Z....
05:54:26NeoTronis away: sleep
05:56:13cdmevil has left!
05:56:23scanlinehi cdm
05:56:39cdmhey scanline
05:59:08DrBoBI imagine that RealMedia might have Hired DrEvil right away if he hadn't demanded ONE MILLION DOLLARS right off the bat :-)
06:01:07DrBoBor is it RealNetworks? Bah!
06:01:24scanlineRealCruft
06:02:55scanlineplays Abuse with the SDL display mapped into an OpenGL texture.. what fun!
06:04:03DrBoBwell, It's past my bedtime  and I'm getting RealTired [tm] so I'll bid you all good night
06:04:31scanline"Dammit Jim, I'm a doctor not a coffee shop janitor!"
06:21:01Zxcvbis the SL-5500 about to be discontinued?
06:22:22BZFlagZxcvb: no. but the 5600 is in the works.
06:22:39Zxcvbah
06:22:55Zxcvbthe 5500 was for sale for $199 according to some news article
06:23:46treke|homeZxcvb: dunno about that. Probably a store dumping stock
06:24:55Zxcvbwas looking at one to replace my visor prism (handspring has discontinued the visor line)
06:25:12Zxcvbany idea if 5600 apps will be binary compatible with the 5500?
06:25:32Rincewhat is the advantage of the 5600`?
06:25:49treke|homeZxcvb: Thats up in the air
06:26:20treke|homeRince: there hasnt been a whole lot said about the 5600 other than it will be an xscale and have 32mb of rom
06:26:48Rincewhat is an xscale?
06:27:13Zxcvbtreke|home: what about source compatability?
06:27:29Zxcvbtreke|home: that is, will it still use the same GUI/libs?
06:27:38treke|homeRince: its a type of cpu. Its getting fairly popular in pocket pc based pdas
06:27:57treke|homeZxcvb: I'd say theres a 99% chance of that
06:27:58Rinceso no strongarm anymore?
06:28:07Zxcvbtreke|home: or should I wait for the 5600 as many apps will not be compatible
06:28:45treke|homeZxcvb: cant make a recomendation. I dont know the specifics of the 5600. I'm sure sharp is considering compatibility
06:29:08Zxcvbtreke|home: will the 5500 still be supported (like with hancomm office updates) after the 5600 is out
06:29:13treke|homeZxcvb: The biggest thing is your time frame. A 5600 probably wont be out for a couple months
06:29:37treke|homeZxcvb: I dont know
06:29:37Zxcvbtreke|home: it will probably be a few more months
06:30:16treke|homeZxcvb: If you dont plan on updating for a couple of months, then wait for the 5600. I dont know if I'd put off a purchase to wait for one though.
06:30:37Zxcvbtreke|home: hopefully the 5600 will run 5500 apps
06:32:21treke|homeZxcvb: more likely the problems would be with continued 5500 support. Commercial apps for the zaurus would probably be updated, but new stuff may not be built for the 5500
06:32:35treke|homeone of those annoying problems with technology advancing :)
06:33:41Zxcvbtreke|home: wouldn't that depend on how compatible the desktop environment is?
06:36:06treke|homeZxcvb: Thats not the stuff thats likely to change. Its compiling the software for the xscale cpu that will cause problems and possibly using a different compiler. QTe/Qtopia isnt going to change much. There are people far more knoweledgable than I on this topic though
06:37:30Zxcvbtreke|home: it still won't use gcc?
06:37:46treke|homeZxcvb: it might be a different version of gcc
06:38:08Zxcvbtreke|home: will probably get a 5600
06:38:21treke|homeZxcvb: cool.
06:38:21Zxcvbtreke|home: will the xscale make the palm emulator run much faster?
06:38:33treke|homeZxcvb: maybe, maybe not
06:38:51Zxcvbtreke|home: hopefully the 5600 will support SD modems, leaving the CF free for a microdrive
06:38:54treke|homeif the palm emulator is a major app in your mind, I'd recosider getting a zaurus :)
06:39:13Zxcvbtreke|home: not really major
06:39:51Zxcvbtreke|home: but could be useful, unless the zaurus can fake a palm for beaming purposes
06:41:23treke|homeZxcvb: I know opie can beam to a palm, a zaurus should be able to. App support may be spotty
06:41:28Zxcvbtreke|home: such a layer would be much faster (compare samba to bochs)
06:41:45treke|homeZxcvb: Just wanted  to make sure you werent buying a Z to run your apps through an emulator
06:42:19Zxcvbtreke|home: nah, games are a different matter
06:42:50treke|homeZxcvb: The ir protocal is a reasonably standard one iirc
06:43:08Zxcvbtreke|home: the palm uses it's own file formats, though
06:43:52Zxcvbis SD much better than MMC for the Z?
06:44:01treke|homedunno
06:44:06MicrodimSD is faster
06:44:15treke|homeYou can get higher capacity card
06:44:25Microdimyes SD you can get 512
06:44:33MicrodimMB
06:44:36ZxcvbSD is twice as expensive, isn't it?
06:44:45ZxcvbMicrodim: can you use a SD modem?
06:45:21MicrodimSD Modem....I didn't know there was such a device...do you have a website where I can see it?
06:45:34treke|homeZxcvb: You cant on a 5500
06:46:37Microdimwell is there a way to turn the screen off when playing mp3's with tckplayer?
06:47:17Zxcvbtreke|home: how about a modem that hooks up to the sync port?
06:47:47treke|homeZxcvb: I dont know of any
06:48:00Microdimwhats wrong with cf?
06:48:24ZxcvbMicrodim: only one cf port, so a microdrive can't be used with a modem
06:49:02MicrodimO I C, I have a microdrive also...but is there a reason the microdrive has to be in all the time?
06:49:22Microdimthat sucks batteries
06:49:38ZxcvbMicrodim: so the microdrive is best for backups, not for general use?
06:51:32MicrodimI have one, I use it to hold my mp3's that I may want to listen to while I am out and about... and I carry it in its little carrier until I want to listen to mp3's and as far as the applications for the modem most of them will install on to a sd, if you do that then the cf is free for a wireless modem like mine or a wireless network card
06:52:02Microdimand for backups I just bought a little 64MB MMC
06:52:20Microdimfor general use I got a 128 SD card
06:52:25Zxcvboops
06:52:36Microdimand for backups I just bought a little 64MB MMC
06:52:36Zxcvbhas anyone written a gui app to enable/disable the ftp server?
06:52:46Microdimserver manager?
06:53:09Zxcvbsince it allows anyone to get full read/write access over the internet
06:53:40BZFlag was last seen on #uclibc 25 minutes and 26 seconds ago, saying: reading [Mon Aug 19 07:28:14 2002]
06:53:40scanlineibot: seen BZFlag?
07:00:06Wemblyherm.
07:00:14Wemblyanyone have a linux and a win32 box next to them?
07:00:39ZxcvbMicrodim: do you ever sync the zaurus?
07:01:17Wemblyzxcvb: actualy it dosnt
07:01:28Wemblyzxcvb: you have to be within a non-routable ip block
07:01:35Wemblyzxcvb: for it to even let you connect
07:01:51Wemblyzxcvb: speificly you need to be within 192.168.129.x iirc
07:02:09Wemblyanything outside of that ip block will just get the connection refused.
07:05:13Zxcvbany chance of a zaurus emulator for the pc?
07:05:35Wemblyin what ways?
07:05:41Wemblyan emulator for qtopia?
07:05:48Zxcvbno, for the zaurus
07:05:49Wemblyor an emulator for the hardware?
07:05:50Zxcvbincluding the CPU
07:06:00Zxcvblike pose is a palm emulator
07:06:35Wemblyyea but you cant cross platform compile palm apps?
07:06:51Wemblyerr
07:06:56Zxcvbyou can, but a true emulator would make debugging easier
07:07:01Wemblyyou cant run palm apps in native x86 or anything
07:07:20Zxcvbpose will run palm apps, and includes a decent debugger
07:07:38Wemblybut they have to be compiled for the processor.
07:07:44ZxcvbWembly: no they don't
07:07:45Wemblynot for the host processor
07:08:04treke|homeZxcvb: Dont write cpu dependant code :)
07:08:06ZxcvbWembly: you can run zx spectrum software on the zaurus
07:08:17Wembly??
07:08:22Wemblywhats that have to do with anything?
07:09:23Zxcvbit should be possible to run software compiled for the zaurus on an x86
07:09:42treke|homeZxcvb: just compile that software for the x86 and debug it that way
07:09:42Zxcvbnot sure if there are good ARM/xscale CPU emulation cores around, though
07:10:57treke|homeunless you are doing a game/audio/video player you shouldnt notice a diffrence
07:11:24Wemblyagrees with treke
07:11:49Wemblytreke: and if even if you are use a remote gdb stuffs
07:12:20treke|homeor run gdb on your zaurus :)
07:12:29Wemblythat kinda gets a bit big tho
07:15:55treke|homethere are some people that even do much of their debugging using the Windows version of QT
07:19:06Zxcvbhow is SDL on the zaurus coming?
07:49:38Wemblyanyone alive?
08:42:41Skizotoroanyone know what is resetting my Z's routing tables when I put it on the docking station?
08:46:06Skizotoro'cradle'
09:52:16Wemblyshizotoro: herm. the initalization of the usbd0 interface?
10:09:19immhi
10:09:27scanlinehi imm
10:10:19George-yo immy
10:10:30scanlinehi George-
10:10:49scanlinegrooves to Chorale and watches the walls light up to the beat
10:11:21George-if my app is tailored for the Sharp ROM, I don't have to care about file permissions, right? :)
10:12:08immGeorge-: its all root there
10:12:19George-I know
10:12:19George-heh
10:15:13HarlekinGeorge-: but dont be sure who long that will last
10:15:27George-Harlekin: I know
10:15:41George-Harlekin: Maybe in the beta i'll leave that "feature" out, as it's not criticle
10:30:08George-argh
10:30:11George-stupid fscking bug
10:30:13George-I hate you
10:30:25George-hey ljp
10:35:51George-my stupid app is segfaulting left right and center
11:07:17tux_mikei really need it to rain more often
11:09:50pdqnot here, please, there is enough water as it is
11:11:31tux_mikei sleep much better when it rains.  i actually feel rested
11:15:48George-pdq: lol
11:15:52George-tux_mike: bah
11:16:11tux_mikebah yourself. :P
11:16:21George-tux_mike: where do you live?
11:16:44tux_mikechcago
11:16:51George-oh
11:16:55tux_mikechicago
11:17:06George-i live in pixieland
11:17:12George-ducks
11:17:34tux_mikepixieland?
11:17:47George-lol
11:17:57George-wtf?
11:18:01George-warcraft has no spawn
11:27:37immQPE is broken !
11:27:42immfuck
11:28:41George-it is?
11:31:04George-nooo! WarCraft III won't load
11:32:27robert_hi
11:32:31immGeorge-: yep, bitBlt does not handle alpha regions
11:34:15George-lol
11:34:50immGeorge-: not lol, thats prety much fucking bulshit :(
11:35:23qpe is nothing but a spur-galled thimbleful of culturally-unsound entrails.
11:35:23immibot insult qpe
11:36:27George-imm: oh
11:36:36George-imm: is it that bad?
11:36:45tux_mikeimm: which blit operation are you talking about?
11:38:42immtux_mike: bitBlt
11:39:18immtux_mike: qt3 handles it fine but 2.3 is broken
11:39:33immmaybe qt-interest can help me
11:39:37tux_mikein which class?
11:39:46tux_mikein QPainter it's fine.
11:40:09sucky alpha blits is nothing but a coughed-up heap of pointy-nosed armadillo snouts.
11:40:09scanlineibot: insult sucky alpha blits
11:40:21scanlinewhacks ibot with a grammar stick
11:40:39infobot grammar is nothing but a thick heap of vain bug spit.
11:40:39scanlineibot: insult infobot grammar
11:40:52George-LOL
11:40:59scanline is nothing but a thick heap of sausage-snorfling buzzard gizzards.
11:40:59George-ibot insult scanline
11:41:06scanline:P
11:41:08chouimat|coffeemorning
11:41:09George-sausage snorfling?
11:41:10George-o_O
11:41:13George-heya chouimat|coffee
11:41:33immtux_mike: i can send you a test case which shows the bug pretty well
11:42:08Cloudchaser'mornin
11:42:18chouimat|coffeehi George-
11:42:29immchouimat|coffee: moin
11:43:14chouimat|coffeehi imm
11:43:42chouimat|coffeeimm: completly rewrote the C-based message parser
11:44:36immchouimat|coffee: you are diligent
11:44:58chouimat|coffeeimm: it's QStringList based
11:46:39immchouimat|coffee: i found a bug in QPE which forces me to let my pixmap flicker :(
11:47:05chouimat|coffeeimm: bad
11:47:29tux_mikeimm: are you double buffering?
11:47:47chouimat|coffeeGeorge-: Gentoo 1.4 with Gcc 3.2 is you
11:48:23George-what?
11:48:28robert_mh...sorry, but where can i download software for the zaurus? I am searching a few games.
11:48:47zsi is http://killefiz.de/zaurus/
11:48:47Cloudchaseribot zsi
11:48:49Cloudchaserthere
11:49:48robert_thx
11:50:04Cloudchaser:)
11:50:59George-Cloudchaser: I installed 2.9.5.5
11:51:11George-Cloudchaser: and I get 5-10% app cpu usage when not running op²
11:51:16George-Cloudchaser: and op² runs smoothly
11:51:47Cloudchasermust just be me
11:51:52Cloudchasermy z is haunted
11:52:04chouimat|coffeeGeorge-: I just say that gentoo 1.4 is out
11:52:16George-chouimat|coffee: cool
11:52:17Cloudchaseractually its not just me..
11:52:21immtux_mike: no, i just bitBlt a QPixmap in a QLabel
11:52:24Cloudchasersomeone else is having that cpu issu
11:52:35Cloudchaseri just can't remember who
11:53:00George-Cloudchaser: perhaps it's 5500 specific?
11:53:40Cloudchasermaybe.. maybe its some wierd combo of events
11:53:44Cloudchaserwho knows
11:54:18Cloudchasermaybe its the 40/24 image
11:54:23Cloudchaserdunno
11:54:45George-shouldn't be
11:55:44George-chouimat|coffee: apparently it's not been released yet
11:56:02George-chouimat|coffee: according to trance
12:00:31benmeyerMorning
12:00:50Cloudchaser'morning!
12:01:01Cloudchaserhow was linux world?
12:01:22benmeyerstressfull
12:01:29Cloudchaseraww :(
12:01:48benmeyerbut ok
12:01:51benmeyergot lots of photos
12:01:58benmeyerwill be up later this week I hope
12:02:12Cloudchaserah great!
12:02:45linux-GgHi benmeyer
12:03:08cranchwhat up in da HOUSE
12:03:08cranch:)
12:03:27Harlekinhey benmeyer
12:03:30darienmGeorge-: your icon is done. Wanna see?
12:03:36linux-Ggbenmeyer: Were you one of the people reviewing my games (the ones from www.linux-games.com) for the contest?
12:04:27darienmdangles a pretty icon in front of George- while saying "whoo hooooo"
12:04:53immdarienm: can i have also an icons from you ?
12:04:57Cloudchaserhehe hiya darienm
12:05:04darienmimm What are you developing?
12:05:10darienmHello Cloudchaser
12:05:27cranchnobody fsck's with the Jesus
12:05:38immdarienm: a matchmaking app, and a Jezz Ball like game
12:05:47benmeyerlinux-Gg: what was your game?
12:05:51darienmimm: sounds like fun. Timeframe?
12:05:56George-darienm: yesplease  :)
12:05:59linux-Ggbenmeyer: Karl bartel
12:06:00George-darienm: I did an icon as well
12:06:04darienmGeorge-: http://zaurus.kruss.com/files/html_editor_icon.png
12:06:05cranchsorry..watching too much Big Lebowski
12:06:10darienmGeorge-: http://zaurus.kruss.com/files/html_editor_apps.png
12:06:20immdarienm: no
12:06:30immdarienm: it should be a heart :)
12:06:39darienmimm: Cuz I wouldn't be able to get to it for a week.
12:06:55benmeyerlinux-Gg: yah it was me
12:06:57cranchJEZZBALL ON THE Z
12:06:59cranchMy life is ruined
12:07:02benmeyerI loaded up subhunt
12:07:08George-darienm: hey! That's nice!
12:07:13immdarienm: no prob, i have an ugly selfmade one till then
12:07:15darienmGeorge-: THANK YOU !
12:07:19George-darienm: that totally rocks
12:07:43immdarienm: nice icon !
12:07:55darienmimm: Thanks. I also did the "Drug Lookup" one on that screen.
12:08:08darienmimm: And a handful of others
12:08:29linux-Ggbenmeyer: I just wonder when they will contact me and say whether the games are OK.
12:09:15benmeyerah, well I probably have an e-mail waiting for me today to look over
12:09:21benmeyerjust got back from linux world
12:09:36George-darienm: that just... rocks
12:11:12immGeorge-: now you get a Z just for the icon :)
12:11:27George-imm: LOL
12:11:52George-I'm so bullshit at warcraft
12:11:52George-lol
12:11:55benmeyerthey should be ok
12:11:58benmeyeras long as they are ipks
12:12:06benmeyerwe can just install and run
12:12:10benmeyerand it should be fine
12:13:04immbenmeyer: how many betas did you receive till today ?
12:13:43benmeyerI don't actually handle it
12:13:48benmeyerChris downstairs does
12:14:20benmeyerand he forwards me stuff (questions, binaries) that are more technical that he can't answer.
12:14:38linux-Ggbenmeyer: I couldn't test the ipks, so I'm not absolutely shure the work. That's why I'm be quite reliefed when I get comments...
12:14:52immbenmeyer:  give him my best regards ;)
12:17:01benmeyerlinux-Gg: passed first test (on the feed).  Give me 15 minutes
12:17:17linux-Ggbenmeyer: thanks
12:17:25benmeyerstill unpacking
12:18:54i heard Sniper was a Sharp marketing slave or will be at LinuxWorld
12:18:54Harlekinibot: Sniper
12:18:58Harlekin.)
12:19:00Cloudchaserhehe
12:19:48George-heya Sniper
12:20:02George-why does everyone say that whenever Sniper walks in? :)
12:21:13Sniper?
12:22:42djkSniper: how was LinuxWorld?
12:26:11benmeyerGot to see the A300
12:26:13benmeyerthat was cool
12:27:37George-benmeyer: what's it like?
12:28:01linux-Gggeneral A300 info: http://sharp-world.com/corporate/news/020624.html
12:28:54mickeylThis is not the same as the rumoured SL5600 or is it?
12:29:03TheMasterMind1hmm
12:29:10benmeyereh, ok.  Smaller then I thought.  The lether top is a nice touch, but not sure how well it would protect
12:29:17benmeyernot the sam
12:29:27...but a300 is the new, smaller Linux based Zaurus for the Japanese market. It doesn't have a keyboard or a CF slot. CPU is a 200 MHz XScale. More information at http://sharp-world.com/corporate/news/020624.html or it sucks because it uses Xscale...
12:29:27benmeyeribot A300 is not the 5600
12:29:38...but a300 is the new, smaller Linux based Zaurus for the Japanese market. It doesn't have a keyboard or a CF slot. CPU is a 200 MHz XScale. More information at http://sharp-world.com/corporate/news/020624.html or it sucks because it uses Xscale...
12:29:38benmeyeribot  a300 is the new, smaller Linux based Zaurus for the Japanese market. It
12:29:38benmeyerdoesn't have a keyboard or a CF slot. CPU is a 200 MHz XScale. More information
12:29:38benmeyerat http://sharp-world.com/corporate/news/020624.html or it sucks because it uses
12:29:39benmeyerXscale...
12:29:41benmeyerugg
12:29:44benmeyersorry
12:30:18George-Xscale sucks
12:31:38George-lol, the cradle looks retarded :)
12:31:46Harlekinbenmeyer: hehe, finally got one?
12:32:02TheMasterMind1haah! i'll have my zaurus in 5 hours
12:32:18TheMasterMind1any idea when ups deliveries usually come in, what time?
12:32:36uncondepends on where you are
12:32:36George-hrmm
12:32:39George-the A300 has 64B RAM
12:32:40unconand your local ups
12:32:41George-bitch!
12:33:40George-there has GOT to be a way of upgrading the 5000D's internal RAM :)
12:34:20cutmanyone get their Zaurus for the dev challenge yet?
12:34:49George-ask sniper
12:34:50TheMasterMind1uncon: 2.3 miles away
12:35:06unconand, their route....
12:35:09TheMasterMind1George-: you're right..
12:35:11TheMasterMind1uncon: heh
12:35:12immGeorge-: im quite good in soldring ;)
12:35:18unconand what time they feel like getting started
12:35:23TheMasterMind1i'm thinking around 1pm i'll get it
12:35:25George-imm: where do you live?
12:35:25George-;)
12:35:37immGeorge-: far away
12:35:40imm:)
12:36:03George-what's the internal speaker on the A300 like?
12:36:10immGeorge-: i have left a 256M SO-DIMM which wont fit in my Laptop
12:36:26George-hahaha
12:36:28TheMasterMind1heh
12:36:32immGeorge-: and a 9Gig hd
12:36:33George-I have 3 256MB SODIMM which are all used up in my laptops
12:36:33George-;)
12:36:36George-LOL
12:36:44George-yeh, lets strap the HD on the back!
12:36:47George-8g*
12:36:58TheMasterMind1not a bad idea
12:37:04George-invents a laptop drive caddy from the CF slot
12:37:22immGeorge-: just tape it on
12:37:32bipolarGeorge-: Why not call the people that do the iPaq memory upgrades?
12:37:32George-haha
12:37:40George-bipolar: cos I've got no money? :)
12:37:53George-imm: if I selotape 2 5000Ds together.. :)
12:37:54bipolarGeorge-: good reason.... :)
12:38:18George-bipolar: plus they don't do Zaurus
12:39:57immwhat shall i code next ?
12:41:09George-imm: an AI
12:42:18WintreA Turing test judge.
12:42:47immah, the brainfuck compiler is next
12:45:16George-imm: port kde to qt/embedded
12:45:19George-ducks
12:46:09Harlekinwhy port
12:46:15Harlekinconfigure is enough
12:46:18anselorrig up an agp port for the zaurus so we can plug in a radeon 9700
12:46:38George-Harlekin: ?
12:46:47George-anselor: hahahaha
12:46:52HarlekinGeorge-: you can compile kde against it
12:46:53anselorbattery'll only last like 5 minutes, but it'll be 5 minutes of fun!
12:46:56George-Harlekin: hrmm
12:46:59George-Harlekin: not a bad idea...
12:47:05Harlekinnot good idea
12:47:10George-Harlekin: But I only have 160MB CF :)
12:47:33immanselor: i will do it, please send me a Z and a radeon
12:47:42George-LOL
12:47:55George-imm: and funding for 10 years :)
12:48:04anselorhaha
12:48:53immGeorge-: lets say 20, inkl shipping and such stuff :)
12:48:58George-lol
12:49:02George-and all the materials
12:49:55numatrixMorning all.  Anybody know if the zaurus is big-endian or little-endian?
12:50:08George-little
12:50:09George-I think
12:50:12immanselor: so when i get this stuff, i quited here 2min ago
12:50:50Harlekinnumatrix: little, but can be both hardwarewise
12:51:54numatrixCool, thanks Harlekin
12:52:21immnumatrix: http://www.handhelds.org/minihowto/porting-software.html
12:52:37numatrixDang; I really could have used that document a few weeks ago before I started figuring it all out myself.
12:52:39numatrixThanks imm.
12:54:20KGBudzwhere do you recommend to find a good deal on sd/mmc mem card?
12:54:36TheMasterMind1KGBudz: buy.com
12:55:10KGBudzwhats the biggest size
12:56:18TheMasterMind1KGBudz: buy.com
12:56:29KGBudzand does brand matter
12:56:52TheMasterMind1well
12:56:55TheMasterMind1what zaurus do you have
12:57:10TheMasterMind1if you have the latest rom on the 5500, the sandisk 128 megs should work
12:57:13TheMasterMind1else, they won't
12:57:26KGBudzalright
12:57:49TheMasterMind1buy.com has a sandisk and a lexar
12:57:51TheMasterMind1128meg
12:57:55TheMasterMind1for 66
12:59:32KGBudzya
13:00:37KGBudzhow about wireless lan
13:00:42KGBudzbuy has Harmony OpenAir
13:00:46djkI got the panasonic 128SD from http://www.ritzcamera.com for $99 worked no problem
13:01:00KGBudzbut its listed as romerf
13:01:04KGBudzhomerf
13:01:13djkI hear the buffalo wireless is good on power and size
13:01:16KGBudzis it still compatable with wireless networks
13:01:22KGBudzbuffalo?
13:02:01djkhttp://www.zones.com/cgi-bin/zones/site/product/index.html?id=211374
13:02:43KGBudznice
13:02:45mickeyldjk: don't buy the buffalo.
13:02:49KGBudzno?
13:03:20mickeyldjk: NO! it is a power hog and has bad range. don't trust advertised values - i have compared it to the socket card, which is a lot better
13:03:33prpplaguemorning all
13:04:13KGBudzmickey, what do you recommend
13:04:29djkI like socket I have their 10mb ethernet thanks
13:04:46djkmorning prpplague
13:05:27mickeylKGBudz: symbol/socket is IMHO the best on the market. small size, minimum power drain and good range.
13:05:36djkmickeyl: I have not done the wifi yet since work bans it and don't have it at home yet
13:06:09djkwhat is the price on the socket?
13:06:14mickeyldjk: we have a multicell 802.11b network in our institute and at home I have a wireless dsl router. in both scenarios it works fine.
13:06:20mickeyldjk: I bought it for 166 EUR.
13:07:03KGBudzwhats the entire product name
13:07:52mickeylKGBudz: they're two hardware identical cards by two different vendors... one is called socket low power cf card and the other one is called symbol spectrum 24
13:08:49numatrixThe spectrum24 is here: http://www.symbol.com/products/wireless/flash_card.html
13:08:58OK, numatrix.
13:08:58numatrixibot, spectrum24 is http://www.symbol.com/products/wireless/flash_card.html
13:09:13KGBudzcool
13:09:24KGBudzthe drivers are available too?
13:09:46mickeylKGBudz: OZ has it by default, downloadable for sharp rom.
13:09:52djknow what is that ibot to do exchange rates?
13:10:27KGBudzwhats oz
13:10:44numatrixAnybody here know how to suggest changes to the wiki?
13:10:58hmmm... oz is see openzaurus or http://OpenZaurus.SourceForge.net/
13:10:58mickeylibot oz
13:10:59numatrixNevermind, I can't read.
13:12:18George-is CF only 16-bit?
13:13:15cranchto format George?
13:13:15benmeyerhttp://www.trolltech.com/company/announce.html?Action=Show&AID=102
13:13:38George-cranch: no
13:13:46George-cranch: the bus
13:13:58benmeyerphotos are being uploaded...
13:14:16benmeyerhehe only 38mb
13:15:04Cloudchaserhey benmeyer: are you working on nice backup app for oz?
13:15:13benmeyerone day
13:15:25benmeyerafter several others are finished
13:15:32Cloudchaseroh
13:15:34Cloudchaserok thank you
13:16:20Speedy2re
13:16:28Cloudchaseri may have to go back to sharp rom then..
13:16:31Cloudchaserhiya speedy
13:16:36Speedy2Hi Cloudchaser
13:17:00HarlekinCloudchaser: use tar
13:17:02Harlekin-)
13:17:35Cloudchaser?
13:18:20chouimat|coffeeis listening to Explorers Club's Gigantipithicus
13:19:08HarlekinCloudchaser: tar settings-backup.tar.gz $HOMEDIR/Setttings
13:19:12HarlekinCloudchaser: tar cvzf settings-backup.tar.gz $HOMEDIR/Setttings
13:19:26HarlekinCloudchaser: tar cvzf data-backup.tar.gz $HOMEDIR/Applications
13:19:35HarlekinCloudchaser: tar cvzf doc-backup.tar.gz $HOMEDIR/Documents
13:19:57KGBudzis the new oz software that much better than the default zaurus software
13:21:44Cloudchaserok thanks harlekin, i'll give that a try
13:22:47Cloudchasergotta run. cya all later
13:23:01chouimat|coffeeyay! the new Explorers club hit the store tomorrow
13:24:13ciaolinuxdoes anyone know if contest@zaurus.com finally works?
13:24:27kergothgreetings
13:24:40mickeylhi KallDrexx
13:24:48mickeyler... hi kergoth
13:24:51mickeyl:)
13:24:53warmihi
13:25:01Speedy2Hello kergoth, warmi
13:25:02Gimli-Ggciaolinux: It works. But they don't reply very fast
13:25:15ciaolinuxGimli-Gg: when did you try to send them something?
13:25:21kergothyawns
13:25:28scanlinehiya kergoth
13:25:39Gimli-GgI first sent them somethin on Aug 2nd
13:25:44scanlinekergoth: OZ needs .cvspass files :)
13:26:00kergothscanline: yeah yeah I know :-)
13:26:07scanlinekergoth: it compiled fine on my Debian box though
13:26:10ciaolinuxGimli-Gg: that was much before they got their mailbox full
13:26:16George-how the hell do I use gdb?
13:26:20scanlinekergoth: but I was surprised how big the base openzaurus initrd is
13:26:26kergothscanline: where does cvs look for them? I mean i know it checks ~/, but does it check anywhere else? i couldnt find a command line option to specify the cvspass..
13:26:27Gimli-Ggthen I didn't get a reply within a week. Then I send a mail again. Then I got a reply from benmeyer to whom my mail has been forwarded...
13:26:29scanlinekergoth: lots of ncurses terminal definitions and stuff
13:26:33numatrixwhat's the recommended -O option for gcc again?  -O3?
13:26:45kergothscanline: yes exactly. there are a number of things that can be shrunk down a bit
13:26:49scanlinekergoth: I dunno... I was hoping you'd know :)
13:26:53Speedy2numatrix: What are you trying to compile for? Speed or size?
13:27:03kergothnumatrix: -O2 generally. or -Os if you want it small
13:27:04ciaolinuxGimli-Gg: did you try to email them in the last 5 days?
13:27:04numatrixSpeedy2: Probably speed (emulator)
13:27:04kergothheh
13:27:04Gimli-Ggciaolinux: that was the time when their mailbox was full of registration mails, I guess
13:27:10scanlinekergoth: but geez... it was like 17MB IIRC
13:27:14Speedy2numatrix: -O3
13:27:14kergothscanline: hehe. alright i'll dig
13:27:16Gimli-Ggciaolinux: no
13:27:18numatrixSpeedy2: Ok, thanks.
13:27:26ciaolinuxGimli-Gg: the emails were bouncing back
13:27:42immnumatrix: -O2
13:27:44kergothscanline: yeah I know. do remember its being compressed in either cramfs or jffs2, so its not as bad as it sounds.. ;-)
13:27:53scanlinemicah@yoshi:~/sf/buildroot-oz$ du -sh root/
13:27:53scanlinedu: cannot change to directory `root/var/run/usb': Permission denied
13:27:53scanline17M     root
13:27:57immnumatrix: -O3 bloats the code too much
13:28:01kergothnumatrix: -O3 will try to be far too intelligent with regard to inlining. you're better of specifying that yourself.
13:28:03scanlinekergoth: still... I'd like to help make it smaller :)
13:28:04kergothheh
13:28:06Gimli-Ggciaolinux: It's probably a temporarily problem
13:28:09KGBudzyo, whats the buzzer on a zaurus
13:28:13kergothscanline: thatd be greatly appreciated.
13:28:20kergothscanline: I'd like to make the packaging more granular
13:28:21warminumatrix: how about try 03 and see what you get :-)
13:28:21KGBudzi dont have one yet, so i dont know
13:28:24Speedy2GCC has no function by function optimization capabilities (SUX)
13:28:34ciaolinuxGimli-Gg: well it was almost 1 week... not really temporary! :-)
13:28:41Speedy2warmi: Ever try that inline code test?
13:28:45scanlinekergoth: yeah.. there's a lot of fat that can be cut out, like the terminfo database for example
13:28:47kergothscanline: i.e. libncurses5, libncurses5-dev, ncurses-terminfo .. along those lines
13:29:12Gimli-Ggciaolinux: You can send me the mail and I'll forward it, if you like. Perhaps that works better...
13:29:13prpplaguekergoth: i figured out why i thought there were more warnings than before, you took the stdout for the compile out of the make output
13:29:15kergothscanline: yeah. some of the terminfo entries are good.. like linux, ansi, vt100, but we dont need hundreds of them out of hte box..
13:29:16kergothheh
13:29:22scanlineyea
13:29:25warmino, not yet .... I am about to reinstall my Linux/Windows box etc ... it has gotten old and slow
13:29:28warmihehe
13:29:33ciaolinuxGimli-Gg: do you have a private access? :-
13:29:43Gimli-Ggciaolinux: to what?
13:29:45warmiboth Windows and Linux suffer from that "old windows" disease
13:29:46ciaolinuxGimli-Gg: anyway i will try again later... thanks...
13:29:59ciaolinuximm: did you try to write to contest@ ?
13:30:30scanlinekergoth: so ah.. got that CVS write access for me yet? :)
13:30:31kergothscanline: locales too.. we may want to make more granular packing for that, or have a postinst that prompts the user for which locales to include .. hmm
13:30:44immciaolinux: benmeyer is here and said they are looking at the entries right now
13:31:02kergothprpplague: yeah, i added -s to the makeflags .. makes it cleaner :-) feel free to edit include.mk and remove it if you like
13:31:04warmianyone here participating in the Java contest ?
13:31:05ciaolinuximm: is here, means what?
13:31:13kergothscanline: whats your SF acct?
13:31:14ciaolinuximm: so whould i send it to him again?
13:31:17scanlinekergoth: micahjd
13:31:22warmiI don't hear much about that contest and the prizes are right :-)
13:31:27immciaolinux: ask benmeyer
13:31:36immciaolinux: or Sniper
13:31:48immciaolinux: they are both from sharp
13:31:57ciaolinuximm: you work in sharp/
13:32:00ciaolinux?
13:32:13immciaolinux: not me, but benmeyer and Sniper
13:32:33ciaolinuximm: :-) ok... when you said he was "here"
13:32:53immciaolinux: in this chanel i meant
13:32:58kergothscanline: alright. do note, if you make packaging more granular, try to hold to the familiar/debian package naming .. and if we replace a single package with a number of smaller packages, we should leave the main package around and add the subpackages to its Depends, so as not to break people ipkg upgrade'ing
13:33:01Sniperask what?
13:33:21scanlinekergoth: I'll ask you before doing anything questionable
13:33:28kergothscanline: okay, thanks
13:33:52George-ARGH
13:33:57DigitalChrisSup, #Zaurus
13:34:01George-hi DigitalChris
13:34:01scanlinekergoth: for the most part I'll just be poking around with the picogui-related .mk's, but I'd like to help with OZ in general too
13:34:13benmeyerhttp://www.zauruszone.com/photos/dcim/100_0813/preview/08130009.jpg
13:34:29Gimli-GgBye, all.
13:34:37cranchwhat the hell is that
13:34:52immbenmeyer: is that the new Zaurus ?
13:34:55benmeyervercel's pda
13:35:00scanlinehttp://www.zauruszone.com/photos/dcim/100_0813/08130009.jpg <--- I like this one better
13:35:09benmeyerhttp://www.zauruszone.com/photos/dcim/100_0813/preview/08130010.jpg
13:35:12benmeyerhttp://www.zauruszone.com/photos/dcim/100_0813/preview/08130011.jpg
13:35:14kergothscanline: alright you're added
13:35:19scanlinekergoth: thanks!
13:35:27immbenmeyer: linux based ?
13:35:27scanlinewill commit that libpng .mk now
13:35:28kergothnp
13:35:30benmeyeryup
13:35:32benmeyerqt based
13:35:44benmeyerremove the privew for a very high res copy
13:35:44scanlinebenmeyer: is that a grayscale LCD?
13:35:51benmeyerno, just bad photo
13:35:55scanlinek
13:35:56George-benmeyer: that's just a ipaq with a keyboard...
13:36:01George-I think
13:36:12scanlinekeyboard looks kinda chicletish
13:36:21benmeyermore like a zaurus with a big keyboard
13:36:26George-benmeyer: haha
13:36:27prpplaguebenmeyer: looking nice
13:36:47immbenmeyer: looks quite funny :)
13:36:54BigBossso which Zaurus is this?
13:36:59tux_mikemanually unrolled loops can be long.
13:37:14ljp_that a vercel
13:37:15immBigBoss: tkcZaurus :)
13:37:18cranchhaha
13:37:27Speedy2tux_mike: Tha's fine, if they fit in the cache the performance gain can be huge
13:37:30scanlineiZaurus
13:37:34ljp_not like a zaurus
13:37:37chouimat|znessusBigBoss: yesterday I heard a song from Snow
13:37:42tux_mikespeedy: yah
13:37:58tux_mikeprefers to manually unroll them if possible
13:37:58benmeyerhttp://www.zauruszone.com/photos/dcim/101_0815/preview/08150020.jpg
13:38:09tux_mikei don't necisarilly trust the compiler :)
13:38:14warmiI have noticed that unrolling loops on ARM has almost no benefit at all
13:38:22immdont like spaghetti code
13:38:23Speedy2tux_mike: If it's GCC, I can understand that.
13:38:27tux_mike:)
13:38:33warmithe speed of instructions that do not touch memory is so great it doesn't really matter
13:38:35Speedy2warmi: Depends on which ARM...most don't have caches, SA1110 does
13:39:02warmiit pays off much better to pack as much as you can into regs and do multiregister writes
13:39:09scanlinehow big is the cache?
13:39:13George-benmeyer: holy shit, wtf *is* that PDA? :)
13:39:20warmibasically, it pays to touch memory as little as possible - it is slow :-)
13:39:21George-benmeyer: is it a modified zaurus?
13:39:28benmeyervercel
13:39:32George-vercel?
13:39:33ljp_is going to install opie on BZFlag's vercel
13:39:47benmeyerruns the same things as the z
13:39:55tux_mikewarmi: what was that app for making a header file from images?
13:39:55George-does it have a CF slot?
13:39:56George-and SD?
13:40:02vercel is probably another linux pda not yet shipping. likely not shipping till Q1 next year. or located at http://www.vercel.com or at http://vercel.dsnart.com
13:40:02George-ibot vercel
13:40:05warmiSpeedy2: that "decrement , jump if not zero" sequence is so fast that removing it doesn't seem to make any difference
13:40:14prpplagueljp_: so whats the story, someone said last night that the vercel is still looking for capital
13:40:21warmitux_mike: qembed or something like that
13:40:25TheMasterMind1the color is ugly
13:40:30BigBosschouimat|znessus: how was it?
13:40:43tux_mikewarmi: with that is it fairly easy to put the images into a namespace?
13:40:45warmitux_mike: http://doc.trolltech.com/2.3/qembed.html
13:40:46ljp_prp: ya probably
13:40:54scanlinethe vercel page, it's so ORANGE! it BURNS!
13:41:09warmitux_mike: it basically encodes your images as C arrays
13:41:17chouimat|znessusBigBoss: very very good. brb must keep the cat away from my printer
13:41:21prpplaguewhat the frill, the vercel page is flash only
13:41:27warmisort of like a primitive version of Win32 resources
13:41:28benmeyerthey had another unit there that was blue if I remember
13:42:02immwarmi: is that just a xpm or more compressed ?
13:42:07BigBossbenmeyer: so at least they made prototypes?
13:42:08warmiman .. that vercel.com page is so pathetic
13:42:37warmiimm: no , it is not xpm .. xpm is very inneficient .. it is compressed image in whatever format you had it on the file
13:42:45ciaolinuxbenmeyer: when will it be released?
13:42:49warmibasically huge binary array
13:43:08immwarmi: sounds nice !
13:43:09tux_mikewarmi: what i'm doing is i'm gonna make a class that will have either a default set of graphics built in, or can load graphics from files (a bit wastful, but with the relativily small sized graphics involved, i should be good :)
13:43:17BigBossciaolinux: Vercel is trying to secure their next round of funding so that they can go into production with it
13:43:28warmiin fact qembed doesn't care what it is .. it just creates binary array and it is up to you to feed it to QImage or whatever is that you are using it for
13:43:30chouimat|znessuslistens to Explorer Club
13:43:31benmeyeryup there are prototypes, no clue on the release time
13:44:00warmitux_mike: that's what I did with puzz-le
13:44:10warmimakes sense
13:44:16warmiif you want to support themes
13:44:23immis there a working nasm port for arm ?
13:44:25tux_mikewarmi: what do you use the QPixmapCache for?
13:44:33ljp_http://vercel.dnsart.com/
13:44:36warmiimm: uh .. I would love to have nams for ARM :-)
13:44:38tux_mikewarmi: my biggest thing is i want a single file executable
13:44:42warmitux_mike: I never used that before
13:44:50scanlineIt'd make more sense for Qtopia to support application-defined themes
13:44:57immwarmi: i found a stopped project :(
13:45:00tux_mikei thought i saw it in your sources
13:45:00warmitux_mike: I know ..  it is much more convinient that way
13:45:03TheMasterMind1what does it run?
13:45:04tux_mikei could be wrong
13:45:06warmiimm: where ? any URL ?
13:45:11George-stupid vercel.com wants us to all have macromedia flash
13:45:15George-blah
13:45:21kergothfuck, i cant get into my box at home.
13:45:22warmiGeorge-: yeah .. it is annoying as hell
13:45:23kergothgrr
13:45:24ljp_sp install flash
13:45:37ljp_or go here-> http://vercel.dnsart.com/
13:45:42immwarmi: http://www.geocities.com/SiliconValley/Hub/6461/arm/
13:45:45George-That vercel PDA looks sweet though
13:46:09warmivercel has nothing on that site .. can't even find spec file .. just bunch of stupid flash
13:46:13George-benmeyer: does that vercel PDA run on Xscale? CF? SD?
13:46:32tux_mikewarmi: you get hit hard last night's storm?
13:46:48Harlekinthe vercel webdesigners must be color blind
13:46:52ljp_vercel is arm and  has cf
13:47:27tux_mikecan't tell what vercel is trying to sell.... o_O
13:47:29George-ljp_: nice
13:47:43warmitux_mike: not at all ..  but I saw this morning the long grass field next to my house .. it was all basically flattened .. must have been bad during the night
13:47:43George-ljp_: btw - harlekin told me to tell you I got opieplayer2 working on 5000D :)
13:48:03ljp_ya cool
13:48:14ljp_vercel also has a modem
13:48:30warmiHarlekin: they must indeed
13:48:35HarlekinGeorge-: btw, new version out
13:48:40HarlekinGeorge-: now with shoutcast
13:48:41Harlekin.-)
13:49:01warmifrankly, seems to me like vercel is the case of all "flash", no substance
13:49:06George-Harlekin: shoutcast?
13:49:14kergothI still think that Kaii pda looks nifty
13:49:18George-ljp_: it does?
13:49:18George-omfg
13:49:28warmikergoth: sort of like a Zaurus lite
13:49:30kergothHarlekin: what ver of xine should i build if im gonna build op2 from cvs?
13:49:33George-kergoth: url?
13:49:35chouimat|znessuswaits to have is Daptech Straongarm based indusrtial thing
13:49:36warmior perhaps even Palm style Zaurus
13:49:38kergothwarmi: yeah
13:49:38warmihehe
13:49:38kaii is http://kaii.org/ or a Linux based PDA based on the Hitachi sh7727 (sh3) by Infomart in India. Ask BZFlag for more info.
13:49:38George-ibot kaii
13:49:50kergothheheh
13:49:55Speedy2sigh...Linux based.
13:50:00kergothhehe
13:50:06Harlekinkergoth: get the bins from me
13:50:10BigBossstill waiting for Kaii to get developer units - they are months behind
13:50:14HarlekinGeorge-: shoutcast == internetradio
13:50:15warmiSpeedy2: hehehe .. still dreaming about qnx based pda ?
13:50:19scanlineSpeedy2: darn that evil Linux OS, trying to become a monopoly
13:50:22kergothHarlekin: i take it building it is a pain?
13:50:29George-Harlekin: oh
13:50:31prpplaguechouimat|znessus: whats that?
13:50:37kergothhey JasonNJ
13:50:37ciaolinuxis there a kaii challange?
13:50:39George-wtf is qnx?
13:50:41Harlekinkergoth: yeah, esspecially since there are many many many patches in from me
13:50:51Harlekinkergoth: that still need to be excepted
13:50:52George-hey JasonNJ
13:51:01Speedy2George-: WWW.QNX.COM
13:51:03Harlekinhi JasonNJ
13:51:05kergothHarlekin: I'm not surprised, I remember us trying to beat it into submission on the ipaq cluster
13:51:10prpplagueGeorge-: an older *nix style os
13:51:13Speedy2"Older"
13:51:13kergothHarlekin: whats the url to your current ipk?
13:51:19kergotholder?
13:51:19JasonNJI wsnt aware cdm released his QNX port yet
13:51:20Speedy2It's a Real-Time OS with a LOT of awesome features
13:51:20kergothheh
13:51:21prpplagueGeorge-: alot of thinclients used to use them
13:51:22kergothqnx is sweet
13:51:25warmiGeorge-: it is another RT OS
13:51:25Speedy2QNX++
13:51:29Speedy2"Another" ?
13:51:31Speedy2Compared to?
13:51:32George-RT?
13:51:33kergothhehe
13:51:44kergothI dont know of another rt os..
13:51:49warmiSpeedy2: yeah .. there are many RT OS implementations
13:51:49chouimat|znessusprpplague: kind of industrial PDA. 3 serial ports 1 ethernet port etc .. now wince based. but I got the contract to port linux on it. and btw the price tag is 5000 US$
13:52:03prpplagueSpeedy2: does this mean you work for the qnx group?
13:52:12prpplaguechouimat|znessus: ohh
13:52:19prpplaguechouimat|znessus: way tooo expensive
13:52:37chouimat|znessusprpplague: military
13:52:51warmiwell, let just say it is the best "publicly" available RT OS
13:53:00warmicause I am sure military has its own stuff
13:53:09tux_mikegah
13:53:13JasonNJkergoth: so what did I miss last week?
13:53:16tux_mikestupid internet keeps going down
13:53:25kollaI thought military all run windows :)
13:53:29ljp_the whole thing?
13:53:31prpplaguechouimat|znessus: in other words it costs about $250 and some gov contractor is stuffing their pockets
13:53:38warmitux_mike: no .. that's not the internet that speakeasy :-)
13:54:01tux_mikeno, actually it's my work'
13:54:03tux_mikes isp
13:54:08Speedy2prpplague: I work for myself but I'm a big fan of QNX.
13:54:17prpplaguekolla: is spent 4 years in the army and they love windows, :(
13:54:17kergothJasonNJ: surprisingly little.. heheh
13:54:21George-Sniper: is it true that some people who entered the challenge might get 5500s?
13:54:23tux_mikebecause i lose connection to my server from here at work
13:54:26chouimat|znessusprpplague: it also huge more like a laptop
13:54:48George-chouimat|znessus: what's this?
13:54:49warmiSpeedy2: qt runs on qnx :-)
13:54:52Speedy2warmi: Military likes VxWorks
13:55:10Speedy2warmi: No shit? Awesome :) (Well, Photon's native GUI be better, but for porting apps)
13:55:12prpplagueSpeedy2: i've i had time i'd play with qnx, but there is a never ending list of things to learn
13:55:12DigitalChrismilitary like $8000 toilet seats
13:55:16Speedy2err Photon be better....but
13:55:24chouimat|znessusSpeedy2: qnx62docs.iso is out
13:55:34George-is it possible to say, run EPOC on a Zaurus? :)
13:55:53George-It'd be nifty to run EPOC on it, it would require no CPU emulation (it runs on a 18MHz ARM)
13:55:56chouimat|znessusGeorge-: just port QNX on it :)
13:55:59warmiSpeedy2: I looked at Photon docs ... and it dosn't  seem to be any better
13:56:00tux_mikeEPOC?
13:56:08ciaolinuxGeorge-: where did you hear about the 5500 thing?
13:56:09George-tux_mike: yeh, the OS that Psion PDAs use
13:56:11Speedy2warmi: I meant that it will be orders of magnitude faster.
13:56:12warmiperhaps I would have to try to know for sure
13:56:14tux_mikeah
13:56:15George-ciaolinux: can't remember
13:56:18tux_mikethought it sounded familiar
13:56:22Speedy2Since Qt uses a bunch of crazy C++
13:56:29warmiSpeedy2: well .... qt is fast on fast platform .. like Windows :-)
13:56:31George-ciaolinux: I heard that Sniper had signed up too many people for the challenge than they had Zauruses :)
13:56:32ciaolinuxGeorge-: did you send them the beta?
13:56:36George-ciaolinux: not yet...
13:56:37scanlinekergoth: ah.. using the power of the source, I find that CVS has a CVS_PASSFILE environment var
13:56:43Speedy2warmi: Qt is fast on a non-resource constrained platform MAYBE
13:56:46kergothscanline: ahh
13:57:10JasonNJis there something going on with QNX on teh Zaurus?
13:57:11warmiSpeedy2: well, still .. I would not consider 64 MB PDA a resource constrained platform ..
13:57:19ciaolinuxGeorge-: it would be hard for them to decide who to give them
13:57:22warmijust couple of years ago that used to be our desktop :-)
13:57:27George-ciaolinux: I know
13:57:41George-ciaolinux: there's also random numbers :)
13:57:51Speedy2warmi: You're looking at just RAM and not considering all the other things like busses, caches, co-processors, HDD(mass storage
13:57:52Speedy2_
13:57:57George-Harlekin: opieplayer is a bit unstable with MP3s
13:58:00ciaolinuxGeorge-: that is right... let me go and buy a lottery ticket then! :-)
13:58:11HarlekinGeorge-: ?
13:58:18HarlekinGeorge-: when, when starting to play?
13:58:21George-Harlekin: well, I have 5 MP3s on it
13:58:30Speedy2A 64MB 200MHz K6-2 had 33MHz PCI...you have???
13:58:31George-Harlekin: if I choose any MP3 other than the one listed at the bottom
13:58:34George-Harlekin: it segfaults
13:58:36warmiSpeedy2:  it is always a tradeoff .. if you have a "fast" toolkit .. it meants it is relatively bare which in turn means your apps will come bloated because they will need incorporate all the functionality that is missing the core libs
13:58:42HarlekinGeorge-: try the new ipks
13:58:48George-Harlekin: but if i choose the one at the bottom, *then* choose one above, it'll work...
13:58:51warmiqt has tons of usefull functionality beyond simple GUI
13:58:54Speedy2warmi: Well I'm not talking about feature set, I'm talking about implementation.
13:59:30kollawarmi: too bad noone are capable of using them then, huh? :)
13:59:38warmiSpeedy2: qt is well implemented .. have you looked at the source code ?  as far as C++ goes qt is quite advanced
13:59:39George-warmi: yeh, it implements a lot of backend stuff as well
13:59:49George-warmi: It's almost a complete language in itself :)
13:59:52warmiespecially compared to STL ( resource wise)
14:00:01Speedy2warmi: Use of C++ incurrs a lot of overhead
14:00:06Harlekinit aims more for something like java
14:00:06warmikolla: well ... people are catching up
14:00:08Harlekin,)
14:00:15warmiSpeedy2: not much more than using C in OO mode
14:00:17kollawarmi: :)
14:00:40warmipeople just have to know what happens when you create virtual function etc .. if they don't, then obviously you will end up with bloated code
14:00:45scanlinewarmi: It's nice to have language independence... I suppose you could stick a CORBA layer onto Qt :)
14:00:52ljp_I have yet to see real proof that C++ is very much slower than C..
14:00:53Speedy2warmi: Well you don't have a "mode" of C where it's used for OO .
14:01:09Wintreljp: These days I can't imagine that it really is
14:01:15warmiC++ is just structs + fuunctions
14:01:18Speedy2warmi: The situation is not helped by the fact that GCC for x86 is highly optimized and quite poorly optimized for ARM
14:01:19Harlekinljp_: but only because we use not very good compilers
14:01:33WintreAt least not in any situation that 99.95% of programmers will notice
14:01:34warmiSpeedy2: sure, .. look at GTK , it does C++ "the hard way"
14:01:37HarlekinSpeedy2: changes with gcc3.2
14:02:08Speedy2Harlekin: I'm not holding my breath.
14:02:17WintreHeh, using g++ I can imagine isn't the best :)
14:02:22warmiscanline: it is nice to have but any sort of "independence" usually translates into overhead
14:02:36HarlekinSpeedy2: gcc is just a pretty bad compiler
14:02:39Harlekinbut
14:02:41Harlekinits free
14:02:50WintreNah, it's GPL
14:02:52Speedy2warmi: While conceptually C++ is just "OOed" C, compiled C++ code has a LOT of nasty stuff
14:02:53warmiscanline:  it is, again, a typical tradeof .. more specialized code is usually more efficient
14:03:24scanlinewarmi: when done right, lanugage independence isn't a big overhead in speed or size
14:03:37warmiSpeedy2: that's is a matter of implementation ....  theoretically, without supporting exceptions, C++ is just structs + function + vtable
14:03:54warmi.
14:03:55Speedy2Harlekin: You're correct, it's "free". Personally I think commercial compiler vendors should do a free for non-commercial use. That would be great.
14:04:04Speedy2warmi: Yeah, but all the implementations are pretty terrible
14:04:09Speedy2Cheap bastard! :)
14:04:36Speedy2warmi: Yeah, but all the implementations are pretty terrible
14:04:45HarlekinSpeedy2: they could just support gcc
14:04:46Harlekin)
14:04:50ciaolinuxwhat is a good C++ compiler then?
14:05:19TheMasterMind1gcc
14:05:19Speedy2Harlekin: Commercial compiler vendors supporting GCC? huh?
14:05:23TheMasterMind1g++
14:05:25Speedy2ciaolinux: I dunno, I avoid C++ :)
14:05:46warmiciaolinux: he avoids it cause he is an embedde developer .. no shit then :-)
14:05:54Harlekinhehe
14:06:00Harlekinliving in the past
14:06:01HarlekinC
14:06:05ciaolinuxSpeedy2: so how do you use QT? with C?
14:06:07warmiand by embedded I mean truly small devices .. not 64 MB PDAs
14:06:13Speedy2ciaolinux: I don't use Qt.
14:06:17mickeylis leaving for a while...
14:06:24ciaolinuxSpeedy2: ok
14:06:32Speedy2PDAs ARE embedded devices...but bloat is pervasive.
14:06:40scanlinecheers... now he's not the only anti-C++ person hanging out in #zaurus ;)
14:06:43ciaolinuxSpeedy2: what is so good about C?
14:06:47Speedy2Just because you have space to waste doesn't mean you should.
14:06:51scanlineSpeedy2: exactly!
14:06:51warmiciaolinux: he just comes here to create trouble .. he doesn't like Linux .. doesn't like C++, doesn't like qt :-)
14:06:53warmiheeh
14:07:04Speedy2:)
14:07:04kergothwonders how many times we've had this conversation now
14:07:07scanlineInstead of using all of your 64MB to run Qt libs, give the user more flexibility!
14:07:13ciaolinuxwarmi: does he like Z? ;-)
14:07:27Speedy2I would like it better if Sharp would just give us all the hardware specs.
14:07:44kergothSpeedy2: no kidding
14:07:48JasonNJspeedy2: how goes the eCos port?
14:07:52JasonNJSpeedy: its coming.
14:08:09ljp_nice to see vercel getting some exposure
14:08:12Speedy2JasonNJ: It goes no where because I have not started working on it because I have other crazy stuff to finish up.
14:08:21JasonNJljp: Vercel in in a bit of a bind.
14:08:27JasonNJThey need 2 million bucks.
14:08:33kergothouch
14:08:48ljp_ya I knwo
14:08:50JasonNJif they dont get it, they are done
14:08:58ljp_sell more Furby's
14:09:09JasonNJIn the old economy, 2 million bucks in venture capital was nothing
14:09:24JasonNJin the current envionment, it might as well be a billion
14:09:40JasonNJsomeone needs to buy them
14:09:56BigBossyea, you can't raise money to save your life now
14:09:59warmiscanline:  I know you like C but .. well, you have been already left behind :-) ... I read somewhere that 97% of all commercial GUI apps are written these days in C++
14:10:12Speedy2scanline: You have never been the only anti-C++ person here.
14:10:43Harlekinanti C++ is as stupid as any anti and just a wrong attitude in life
14:10:58Speedy2Harlekin: Anti-C++ for environments that don't need it.
14:11:04warmiBigBoss: no shit .. hehe .. after all these billions lost on companies like women.com and all others listed on fuckedcompany.com
14:11:04Speedy2(not a global attitude mind you)
14:11:05kergothHarlekin: agreed. I feel people should use the right tool for the job. I use c++ for some things, c for others.
14:11:06warmihehe
14:11:20scanlinewarmi: that's kind of like saying that just because so many people use windows it's right...
14:11:34scanlinewarmi: I'm not saying everyone should use C, just that people should be given the choice of what language to use
14:11:34BigBossit drove me nuts, we had product and couldn't get money and I'd see people getting millions hand over fist for nothing other than ideas that never came together
14:11:35JasonNJdude, we need Visual Cobol and Fortran for the Zaurus
14:11:54BigBossJasonNJ: Kobol will generate cross-compiled code that will run on the Zaurus
14:11:55Speedy2C++ is not wrong, it's just not well suited for certain environments.
14:12:00BigBossyou just can't do Qt with it yet
14:12:03warmiscanline: nah .. most of these companies need to be competetive and obviously they feel that using C++ they have better chance
14:12:08George-BigBoss: hahaha
14:12:22scanlinewarmi: I just think C
14:12:24scanlineerr...
14:12:25HarlekinSpeedy2: in envorimnets where C is suitable, better use assembler
14:12:25Harlekin.-)
14:12:40Speedy2warmi: No, most companies have silly managers who can't write a line of code to save their life and then decide that buzzwords like "C++" get more attentino
14:12:47scanlinewarmi: I think C++ is an unnecessary middle ground. Use C for kernels and GUIs and drivers and such, use a higher level language like Objective C or Python for apps
14:12:49Speedy2Harlekin: I'm promoting C-- acutaully...
14:12:51Speedy2actually
14:12:52chouimat|znessuswants Objective-C++ on the Zaurus
14:13:07warmiscanline: you have the luxury of being able to work on your stuff with no external pressure .. so you are free to take as much time as you need to do stuf in C++
14:13:21warmithis kind of stuff just won't work in the real , commercial world
14:13:31warmito do stuff in C , I meant
14:13:32scanlinewarmi: that gives me the advantage then :)
14:14:02warmiscanline: yeah
14:14:08chouimat|znessuswonders if he can use python for the challenge
14:14:08JasonNJthe lost tribes of Kobol!
14:14:22JasonNJI think that was in an old BattleStar Galactica episode
14:14:37JasonNJthat show rocked
14:15:07scanlinewarmi: actually, there are a few companies that have hired me to do picogui work.. so I have had external pressure to write picogui code in the past
14:15:30scanlinewarmi: but it's a lot different working on a project where you are the one steering everything
14:15:32warmiscanline: well , I am not saying that you are doing it completely on your own with no attachment to the real world
14:15:41scanlinewarmi: maybe I am :)
14:15:53chouimat|znessusanyone work for sharp here?
14:16:08warmijust saying that writing C++ for GUI code IS more effective the same way like using Python to do GUI work is more time-efficient than using C++
14:16:09scanlinewarmi: as I see it, picogui's a research project for me that just happens to also be useful
14:16:22JasonNJI love religious wars
14:16:25George-JasonNJ: hehe
14:16:26scanlinewarmi: so why don't more companies use python?
14:16:45scanlineoops
14:16:45djkwho likes snakes ;-)
14:16:52scanlinewarmi: why don't more companies use python then?
14:16:52ljp_cause the name sucks
14:16:52darienmME ME ME
14:17:00darienmhas a 6 1/2 foot red-tailed boa
14:17:08warmiman .. that cgi-irc sometimes just stops responding
14:17:08scanlinehaha
14:17:17darienmhttp://sleepytrees.com/forsale/snake1.jpg
14:17:17warmi.
14:17:25scanlinenotes that python has much more british humor than snake content
14:17:28darienmshe is NOT forsale, that's just the name of a directory
14:17:44warmiman that cgi-irc sometimes will just stop responding and that 's it .. have to log on again
14:17:54darienmdjk: why do you ask?
14:17:54chouimat|znessusbenmeyer: ping
14:18:23warmiscanline:  what you consider this unnecesary layer between C and high level stuff like Python .. lots of folk consider to be  perfect middle ground
14:18:51warmiC like speed with Python like speed of develpment
14:19:02djkdarienm: bad sarcism on the "why don't more companies use python then?"
14:19:13darienmdjk: doh, I missed that part.
14:19:20scanlinewarmi: to me one of the great features of c (can be a benefit or drawback) is that you know where all your memory goes. Python throws that out the window and makes memory management easy, but C++ gives you the worst of both worlds IMHO
14:19:24benmeyerpong
14:20:00warmiwith C++ I know very well where my memory goes .. it is almost the same as with C
14:20:13scanlinewarmi: well, it's things like the string class that bug me
14:20:19chouimat|znessusbenmeyer: I'm doing a nessus client for the challenge and I have a prototype here in python do I need to translate in C++ or I can send it in python
14:20:23BigBosspython rocks
14:20:39immpython sucks
14:20:40scanlinewarmi: I know that well-written C++ code is as tight as C, but C++ makes it easy to be careless with memory
14:20:48benmeyerchouimat|znessus: whatever you need to have it run out of the box
14:20:57imm{ } rocks
14:21:10warmiscanline: it is perfect thing ... why would you not like a class that shares the data when it is safe to do so and automatically creates copy-on-write style copy for you if you modify the original data ?
14:21:26warmiit only makes stuff more efficient
14:21:30chouimat|znessusbenmeyer: ok if I understand it correctly if my app work you send me the zaurus. right?
14:21:47tux_mikeeveryone should program in VB :)  *ducks*
14:21:47warmiare you going to track your C strings for any duplicates ?
14:21:50benmeyeronce you install python I would presume
14:22:13chouimat|znessusbenmeyer: I currently rewriting it in C++
14:22:21scanlinewarmi: how often would you have duplicate strings?
14:22:24warmimost likely you won't even bother .. but QString will do that for you so if you app has 10 strings with "OK"  , in reality there will be only one
14:22:44tux_mikewarmi: it will? cool.
14:22:46scanlinewarmi: why make it the application's job at all to allocate the "Ok" string :)
14:23:39warmiscanline: well, that's a topic for another discussion
14:23:41warmihehe
14:23:44scanlineyep
14:23:58scanlinethe UI compiler in QT is kinda weird...
14:24:09warmiI never used it ...
14:24:09immchouimat|znessus: did you realy wrote nessi in python ?
14:24:30warmiperhaps I should learn that QDesigner stuff
14:24:56immwarmi: QTDesigner is realy cool, and 3.1 will be even better
14:25:08tux_mikewarmi: Designer is usefull for getting an idea on how you want to layout a project, but i find it lacking in many aspects
14:25:16warmibut I just prefer to struggle with code than to struggle with trying to drag widgets around etc ..
14:25:30benmeyerwhat is nessus?
14:25:41warmiI invested a lot of time into learning layouts and stuff so I am comfortable with it as it is
14:26:05warmiimm: I know .. I use QDesigner to quickly "prototype" dialogs etc ..
14:26:08tux_mikewonders what to do with the bottom 80x240 for this game
14:26:20warmitux_mike: yeah .. that's precisely what I use QDesigner for
14:26:22chouimat|znessusimm: just to debug the protocol
14:26:27chouimat|znessusbenmeyer: network scanner
14:26:28ciaolinuxbenmeyer: how many people are currently working for zaurus?
14:26:31warmitux_mike: make your top part biggger :-)
14:26:36scanlineIf Qt is going to have a UI format separate from the code anyway, why not let the compiled version sit in a separate file so you can swap out the GUI without touching the code?
14:26:50tux_mikewarmi: well, i can't, it's gotta be an 8x8 square
14:26:50immtux_mike: put in a nude tux
14:26:54tux_mike...
14:26:56tux_mikeNO!
14:26:59warmiscanline: cause that woule mean reparsing it during run time
14:27:19benmeyerciaolinux: refraze please, you mean working for sharp?
14:27:28scanlinewarmi: why?
14:27:34immscanline: thats possible
14:27:43tux_mikewarmi: i tried once to use the UI designer to make an app, i just got frustrated and took vim to some source code and made it myself :)
14:27:47ciaolinuxbenmeyer: i thought there were a team of people working only on zaurus
14:27:56warmitux_mike: heheh .. yeah , that's what I am talking about
14:27:56ciaolinuxbenmeyer: in sharp of course
14:28:01scanlineit seems like that would be a good way to adjust the layout of apps for different sized devices without touching the code
14:28:34tux_mikewarmi: how do you make your app not have a titlebar in QPE?
14:28:53warmiscanline: yeah ... but again .. for example if you have 100 dialogs , you would have to have a smart mechanims build in for caching them etc .. cause reparsing that external xml file everytime you want to open of the dialogs would be slow
14:29:04warmitux_mike: one sec
14:29:18tux_mikeis it a QPEApplication flag?
14:29:43scanlinewarmi: just convert the XML descriptions to an efficient binary format
14:29:51warmitux_mike: QWidget flag
14:30:06tux_mikek
14:30:12scanlinewarmi: then use the binary version as a template that can be used to instantiate groups of widgets
14:30:26scanlinewarmi: then the app can look up the widgets by name and attach event handlers
14:30:35warmiscanline: yeah ..  .. see, you are thinking MS way
14:30:49scanlinewarmi: MS way?
14:30:52warmiMS always prefers efficiency over proper implementation
14:31:00scanlinehahaha... what's proper?
14:31:05scanlineXML all the way through?
14:31:07warmiWin32 resources is basically preparsed binary stuff
14:31:35scanlineok.. just to give you an idea...
14:31:37warmitux_mike: PuzzleWindow pw(0,"Main Puzzle Window",Qt::WStyle_Customize | Qt::WStyle_NoBorder);
14:32:01warmijust an example
14:32:11scanlinewarmi: what I just described is a partially implemented feature in picogui now, Widget Templates. There's a binary format that's easy to load, and an XML format you design in
14:32:23Speedy2bbl all
14:32:36warmiscanline: that is precisely what Windows API has been using for the last 10 years
14:32:41scanlinewarmi: the binary format reuses code from the client/server layer, so that it takes less than 200 lines of code in the server to load and instantiate this template
14:32:45tux_mikewarmi: ok :)
14:32:47tux_mikethanks
14:33:18warmithey create UI files and then these get compiled into binary format that's easy to load
14:33:22scanlinewarmi: This also means that the template has access to any of the features an application does
14:33:34scanlinewarmi: yeah... so what's wrong with that? Just that it's like windows?
14:33:40warmiof course,  it is not  network transparent or client transparent like your stuff
14:33:44Wintrescanline: The best example is probably the anecdote I once heard about MS's testing philosophy
14:33:56warminothing ..  I actually like it
14:34:17WintrePut the checks of malloc()'s return values within ifdefs; build them while you're debugging the code
14:34:22scanlinewarmi: well.. it's not usable yet. picogui has code to load and instantiate WTs, but there's no compiler for them yet
14:34:24WintreThen compile them out when you build the release version
14:34:49scanlineWintre: that's completely different than just picking the right file format for the job
14:34:52chouimat|znessusGeorge-: did you receive my new icon?
14:35:02George-chouimat|znessus: last night?
14:35:13chouimat|znessusGeorge-: yup
14:35:19warmiWintre: yeah ...  efficiency over all :-)
14:35:43scanlineWintre: just because I write code in C and like to micromanage memory doesn't mean I'm careless, just that I'm a masochist :)
14:35:44Wintrescanline: I should probably pay closer attention to the conversation ;) But I offer that as an example of mindset
14:35:52chouimat|znessusBigBoss: log to progradio they play Explorers Club Passage to Paralysis (new album)
14:36:05Wintrescanline: What they're talking about isn't even masochism, it's just absolutely wrong
14:36:10scanlineyeah
14:36:13WintreI mean this stuff was from the DOS days
14:36:23WintreNo segfaults
14:36:44MarkNovakyo
14:36:51scanlinebut geez... the malloc error tests were insignificant compared to the time it takes to actually allocate the memory. it's just stupid
14:37:03BigBosschouimat|znessus: have you seen my station yet?  we haven't started broadcasting yet www.progrock.com
14:37:06MarkNovakis in da haus
14:37:08scanlineand if you're worried about code bloat, make a malloc wrapper or something
14:37:22BigBosschouimat|znessus: what is the url for progradio??
14:37:41Wintrescanline: Even that particular instance isn't that big a deal
14:37:55chouimat|znessushttp://205.188.234.161:8026 in xmms or noatun or winamp
14:38:03WintreIt's considering that you would sacrifice robustness of an application in the *shipping*version* thereof that's most amazing to me
14:38:07MarkNovakBigBoss.. what sort of music tastes do you have in common with the previous guy?
14:38:13WintreBut then I'm a sysadmin. Robustness is very important to me
14:38:24BigBossMarkNovak: virtually the same
14:38:30MarkNovakyes but.. what kind is it?
14:38:36chouimat|znessusMarkNovak: heavy metal
14:38:38scanlineWintre: hard to have much robustness at all in DOS :)
14:38:42BigBossprogressive
14:38:51BigBossas well as heavy metal prog
14:38:55MarkNovakoh I see
14:39:02chouimat|znessusMarkNovak: in my case add Cradle of Filth :)
14:39:05Wintrescanline: Yep, which makes every thing done to improve it all the more important :)
14:39:07BigBossbut it runs from classic progressive like ELP to current like Pain of Salvation
14:39:15MarkNovaknever heard of em
14:39:22MarkNovakare there all sorts of internet radios?
14:39:26MarkNovakall different types of music?
14:39:31chouimat|znessusMarkNovak: yes
14:40:16MarkNovakmaybe ill take a look at some of those internet radios
14:40:29WintreBah, I can't find a bloody reference
14:41:16MarkNovakwindows sucks
14:41:25MarkNovakim going redhat on my server
14:41:32BigBossyou've never heard of Emerson Lake and Palmer?
14:41:34BigBossmy god
14:41:55MarkNovakYES
14:42:01MarkNovakwelcome to the show
14:42:07MarkNovakI didnt know you were acronyming it
14:42:14HarlekinMarkNovak: been hacked the last 16 h?
14:42:14Harlekin.-)
14:42:23MarkNovakyes
14:42:27MarkNovakall 16 of the last hours
14:42:31djkBigBoss: we show our age with music ;-)
14:42:37MarkNovakthanks to YOU
14:42:47Harlekin?
14:42:51Harlekinyoure joking
14:43:03djkthat never ends
14:43:13kergothugh
14:43:15kergothI dont feel so good
14:43:18chouimat|znessusBigBoss: hehehe
14:43:19kergothdamnit
14:43:29Harlekinkergoth: dont eat that tires
14:43:50Harlekinkergoth: and eating the Z is not good for you either ,-)
14:44:00kergothHarlekin: oh *thats* the problem.... *now* you tell me...
14:44:11Harlekinhehe
14:44:18Harlekinman
14:44:25Harlekinthat ogg stuff is really amazing
14:44:37MarkNovakwhy do you say that?
14:44:41MarkNovakwieso sagst das?
14:44:49Harlekinogg
14:44:50Harlekin?
14:44:56Harlekini am doing some tests here
14:44:57MarkNovakyes
14:44:59Harlekinlow bitrates
14:45:06MarkNovakoh
14:45:14Harlekinogg 64 kbit sounds as good as mp3 128 kbi
14:45:14Harlekint
14:45:14MarkNovakis there an ogg co/dec?
14:45:31HarlekinMarkNovak: i encoded on desktop, not pda .-)
14:45:45MarkNovakoh... but it could certainly be put on pda
14:45:59Harlekinyeah, if you want to wait a long long time .-)
14:46:06MarkNovakoh
14:46:12MarkNovakah nevermind
14:46:14Harlekinits floating point intensive
14:46:22Harlekinbut decoding works great
14:46:25tux_mikeharlekin: you beat me too it :)
14:46:26Harlekin17% cpu load
14:46:31Harlekintux_mike: ?
14:46:40tux_mikesaying it's fp intensive :)
14:46:45Harlekinhehe
14:46:54Harlekinbut decoding is great
14:46:58Harlekin.-)
14:47:05Harlekinsince last week even with seeking .)
14:47:14tux_mikehar: is that 17% with the FP version of the int version?
14:47:20Harlekinint
14:47:30Harlekinwith fp version you have no change to play on a sa1110
14:47:36Harlekinyou will only heard dirt
14:47:51Harlekinat 100% cpu load
14:47:56tux_mikelol
14:48:01Harlekinyou can test
14:48:08Harlekinjust get teh debian /arm ogg123
14:48:08Harlekin.-)
14:48:26tux_mikei don't know why they don't use ints in the first place ;)
14:48:31Harlekinanybody tried teh ogg123 on killefiz?
14:48:38Harlekintux_mike: quality
14:48:49tux_mikeit has that much an impact?
14:48:51Harlekineven though a human would not hear the difference
14:49:20MarkNovaklol
14:49:30HarlekinMarkNovak: it still makes a difference
14:49:35tux_mikeexcept Graeme... :) (some freaky audiofile buff I know who spent $500 on a 1 ft cable)
14:49:40Harlekintux_mike: and i am not sure about real low bitrates
14:49:44Harlekinlike 10 kbps
14:50:02Harlekinthere it could make a difference
14:50:10Harlekinstill looking into that ussie
14:50:12Harlekinissue
14:50:16TheMasterMind1hmm
14:50:17tux_mikei've gotta reencode my MP3 Collection.  you say ogg 64k == mp3 128k?
14:50:29Harlekinhad problems with the rms speech ogg stream
14:50:29MarkNovakits not worth it
14:50:40Harlekinnot that i wanted to listen to it, but ,,
14:50:50Harlekinmaybe in future there will be more interesting streams
14:50:57Harlekinanybody knows a good ogg stream????
14:50:59tux_mikewho'd wanna listen to RMS.
14:51:10Harlekintux_mike: but be aware if you reencode
14:51:19Harlekintux_mike: tell me a better ogg stream to test
14:51:32MarkNovakRMS?
14:51:43Harlekingnu maniac
14:51:51tux_mikei was gonna make a script to dump to wave and then encode to OGG
14:52:01Harlekintux_mike: mp3 lost allready much stuff from the original
14:52:03tux_mikeFree Software Zealot
14:52:12Harlekintux_mike: if you take that and reencode to ogg you will loose more
14:52:13tux_mikeharlekin: true, but i'm not gonna notice
14:52:19Harlekinprobably mot
14:52:20Harlekinnot
14:52:34tux_mikei need some extra space :)
14:52:34MarkNovakRMS?
14:52:37Harlekini just reeencode stuff on the fly before putting on opie
14:52:42tux_mikeRichard M. Stallman
14:52:45MarkNovakoh
14:52:56Harlekinreencode ( since MarkNovak yesterday did not like all my typos)
14:53:19MarkNovak:)
14:53:27MarkNovakreeeeencode
14:53:43Harlekinputs MarkNovak on ignore
14:53:52MarkNovaklol
14:54:01MarkNovakslaps Harlekin around a bit with a large trout
14:54:10Harlekin.oO(as most others allready did)
14:54:29MarkNovakwirklich?
14:54:40BigBosstux_mike: you can use our Qt based ogg ripper from ftp.rygannon.com/pub/OggVorbis
14:54:43George-Harlekin: haha
14:54:55BigBossI found that a quality setting of 3 yielded an excellent sounding file at about 1mb per minute
14:55:23tux_mikebig: i may ust try that :)
14:56:14HarlekinBigBoss: that is still ogg rc3
14:56:24Harlekintux_mike: be sure you get ogg 1.0 encoder
14:56:34Harlekinthere was a large gain between that too
14:56:40Harlekinin the low bitrate sector
14:56:48Harlekinas also the homepage claims
14:57:00Harlekintux_mike: you can test a 64 kbit ogg from my server if you want
14:57:16Harlekindone with ogg/vorbis 1.0
14:57:32tux_mikei'll play with it tonight when i get home :)
14:57:46Harlekin.-)
14:59:12tux_mikereally shouldn't be coding right now :)
14:59:21BigBossHarlekin: it uses whatever oggenc you have on your system
14:59:26BigBossI built a 1.0 for myself
15:00:52Harlekinah is it rikkus app?
15:01:15Harlekin: sorry...
15:01:15Harlekinibot: rikkus
15:01:57immkergoth: did you try a preempt kernel on the Z yet ?
15:02:03BigBossHarlekin: no, I had one of my other guys write it
15:02:09BigBosswe'll have a windows version out soon as well
15:02:46Harlekinso closed source again
15:03:05HarlekinBigBoss: any feature all the other ripper tools dont have?
15:03:10Microdimanybody here have the sharp CF digital camera?
15:03:48sjohnsonMicrodim: Yes I bought one recently
15:04:37BigBossHarlekin: it is *really* easy to use :)
15:04:48kergothimm: no. itd be easy to test though.
15:04:52BigBossI couldn't find one I liked, so I had my guys write one
15:04:54warmisomething like qDebug(" this returns %d",editorList->current() );
15:04:59BigBossand it is multi-platform
15:05:05Microdimhow good is the quality of the pictures?
15:05:07BigBosswe'll try a Mac OS X one later
15:05:12warmiups wrong window
15:05:27HarlekinBigBoss: .-)
15:05:33HarlekinBigBoss: screenshots?
15:05:52VerxWorkhowdy everyone
15:06:01sjohnsonMicrodim: The pictures are OK. But the camera doesn't have much in the way of exposure range/control.
15:06:05BigBossHarlekin: www.thekompany.com/projects/tkcoggripper
15:06:09BigBosshey verx
15:06:11sjohnsonIt's pretty much useless indoors.
15:06:27sjohnson... unless you have a buch of light in the room.
15:06:56kergothits gonna be a long day.
15:07:57Microdimsjohnson: so do you think it is good say like if I am going to the beach with my gf and I dont want to lug around another digital camera but I carry my zuarus with me every where...just put it in the cf and go? or would a full digital camera be more practical?
15:08:01JasonNJkergoth: I hear you man.
15:08:05HarlekinBigBoss: looks nice
15:08:38JasonNJbig: I want tkcStockMarket
15:08:41VerxWorkhad fun working on his Challenge app this weekend
15:08:55VerxWorkwas at the grand canyon and was able to work on code in the evenings
15:08:55VerxWork:)
15:09:06JasonNJVerx: I flew over you twice
15:09:21VerxWorkJasonNJ: The one where it shows you which stocks will be GUARANTEED to go up in value?
15:09:32VerxWorkJasonNJ: Really?  heheh, I didn't see ya.  :)
15:10:09sjohnsonMicrodim: It's good for a general purpose camera. But it's max res if 640x480.  To me it's too expsensive for what it does. I would rather buy a digital camera.
15:10:41VerxWorkconsiders 640x480 only good enough for postage stamps. . .
15:10:59JasonNJI want the tkc app that tells you all the things to say to your wife/significant other that get them off your back
15:11:09VerxWorkheh
15:11:15VerxWorkJasonNJ: That would be pretty amazing
15:11:16VerxWork:)
15:12:08Microdimsjohnson: O I C, well for me 640X480 would be just fine
15:12:35warmimsg George- like:documentPopup->changeItem(editorStack->id(editorList->current()), "blah");"  
15:12:37tux_mike... wow... i've gotten a lot done in the past hour and a half
15:12:39Microdimsjohnson: I mean a regular picture is only 5X7" anyway
15:12:48tux_mikehands warmi a /
15:12:52tux_mikeyou forgot this :)
15:12:53warmiheeh
15:12:56warmithanks
15:12:56George-warmi: hehe :)
15:13:19tux_mikei managed to get more than 7k of code done in less than 2 hours :)
15:13:31BigBosstyping on a zaurus?
15:13:45tux_mikemy thumbs would have fallen off :)
15:13:56tux_mikethis is faster than i usually code
15:14:10tux_mikei'm lucky if i can get 7k done in a day :)
15:14:56Microdimwhere would I go as a begginer to learn how to develop for the Z, Tux_mike: take the rest of the day off then :)
15:15:12BigBossmy record for kicking ass was during Y2K.  I fixed this 80,000 line COBOL monstor that was the core of this client in 4 hours and there wasn't a single bug
15:16:35tux_mikewow
15:18:17tux_mikei wonder how much i can actually get done today
15:18:28tux_mikei think i can get as far as match detection
15:20:29tux_mikei'm gonna be so proud if i can get this game to run :)
15:21:26chouimat|Workwb George-
15:21:34George-ty
15:23:08jbwivhey guys.  Looking for a GPL'd app that uses many of the Qtopia classes (FileSelector, etc.) so I can use it as a tutorial.  Does anyone have any suggestions?  thx!
15:23:32tux_mikejbwiv: get the Qtopia source
15:23:39George-laucher? :)
15:24:02TheMasterMind1hmm
15:24:07TheMasterMind1no way to flash a zaurus without the cf?
15:24:14jbwivtux_mike: qtopia or qt/e?
15:24:19tux_mikeqtopia
15:24:29George-TheMasterMind1: nope
15:24:35jbwivtux_mike: does it include good examples? I'm currently using the qtopia rpm...
15:25:16tux_mikeyou need the source, not the SDK.  it has the open source versions of ALL the components
15:25:51jbwivtux_mike: ok, this leads me to another question.  On trolltech's server, there is a Qtopia tar ball and a Qpe tarball.  Which do I want?  And what version does the Zaurus use (sorry to bombard you :))?
15:26:25jbwivI've never clearly understood the difference between Qtopia and Qpe....
15:27:33JasonNJqpe is the launcher, qtopia is the environment
15:28:43Harlekinno
15:28:49Harlekinthe whole thing was qpe
15:28:50Harlekinonce
15:28:54jbwivok
15:28:58Harlekinuntil december 2001
15:28:58BigBossthere is qte and qpe/qtopia
15:29:04BigBossthink of qtopia as KDE
15:29:07BigBossand qte as qt
15:29:26BigBossyou can do like Mizi and just use qte and then make your own butt ugly GUI desktop :)
15:29:33fusion94morning JasonNJ
15:29:50jbwivBigBoss: ok, so which do I want to get the source code of FileSelector, etc. which are all Qtopia classes?
15:30:27jbwivthere's only Qtopia *rpms* on trolltech's ftp servers.  There are, however, qpe tar balls....
15:30:40jbwivcourse, there is a qtopia src rpm.  it's version 1.5.0-1
15:30:53HarlekinBigBoss: mizi?
15:31:17Harlekin: sorry...
15:31:17Harlekinibot: mizi
15:31:31qtopia is the new name for QPE and it is at qpe.sourceforge.net or a more well developed and binary compatable fork of qtopia is opie
15:31:31jbwivibot qtopia
15:31:48JasonNJmorning fusion94
15:32:46TheMasterMind1hmm
15:32:50TheMasterMind1qtopia == qpe?
15:33:00TheMasterMind1isn't qpe gtk based?
15:33:08TheMasterMind1wait, that's gpe
15:33:09TheMasterMind1nm
15:33:13JasonNJfusion94: I almost bought a new TiBook this weekend
15:33:19JasonNJthen I came to my senses
15:33:29jbwivBigBoss or tux_mike: is qpe-1.4.0 the same currently in use on the Zaurus?
15:33:35JasonNJjb: no
15:33:36i think qtopia is the new name for QPE and it is at qpe.sourceforge.net or a more well developed and binary compatable fork of qtopia is opie
15:33:36jbwivibot qtopia
15:33:37JasonNJthats ancient
15:33:47BigBossjbwiv: no
15:33:50BigBossthat is super old
15:33:53qpe is now qtopia, but opie is a binary compatable, and more well developed fork of the qtopia codebase
15:33:53TheMasterMind1ibot qpe
15:33:58Harlekinlol
15:34:01Harlekinthats a good one
15:34:03hmmm... gpe is the GPE Palmtop Environment and can be found at http://gpe.handhelds.org/ - Join #gpe to chat about it.
15:34:03TheMasterMind1ibot gpe
15:34:12jbwivBigBoss: that looks to be the oldest in the repos at qpe.sourceforge.net
15:34:59jbwivoh yeah, from Sept. 13, 2001...sorry ;(
15:35:26fusion94JasonNJ: heh...cool cool
15:35:49JasonNJI almost whipped out the Amex card until I saw the price tag
15:35:54JasonNJ3700 bucks...
15:35:56JasonNJfor the one I wanted
15:36:30JasonNJ"scuse me while I whip this out!"
15:37:26jbwivBigBoss or JasonNJ or tux_mike: so would the newest qtopia in use on the Z be qtopia-free-1.5.0-1?
15:38:24JasonNJhey checkout handhelds.org. Someone is writing a QPE/GPE boot selector
15:39:21frankpshi all
15:39:27HarlekinHarlekin: for ipaq
15:39:33HarlekinJasonNJ: for ipaq
15:39:36JasonNJjb: well, technically it is qtopia 1.6 I think
15:39:42HarlekinJasonNJ: you can use the ipaq console only now
15:39:59JasonNJin the cvs
15:40:11HarlekinJasonNJ: did you look at qtopia-1.6? its has many changes
15:40:33JasonNJnot recently
15:40:43JasonNJwell, technically I think the A300 may have peices of it
15:40:45jbwivBigBoss or JasonNJ or tux_mike: alright, one final dumb question.  Is the CVS repository on sourceforge.net the location to find the latest files in use?
15:40:50JasonNJI finally got to see a A300 at LinuxWorld
15:41:03JasonNJthey added some new stuff, like documents view is different
15:41:04bipolarJasonNJ: Hello
15:41:05JasonNJit has folders
15:42:03BigBossJasonNJ: how is it overall?
15:42:10JasonNJits cute
15:42:11tux_mikejbwiv: yes
15:42:29JasonNJI really didnt have a chance to look at it much, and its in Japanese
15:42:44BigBossthey gonna release it in the states?
15:42:47bipolarJasonNJ: I suspect that the lack of a thumb keyboard is due to the device being marketed primarily to asian markets?
15:42:48BigBosscan you install english on it?
15:42:52JasonNJI think so
15:42:58VerxWorkJasonNJ: Folders in the documents view?  Is that in lieu of categories?
15:42:59BigBossand asians don't have thumbs :)
15:43:07JasonNJthe A300, or some version of it might make it here at some point
15:43:08bipolarBigBoss: hehehe......
15:43:26JasonNJVerx: the documents view is a filemanager
15:43:30JasonNJwith folders
15:43:44VerxWorkMY GOD JASONNJ!
15:43:44JasonNJnot sure if that is a Qtopia or Sharp enchancement
15:43:47chouimat|Workqpe cvs build with qt3 ???
15:43:48MarkNovakMY GOD
15:43:55MarkNovakwhy my god?
15:43:58VerxWorkwho at sharp finally came to their senses and made it a filemanager?!?!?
15:44:05VerxWorkwants to thank them
15:44:05VerxWork:)
15:44:06bipolarBigBoss: Just thinking how you would enter kangi with a thumb keyboard.
15:44:08JasonNJnot sure if its a true filemanager
15:44:19JasonNJlike I said it was in japanese
15:44:29JasonNJwas hard for me to tell what app was what
15:44:32VerxWorkheh
15:44:36JasonNJexcept for what was loaded 3rd party
15:44:41JasonNJthe tkc stuff ran in english
15:44:45VerxWorkfigured all sharp employees were required to know japanese
15:44:45BigBossin korean they use an english language keyboard and it converts to korean after the word is done
15:44:47jbwivtux_mike: ok, thx very much!
15:44:49JasonNJthat we demoed at the intel booth
15:44:53tux_mikenp
15:44:58BigBosswe've sold like 100 or more copies of software to the japanese market already
15:47:05VerxWorkwarmi, are you here?
15:47:21warmiVerxWork: yeah
15:47:35VerxWorkwarmi: What did you do to make gnuboy faster?
15:47:39VerxWorkjust curious
15:48:03immanyone got feedback from sharp ?
15:48:17JasonNJimm: on what?
15:48:24warmiVerxWork: I modified the code to use framebuffer directly instead of rendering to QImage
15:48:25scanlinejoin #fresco
15:48:27scanlineoops
15:48:36immJasonNJ: on his beta
15:48:44VerxWorkwarmi: Cool.  I will have to give it a try
15:48:49VerxWorkwarmi: Does sound work for you?
15:48:54VerxWorkit is HORRIBLE on my iPAQ
15:48:56JasonNJimm: we just got back in the office
15:48:57VerxWorkobscenely bad
15:49:13warmiVerxWork: no .. I works on X86 but it doesn't on Zaurus which means there is something wrong with Zaurus sound drivers
15:49:32warmior perhaps gnuboy uses some features of the Linux sound driver that are not available on the Zaurus
15:49:46warmiI know next to nothing about sound so I can't really fix that one
15:50:23immJasonNJ: sorry, different timezones confuse me
15:50:42fusion94JasonNJ: how was your weekend ?
15:50:46tux_mikemmm lunchtime
15:50:57immmmm work over
15:51:02HarlekinVerxWork: sound of what
15:51:02VerxWorkwarmi: Well, I will try the new version
15:51:10VerxWorkHarlekin: gnuboy
15:51:16HarlekinVerxWork: which kernel
15:51:33JasonNJman I am so burnt
15:51:55fusion94heh
15:51:57warmiVerxWork: it is twice as fast as the old one .. not exactly as fast as the device itself but definately playable
15:52:06VerxWorkcool
15:52:07VerxWork:)
15:52:11VerxWorkjust wants SOUND!!!
15:52:11VerxWork:)
15:52:17fusion94JasonNJ: i hear you...i did nothing on friday other than chill out
15:52:21immhow do i play sounds from qt ?
15:52:37JasonNJhad a redeye flight on thursday evening
15:52:40HarlekinJasonNJ: hey, fairs are fun
15:52:43JasonNJlanded at like 7:30
15:52:46JasonNJam
15:53:00JasonNJtons of turbulence on the plane and crying kids
15:53:04JasonNJtotally uncomfortable
15:53:19JasonNJgot home at like 9am
15:53:25JasonNJslept until 3pm
15:53:29JasonNJgot up
15:53:32JasonNJwent out to dinner
15:53:33immJasonNJ: turbulence are cool :)
15:53:39JasonNJcame back, slept again
15:53:42JasonNJwoke up at 6am
15:54:04JasonNJwife drags me out to look for appliances for new kitchen
15:54:16JasonNJthen, a birthday party for infants
15:54:25JasonNJ20 screaming toddlers
15:54:31JasonNJthen torrential rain
15:54:37immJasonNJ: they bring your stomach on line
15:54:42JasonNJnow, I mean serious, monsoon type stuff
15:54:49George-hahahaha
15:55:18JasonNJsunday was ok
15:55:27JasonNJbut I feel cheated out of a weekend basically
15:55:34JasonNJand I am really burned out from that show
15:55:56chouimat|Workimm: you saw my screenshots: I put the tabs on top or on the bottom
15:56:15immchouimat|Work: ?
15:56:35JasonNJpeople come up and ask the stupidest questions at trade shows
15:56:58JasonNJand then you got the people who like, keep coming back every day and monopolize your time when dozens of people want to talk to you
15:57:00immJasonNJ: does the Z run Outlook ?
15:57:08chouimat|Workimm: forget
15:57:27JasonNJI had this one ddue from Brazil who bought a Z at the show, and was commited to getting me to make the Z sync with his SusE laptop
15:57:30George-JasonNJ: what's the status of OS X syncing? :)
15:57:51JasonNJthe guy was camped out next to me
15:57:57George-lol
15:58:09VerxWorkJasonNJ: That sucks man.  :((
15:58:24TheMasterMind1dammit
15:58:32TheMasterMind1i should have gone and gotten a zaurus for 299
15:58:39JasonNJplus, people were sucking down our 802.11 bandwidth so I couldnt demo much stuff
15:58:43TheMasterMind1me want zaurus
15:58:47JasonNJI sat and played DivX files all day long
15:58:52TheMasterMind1JasonNJ: lol
15:59:00VerxWorkJasonNJ: Was it Sharp provided 802.11 or show provided?
15:59:08JasonNJsharp provided
15:59:26VerxWorkwell, that sortof sucks.  I mean, that you guys couldn't even use your own bandwidth
16:00:07VerxWorkDoes anyone know if it is even remotely possible to upgrade the RAM or ROM in a 5000d?
16:00:52oGMoVerxWork: upgrade the rom size?
16:00:53JasonNJVerx: someone from europe apparently did it with the proper tsop chips
16:01:09VerxWorkJasonNJ: Do you have a URL by any chance?
16:01:11VerxWorkgoogles
16:02:37VerxWorkhttp://www.bitstream.com/wireless/index.html
16:02:42VerxWorkwants that like NOW
16:02:43VerxWork:)
16:04:00TheMasterMind1sweet
16:04:03TheMasterMind1what about with a 550
16:04:04TheMasterMind10
16:04:06TheMasterMind1jack it up even more
16:04:10TheMasterMind1lose even more battery
16:04:42TheMasterMind1wow
16:04:44TheMasterMind1nice browser
16:05:09JasonNJah cool, new Linux Journal is out
16:05:13JasonNJZaurus named product of the Year
16:05:16TheMasterMind1does opera/konquerer rotate like that
16:05:18VerxWorkyup
16:05:21VerxWorkI read that this weekend
16:05:24oGMoJasonNJ: nifty
16:05:41erikdooooh... so that means people might actually -use- my software? :)
16:05:45VerxWorkJasonNJ: They have a nice line in there - something about "You will understand as soon as you own one" or something REALLY close to that.  :)
16:05:45fusion94JasonNJ: that's good news, how did sales at the show turn out ?
16:05:58JasonNJsmacks fusion94
16:06:00TheMasterMind1didn't they sell all of em
16:06:04TheMasterMind1like 2k units
16:06:24fusion94JasonNJ: eh ??
16:06:26JasonNJnot sure what the final sales figures were
16:06:32erikdthe place i used to buy all my linux journals isn't selling 'em anymore =/
16:06:53warmi_meetingerikd: why don't you subscribe to it
16:07:02erikdgood question
16:07:12erikdi really don't know
16:07:13erikd:)
16:07:21warmi_meetingit is like $24 per year
16:07:43erikdi'll have to remember to do that when i get money again
16:07:54warmi_meetinguh .. I did it again
16:08:13erikd?
16:08:15warmi_meetingI am in "conference call" meeting now
16:08:19JasonNJfusion: when is the first box goint to be up, as in net connected?
16:08:25warmi_meetingand I tend to "lose" focus ..
16:08:27fusion94this week....
16:08:40JasonNJok, I want to migrate all the SF stuff over
16:08:45fusion94fscking redhat advanced server 2.1 is having issues
16:08:48JasonNJmailing lists, projects, the whole deal
16:09:13warmi_meetingmiss the question they ask me .. and then there is that silence .. they waiting for my answer and I am waiting for someone to say something cause I never even heard the question in the first place
16:09:26erikdheh
16:09:26kergothwarmi_meeting: lol, i *hate* that
16:09:44VerxWorkIt has been a while since I talked about it but Toshiba is finally selling a Bluetooth SD card (at least it looks like it from their website). The card should work with all PPC 2002 devices that have SD IO capabilities though it will slightly stick out of the slot. Still, price tag isn't cheap, $199, making you wonder why you shouldn't buy a BT enabled PPC instead.
16:09:46VerxWorkhrm
16:09:50VerxWork's mouth drools
16:10:20scanlineis away: going to the dentist
16:10:30TheMasterMind1what do you guys use bluetooth with anyways?
16:10:34oGMoVerxWork: or a BT CF card
16:10:47oGMoi thought those were under $100
16:11:11mickeylis leaving for a while...
16:11:20oGMoTheMasterMind1: i don't, it's all theory, but it'd be nifty to have a BT phone and a BT card in your Z to do completely wireless internet
16:11:34TheMasterMind1yes
16:11:38TheMasterMind1or stick in a 802.11
16:11:54TheMasterMind1but that's not everywhere
16:12:02VerxWorkoGMo: My thought is, SD is max 128MB.  CF is max 1GB.  If I do bluetooth on SD, that gives me 1GB on CF
16:12:02oGMoTheMasterMind1: we're talking out in the middle of nowhere wireless, not i'm sitting on my couch watching TV
16:12:02VerxWork:)
16:12:16oGMoVerxWork: ya... still the bw to SD sucks
16:12:20oGMoon the Z anyway
16:12:31oGMoalthough, i suppose it'd be more than sufficient for PPP :)
16:12:32warmi_meetingkergoth: hehe .. I hate that too .. but down there I know it is  my fault - I am basically being rude .. not paying attention to what they are talking about :-)
16:12:42VerxWorkoGMo: bluetooth isn't exactly a speed demon anyway. . .
16:12:52oGMoVerxWork: yeah
16:13:05oGMobut it's a couple megabit
16:13:26VerxWorkSD is really only slow at writing
16:13:33TheMasterMind1this thunderhawk is kickass
16:13:34VerxWorkit is pretty decent at reading
16:13:43VerxWorkthemastermindl: You downloaded it?
16:13:54oGMoVerxWork: mine sucks at reading, i can't play even mp3s or doom off of it without skippage
16:14:12TheMasterMind1VerxWork: its free?
16:14:12oGMoit's mostly sustained throughput that seems to be the problem
16:14:14VerxWorkoGMo: Hrm.  on my ipaq it is decent at reading
16:14:17TheMasterMind1its ppc based anyway
16:14:21TheMasterMind1i can't run on zaurus can i
16:14:22VerxWorkTheMasterMindl: 30 day trial
16:14:26VerxWorkno, you can't
16:14:32VerxWorkbut it looks awesome doesn't it?
16:14:35TheMasterMind1yea
16:14:43TheMasterMind1can't you rotate the opera screen
16:14:48TheMasterMind1it'd be pretty decent also
16:14:58VerxWorkyeah
16:15:01VerxWorkyou can rotate with opera
16:15:56oGMoyou can but it doesn't widen :(
16:16:08VerxWorker
16:16:11VerxWorkI mean, with opie
16:16:13VerxWorkrofl
16:16:16VerxWorkdoesn't have opera
16:16:48TheMasterMind1konqueror then
16:16:56TheMasterMind1oGMo: it doesn't? damn..
16:16:57TheMasterMind1pos
16:17:20oGMoTheMasterMind1: yeah, sucks, i haven't had a lot of luck with rotating anything (except naturally-rotated stuff like doom and scummvm)
16:17:22TheMasterMind1what about konqueror
16:17:30oGMohaven't tried konq at all on the Z
16:17:33TheMasterMind1what's scummvm
16:17:34oGMoit might
16:17:48oGMoTheMasterMind1: plays old lucasfilm games... indy, monkey island, day of the tentacle, etc.
16:17:55TheMasterMind1i'm thinking of doing gpe
16:17:57TheMasterMind1gtk++
16:17:58oGMothey make awesome games on the Z
16:18:00TheMasterMind1gtk stuff rotates nicely
16:18:08oGMoTheMasterMind1: meh, stick to Qt, gtk sucks a nut
16:18:21erikdagrees
16:18:35tux_mikeyup Qt > gtk by a long shot
16:18:39TheMasterMind1heh
16:19:28prpplaguefltk> qt > gtk
16:19:36TheMasterMind1fltk?
16:19:46fltk is Fast Lightweight Tool Kit and can be found at http://www.fltk.org or <reply> fltk is also available in 2 versions for the ipaq - libfltk1 from official feeds, which is cut-down, or libfltk1-1, the full bells'n'whistles, available from David McNab's feed at http://freenet.org.nz/feeds/mcnab or a cross-platform GUI toolkit
16:19:46prpplagueibot: fltk
16:20:05kergothoGMo: konq rotates just fine, fyi. heh.
16:20:08oGMofltk is oogly
16:20:13TheMasterMind1kergoth: sup
16:20:14oGMokergoth: cool, i'll have to check it out
16:20:18kergothnada
16:20:21oGMoopera has some annoyanced
16:20:24kergothtoday sucks.
16:20:28oGMos/d$/s/
16:20:29prpplagueoGMo: oogly=ugly?
16:20:31kergothdamn mondays
16:20:34oGMoprpplague: yeah
16:20:39warmi_meetingoGMo: oh yeah .. it is right up there with GTK as far as visual beauty is concerned :-)
16:20:44TheMasterMind1hmm
16:20:45TheMasterMind1i like gtk
16:20:48prpplagueoGMo: only if you make it that way
16:20:51TheMasterMind1gtk themes are nice
16:21:02oGMowarmi_meeting: and the API, oh man!
16:21:03oGMo;)
16:21:13TheMasterMind1anyone tried dillo
16:21:25warmi_meetinggtk themes used to done completely using Pixmaps which resulted in extremely bloated themes
16:21:28prpplagueTheMasterMind1: works great, i have it on thinclients and webpads
16:21:34warmi_meetingperhaps these days they fixed that
16:21:35TheMasterMind1hmm
16:21:38TheMasterMind1and on the zaurus?
16:21:51TheMasterMind1apt-get installs dillo
16:22:02prpplagueTheMasterMind1: not yet
16:22:05oGMokergoth: yeah mondays suck
16:22:20oGMobrb
16:22:21Phlux_is away, 10 minute autoaway (l!on) : os/bx
16:22:28warmi_meetingyeah .. I read about dillo in the currnet Linux Journal
16:22:39warmi_meetingseems to be a decent browser
16:23:08warmi_meetingtoo bad it is GTK based
16:23:41TheMasterMind1hmm
16:23:43TheMasterMind1not bad
16:23:48TheMasterMind1sucks on many pages though
16:23:54tux_mikewarmi: i have another question for you :)  you going to that meeting now?
16:23:57TheMasterMind1table and other issues
16:24:13warmi_meetingtux_mike:  I am in the meeting now .. it is conference call
16:24:23warmi_meetingI am multitasking here heavily
16:24:25treke|ho1ewarmi_meeting: eh it sucks
16:24:27warmi_meetingheeh
16:24:31tux_mikeah. well, i'll ask later :)
16:24:33TheMasterMind1what's wrong with gtk?
16:24:35treke|ho1ewarmi_meeting: konquerer is far far nicer
16:24:48treke|ho1eTheMasterMind1: A bit of a pain to program with
16:24:57TheMasterMind1use glade
16:24:59TheMasterMind1glade = kickass
16:25:12warmi_meetingTheMasterMind1: have you ever tried to derive from existing GTK widgets ?
16:25:18TheMasterMind1speaking of which, i'm going to have to kick some ass when those ups retards eventually get here
16:25:24warmi_meetingit is a nightmare compared to Qt in this regard
16:25:29TheMasterMind1warmi_meeting: no, fortunately
16:25:51tux_mikewell, time to do some real work :)
16:27:13warmi_meetingtux_mike: I will be done in about 5 minutes
16:28:44kergothargh
16:30:02kergothhits something at random
16:30:28VerxWorkcan someone real familiar with "ps" tell me what the VSZ and RSS columns mean?
16:30:31VerxWorkis that memory usage?
16:30:34ljp_cat something >> /dec/urandom
16:30:36VerxWorkprays not
16:30:41ljp_er r/dev/urandom
16:31:13bigboss was last seen on #zaurus 46 minutes and 15 seconds ago, saying: we've sold like 100 or more copies of software to the japanese market already [Mon Aug 19 16:44:58 2002]
16:31:13nasaibot seen bigboss
16:31:44kergothVerxWork: VSZ = vsize = total memory usage, including ram and swap
16:31:50kergothVerxWork: I dunno about the other, read the man page
16:31:53VerxWorkmy dear god
16:32:04VerxWorkroot       146  0.1  9.7 10456 6116 ?        S    15:46   0:09 addressbook -qcop /tmp/qcop-msg-addressbook
16:32:04VerxWorkroot       147  0.0  8.6 10060 5464 ?        S    15:46   0:04 tkcToDo -qcop /tmp/qcop-msg-tkcToDo
16:32:05VerxWorkroot       148  0.1  9.7 10588 6168 ?        S    15:46   0:09 datebook -qcop /tmp/qcop-msg-datebook
16:32:15VerxWorkso those three tkc apps consume 30MB!
16:32:16VerxWork:(
16:32:31kergothheh
16:32:32kergothack
16:32:38kergothhow much ram is in your ipaq? 64?
16:32:40VerxWorkthat is fine on my iPAQ, but on my upcoming 5000d, that will nuke it
16:32:45VerxWorkyeah, my ipaq has 64MB
16:32:50VerxWorkthe 5000d only has 32MB
16:32:53kergothyep
16:33:02kergothand of course opie/qtopia itself will take ram
16:33:09TheMasterMind1kergoth: what should i start playing with in the kernel?
16:33:09kergoth11 megs or so iirc
16:33:13Phlux_exit
16:33:13VerxWorkright, that is roughly 10MB it looks like
16:33:19VerxWorkroot       137 98.1 11.0 10960 6968 ?        R    15:45 121:34 /opt/QtPalmtop/bin/qpe
16:33:35VerxWorkcries
16:33:43kergothTheMasterMind1: up to you. read the TODO.
16:33:58TheMasterMind1kergoth: i did.. just gotta choose oneto start working with
16:34:17VerxWorkso it appears I won't be able to fast load a single thing
16:35:06kergothTheMasterMind1: ah. well the pcmcia support is on my plate atm.  anything else, feel free.  for example, the flash is stuck read only atm, cant mount it readwrite or things get unhappy..
16:35:22treke|ho1ekergoth: didnt get that working yet?
16:35:46kergothtreke|ho1e: nah i set it aside a bit to work on the sound drivers and pcmcia support, among other things
16:36:05TheMasterMind1hmm
16:36:11TheMasterMind1the sony clie is so worthless
16:36:12VerxWorkkergoth: This is on ipaq then I assume?
16:36:24VerxWorkthemastermindl: It is small and has a nice screen
16:36:28VerxWorkthat is about it
16:36:44kergothVerxWork: whats on ipaq?
16:36:51kergothi like the jog dial thingies
16:37:09VerxWorkkergoth: PCMCIA support
16:37:15TheMasterMind1yea but its pretty worthless... a nice toy maybe but not much cool stuff you can do with it
16:37:21TheMasterMind1VerxWork: no, zaurus. cf->pcmcia card
16:37:28kergothVerxWork: ah. I'm just adding support for the Z for the pcmcia in 2.5.30
16:37:30VerxWorkOUCH
16:37:37VerxWorkthemastermindl: That is insane
16:37:44VerxWorkdoes that double the size of the Z?
16:37:45TheMasterMind1these ups guys are pissing me off
16:38:02TheMasterMind1VerxWork: its better than adding four different jackets onto the ipaq
16:38:06TheMasterMind1making it 10x thicker
16:38:13VerxWorktests loading tkcaddress and tkccalendar without using fast load
16:38:16VerxWorkit is obscene
16:38:18VerxWork:(
16:38:24kergoth?
16:38:26warmitux_mike: so what was your question ?
16:38:49kergothwhats insane?
16:38:49kergothohh
16:38:50kergothn/m
16:38:50kergothheh
16:38:56VerxWorkthe time it takes to load
16:38:57VerxWork:(
16:39:02kergothVerxWork: cf is pcmcia, man. when i say i'm adding pcmcia support, it means i'm adding support for the CF slot in 2.5.30 for the Z
16:39:04VerxWorkI was just seeing what life would be like on my Z
16:39:06kergothheh
16:39:36kergothVerxWork: pester tkc :-)
16:39:39VerxWork10 seconds to load tkc calendar
16:40:07MarkNovakthats horrible
16:40:22VerxWork5 seconds to display tkc addressbook, then another 6 to display the addresses in it
16:40:45TheMasterMind1ouch
16:40:45VerxWorkonly 3 seconds for tkc Todo
16:40:49VerxWorkthat is fine by me
16:40:58VerxWorkthe other two, however, I can't really live with
16:40:58VerxWork:(
16:41:18TheMasterMind1i don't even use the address book and phone numbers and calendar stuff
16:41:18TheMasterMind1heh
16:41:24TheMasterMind1so much better stuff you can use the Z for
16:41:34VerxWorkheh
16:41:34VerxWorkwell
16:41:34TheMasterMind1first thing i'm doing is deleting the worthless pim stuff
16:41:38VerxWorkc'est la vie I suppose
16:42:05kergothTheMasterMind1: load OZ so you can remove them from flash and put something worthwhile there
16:42:14kergothI use my Z for the standard pim stuff, myself.
16:42:17ljp_you know, verx. if you travel at the speed of light, and you leave your pda back at home, you'll reduce that open time significantly
16:42:32VerxWorkljp: You are worthless
16:42:32TheMasterMind1kergoth: yea.. i'm thinking of compiling my own kernel and creating a rom with all the stuff i want
16:42:43TheMasterMind1i'm going to play around with oz and qpe and the other roms out there too
16:43:28TheMasterMind1heh. dualboot the Z
16:43:44TheMasterMind11) OZ 2) sharp
16:44:08TheMasterMind1so where's that link with the guy who added more ram/rom into his 5000d
16:44:33kergothTheMasterMind1: you could easily drop a distro onto a CF and pivot_root to it to run it.. ala intimate
16:44:43TheMasterMind1hmm
16:44:44VerxWorkTheMasterMindl: I want that link too
16:44:45TheMasterMind1debian..
16:44:45VerxWorkI can't find it
16:44:47TheMasterMind1mnnn
16:44:55TheMasterMind1VerxWork: who was talking about it? ask them
16:45:03kergothTheMasterMind1: OZ = debian but with ipkg rather than dpkg, basically
16:45:13TheMasterMind1yea
16:45:18VerxWorkJasonNJ was, and I did ask him for a link, be he didn't respond
16:45:23TheMasterMind1doesn't sharp also have ipkg though?
16:45:28kergothyes.
16:46:44kergothsharp is read only flash, OZ is read-write
16:46:47kergothsharp is redhat based in its structure, OZ is debian based in its structure
16:46:54TheMasterMind1so how does kernel development usually work? people work on both the current and development tree at the same time? i.e. 2.4.x and 2.5.x
16:46:57TheMasterMind1fixing the same stuff twice?
16:47:03kergothbeyond that, OZ has opie, sharp has qtopia. not much different other than that.
16:47:04kergothheh
16:47:50TheMasterMind1yea.. i might want to stick with opera/java-whateveritis though
16:48:00TheMasterMind1unless the oz alternates are better
16:48:04TheMasterMind1in addition to being open
16:50:29mickeylbtw... any luck in bringing opera to oz? it segfaults for me - despite having all libraries and stuff it needs.
16:50:43George-mickeyl: it segfaults for me as well
16:51:19comfreydoes anyone have any experiance with external power sources for the Z?
16:52:38TheMasterMind1comfrey: yea..
16:52:44kergothTheMasterMind1: most development occurs in 2.5, then fixes get backported
16:52:45TheMasterMind1comfrey: the digipower 8200 works nicely
16:52:54TheMasterMind1kergoth: i see
16:52:55kergothmickeyl: feel like using gdb to get a backtrace? :-)
16:53:30comfreyTheMasterMind1: i think the digipower 8200 may have fryed my wireles network card
16:53:42TheMasterMind1comfrey: ick.. that's not good
16:53:47TheMasterMind1what card?
16:54:03comfreynetgear ma71
16:54:19TheMasterMind1hmm
16:54:25TheMasterMind1why do you think it fried?
16:54:34bbeattieAnyone know if Opera can read zipped html files, or ziped tarballs of html files? or if there is any wrapper that can be put in place to do so on demand?
16:54:41comfreythe 8200 is 6v i hear that Z expects a clean 5v
16:54:54Onyx4|workohh...
16:54:57comfreyfunny smell and it hasnt worked since
16:55:02TheMasterMind1comfrey: ouch
16:55:30comfrey'tis still under 30 day store return period
16:56:02TheMasterMind1heh
16:56:08TheMasterMind1the digipower or the network card?
16:56:10comfreyTheMasterMind1: how long have you been using dp 8200?
16:56:10TheMasterMind1;)
16:56:19TheMasterMind1comfrey: i haven't.. i just heard that it works
16:56:21TheMasterMind1i don't even have a zaurus yet
16:56:25warmimsg George- yeah .. I will
16:57:08tux_mikewarmi: mind your / :)
16:57:16George-haha
16:57:29comfreyhmm... it does power the z, but dont know all of the power details.  interested in finding out more and to know what others are using
16:57:50TheMasterMind1comfrey: i read about one on the developer2developer bbs
16:58:12warmitux_mike: what was your question you wanted to ask ?
16:58:20comfreyi will fiddle to be sure that the network card is really dead
16:58:54TheMasterMind1http://www.trowcom.co.uk/questbattery.htm
16:58:59comfreyTheMasterMind1: by chance do you have specific url?
16:59:00mickeylkergoth: sure - however i doubt that they have included debugging symbols
16:59:11comfreyoh, good
16:59:47tux_mikewarmi: ok, when i animate 2 game peices swapping positions, should I create a new QPixmap for the background behind them, or should I clip the main backround QPixmap to fit for every cycle of the animation?
17:00:43warmiclip the background
17:01:02tux_mikeso, the performance hit from clipping will be negligable?
17:01:05warmibasically, you should ahve two pixmaps .. one containing empty background and another which is your backbuffer
17:01:15tux_mikeyah
17:01:17tux_mikethat i have
17:01:24Harlekinkergoth: ping, are you still on retail rom?
17:01:38warmiif you clip on the backbuffer then it will redraw only the part that will be affected by the animation
17:02:06Neo|Workmorning
17:02:07Neo|Workis back (gone 64:06:46)
17:02:12TheMasterMind1hi
17:02:17warmihi Neo|Work
17:02:21MarkNovakhi NeoTron
17:02:50warmitux_mike: just crate bounding QRect for your animation area
17:03:01warmiand restore the background only in that area
17:03:16George-: huh?
17:03:16George-ibot valgrind
17:03:20George-stupid damn bot
17:03:30tux_mikei was going to do that with fixed coords, is using a QRect better in any way?
17:03:34tux_mike was last seen on #zaurus 4 seconds ago, saying: i was going to do that with fixed coords, is using a QRect better in any way? [Mon Aug 19 18:03:30 2002]
17:03:34MarkNovakibot: seen tux_mike?
17:03:46MarkNovaklol
17:04:12MarkNovakwww.marknovak.com/images/zaurus5.gif
17:04:13tux_mikebaka da yo.
17:04:20warmitux_mike: it doesn't matter - QRect is only for your convinience
17:04:25tux_mikeok
17:04:47tux_mikei'm more comfortable with using x and y ints for coords :)
17:04:50MarkNovakif you look in the top right of that image youll see what I do in my free time
17:05:04tux_mikei don't think we want to see that
17:05:17MarkNovaklol
17:05:32MarkNovakwas machst du in deiner freizeit?
17:05:35OK, Neo|Work.
17:05:35Neo|Workibot valgrind is http://developer.kde.org/~sewardj/
17:05:51warmiMarkNovak: is that picture from LinuxWorld ?
17:05:55valgrind is probably http://developer.kde.org/~sewardj/
17:05:55MarkNovakibot: valgrind?
17:06:11okay, Neo|Work.
17:06:11Neo|Workibot valgrind is also first hit in Google when searching for 'valgrind'.
17:06:17tux_mikeneo: you're not gonna have to to the bejeweled clone :)  i'm starting to get this graffics stuff :)
17:06:19...but marknovak is a 12 year old retard....
17:06:19MarkNovakibot MarkNovak is http://www.marknovak.com/images/zaurus5.gif
17:06:24MarkNovakdamn
17:06:36MarkNovakwho put that?
17:06:36TheMasterMind1lol
17:06:37TheMasterMind1lo
17:06:38TheMasterMind1l
17:06:40fusion94lmao
17:06:40well, MarkNovak is a 12 year old retard.
17:06:40MarkNovakibot: MarkNovak
17:06:50tux_mike: I forgot marknovak
17:06:50tux_mikeibot forget marknovak
17:06:50MarkNovakhow do I erase it?
17:06:53tux_mikethere you go
17:06:53MarkNovakthanks
17:06:58Neo|WorkMarkNovak: why do you have a box of zaurii?
17:07:00MarkNovak: i'm not following you...
17:07:00MarkNovakibot: MarkNovak
17:07:04OK, MarkNovak.
17:07:04MarkNovakibot MarkNovak is http://www.marknovak.com/images/zaurus5.gif
17:07:10no worries MarkNovak
17:07:10MarkNovakibot: thanks
17:07:20MarkNovakI collect them
17:07:23George-MarkNovak: hah, you're 12
17:07:32MarkNovakno
17:07:33TheMasterMind1MarkNovak: lol, nice stack of Zs
17:07:36MarkNovakI dont know who put that
17:07:39MarkNovakthanks TheMasterMind1
17:07:39tux_mikeah.  vanilla coke is good
17:07:43Neo|Workcheap hobby
17:07:47TheMasterMind1droools
17:08:16MarkNovakyou can have a few
17:08:22TheMasterMind1i just want one
17:08:39MarkNovakeven if it had no cradle?
17:08:41MarkNovakor software?
17:08:52tux_mikewhy do you have so many?
17:08:54Neo|WorkI'd love one for my development of course
17:08:59Neo|Work(eongames.com)
17:09:02TheMasterMind1MarkNovak: hmm, ok
17:09:03tux_mikedo you work for a distributor?
17:09:06TheMasterMind1MarkNovak: that's fine
17:09:08MarkNovakNeo|Work
17:09:10MarkNovakyou do eon games?
17:09:14MarkNovakcan I have strategic assault?
17:09:15Neo|WorkI am Eon Games yes
17:09:19MarkNovakI love that game
17:09:20chouimat|eatGeorge-: found your bug?
17:09:25George-chouimat|eat: yes
17:09:30George-chouimat|eat: wardy found it for me, that guy rocks
17:09:36Neo|Workwonders if MarkNovak is for real.
17:09:39George-chouimat|eat: and warmi did a lot too :)
17:09:48MarkNovakI love that game truely
17:09:52MarkNovakits just like 'red alert'
17:10:05chouimat|eatGeorge-: ok I will ask wardy to write my protocol component then :) (just kidding)
17:10:20Neo|WorkWell, I can believe that. Just find it odd that someone would collect and offer to give away Zaurii. :-P
17:10:26George-chouimat|eat: hehe
17:10:48MarkNovakno I cant really give them away
17:10:51MarkNovakonly to people around here
17:10:55MarkNovakand as a promotion
17:11:00TheMasterMind1i'm around there
17:11:03MarkNovakyes but
17:11:05MarkNovakI dont know you
17:11:05TheMasterMind1or here
17:11:07TheMasterMind1sure you do
17:11:13George-MarkNovak: haha
17:11:14TheMasterMind1i am me
17:11:17George-MarkNovak: give one to me! :)
17:11:17TheMasterMind1hello
17:11:27MarkNovakno way george, you set that 12 year old thing for ibot
17:11:31George-Ididn't...
17:11:34MarkNovaksure you did
17:11:37TheMasterMind1lol
17:11:38George-I *promise* that wasn't me
17:11:39warmiyeah .. let's all shame George .. he dared to use "delete" on stack created object !!
17:11:41warmilol
17:11:45Neo|WorkWell, I can tell you want I would use it for: Running Open Zaurus + OPIE for testign or what not
17:11:45George-warmi: ASS! :)
17:11:55MarkNovakoh
17:12:01warmihehe
17:12:03MarkNovakI dont know how to put OZ or OPIE on it
17:12:10MarkNovaki just use regular OS
17:12:11George-MarkNovak: If you want, I can give you a URL to a pic of me, and you can have a good laugh :)
17:12:13TheMasterMind1MarkNovak: i'm working on the new kernel for the Z with kergoth and i could use one
17:12:17MarkNovaksure george
17:12:27Neo|WorkMarkNovak: just reflash it like any other rom update
17:12:41MarkNovakwhich should I get? Opie or OZ?
17:12:42George-MarkNovak: hang on
17:13:34Neo|WorkMarkNovak: OZ uses OPIE - OZ is the OS, and could in theory just run Qtopia as well
17:13:57MarkNovakif I get one do I need the other?
17:14:05Neo|Workyes
17:14:08TheMasterMind1MarkNovak: yes
17:14:28TheMasterMind1MarkNovak: gimme a zaurus!
17:15:09mickeylis leaving for a while...
17:15:12MarkNovakbye
17:17:14George-mickeyl: see you
17:17:21killefiz was last seen on #zaurus 21 hours, 36 minutes and 12 seconds ago, saying: imm: no - ask warmi - i've never coded anything but hello world for the z [Sun Aug 18 20:41:09 2002]
17:17:21benmeyeribot seen killefiz
17:17:31killefiz_benmeyer: what can I do for you?
17:17:51benmeyerhey there
17:18:04JasonNJinteresting
17:18:14JasonNJPalm is releasing 3 new strongarm PDA's in the fall
17:18:16killefizbenmeyer: seems that you're back - someone has submitted 7 new apps and lots of changes to zsi
17:18:16fusion94morning benmeyer
17:18:20benmeyerwas curius if we could expand zsi to have it automaticly make feeds
17:18:25benmeyerhahah
17:18:28benmeyeryah that is me
17:18:29George-JasonNJ: StrongARM?
17:18:32fusion94JasonNJ: isn;t the 700 seires already strongarm ?
17:18:34George-JasonNJ: not the TI one?
17:18:37anselorpalm makes strongarm pda's?
17:18:43JasonNJrelease date Nov 15
17:18:46benmeyerthey will next month
17:18:59anselor... palmos still?
17:19:06MarkNovakstrongarm?
17:19:24JasonNJactually ARM
17:19:28JasonNJnot strongarm
17:19:31JasonNJOMAP 175mhz
17:19:34fusion94MarkNovak: its a processor
17:19:47JasonNJthey may use xScale in their high end model
17:19:49JasonNJnot sure yet
17:20:39George-bbiab - dinner
17:21:12HarlekinJasonNJ: so in future opie can run on palms too .-)
17:21:25JasonNJharlekin: they only have 8mb of ROM apparently
17:21:31JasonNJgonna require some trimming down of the libs
17:21:38Harlekinyeah
17:21:39JasonNJnot sure what sony is going to do
17:21:40Harlekin8 mb is ok
17:21:45Harlekinfor opie with pim apps
17:21:47anselorhow much ram?
17:21:53JasonNJ32
17:22:01Harlekinthats ok
17:22:02JasonNJthats the specs on the Oslo
17:22:09JasonNJdont know what the other 2 have yet
17:23:30Neo|Workthing is, PalmOS 5 probably will hve no problem with fitting in 8 MB
17:23:46Neo|Worksay what you want about palm - they seem to make a pretty good OS
17:24:13MarkNovakand everyone develops for it
17:25:02Neo|Workfor PalmOS < 5 at least. It remains to be seen if the new ARM based devices will succeed
17:25:24Neo|Workfor a while at least it will be a platform in similar shoes to the Zaurus
17:25:53Neo|Workbut if it runs PalmOS < 5 apps fine it will have an easier time to sell I guess
17:27:39warmiif it does run legacy apps then XScale won't be an issue at all
17:27:49warmiit will be just like introducing another Palm model
17:28:00TheMasterMind1i thought the XScale was arm complaint?
17:28:11JasonNJthemaster: it is
17:28:24warmiTheMasterMind1: yeah .. the problem is that Palm models never used ARM in the first place
17:28:34JasonNJbut compliant and optimization are two ttally differnt things
17:28:37TheMasterMind1warmi: yea
17:29:13warmiJasonNJ: I have heard rumors that 5600 or whatever comes next will NOT be binary compatible with the currnet model
17:29:28warmiis that correct  ?
17:29:52jayteeanyone using the new qtopia desktop
17:30:11MarkNovaknew qtopiadesktop?
17:30:37jaytee1.6 beta of such
17:31:46JasonNJmark: whatcha doin with all those Zauruses?
17:31:54jayteebut it puts the binary and libs in /opt/Qtopia
17:32:03JasonNJwarmi: not true
17:32:18jayteewhich is not where the original qtopiadesktop from the cd went
17:32:20JasonNJwarmi: in fact, we havent even determined the software stack yet, to be perfectly honest
17:32:39JasonNJright now we dont even have a prototype working yet
17:32:43JasonNJjust alpha boards
17:32:59warmiwell, I heard that if  Sharp were to go with Qte 3.x + gcc 3.x it would be very hard to keep binary compatibility
17:33:03warmiah ok
17:33:05JasonNJthats going to change quickly, however
17:33:23MarkNovakI think im going to make a Zaurus page
17:33:42warmiJasonNJ: thanks for the update
17:35:07HarlekinJasonNJ: what will change quickly?
17:35:57Neo|WorkMarkNovak: yes, a page might be good. :-P
17:37:11MarkNovaka flash page
17:37:30Neo|Workeek. :P
17:37:51MarkNovakFlash is great
17:37:54MarkNovakwww.marknovak.com
17:38:00MarkNovakthats just a layout mostly
17:38:27erikdflash!@#$
17:38:28erikdewww
17:38:32erikdkills flash
17:38:35TheMasterMind1lol
17:38:40fusion94flash sucks
17:38:46TheMasterMind1damnnnnnnnnnnnnnnnnnit
17:38:56erikdalmost as bad as gtk...
17:38:58erikdruns
17:39:06erikd;)
17:39:06Neo|Workwww.marknovak.com is has a "download plugin" button in the middle. :P
17:39:19Neo|Worknow that's because with my mozilla 1.1 the plugins aren't in the right place, but... :)
17:39:28erikdyeah, for me too
17:39:31erikdwhat's with that?
17:39:32TheMasterMind1apt-get install flashplugin
17:39:38MarkNovakit says that?
17:39:44MarkNovakyou need player version 6
17:39:48TheMasterMind1oh
17:39:53TheMasterMind1linux doesn't have flash 6
17:39:58MarkNovakoohhh
17:39:59TheMasterMind1only 5
17:39:59MarkNovakyou linux users
17:40:01MarkNovakget opera?
17:40:03fusion94: i haven't a clue
17:40:03fusion94ibot: macromedia ?
17:40:14erikdmark: it's not a browser thing
17:40:15OK, MarkNovak.
17:40:15MarkNovakibot macromedia is www.macromedia.com
17:40:19erikdit's a macromedia thing
17:40:29MarkNovakyes but, I believe opera on linux comes with the player 6
17:40:43erikdhow could it if macromedia doesn't have one?
17:40:50MarkNovakwhat?
17:41:00somebody said macromedia flash was a piece of shit and anyone that uses it should be castrated...
17:41:00fusion94ibot macromedia flash ?
17:41:01MarkNovakoh.. no flash player for linux?
17:41:05MarkNovaklol
17:41:15erikdonly flash 5
17:41:19MarkNovakI never knew linux users hated everything easy
17:41:20TheMasterMind1only flash 5
17:41:52fusion94MarkNovak: well since i primarily use WinXP and OSX i'm not sure i can be classified as "linux user"
17:42:11MarkNovakoh definately not
17:42:29MarkNovakhow can I get sound on my gameboy rom?
17:43:31numatrixMarkNovak: none of the emulators do that currently that I know of.
17:43:49erikdmark: qt is easy and linux users don't hate it :)
17:44:14numatrixMarkNovak: you've been asking about flash since you got in this channel; why would the answer be different today?
17:44:30tux_mikeerikd: well, Free SW Zealots hate Qt
17:44:30MarkNovakI didnt ask if it was supported
17:44:32MarkNovakfor Z
17:44:40MarkNovakI ask a different question about it every day there buddy
17:44:50erikdtux: ah
17:44:53erikdwell, i love qt :)
17:45:04tux_mikeloves Qt too
17:45:55MarkNovaknumatrix, go work on your gameboy emulator eh?
17:45:58tux_mikewarmip: ping
17:46:02tux_mikewarmi: ping
17:46:51numatrixMarkNovak: no, I'm gone; no more working on it, I was just about to release it, but it's pretty much identical to the work warmi already did.  :-)  Except it uses a different backend instead of sticking with gnuboy.
17:47:18numatrixbtw; warmi, did you do the asm routines for arm?  Mark said that's probably what you had done.  Good work, either way.
17:49:39George-back
17:53:27warmitux_mike: what's up ?
17:54:32tux_mikewarmi: either i answered my own question, or friggin forgot :)
17:54:53tux_mikeoh, i remember now
17:55:25tux_mikedoes it take a performance hit to switch the QPaintDevice (using begin and end) during an animation?
17:55:39TheMasterMind1humps a Z
17:55:53TheMasterMind1an imaginary Z which is actually a hot chick
17:56:09treke|ho1eget a fricken room
17:56:17TheMasterMind1lol
17:56:49warmitux_mike: I don't think so .. not much .. when you can qpainter::begin() it will basically initialize bunch of internal variables based on what kind of widget your are initializing it with
17:56:57warmiI wouldn't worry about that
17:57:06tux_mikedidn't think so.
17:57:15HarlekinOnyx4|work: ping
17:57:37tux_mikeplus i'm only painting to screen what needs to be updated.  i'm prolly gonna have to add a timer to make the animation visible :)
17:58:18warmiyeah .. all that begin() stuff is basically noise compared to time spent in drawPixmap() etc ..
17:58:59tux_mikeand you said it takes 6ms for a drawPixmap to the whole screen, so what would a 28x56 box take... :)
17:59:19warminot much
17:59:23TheMasterMind1dammit
17:59:26TheMasterMind1its 3pm already
17:59:33TheMasterMind1what kind of bullshit service is this
18:00:37comfreydoes anyone know of an icecast client ported to the Z?
18:00:44George-TheMasterMind1: lol
18:00:48TheMasterMind1those macromedia people are whores though.. haven't written flash6 plugin for linux yet
18:01:05Harlekincomfrey: yeah
18:01:30comfreycool i suppose i can get it off of the Z feed
18:01:36Harlekinno idea
18:01:40Harlekinmost are payware
18:02:16comfreydont see it however
18:02:16cutm.
18:02:25Harlekincomfrey: zradio
18:02:30Harlekincomfrey: for example
18:02:38Harlekincomfrey: some $
18:03:20comfreywhen i say client i mean something i can stream audio from the z and have it stream to the internet from an icecast server
18:03:42BigBosscomfrey: you're never gonna get enough horsepower for that to work effectively
18:03:50TheMasterMind1comfrey: that's called a server, not a client
18:04:01comfreynot in the icecast setup
18:04:04BigBosswith icecast it is confusing because there are really 3 tiers
18:04:05numatrixBigBoss: I doubt that, you probably could...
18:04:05Harlekincomfrey: thats a server
18:04:14comfreythere is a client that frrds the server
18:04:19Harlekinnumatrix: mp3 realtime encoding?
18:04:19numatrixHarlekin: it's kinda in between.  icecast has an interesting setup.
18:04:26Harlekinnumatrix:  i know
18:04:34Harlekinnumatrix: he means the "feeder"
18:04:36numatrixHarlekin: Good point; I was talking about assuming it already had the mp3's.
18:05:07numatrixcomfrey: Are you talking about plugging a microphone and wireles network card in and streaming encoded audio to a shoutcast server?
18:05:12comfreywell you might be able to feed wav and have the encoding on the server side
18:05:29comfreyshoutcast/icecast   yup
18:05:45numatrixcomfrey: The icecast setup I have doesn't allow reencoding by the server; it's all feeder side.
18:05:55numatrixcomfrey: Unless they've made newer changes to it...
18:06:04Onyx4|workmy zaurus backup says "cannot check space for backup" and i've got a whole 32mb empty CF weird
18:06:05kalldrexx...first day of school sucks
18:06:08HarlekinOnyx4|work: hey
18:06:12djkSchool?
18:06:16treke|ho1ekalldrexx: every day of school sucks
18:06:16HarlekinOnyx4|work: hows the encoding goinf
18:06:20Harlekingoing
18:06:23kalldrexxtreke|ho1e: yeah
18:06:28comfreyhmm.. there may be some way of doing it...
18:06:34Onyx4|workhavent been spending too much time since we last talked got busy
18:06:54Onyx4|workI wonder if that means it thinks there isn't enough space, or it's just something else
18:06:56djkkalldrexx: wait you will changing that thought when it over
18:07:32kalldrexxdjk: I don't mind school, it's just waking up early after summer
18:08:15djkkalldrexx: see once school is over it is up earlier every morning no summer vacations unless you become a teacher
18:08:17comfrey `possibly with pipes
18:08:29kalldrexxdjk: yeah
18:08:29djkkalldrexx: <grin>
18:08:32kalldrexxhehe
18:08:46comfreybut how to get the audio across the network is an issue.  anyone?
18:09:31treke|ho1edjk: excpt then you get the satisfaction of actually accomplishing something :)
18:10:03tux_mikedjk: and even most teachers have no breaks in summer
18:12:28cdmZzZzhey kergoth
18:12:34kergothhey
18:12:37kergothyawns
18:12:43kergothhows it goin
18:13:28tux_mikehey kergoth
18:13:41tux_mikehas made good progress with his first game :)
18:17:03Onyx4|workmy zaurus backup says "cannot check space for backup" and i've got a whole 32mb empty CF weird
18:17:10Onyx4|workany idea?
18:17:35Onyx4|workmy ram has 10mb left in it
18:17:49Onyx4|worki don't know if the ram needs to have more room to backup?
18:18:38djktux_mike: true they do like to eat
18:19:15djktreke|Hole: that satisfaction comes at school or work?
18:19:32tux_mikeactually, it's not that they don't get paid (most teachers get paid throughout the year based on salary) HS and College/Uni teachers have lots of stuff to do during the summer
18:19:59tux_mikehey ljp
18:20:09ljp_hi
18:20:47treke|ho1edjk: work for me. I didnt find school particularly satisfying
18:21:22bbeattieAnyone know what max resolution or video coding setup the zaurus can handle for mpeg4 and mplayer?  I havn't had any luck following thekompanies webpage for re-encoding files in mpeg4 and getting framereates above 3fps at a resolution of 240x130.
18:21:24djktux_mike: I was not implying that being a teacher offers laziness or an easy life. I just remember my HS teachers picking up summer jobs like running a painting crew, etc.
18:21:42tux_mikebbeattie: try the mailing list
18:21:59bbeattietux_mike: which mailing list? mplayers?
18:22:48djktreke|hole: I guess sometimes it seems like more was accomplished at school than the frustrations politics at work ;-)
18:22:56tux_mikebbeattie: i thought you meant you were using the tkc app for playing video.  i don't know anything about mplayer
18:23:46BigBossbbeattie: what is wrong with the instructions for tkcVideo?
18:24:10treke|ho1edjk: we dont have that problem too much around here. Thankfully
18:24:22fusion94BigBoss: those .dmg's work for you ?
18:25:52djkAnybody know where I can find a version of file manager that is more like explorer? I had one a while ago that replaced the Sharp one nicely but lost it.
18:26:01whardier is can't control his aggressions, He picked on others 22 times.
18:26:01warmiibot whardier
18:26:07whardier was last seen on #zaurus 1 days, 23 hours, 30 minutes and 24 seconds ago, saying: thank GOD! [Sat Aug 17 19:55:43 2002]
18:26:07warmiibot seen whardier
18:26:28djktreke|ho1e: are you at a large company?
18:26:45treke|ho1edjk: nah. Fairly small school
18:26:57treke|ho1edjk: I dont have to deal much with the large company that owns us :)
18:27:14djktreke|ho1e: a school?
18:27:48treke|ho1edjk: yes. A Photography/Filmaking school
18:28:27bbeattieBigBoss: I can't get descent mpeg4 fps on the Z using the re-encoding at a new resolution, as per
18:28:41treke|ho1eVerxWork: hah. Someone on the zaurus-general list wants a way disable the doc tab also
18:28:50VerxWorktreke|ho1e: SEEE!
18:28:54VerxWorkI am not the only one
18:28:54VerxWork:)
18:29:00bbeattieas per what thekompany has posted on their website for re-encoding video files.
18:29:27bbeattieI'm using mplayer, not tckvideo, but the performance between the two should be pretty close.
18:29:31djktreke|ho1e: Sounds like it could be a fun place to work. I always had an interest in sound engineering and radio
18:29:54djkGuess nobody has a clue on the file manager
18:30:26treke|ho1edjk: It is rather interesting
18:31:11BigBossif you're not using tkcvideo then I really can't help
18:31:33BigBossfusion94: I've got them on my HD, haven't had time to use them yet
18:31:38BigBossnever saw the dev tools go up though
18:31:59VerxWorkShawn, how long does tkcCalendar or tkcAddressBook take for you to launch on your Z?
18:32:06VerxWork(if you don't have them set to fast load)
18:33:08TheMasterMind1guess who just got a zaurus!!!!!!!!!!!!
18:33:17VerxWorkTheMasterMindl: You just bought one?
18:33:18Neo|WorkTheMasterMind1?
18:33:24djkGee did it just arive?
18:33:51TheMasterMind1yep
18:33:52TheMasterMind1RIGHT now
18:33:57TheMasterMind1hmm
18:34:00TheMasterMind1i thought it didn't have a speaker..?
18:34:08djkups is like Santa ;-)
18:34:20Onyx4|workhow do you perform a manual backup without the GUI?
18:34:27kergothTheMasterMind1: it doesnt. it does have a buzzer however
18:34:27djkyou have a speaker? or just an alarm
18:34:35BigBossVerxWork: around 5 seconds or so I guess
18:34:52VerxWorkBigBoss: Hrm.  It takes 10 to 11 seconds for me to launch them on my iPAQ
18:34:56Neo|Workdecides to read som more about JSP
18:35:11VerxWorkBigBoss: Do you have many appointments or phone numbers in yours?
18:36:24TheMasterMind1kergoth: i hear ticks whenever i type and click
18:36:32kergothTheMasterMind1: yes. buzzer.
18:37:49TheMasterMind1hmm
18:37:50BigBossVerxWork: not a whole lot at the moment
18:37:54TheMasterMind1passcode
18:37:56zeckehi all
18:38:02VerxWorkok
18:38:04BigBosswe are redoing the whole PIM engine, so I'm not too concerned just yet
18:38:08VerxWorkBigBoss: I understand
18:38:57VerxWorkBigBoss: I am just concerned because Sharp is now sending me a 5000d for the Developer Challenge, and I won't have the 64MB of my 3850 anymore for fast loading your apps
18:39:14VerxWorkBigBoss: tkcCalendar and tkcAddressBook take up over 10MB apiece
18:39:25VerxWorkand I will only have 32MB of ram, Qtopia takes up 10MB of that
18:39:26Harlekin.-)
18:39:28VerxWork:(
18:41:36VerxWorkhttp://www.joechott.com/software.php3
18:42:20TheMasterMind1this is so great
18:42:21TheMasterMind1heheheh
18:42:25TheMasterMind1how do i turn off the speaker
18:42:28TheMasterMind1err
18:42:29TheMasterMind1buzzer
18:44:38Onyx4|workwhere can I find the source of the qtopia backup program?
18:44:50Onyx4|workI'd like to dig down that error message see where it comes from
18:48:32Onyx4|workwhere does qtopia-desktop on linux stores it's backup files?
18:49:05kergothOnyx4|work: not available
18:49:18benmeyer: sorry...
18:49:18benmeyeribot vercell
18:49:20vercel is another linux pda not yet shipping. likely not shipping till Q1 next year. or located at http://www.vercel.com or at http://vercel.dsnart.com
18:49:20benmeyeribot vercel
18:49:35benmeyeribot help
18:49:48JasonNJvercel is likely not shipping period
18:51:11JasonNJthe next major linux pda is the Kaii
18:51:28tux_mikeis there a page on the stats of the Vercel or Kaii?
18:51:49JasonNJtux: vercel is nearly identical to a 5500, stats wise
18:52:00tux_mikescreen too?
18:52:08...but vercel is another linux pda not yet shipping. likely not shipping till Q1 next year. or located at http://www.vercel.com or at http://vercel.dsnart.com...
18:52:08benmeyeribot vercel is making a linux based pda on a 206 arm, with a QVGA 2320x240 color touch screen, 64 RAM, 16 ROM, CF, MMC, Internal 56k, 1700mAh battery, 2 USB host ports, mono speaker, mic, irda, and a full keyboard for msrp of $349
18:52:10JasonNJwell, screen is landscape
18:52:13...but vercel is another linux pda not yet shipping. likely not shipping till Q1 next year. or located at http://www.vercel.com or at http://vercel.dsnart.com...
18:52:13benmeyeribot vercel is making a linux based pda on a 206 arm, with a QVGA 2320x240 color touch screen, 64 RAM, 16 ROM, CF, MMC, Internal 56k, 1700mAh battery, 2 USB host ports, mono speaker, mic, irda, and a full keyboard for msrp of $349
18:52:14tux_mikecouldn't get crap from their website
18:52:14JasonNJ4096 color
18:52:30OK, benmeyer.
18:52:30benmeyeribot learn vercel is making a linux based pda on a 206 arm, with a QVGA 2320x240 color touch screen, 64 RAM, 16 ROM, CF, MMC, Internal 56k, 1700mAh battery, 2 USB host ports, mono speaker, mic, irda, and a full keyboard for msrp of $349
18:52:43ljp_umm scren res is a bit high
18:52:54...but learn vercel is making a linux based pda on a 206 arm, with a QVGA 2320x240 color touch screen, 64 RAM, 16 ROM, CF, MMC, Internal 56k, 1700mAh battery, 2 USB host ports, mono speaker, mic, irda, and a full keyboard for msrp of $349...
18:52:54benmeyeribot learn vercel is making a linux based pda on a 206 arm, with a QVGA 320x240 color touch screen, 64 RAM, 16 ROM, CF, MMC, Internal 56k, 1700mAh battery, 2 USB host ports, mono speaker, mic, irda, and a full keyboard for msrp of $349
18:53:04benmeyer: I forgot vercel
18:53:04benmeyeribot forget vercel
18:53:06...but learn vercel is making a linux based pda on a 206 arm, with a QVGA 2320x240 color touch screen, 64 RAM, 16 ROM, CF, MMC, Internal 56k, 1700mAh battery, 2 USB host ports, mono speaker, mic, irda, and a full keyboard for msrp of $349...
18:53:06benmeyeribot learn vercel is making a linux based pda on a 206 arm, with a QVGA 320x240 color touch screen, 64 RAM, 16 ROM, CF, MMC, Internal 56k, 1700mAh battery, 2 USB host ports, mono speaker, mic, irda, and a full keyboard for msrp of $349
18:53:10benmeyerugg
18:53:13benmeyerstupid ibot
18:53:16tux_mike: I forgot learn vercel
18:53:16tux_mikeibot forget learn vercel
18:53:16treke|ho1eisnt it 32MB rom?
18:53:31benmeyer16 ROM
18:53:46tux_mikeben: tell ibot "vercel is ..."
18:54:10treke|ho1emaybe its the kaii that was 32
18:55:37benmeyerwell that is what the spec sheet in front of me says
18:57:52ljp_the vercel on my desk is 16 mb rom
18:57:52Onyx4|workso since I can't do a automated backup, if I just use "tar -cvfj  tarfile.bz2 /mnt/ramfs , is that the way to do it?
18:58:36Cloudchaserhiya
18:59:42ljp_hi
18:59:58Cloudchaserheya ljp.. did you have a nice weekend?
19:00:11ljp_ya..
19:00:41Cloudchaserthats good :)
19:00:51ljp_besides getting recruited to dig some sprinkler tranches
19:00:59Cloudchaserhehe
19:01:04ljp_trenches even
19:01:20ljp_as the base of a 100+ year old maple tree
19:01:22ljp_at
19:01:29Cloudchaserack!
19:01:37ljp_having to take an axe to root
19:01:43ljp_roots
19:02:02Cloudchasersounds like loads of fun
19:02:05ljp_maple roots are about as fun to chop with an axe as a maple tree
19:02:29ljp_but I also went bowlign
19:03:36JasonNJBZFLAG: Wake up
19:03:48kergothugh
19:03:49Cloudchaserhiya JasonNJ
19:03:56Cloudchaserdid you have  a nice trip?
19:05:44JasonNJdid bzflag say he was in India this week?
19:05:55ljp_ya he's there
19:06:04JasonNJbut he's logged in?
19:06:07JasonNJfrom work?
19:06:28JasonNJdarnit.
19:06:35ljp_he was logged in the other day in Singapore airport
19:06:40JasonNJneed to get on a conf call with him
19:06:52JasonNJI guess when he gets back.
19:07:06JasonNJljp: was he flying back or flying TO india?
19:07:17ljp_to
19:07:25JasonNJdamn
19:07:32numatrixVerxWork: you there?
19:07:40VerxWorkyup, whatup?
19:07:53ljp_I have his vercel while he's there
19:08:02Cloudchaserljp is the vercel big? looks like it in bens pics
19:08:12numatrixVerxWork: it's worse though since the 32meg is split between storage and ram, you'd have a ~very~ hard time getting the tkc apps going without a memory card.
19:08:22Shawnyo
19:08:25Cloudchaserhiya
19:08:28numatrixVerxWork: you might want to consider a cheap SD card.
19:08:30VerxWorknumatrix: That sucks
19:08:45Shawnhow do I make my old nick go away?
19:08:48VerxWorkI have a 64MB MMC card right now
19:09:01killefizShawn: wait
19:09:03TheMasterMind1alright
19:09:13TheMasterMind1now i need this thing to sync
19:10:48TheMasterMind1how do i get it to suspend/sleep ?
19:10:58craigerhold [Cancel]
19:11:28icebirdheya
19:11:50TheMasterMind1ah
19:11:51TheMasterMind1gotcha
19:11:56TheMasterMind1that doesn't turn it off though right?
19:12:32kergoththat just suspends it
19:12:38TheMasterMind1nice
19:12:48icebirdhas anybody the link of a working toolchain for the Z?
19:13:00wiki is http://www.handhelds.org/z/wiki/HandheldsWiki
19:13:00numatrixibot, wiki
19:13:01TheMasterMind1whips out the linux sync tutorial
19:13:23kergothicebird: any arm toolchain should do the job. http://more.sbc.co.jp/slj/index.asp has the Embedix toolchain from lineo.. or you can grab one off of http://www.arm.linux.org.uk/..
19:14:54okay, numatrix.
19:14:54numatrixibot, wiki is also http://www.zauruszone.farplanet.net/wiki/
19:15:25George-that radeon 9700 makes me want it sooo bad :)
19:15:28ljp_serial connections with linux are more fun than serial connections with dos
19:16:03VerxWorkGeorge-: Just buy an nvidia and be done with it.  :)))
19:16:13VerxWorkGeorge-: Any screenshots of your app yet?
19:16:37George-VerxWork: not yet
19:16:48ljp_ohh screenshots are over rated
19:16:48Onyx4|workis there any trick to run ssh-agent in the bg for zaurus to not have to enter passwords in the shell
19:17:02darienmhe has an icon !!!
19:17:39George-ljp_: yup
19:17:45George-darienm: yeh, thanks to you :)
19:18:19darienmVerxWork: http://zaurus.kruss.com/files/html_editor_apps.png
19:18:28[DrEvil]kergoth: I have libc6 working up to this point
19:18:37[DrEvil]+ make -f /devel/zaurus/buildroot-oz/configs/templates/method Name=libc6 Version=2.2.4-7a Architecture=arm Section=libs Priority=required 'Description=GNU C Library' SourceTree=/devel/zaurus/buildroot-oz/build/glibc-2.2.4 IPKTMP_DIR=/devel/zaurus/buildroot-oz/build/ipktemp/libc6
19:18:37[DrEvil]/bin/sh: -c: line 1: syntax error near unexpected token `;'
19:18:53VerxWorkcool darienm
19:18:53[DrEvil]does that error look like it is coming from method?
19:18:55VerxWorktook me a second
19:18:59VerxWorkbut now that I know what it is
19:19:03VerxWorkI like it, a LOT
19:19:05Cloudchasernice icon :)
19:19:05VerxWork:)
19:19:13VerxWorkshawn, there ya go
19:19:17VerxWorkchange your nic
19:19:38TheMasterMind1heh
19:19:38George-dadada
19:19:41TheMasterMind1i can ping my zaurus!
19:19:49ljp_me too
19:19:52George-rofl
19:19:54ljp_:D
19:20:17George-that bit in LoTR when that stupid dwarf says "And my axe" always makes me crack up =)
19:20:24BigBossah, that feels better
19:20:29George-BigBoss: hah
19:21:47ljp_like stepping into an old show?
19:21:55ljp_err shoe
19:22:03icebirdhi robert_
19:22:07robert_hi icebird
19:22:33robert_mh
19:22:44robert_what is the difference between 5000 and 5500?
19:22:50craiger32M
19:22:53Cloudchaser32 meg
19:23:03Cloudchaserhehe and i think the 5500 battery is a bit better too
19:23:16robert_ram or rom?
19:23:19Cloudchaserram
19:23:32TheMasterMind1hmm. how do i get it to use my laptop as the default gw..
19:23:41TheMasterMind1or edit inet.d to enable telnet
19:23:44i heard howto was at http://www.zauruszone.com/howtos/
19:23:44Cloudchaseribot howto
19:23:50Cloudchaserlook there
19:24:05TheMasterMind1thanks
19:24:14i guess java is at (Link: http://www.blackdown.org)http://www.blackdown.org or at (Link: http://www.javasoft.com)http://www.javasoft.com or at (Link: http://www.savaje.com)http://www.savaje.com or at (Link: http://www.pocketlinux.com)http://www.pocketlinux.com or at (Link: http://java.sun.com)http://java.sun.com or at http://www.insignia.com
19:24:14Sniperibot java
19:24:28no idea, tenchi
19:24:28Tenchiibot:  how to get fucking rom 2.38 to sync via wireless?  how to get sharp to admit that wireless syncing is a necessary feature?
19:24:41Cloudchasertenchi you don't
19:24:46Cloudchaserthey disabled it
19:24:52Tenchiyeah they need to reenable it
19:25:03killefizit's enabled in the linux version of qtopia-desktop
19:25:03Sniperrenable it means security hole
19:25:26George-Sniper: pah,how?
19:25:30icebirdwb robert
19:25:33robert_re..
19:25:34Tenchithey need to reenable it w/o security hole
19:25:41Sniperyeah.. thats the ideal situation
19:25:42Tenchiala tcp wrappers or something
19:25:50robert_how much ram did the 5000er have?
19:25:53Cloudchaserthat's why i sutck with 2.37
19:25:57Tenchiit's not frickin hard... did they write their own ftp server that handles the syncing or something?
19:25:59Cloudchaserer stuck with 2.37
19:26:07WintreTenchi: Yes
19:26:11Tenchii dont think 2.37 works with the larger SD cards from SanDisk :(
19:26:11sjohnsonrobert_: 32MB of RAM
19:26:17Wintreleaps in without reading the whole converation ;)
19:26:20Cloudchasernope but i don't have large one
19:26:28robert_i thought the 5500 has 32 mb
19:26:28TheMasterMind1hmm. but how do i add a default gw etc to my Z if i don't have shell or telnet access
19:26:32George-Tenchi: you just copy across the new SD modules...
19:26:34Tenchithey need to rewrite the ftp server to use tcp wrappers :)
19:26:35Sniperhow about 2.38 with the security fix ripped out?
19:26:36Cloudchaserrobert it has 64mb ram
19:26:40JasonNJtenchi: just copy the sharp_mmcsd driver over
19:26:46JasonNJfrom the 2.38 rom
19:26:47robert_ah ok
19:26:52Tenchihmmm
19:26:57Tenchiwhat else does 2.38 have that 2.37 does not ?
19:27:13JasonNJsd driver and security fix are the primary changes
19:27:26Tenchiactually im kinda paranoid about running the Z w/o proper security
19:27:30George-JasonNJ: how is disabling wireless a security fix?
19:27:36George-JasonNJ: i mean, wtf was wrong with it
19:27:40Tenchiesp cuz i use it in places where i'm sure there are little jerky scriopt kiddies
19:27:47JasonNJGeorge: the wireless is not actually disabled.
19:27:53JasonNJJust the sync port is disabled.
19:28:03JasonNJyou can do all the other wireless stuff.
19:28:16JasonNJthe wireless sync was never officially supported anyways
19:28:22George-JasonNJ: how is disabling wireless sync a security fix?
19:28:40Tenchiwireless sycning is awesome though
19:28:46JasonNJGeorge: dude, we're tech support, not engineering.
19:28:54VerxWorkguesses that JasonNJ is quite tired of answering such questions. . .
19:28:56George-JasonNJ: hehe
19:28:57JasonNJI dont know why they did that.
19:29:13Tenchithey probably did it cuz they were pissed off that the Z's security problem was so highly publicized
19:29:24George-JasonNJ: any idea when mac stuff will be released?
19:29:32George-Sniper: i emailed Craig Keithley
19:29:33icebirddoes the Z use jffs or a cramfs for the rom?
19:29:35Tenchi"we'll fix em... we'll make it so secure they wont even be able to sync via wireless"
19:29:36JasonNJyeah, we are looking about 2 weeks or so.
19:29:45Snipergeorge: did craig email u back?
19:29:51George-Sniper: and I got a reply for an experimental driver for CDCEther
19:29:59VerxWorkicebird: I believe the Sharp roms use cramfs, while the OZ roms use jffs2
19:30:07George-Sniper: and it apparently only works with class complaint devices, and the Z isn't class compliant
19:30:19Sniperthe driver needs to be 'tweaked'
19:30:22icebirdOZ==OpenZaurus ?
19:30:23George-Sniper: I can get hold of it, but I don't see any point, as CDCEther is old, isn't it?
19:30:32George-usbdnet is the new way isn't it?
19:30:44tux_mikewarmi: ping
19:30:59George-Sniper: define "tweaked" :)
19:33:02mdzicebird: yes
19:33:55Snipertweaked means everything you sent me in that email
19:33:59VerxWorkicebird: Yes, sorry, was away from my desk for a bit there
19:34:10icebirdnp ;)
19:34:25TheMasterMind1sits here confused
19:34:35warmitux_mike: aha ?
19:34:47George-STOP SPAMMING ME LILO
19:35:03XenithYou know, there *is* this thing called /ignore ;-)
19:35:09warmiGeorge-: lilo is just trying to come up with gis grocery money
19:35:13warmigis -> his
19:35:15George-warmi: haha
19:35:40warmiGeorge-: I am not kidding
19:35:45ljp_: excuse me?
19:35:45ljp_ibot: shoot me
19:35:46warmihe really is
19:35:56George-warmi: ?
19:36:05George-warmi: He's trying to make a living out of running OPN?
19:36:07Cloudchaserhe wants to earn his living hosting
19:36:08Cloudchaserright
19:36:13Cloudchaserexactly
19:36:21George-WTF?
19:36:27George-OPN is going commercial
19:36:29JasonNJwe should run our own irc server
19:36:33JasonNJzaurusNET
19:36:35Cloudchasernods
19:36:35George-JasonNJ: haha
19:36:39George-JasonNJ: OFTC
19:36:46ljp_I'm a good host.. I serve puch and wine and briskettes
19:36:54Cloudchaserhaha
19:37:01George-ljp_: LIES!
19:37:05JasonNJdont laugh, I may have fusion94 put up an IRC
19:37:17ljp_ok rum and rum and crunchy things
19:37:20George--FUNDRAISING- [Global Notice] Hi all.  Welcome back, Linuxworld attendees!  As you may be aware, OPN has changed its name.  We're now freenode (http://freenode.info/faq.shtml#namechange).  Have a great evening! :)
19:37:21George-hrmm
19:37:26George-JasonNJ: There's always OFTC
19:37:29warmiGeorge-: that's what I read
19:37:36George-warmi: da
19:37:38warmihe is basically living off donations
19:37:38JasonNJdalnet and undernet
19:37:44George-warmi: he sucks
19:37:46George-warmi: hehe
19:37:48George-JasonNJ: ?
19:38:11George-haha.. irc.lilofree.net
19:38:41George-yo
19:38:48George-treke's on #Zaurus on OFTC :)
19:38:53George-lol
19:39:21tux_mikelilo should be shot.
19:39:35George-tux_mike: you should be shot
19:39:36George-*g*
19:39:39George-BANG
19:39:51tux_mikeyes, but that's a whole different story
19:40:01George-lol
19:40:10George-everyone migrate to OFTC!
19:40:17JasonNJwhips out a kalashnikov and sweeps the entire channel
19:40:31JasonNJAAAAAAAAAAAAAAAAAAAAAAAAAA!
19:40:37George-lol
19:40:40George-I'm serious
19:40:40George-;)
19:40:48tux_mikeOFTC?
19:40:55JasonNJwhat is oftc?
19:40:56George-Open Free Technology Community
19:41:00George-it's like OPN
19:41:03George-irc.oftc.net
19:41:09JasonNJsounds like a bunch of hippies.
19:41:14George-lol
19:41:28George-they're apparently getting a sourceforge-type branch going at the moment
19:41:45JasonNJlike a commune full of c++ programmers that wear hemp clothing
19:41:46George-looks like a viable alternative to OPN/SF when done
19:41:54Cloudchasergeorge: i've got 80% app cpu usage going on right now and only sysinfo running
19:41:54George-JasonNJ: just like OPN :)
19:42:03tux_mikehemp clothing.  *shudder*
19:42:03George-Cloudchaser: strange, go scream at kergoth :)
19:42:19Cloudchaserwhen i turned on my z package manager was open
19:42:23George-is .info free? :P
19:42:25Cloudchaseralthough i closed it yesterday
19:42:40fusion94George-: SF has nothing to do with opn
19:42:40Cloudchaserand used it earlier today to get phone numberes and it wasn't open then
19:42:44Cloudchaserits very odd
19:43:20darienmCloudchaser: Could you have bumped the center of the d-pad?
19:43:21ljp_is a c++ programmer hippy that wears hemp clothing ;)
19:43:23George-fusion94: I never said it was
19:43:41George-fusion94: but most projects use SF for hosting/maintainance, and OPN for real-time support etc
19:43:47Cloudchaserdarienm maybe i did, what does that do?
19:43:55Cloudchaseri think i hit it to open a contact earlier
19:43:56fusion94George-: and settng up a sf-type branch isn't trivial
19:43:58darienmCloudchaser: launches the currently 'selected' application
19:44:04George-fusion94: I know
19:44:13TheMasterMind1gah! where do i upload an ipkg so i can install it?
19:44:18George-http://www.oftc.net
19:44:22Cloudchaseri was in address book at the time
19:44:30fusion94thinks the oftc ppl are crackheads
19:45:06Cloudchaserdarienm maybe that is what happend but i did close the open app and cpu usage still at 80%
19:45:29Cloudchaseri'll have to reboot to free it up
19:45:30BigBossTheMasterMind1: I'm pretty sure if you jam the ipkg as far up your ass as possible, it will install itself onto the zaurus
19:45:31George-fusion94: lol, not as bad as lilo :)
19:45:33BigBoss:)
19:46:06George-BigBoss: your tech support has been rated 5/5 by George Wright Retarded Ratings
19:46:13Cloudchaserhehe
19:46:53BigBosswell thanks George-
19:46:57fusion94George-: they are all the same imo
19:47:24George-fusion94:
19:47:25George-?
19:49:13JasonNJBig: can I quote you on that in our next developer newsletter?
19:49:26vforge37hello all
19:49:34cdmhey JasonNJ
19:49:43Cloudchaserhiya vforge37
19:49:47vforge37heya
19:49:49JasonNJ"Installing Packages Up Your Ass: dealing with the Qtopia Package Manager by Shawn Gordon"
19:50:14JasonNJcdm: how goes the QNX?
19:50:28JasonNJgot anything for us to play with yet?
19:51:01BigBossJasonNJ: please do, I'm always happy to share my great wealth of knowledge with the less fortunate
19:51:03George-cdm: you're porting QNX?
19:51:05vforge37could someone tell me if it's possible/how to make gnuboy's screensize larger on the zaurus?
19:51:07George-BigBoss: LOL
19:51:22Snipercdm: hi
19:51:26well, Sniper is a Sharp marketing slave or will be at LinuxWorld
19:51:26Harlekinibot: Sniper
19:51:28JasonNJvforge: magnifying glass?
19:51:34Harlekinhmm
19:51:35KinetixGeorge- is a butthead
19:51:36George-Harlekin: you rude rude man :)
19:51:41Harlekinmaybe i should remove that scriptt
19:51:44George-Kinetix: WTF?
19:51:48vforge37hehe, yeah that's what I'm gonna have to resort to :)
19:51:54George-;)
19:51:57KinetixGeorge-: Shut up, butthead.
19:52:04George-Kinetix: da da da
19:52:15erikddo be do
19:52:19George-hey guys, who's Kinetix :)
19:52:21JasonNJI feel the love
19:52:36erikdhugs #zaurus
19:52:37icebirdsharp uses qtopia, OZ uses ??
19:52:44JasonNJqtopia
19:52:46mickeylicebird: opie - what else?
19:52:56George-hrmm
19:52:56JasonNJor rather OPIE, which is qtopia on steroids
19:52:58George-erikd: hehe
19:53:00Harlekinicebird: opie
19:53:04George-Opie rox
19:53:08erikdgeorge scared 'em off =/
19:53:10George-Opie ownnnzzzzzz qtopia
19:53:10icebirdopie is open?
19:53:12erikdor maybe i did
19:53:15killefizI need your opinion. I was arguing with benmeyer if it makes sense to have more "icons" in from of the application in the zsi-applist (there is now only a screenshot icon). We were talking about a source button, a ipk button and a homepage button - what do you all think?
19:53:17George-erikd: lol
19:53:32Offers copying, mastering and manipulation of CD tracks. URL: http://cdm.squidge.nu
19:53:32Sniperibot cdm
19:53:43George-Sniper: haha
19:54:11erikdcodes more
19:54:13erikdonly 4 days left =/
19:54:31sniper is a Sharp marketing slave
19:54:31George-ibot sniper
19:54:46sniper is probably a Sharp marketing slave
19:54:46George-ibot sniper
19:54:48warmi was last seen on #zaurus 17 minutes and 10 seconds ago, saying: he is basically living off donations [Mon Aug 19 20:37:38 2002]
19:54:48numatrixibot seen warmi
19:54:50George-haha
19:55:01warminumatrix: what's up ?
19:55:09numatrixvforge37: warmi would be the guy to ask
19:55:25numatrixwarmi: Just out of curiosity, did you do the asm conversion to get gnuboy up to speed on the zaurus?
19:55:27darienmkillefiz: more icons are useless for the people viewing your list.
19:55:29erikdwarmi: was that about lilo? :)
19:55:39warmierikd: yeah
19:55:42numatrixIE, convert the x86 asm routines to arm to get the extra speed boost?
19:55:50JasonNJit would be cool if gnuboy scaled to screen size
19:55:53darienmkillefiz: screenshots are useful, source, licensing, fee, etc not useful
19:56:13warminumatrix: no .. I just wrote very small ( 6 lines) arm ASM routine from scratch
19:56:19vforge37thanks numatrix
19:56:20numatrixdarienm: I don't know, fee, source, licensing, I've cared about all of those things for particular software at one point or another.
19:56:30Cloudchaserit would be cool if i could find  gbc roms :)
19:56:34icebirdis it possible to boot from the SD card?
19:56:40icebirdor MMC
19:56:41JasonNJice: no
19:56:44vforge37numatrix: unfortuneately I just realized that all the screenshots are of that same resolution, so I guess not
19:56:45warmiit is very simple .. the speedup is mostly from ommiting QImage mess and not because I used that asm code ..
19:56:47Harlekinwho was the one testing some days ago op² for me on retail rom=
19:56:47JasonNJbut you can boot from CF
19:56:48Harlekin?
19:56:51treke|ho1eGeorge-: I logged onto oftc last night, and my client automatically logs onto all those channels :)
19:56:58numatrixwarmi: Even still, good job.  I made a port of an SDL gb app that I was ~just~ about to release when you released that... :-)
19:56:58vforge37Cloudchaser: I just found a site today that's a gem for gb roms :)
19:57:06numatrixwarmi: Have you tried it at SET SCALE 1.5?
19:57:15TheMasterMind1: sorry...
19:57:15TheMasterMind1ibot: zsi feed
19:57:17somebody said zsi was http://killefiz.de/zaurus/
19:57:17TheMasterMind1ibot: zsi
19:57:17George-treke|ho1e: hehe
19:57:22sniper is probably a Sharp marketing slave
19:57:22George-ibot sniper
19:57:27warminumatrix: nah .. my code only handles 1
19:57:28George-:)
19:57:37warminumatrix: but I could change that
19:57:47warminumatrix: how's the speed of SDL version
19:57:54darienmnumatrix: that info is still on ZSI, just one click away
19:57:54numatrixwarmi: Ok, maybe I'll make that the goal of my project then.  I was working on it for the development challenge, but now... <shrug>
19:57:55icebirdis it possible to boot from a serial connection?
19:58:05TheMasterMind1can the zsi be used as a feed?
19:58:05JasonNJice: no
19:58:09numatrixwarmi: It's almost exactly the same as yours except some B&W are slower.
19:58:27icebirdJasonNJ: why not?
19:58:38warminumatrix: you mean you were working on Qtopia gnuboy for Sharp dev challenge ??
19:58:54killefizTheMasterMind1: no - that might change in the future - i keep everyone who want's that feature to implement it and someone seems to have started
19:58:59JasonNJyou mean boot the OS from a serial connection, not view the console over serial while booting, right
19:59:08icebirdjep
19:59:16JasonNJright, you cant
19:59:17qnx is a realtime platform - a hybrid that represents a cross between a realtime operating system and a platform OS. or at http://www.eugeneteo.net/files/sites/ipaq/
19:59:17George-ibot qnx
19:59:18numatrixwarmi: It's a different emulator, but yeah.  One of the 'suggest your own topic' categories.
19:59:29icebirdok, it'd be slow, but nice
19:59:31George-wtf is a realtime OS?
19:59:39numatrixSpeaking of which, is sniper around?
19:59:41warmiuh .. I didn't know that .. sorry :-)
19:59:42sniper was last seen on #zaurus 6 minutes and 10 seconds ago, saying: ibot cdm [Mon Aug 19 20:53:32 2002]
19:59:42numatrixibot seen sniper
19:59:45JasonNJgeorge: processes run in real time
19:59:51Sniperqnx is realtie
19:59:53warmihow's the sound in your version ?
19:59:54George-JasonNJ: Is LInux like that?
19:59:56JasonNJthe scheduling works differently
19:59:57warmidoes it work fine ?
20:00:01JasonNJno, Linux is not like that
20:00:05JasonNJmost unices are not
20:00:34George-what's so good about realtime?
20:00:35warminumatrix: btw .. gnuboy has very unfortunate architecture which just doesn't lend itself well for zaurus screen orientation
20:00:38George-Is Windoze real time?
20:00:44JasonNJno, Windows is not
20:00:46treke|ho1eGeorge-: Its important for certain tasks
20:00:51numatrixSniper: you see my conversation with warmi regarding my contest entry?
20:00:53George-treke|ho1e: such as?
20:01:03treke|ho1eGeorge-: When you need to be able to guarantee that something is done within a certain time frame
20:01:06JasonNJthinks like medical equipment and telephony switches require an RTOS
20:01:12warmiit updates line by line .. in a loop which means I cannot apply optimizations when rotating output ( the way SDL blit does)
20:01:15treke|ho1elike medical equipment
20:01:31George-oh
20:01:53numatrixwarmi: That explains why the SDL port works better.  Doesn't gnuboy have sdl code included though?
20:02:07Snipernumatrix: no
20:02:08treke|ho1eGeorge-: http://icculus.org/~chunky/project/
20:02:08numatrixwarmi: Relatively sepaking that is; I would expect the asm one to go faster otherwise.
20:02:15mickeylkillefiz: is embedded html or special tags supported in the Long Description ?
20:02:28George-what's the point in running QNX on a Z?
20:02:44Snipernumatrix: what it in regards to the gameboy?
20:02:44warminumatrix: it does but I just concentrated on Qtopia version written by the original author ..
20:02:48numatrixwarmi: In the source I downloaded, it had a sys/sdl directory, so I figured it would
20:02:51killefizmickeyl: html works
20:03:01warmibtw..  I have feeling I could make yours even faster using ASM
20:03:15warmiwith gnuboy I can't do much without rewriting entire graphic pipeline
20:03:17mickeylkillefiz: aah fine. then i can insert some more <p> to make the description nicer to read.
20:03:35warmithe way it is written I can only update 1 pixel at a time 2 byte writes into memory
20:03:45numatrixSniper: yeah; that was going to by my dev challenge entry.  In fact, I have my entry done but it uses a different backend than warmi's.  But his kinda obsoletes mine since he released it earlier.  Should I still work on mine?  I'm also looking an an nes emulator, but that would take me more time.  :-(
20:04:16warminumatrix: hold on man .. does your play sounds ? gnuboy has still issues with sound code
20:04:18Snipernumatrix: is warmi's different or much better?
20:04:21numatrixwarmi: That might be cool, or maybe scaling would work better; though gnuboy does have some nicer options, and I think the colors are a little better.
20:04:41warmiperhaps it is better to work off his version
20:04:45numatrixwarmi: The one I'm working on doesn't emulate sound.  At least, if I remember correctly the sound emulation uses floating point so I had ignored it before.
20:05:02TheMasterMind1stupid usbdnet stops working after a while
20:05:08Snipernumatrix: hmmm well im just looking for production quality stuff  - nes emulator would rock
20:05:21warmiah ok ..  well, is the source code secret or would it be possible to take a peek at it ?
20:05:25numatrixSniper: mostly different; almost no functional difference whatsoever.  Almost identical speeds (except on a few games), his color balance seems to be better, but other than that they're identical.
20:05:50numatrixwarmi: It's not secret in the least; I didn't write it myself, I'm merely working on an existing sdl app... I'm not so much of a coder myself.
20:05:52Snipernumatrix: well id hate for u to throw away all the work u did.. can you propose something ?
20:06:20warminumatrix: can you send me the code .. I just wanted to see if I can apply some asm there :-)
20:06:29JasonNJGeorge: its an alternative PDA OS that has some interesting industry applications.
20:06:34numatrixSniper: I'd really like to get the nes emulator working.  I've got it running now, but I'm having some trouble with the graphics.  Let me just see if I can get the NES one up to speed and if not, I guess I won't worry about it.
20:06:34warmiperhaps we will be able to make this one even faster
20:06:51tux_mikedamn.  I hate geometry
20:06:59numatrixwarmi: Sure, that would be cool.
20:07:00warminumatrix: what kind of graphics problems ?
20:07:05tux_mikenumatrix: what are you working on?
20:07:13JasonNJa GBA emulator would run even faster than a Gameboy one on the Z
20:07:16numatrixtux_mike: fce/ultra sdl port to the zaurus
20:07:23warminumatrix: can you email the tar ball to warmi@warmi.net ?
20:07:24tux_mikesweet :)
20:07:35numatrixJasonNJ: the only SDL GBA emulator I've found I can't get the source too... :-(
20:07:48tux_mikenumatrix: you try mailing the guy?
20:07:51numatrixwarmi: I don't know exactly; I'll tell you in query.
20:07:56tux_mikethere are other linux ports
20:07:58warminumatrix: yeah I saw that one as well .. there is a version for Linux but binary only
20:08:02numatrixtux_mike: Not yet, I was planning on it, but someone more able than myself should probably persue it.
20:08:10tux_mike:)
20:08:16tux_mikethat's why i never did it
20:08:19numatrixwarmi: yeah, so that might be worth it.
20:09:09JasonNJa good GBA emulator on the Z should only emulate the support chips not the cpu
20:09:19scribeHey guys, can OpenZaurus really connect via IrDA to an ISP?
20:09:25JasonNJsince you dont need to emulate the CPU
20:09:40cdmJasonNJ: sure ya do - since it is running 16bit thumb code. ;)
20:09:51JasonNJyeah, but I mean, its an ARM 7
20:10:10scribeI setup a connection to my ISP, but can't figure out how to 'connect'  There's not [Connect] button, or anything, that I can find
20:10:29tux_mikecdm: i thought GBA was running at 32 bit?
20:10:30cdmJasonNJ: sure - but I don't think you can do mixed mode code.  You are either in Thumb or you are not.
20:10:40cdmtux_mike: it can - depends on the game.
20:11:13JasonNJcdm: it loads its OS from the cartdridge?
20:11:46cdmJasonNJ: No OS.
20:11:51tux_mikejason: there is a bios
20:12:07JasonNJcdm: its on the metal machine code?
20:12:21cdmyep.
20:12:25cdmyou can get a development kit.
20:12:26JasonNJthat must be fun to develop for.
20:12:44cdmJasonNJ: pretty much how all the consoles work.  They give you a library for routines.
20:12:49cdmand there is a BIOS.
20:13:05JasonNJcdm: well, except for X box
20:13:12JasonNJdoesnt PS2 have an OS?
20:13:22tux_mikefeels acomplished for the day.  10.5k of coding done :)
20:14:09tux_mikejason: i think it's about as much as you can call any BIOS an os. :)
20:15:31Wemblytux_mike: some bios's more then others :)
20:15:58Wemblyjasonnj: how's the xbox work?
20:16:07JasonNJwembly: it runs on Win2K
20:16:11Wemblyoh fun.
20:16:16Wemblywith its pos hd?
20:16:19tux_mikeWin2k embedded
20:16:20JasonNJyep
20:16:29icebirdit runs on linux too
20:16:34JasonNJice: sort of.
20:16:34Wemblyhas anyone upgraded it?
20:16:35HarlekinOnyx4|work: ping
20:16:36Wemblythe hd that is
20:16:42JasonNJice: not without a LOT of work
20:16:51Snipernuma: do your best and drop a line
20:16:54tux_mikeice: only if it's modded, and not very well at this point
20:17:15icebirddunno, there's a project and they have a iso which boots linux on a Xbox
20:17:25icebirdand i also think it's unmodified
20:17:34JasonNJno, it needs a mod
20:17:41tux_mikeneeds a mod
20:17:41JasonNJto run untrusted code off the CD
20:17:44treke|ho1eicebird: it needs a mod chip. And it probably wont be all that useful until someone writes a video driver for it
20:17:55icebirdmh ok, but the mod chip is cheap and easy to install
20:18:07JasonNJright now the only console that runs linux reliably is teh PS2
20:18:19treke|ho1eDefine "easy". If it requires soldering, I wouldnt call it easy :)
20:18:19JasonNJbecause its a SONY condoned and produced product
20:18:32tux_mikeand that's not all that good.  you get access to about nothing
20:19:06icebirdtreke|ho1e: you have to solder it together, but it's a trivial task done in ~1 hour, maybe less
20:19:10JasonNJactually the Dreamcast runs Linux well
20:19:21JasonNJbut I have never tried it personally
20:19:25treke|ho1eicebird: You dont know my soldering skills :)
20:19:26tux_mikeyah
20:19:42Harlekinget your xbox server today
20:19:44treke|ho1edjk-hw: Sorry, dont know much about cameras. I just know the d1x's are popular around hear
20:19:46George-JasonNJ: Sony suck
20:20:01icebirdtreke|ho1e: ok, that's true ;)
20:20:18JasonNJgeorge: be it as it may, they are not a company I want to underestimate
20:20:41tux_mikewell, time for me to go home
20:20:48JasonNJme too
20:20:56George-JasonNJ: have you seen their OS policy on their Vaio range?!?!
20:20:57djk-hwtreke|ho1e: Thanks I was hoping for a IRC suggestion.  Hope lunch was good
20:21:04treke|ho1edjk-hw: it was
20:21:10JasonNJwife is making fresh sphagetti sauce that has been simmering all day
20:21:10George-"Change the OS and your warranty fizzles out"
20:21:38treke|ho1eGeorge-: What do you expect?
20:21:54JasonNJmost laptop manufacturers do not support anything other than the original shipping OS on their laptops
20:22:03JasonNJdue to the complexity of the install
20:22:12djk-hwJasonNJ: stop it I'm already hungry ;-)
20:22:12JasonNJthe OS drops are usually highly customized
20:22:14treke|ho1eGeorge-: Changing the OS could in theory cause hardware issues, not to mention OS support calls
20:22:51JasonNJTo my knowledge only Dell and IBM support Linux officially on their laptops
20:23:01djk-hwJasonNJ: If you need some good fresh Jersey Tomatos my Dad's garden will be over flowing soon. Boy are they good
20:23:06treke|ho1eand they probably will only support the install they give you
20:23:14JasonNJdjk: mine came from my garden
20:23:20JasonNJbut hey, I can always use more.
20:24:27djk-hwJasonNJ: nothing like fresh Jersey beats those styrofoam ones in the grocery during winter
20:24:51JasonNJyeah
20:24:54JasonNJwe freeze most of ours
20:25:36djk-hwlittle hard to slice them up and eat them raw when frozen ;-)
20:26:14JasonNJyeah, most of the freezing is for the romas
20:26:16JasonNJfor sauce
20:26:25djk-hwthis is the first year ages he did a garden. He forgot a little is a lot
20:26:25JasonNJwe eat the heirlooms
20:26:36George-is having a dynamic IP on ADSL bad?
20:26:45numatrixGeorge-: doesn't have to be.
20:26:52djk-hwGeorge-: no
20:26:59George-numatrix: ok, what's good about having a dynamic? :)
20:26:59djk-hwWhat is the lease
20:27:05George-lease?
20:27:21treke|ho1eGeorge-: Depends on whether or not you need an unchanging ip
20:27:24djk-hwthe time that the ip will expire without use
20:27:42George-djk-hw: uhm, I dunno
20:27:54treke|ho1edjk-hw: ADSL has a nasty habit of being pppoe, which means you dont really have a lease
20:27:54djk-hwGeorge-: windows or linux?
20:28:05djk-hwoh
20:28:18George-ADSL is pppoe, yes
20:28:33treke|ho1eyou your lease lasts as long as you stay logged on
20:28:40djk-hwwell getting a new ip each time could be good from a security view point at least you're a moving target
20:28:59numatrixGeorge-: I never said it was good, just that it wasn't necessarily bad.  :-)
20:29:20numatrixdjk-hw: Hmm, good point; that could be an advantage...
20:29:28djk-hwGeorge-: you want a static if you are running a server of some kind otherwise it should not matter much
20:29:35George-djk-hw: hrmm
20:29:37scribeanyone do any work on the graphical package installer?
20:29:38treke|ho1eits more of an annoyance to me. Not really bad
20:29:41George-djk-hw: I *might* want to run a server :)
20:29:52treke|ho1eGeorge-: well then it wont work very well
20:30:09treke|ho1eAt least from my experience, my ip changes every few days
20:30:25djk-hwGeorge-: then you will probably have to upgrade your service or find a hosting company
20:30:46George-hrmm, ok
20:31:16djk-hwGeorge-: or there is a DNS server that allows you make quick update that you could use to keep youdhcp address in dns
20:31:46djk-hwJasonNJ: when is dinner served ;-)
20:32:52George-http://www.adslguide.org.uk/isps.asp?action=prodinfo&retail_id=364 <-- I'm looking into getting that :)
20:33:58ciaolinuxdid anyone heard anything about the challange? are there any news?
20:34:22George-ciaolinux: go scream at Sniper :)
20:34:39ciaolinuxGeorge-: why? what happened?
20:34:46djk-hwoff to dinner
20:34:52George-ciaolinux: he's the guy organizing it hehe
20:35:22ciaolinuxGeorge-: did you send him anything? I have send the app to meyerb@sharpsec.com
20:36:02George-not yet
20:36:03scribeHey guys, what bluetooth devices does the Z support (current distro of OpenZaurus)?
20:37:16ciaolinuxGeorge-: did you hear from anybody that had an answer from them?
20:37:30George-nope
20:38:17[DrEvil]ok
20:38:21[DrEvil]who deleted kergoth
20:38:42George-ME
20:38:49[DrEvil]don't do that
20:38:53zeckeHarlekin: let's have some fun now
20:38:55[DrEvil]I need him to help troubleshoot this
20:38:55George-BigBoss installed kergoth.ipk up his ass
20:38:58George-*g*
20:39:20Harlekinzecke: one more bug to go
20:39:32[DrEvil]plenty of room there
20:40:18[DrEvil]cramfs
20:40:22BigBossGeorge-: it's only funny the first time :)
20:40:23sjohnsonscribe: Look at http://www.holtmann.org/linux/bluetooth/devices.html  . That a good, current status of various BT cards.
20:40:33George-BigBoss: ass hole! :)
20:40:53zeckeHarlekin: two :(
20:41:04Harlekinzecke: ohoh
20:41:18George-I gtg
20:41:25HarlekinGeorge-: wait
20:41:30George-Harlekin: oh?
20:41:30HarlekinGeorge-: beta testing
20:41:31Harlekin.-)
20:41:34George-for what?
20:41:38HarlekinGeorge-: op²
20:41:38George-op²?
20:41:41George-ok
20:41:42George-hang on
20:41:51HarlekinGeorge-: since you did yesterday you get served 1 h early
20:42:08George-LOL
20:42:16TheMasterMind1are the 192.168.129.20x ips arbritarily chosen?
20:42:23George-ARe there any new codecs?
20:42:27George-is the codec ipk new?
20:42:39Harlekin0.2.1
20:42:40Harlekinyes
20:42:48Harlekinwith working shoutcast/icecast (internet radio)
20:42:55George-Harlekin: ok
20:43:07George-Harlekin: is the ipk on your site the newest?
20:43:20TheMasterMind1stupid usbdnet.. stops working after a while
20:43:26George-uh wait
20:43:30George-yeh it is
20:43:32George-slaps self
20:43:33HarlekinGeorge-: y
20:44:17George-stop saying "y"! I think it's "why" :)
20:44:18George-hehe
20:44:30George-stick the "y" up Harlekin's left nostril
20:44:37zeckeHarlekin:I like Gunter Barsch video streaming  approach
20:45:04Harlekinpets little Georgy
20:45:06zeckeOT:somebody willing to buy me a new notebook?
20:45:18George-Harlekin: ass
20:45:21George-:)
20:45:28George-zecke: I'll give you my 386SX... 33MHz
20:45:32George-haha
20:45:57George-Harlekin: Send me those logs when I'm 18, and I'll kill you :)
20:46:00zeckeGeorge-: get me a skiff cluster....
20:46:05George-OK
20:46:07George-I'm off
20:46:15George-zecke: I'm 14, I'm broke, I've no money, don't ask me!
20:46:23zeckeGeorge-: there a some people that will neber turn 18
20:46:29George-haha
20:46:31George-gtg
20:46:33George-byeeee
20:46:36George-Harlekin: I'll try it out
20:46:56craiger192.168.129.20x   hardcoded in the hotplug script for usbd..
20:47:02craigeradd default route in there too
20:47:23zeckeHarlekin: but the getenv was a no brainer......
20:47:37Harlekinhehe
20:47:41Harlekinnot my fault
20:47:59zeckeHarlekin: I know.... cvsblame is securing you're ass on this issue...
20:48:02Harlekinwarum segfault bei exit
20:49:22TheMasterMind1craiger: i cant' change that to 1.2.3.4 etc?
20:49:29kalldrexxanyone here good with qt?
20:49:53zeckeHarlekin: let's create a hall of shame....
20:49:57craigerTheMasterMind1: sure you can
20:50:07TheMasterMind1oh
20:50:07TheMasterMind1ok
20:50:10TheMasterMind1so that's not the problem
20:50:32craigersee /etc/hotplug/net.agent if you want to hack the default IP
20:50:36Harlekinzecke: let put qte keyboard code of far top
20:50:38darienmhttp://www.apple.com/powermac/  <-- Yum !
20:50:40Harlekinunreachable
20:50:59darienmwith dual 1.25 GHz
20:51:07craiger(add a route statement after that default IP too)
20:51:10zeckeHarlekin: no it's a hack
20:51:12TheMasterMind1craiger: i have to change it on the zaurus right.. i can just use the network properties dialog
20:51:20craigerscrew the net properties..
20:51:24TheMasterMind1its working fine.. i can ping it
20:51:27craigeri'm talking about the IP over USB default..
20:51:29TheMasterMind1i don't have a console yet
20:51:31craigerah, cool
20:51:35craigerif you're pingin' you're good
20:51:37TheMasterMind1the thing is
20:51:40TheMasterMind1after like 2 minutes
20:51:42TheMasterMind1i can't ping it anymore
20:51:48TheMasterMind1it works for a bit but then the connection breaks
20:51:51craigerIP over usb?
20:51:57TheMasterMind1if i take usb0 down for a bit and then back up
20:51:59TheMasterMind1it works again
20:52:01TheMasterMind1yea using usbdnet
20:52:04craigerpowerd up?
20:52:10craigernot suspending?
20:52:13TheMasterMind1yep
20:52:16craigerit shouldn't suspend in a powered cradle..
20:52:17craigerhmm.
20:52:18craigerdunno
20:52:19mickeylis leaving for a while...
20:52:21TheMasterMind1yea
20:52:23TheMasterMind1its being weird
20:52:26craigermine stays up all day
20:52:31TheMasterMind1i think i'm going ot try ppp over usb
20:52:40craigerrun ifconfig on your linux box
20:52:42craigerer.. "ifconfig -a"
20:52:44craigerlook for usbd0
20:52:49TheMasterMind1i have usb0 up
20:52:50TheMasterMind1and configured
20:52:51craigerif it's gone, then the usb device is gone
20:53:00TheMasterMind1yea its still there
20:53:05TheMasterMind1the connection just dies
20:53:06TheMasterMind1very weird
20:53:06craigerso you got tcp problems
20:53:09Harlekinok
20:53:09craigerer.. ip problems
20:53:13TheMasterMind1lemme try with the default ips
20:53:17TheMasterMind1maybe because i changed it
20:53:21craigerah, maybe..
20:53:23craigerdunno tho
20:56:59TheMasterMind1only seems to screw up after i go into opera
20:57:06TheMasterMind1and use it for a bit, just kinda stops
20:57:18TheMasterMind1i can't ping between them or anything after that
21:00:45craigerno idea
21:04:20craigeri only got my zaurus a few days ago tho... (linuxworld for 299!)
21:05:41akkI gave up on getting usbdnet to work ... I got a CF card and transfer stuff that way.
21:05:58akkI'd get 66% through a small transfer and it would freeze.
21:06:42craigerstrange..
21:06:48craigeri remote control my zaurus full time with VNC
21:07:13craigerhttp://craiger.uh.nu/pr0n/snapshot4.png  cool eh?
21:09:46Cloudchaservnc rocks
21:10:09Cloudchaserwill be great when kergoth fixes it for oz
21:10:14BigBossany hardware geeks in here?
21:10:36BigBossI need some help - my build system suddenly isn't recognizing any floppy, HD or CD connected to it
21:10:47Harlekinso
21:10:50Harlekinbetatesters wanted
21:10:59kalldrexxfor?
21:11:05Harlekinop²
21:11:07Harlekinbeta1
21:11:11kalldrexxop?
21:11:18Harlekinop^2
21:11:50fusion94BigBoss: go....
21:12:02treke|ho1eop^2?
21:12:03fusion94BigBoss: i used to work at va so i know one or 2 things about hw
21:12:09Harlekintreke|ho1e: opie player 2
21:12:13BigBossI'm trying to figure out if the mobo got borked or something
21:12:21BigBosseverything on the system is recognized but drives
21:12:30BigBossI can get into the bios settings and it shows 'none'
21:12:35treke|ho1eah cool.
21:12:39BigBossI try to autosense and still nothing
21:12:39Cloudchaserack
21:12:39craiger*bork*!
21:12:45craigersweedish chef!
21:12:58BigBossany way to figure out if the drive controllers on the mobo are hosed?
21:13:04treke|ho1ei'd be glad to give it a shot
21:13:23treke|ho1edefinitly found that op1 was a bit lacking over the long haul :)
21:13:30fusion94BigBoss: linux or windows ?
21:13:50Harlekintreke|ho1e: so, want to test? .-)
21:13:57treke|ho1eHarlekin: yeah
21:13:58fusion94well shit
21:14:07Harlekintreke|ho1e: 217.229.154.106 port 8001 http
21:14:11fusion94BigBoss: your fuxxored....you got no hdd either ?
21:14:21jbwivanyone know the difference between a QMenuBar and a QPEMenuBar?
21:14:21[DrEvil]try resetting the BIOS
21:14:30treke|ho1eHarlekin: very snazzy
21:14:44Harlekinhehe
21:14:52[DrEvil]like set the reset jumper or yank the battery
21:14:52treke|ho1eHarlekin: I like the directory listing :)
21:14:55BigBossfusion94: there are 2 hd's, 1 cd and 1 floppy on this machine
21:14:55Harlekinwho is the 213,113.194.247
21:15:01treke|ho1eI'm easilly ammused :)
21:15:05Harlekintreke|ho1e: k file server
21:15:19umopapisdnHarlekin: me. :)
21:15:24Harlekinoh
21:15:30Harlekinand then 12.107.12.130
21:15:41treke|ho1ethats me
21:15:53Harlekink
21:15:59Harlekinmake sure to get codec 0.2.1
21:16:05Harlekinnot 0.2
21:16:49Harlekinand just the 2 ipks
21:17:17umopapisdnHarlekin: are you on modem?
21:17:58Harlekinumopapisdn: dsl
21:18:02Harlekinumopapisdn: but you are not alone
21:18:35umopapisdnHarlekin: apparently...I'm gettin about 2kB/s. :)
21:19:04fusion94BigBoss: yeah but can the system see them ?
21:19:17Harlekinumopapisdn: which unit? which os
21:19:22Harlekintreke|ho1e: which unit? which os
21:19:23BigBossit's not seeing them
21:20:22umopapisdnHarlekin: Zaurus 5500D, OZ 2.9.5.5
21:20:27Harlekinoh
21:20:28Harlekingerman
21:20:30Harlekinshould work
21:20:34Harlekina wait
21:20:38Harlekinis that beta 5?
21:20:48treke|ho1eHarlekin: 3800, Familiar 0.6. Recent Opie
21:20:54Harlekintreke|ho1e: you wont have problems
21:20:58umopapisdnHarlekin: eh... i don't know where that D came from. :) it's not a german one. :)
21:21:16Cloudchaserharlekin what changes did you make since the other day?
21:21:16djk-hwBigBoss: you have an extra controller to experment with?
21:21:28BigBossdjk-hw: these are built into the mobo
21:21:34Cloudchaserwell it would be unusuall for 2 hd controller and the fd controller all to go out
21:21:41Cloudchaserone at a time maybe
21:21:43umopapisdnHarlekin: hmmm, I believe that is beta 5 yes... not totally sure though.
21:21:43HarlekinCloudchaser: shoutcast
21:21:43treke|ho1eHarlekin: You managed to get non root users to work with opie??
21:21:48HarlekinCloudchaser: and works on retail Z now
21:21:54Cloudchaserah
21:21:58Harlekintreke|ho1e: did not try yet
21:22:08HarlekinCloudchaser: and several other small bugfixes
21:22:10BigBossok, this is a good sign
21:22:13HarlekinCloudchaser: still enougj open
21:22:19BigBossI pulled the battery and just connected one drive
21:22:19HarlekinCloudchaser: but, its only the first beta
21:22:20BigBossit sees it
21:22:25HarlekinCloudchaser: and actually you _can_ use it
21:22:35Cloudchaserwhat do you mean
21:22:43Harlekinumopapisdn: Cloudchaser reported that beta5 has mem and cpu issues
21:22:56Cloudchasernot sure if its that harlekin
21:22:59Cloudchaseroh right
21:23:01Cloudchaserduh
21:23:02Cloudchasersorry
21:23:10Cloudchaserits not op2
21:23:18djk-hwBigBoss: My brother had the same problem and had to go with a new controll and disable the mother board one
21:23:19Cloudchaserand george hasn't seen it yet
21:23:55djk-hwBigBoss: sounds like you are fixed anyway
21:24:47Cloudchaserharlekin: i do think it could be oipkg causing the trouble
21:25:01Cloudchaserbut until top is working there's no real way for me to tell
21:25:24BigBossinteresting: if I plug the secondary controller cable in, then none of the drives are recognized
21:25:26Harlekintreke|ho1e: and make sure to read the readme
21:25:30Cloudchaseri just watch for the high app cpu usage now and reboot when i want to play music and vid
21:25:38Cloudchasercould be that's the culprit
21:26:54cheekygeezerBurp!
21:27:38cheekygeezeryou cheeky geezers!
21:27:41craigerwhat's the ideal divx encoding format for mplayer on the zaurus?
21:27:59cheekygeezerI would think.. divx..
21:28:07djk-hwBigBoss: sounds like a setting conflict like master slave
21:28:14whardieruse msmpeg4
21:28:17whardierfor the Z
21:28:19whardierless overhead
21:28:36whardierthan the mpeg4 codec
21:28:54craigermsmpeg4?  not familiar with that.. available for Transcode (linux)?
21:29:04whardierheh
21:29:11whardierxXx is the top of the box office right now
21:29:20whardierfollowed by signs
21:29:23whardierthen apparently blue crush
21:29:26whardierwhich I have never heard of
21:29:37whardierooh.. boy I should go see it
21:29:40whardierhttp://us.imdb.com/Title?0300532
21:30:19cdmBlue Crush is a teenaged girl flick.
21:30:21whardierit has the funky http://us.imdb.com/Name?Rodriguez,+Michelle chick that was in REsident Evil 3
21:31:01treke|ho1eNeo|Work: So far the only problem with RocketElite is that I dont have nearly enough buttons to play it. Still cool though
21:32:01[DrEvil]SD is so SSSSSSSLLLLLLLLOOOOOOOWWWWWWWW
21:32:16whardierRAID IT
21:32:18whardierwants SD raid!
21:32:25whardierTHAT MEANS IT WILL GO FAST FAST FAST!
21:32:27[DrEvil]raid what?
21:32:27whardierCHEAP CHEAP!
21:32:29comfreydoes anyone here use the d-link cf wireless card?
21:32:30[DrEvil]the fridge?
21:32:46[DrEvil]turn your Z into a sailboat with that card
21:33:26comfreycan you get to the ear jack with it installed?
21:33:29whardierdamn spears chick
21:33:36[DrEvil]no you can't
21:33:39comfreyand does it work with kismet?
21:33:49[DrEvil]you should have known that by looking at it
21:33:52Cloudchaseri have a dlilnk
21:33:56Cloudchaserdlink
21:34:06[DrEvil]I have  Buffalo
21:34:15whardierI have Buffalo '66
21:34:21Harlekintreke|ho1e: installed?
21:34:24comfrey[DrEvil]: yes it does seem quite large
21:34:37Cloudchasercomfrey i got a 90 degree adapter and carved the side a bit and i can get the wifi card in now with it
21:34:40Harlekintreke|ho1e: try  http://stream.wopn.org:10000/wopn-broadband.ogg
21:34:46Harlekintreke|ho1e: wopn is on air right now
21:34:51Cloudchaserthen plug headphone/speaker into the adapter
21:34:53whardierhttp://us.imdb.com/Title?0180052
21:34:53whardierwoot
21:34:54whardierthats out!
21:34:59Cloudchaser2.99 at radio shack
21:35:11comfreyi fryed my netgear using a poor external power suply
21:35:14[DrEvil]rat shack
21:35:22comfreydidnt work with kismet anyway
21:35:37comfreywhat is the recomended card?
21:35:38whardierCloudchaser what did you do?
21:35:39[DrEvil]did you read the kismet documentation?
21:35:54comfrey[DrEvil]: some
21:36:19comfreynetgear not prism 2 based card
21:36:42Cloudchaseryou sure it was ext. power supply? which one?
21:36:44treke|ho1eHarlekin: My office mates would hate wopn :) Was watching a divx on it a second ago. Worked pretty well
21:36:56nasaHas anyone noticed that you can't install certain apps (such as bustem) to the sdcard with the new 1.38 rom?
21:37:00Harlekintreke|ho1e: fullscreen?
21:37:01comfreydigipower 8200
21:37:06Cloudchaseri have 8100
21:37:10treke|ho1eHarlekin: didnt try full scren
21:37:14comfreyworks well?
21:37:19Cloudchaserhave used it to charge z a few times without any trouble
21:37:22Harlekintreke|ho1e: thats of course much more fluent
21:37:23djk-hwnasa: you mean the 2.38?
21:37:28treke|ho1eHarlekin: ah it is?
21:37:31nasaYes, my bad.
21:37:35Cloudchaserbut i take it off when z is charged
21:37:45Harlekintreke|ho1e: soure, then the image does not need to be rotated
21:37:55comfreydo you run the Z directly from the 8100?
21:38:08treke|ho1eHarlekin: Well I though full screen would still be full screen portrait
21:38:15Cloudchaseri have while it is charging
21:38:22Cloudchasernot when the charging light goes off though
21:38:25Cloudchaserthen i unplug it
21:38:32comfreyhmm...  and no problems?
21:38:51Harlekintreke|ho1e: no, it goes to "natural" screen rotation then
21:38:56Cloudchaserhaven't needed it more than a couple times
21:38:59Harlekintreke|ho1e: which size does your divx has?
21:39:14Cloudchaserbut the few times i did charge it, i didn't have trouble, and i didn't get it until i emailed somoene else who uses it
21:39:16Harlekintreke|ho1e: maybe your office mates prefere WolfFM?
21:39:26Cloudchaseralso without troubles
21:39:32djk-hwnasa: There a several packages that don't install to anything other than ROM frustrating
21:39:45Cloudchaserbut no i won't vouch for it, or take responsiblity for whether it works or not
21:39:55comfreyCloudchaser: the dp 8200 outputs 6v Z expects 5v
21:40:16nasadjk-hw: very.  Even more so when It use to install onto the sd card....
21:40:20comfreyi think after the batt is charged the 6v may be too much for the Z
21:40:34Cloudchaserah the 8100 is for cameras with 4.8 volts
21:40:43comfreyhm...
21:40:51comfreywll then...
21:41:00djk-hwnasa: hum you had things prior to 2.38 that would install but don't now that's not nice
21:41:03Cloudchaserthat could be the difference, no?
21:41:03comfreyperhaps i should look into the 8100
21:41:13treke|ho1eHarlekin: I 160x128
21:41:26comfreycould very well be.
21:41:27nasadjk-hw: nope, not nice at all...
21:41:37comfreyhttp://www.trowcom.co.uk/questbattery.htm
21:41:51comfreythese folks like this one as well
21:42:21comfreythinks he will trade in his 8200 for an 8100
21:42:45Harlekintreke|ho1e: should be fluent
21:42:47akkSpeaking of batteries -- my Z's battery monitor doesn't seem to move.  Does this thing have amazing battery life, or do I have a problem with the battery meter app?
21:42:50Cloudchasera 100mAh?
21:43:13comfreyakk: it is the apm in the 2.4.4 kernel
21:43:13treke|ho1eHarlekin: its not too bad. Not quite though. Let me try it on my desktop
21:43:22comfreyit sucks
21:43:44Harlekintreke|ho1e: playing from what?
21:43:52treke|ho1eram
21:43:56comfreyshould be able to fix this in later rom releases
21:44:18akkcomfrey: Bummer!  So there's no way to monitor charge with this rom?
21:44:39akkcomfrey: About how long can I let it go before recharging?
21:44:40comfreywell you can just dont expect too much accuracy
21:44:55comfreyakk: depends on what you are doing
21:45:12comfreylistening to mp3s 1 hr if you are lucky
21:45:38djk-hwI use the 8200 no problem
21:45:38wParamreally?  just an hour?  even with the frontlight off and everything
21:45:40akkReally!  Okay, I've listened to mp3s for 45 minutes or so and the battery meter didn't move, so I guess I was pushing it.
21:46:12comfreydjk-hw: do you run cf cards with the 8200?
21:46:31comfreywParam: maybe 1.5hr
21:46:35djk-hwyes cf 10mb socket ethernet and targus 56k modem
21:46:45djk-hwand 256mb cf
21:47:03Cloudchasercomfrey: just your card died?
21:47:06Cloudchasermaybe it was bad card
21:47:15Cloudchaseralthough..6v i wouldn't want to chance it
21:47:33comfreydjk-hw: do you power directly from 8200 when the batt is charged.
21:47:34djk-hwIf I remember right it is more harmful to unpower a device that overpower in voltage that is
21:47:47Cloudchaserah
21:47:53comfreyhmm..
21:47:54Cloudchaseri don't know power issues much
21:48:09comfreyis learning the wonders of electrons
21:48:16Cloudchaserjust havne't had any troubles with 8100, but as i said, i've only had to use it a few times
21:48:16djk-hwkeep in mind that you are actually using a portable power supply that is recharging the internal battery and not directly powering the unit
21:48:35Cloudchaserwell it powers it while its charging
21:48:38djk-hwso the internal battery will buffer the overage a
21:49:24comfreydjk-hw: right, perhaps my error was to leave the Z plugged into the 8200 after the batt was fully charged
21:49:38djk-hwI beliweve the power is still flowing through the internal battery not direct to the unit so the internal battery is control the real power to the unit
21:50:11comfreywell notice that the led light goesoff after the batt is fully charged
21:50:29djk-hwI would also avoid plugging and unplugging the 8200 with the Z on just a good practice even with the real power supply
21:51:20comfreyi rember reading somewhere (Z general list) that the Zhas strict power requirements because there is no voltage regulation in the z itself
21:51:21djk-hwone of my second hobbies is amatuer radio though a long time since I studied
21:52:10djk-hwManufactures always want the customer to use their products otherwise void warrentee
21:52:13HarlekinOnyx4|work: ping
21:53:36comfreyhmm.. well i did fry a network card and not my Z maybe card was bad, maybe power issues.  ?
21:54:01djk-hwwhose network card?
21:54:28comfreymy network card (still under 30day return policy thankfully
21:55:05djk-hwI have had the 8200 since April and used it frequently even in the office to do RO upgrades no problems
21:55:20djk-hwwhat was the make on the network card?
21:55:23djk-hwRO = ROM
21:55:31Onyx4|workhey harlekin
21:55:50comfreynetgear MA701
21:55:54chouimatre
21:56:03Onyx4|workHarlekin: what's up?
21:56:11HarlekinOnyx4|work: retail rom
21:56:14HarlekinOnyx4|work: ready to go
21:56:17Onyx4|workit works? :)
21:56:26Harlekini think so
21:56:26comfreywireless that is
21:56:31Onyx4|workok can I test it?
21:56:37HarlekinOnyx4|work: thats why i pinged
21:56:48Onyx4|workk
21:56:55Onyx4|worksend me a link to download or dcc it to me
21:56:59HarlekinOnyx4|work: 217.229.154.106 port 8001
21:57:04Harlekinits public beta1
21:57:06Harlekin.)
21:57:44HarlekinOnyx4|work: http
21:58:02HarlekinOnyx4|work: there are still problems (README :-))
21:58:04Onyx4|workoops
21:58:10HarlekinOnyx4|work: but next beta next week
21:58:31Onyx4|workI have a nice output.avi with higher gamma
21:58:41Onyx4|worknice=new
21:58:56Harlekin.-)
21:58:58Harlekincool
21:59:00Harlekinwants
21:59:02Harlekin.-)
21:59:20Harlekini think after beta2 i ll build in a gamma control
21:59:38Onyx4|workgood idea, cause gamma setting depends on your backlight
21:59:47Onyx4|workI like to watch movie with 50% light on and higher gamma
21:59:58Onyx4|workthat way, the letterbox is black rather than grey
22:00:04Harlekiny
22:00:05Onyx4|workand it saves battery
22:00:18Harlekinor get an ipaq with a full reflexitve display ,-)
22:01:43Harlekinyoure getting the matrix trailer?
22:01:48Harlekin63.194.x.x
22:01:48Harlekin?
22:02:22Cloudchaserheya rikkus! just noticed you were here
22:02:32Onyx4|workyes
22:02:46Onyx4|workdoes it run ok?
22:02:52HarlekinOnyx4|work: get it from www.pocketmatrix.com
22:02:55Harlekinthats faster
22:02:56Harlekin,)
22:02:57Harlekinyes
22:03:01Onyx4|workit's almost done :)
22:03:03Harlekinruns absolut fluent
22:03:14HarlekinOnyx4|work: 2 mb more -)
22:04:18Onyx4|workso is the icon gonna replace the exiting mpeg player or it's a new one?
22:04:31Harlekinextra
22:04:37Onyx4|workok
22:04:42Harlekinit will be blue
22:04:47Harlekinand be names opie media player
22:04:53Harlekinat least o hope so
22:04:56HarlekinI
22:06:00rikkusCloudchaser: hi
22:07:25Cloudchaserdid you have a nice weekend rikkus?
22:09:32rikkusnot bad
22:09:49rikkuscaught up with some old friends
22:09:50rikkusyou ?
22:10:30Cloudchaserwant' too bad thanks
22:10:39Onyx4|workso If I have the movie in my home dir in /home/root I would need to move it into documents?
22:11:56HarlekinOnyx4|work: or just use the open dialog
22:12:14Harlekinfor stuff thats automaticly found
22:12:33Onyx4|workif I use the open dialog and click on the "browse" icon I think it crashes
22:12:50Harlekinoh
22:12:53Harlekinlibopie
22:12:54Harlekinhmm
22:13:04Harlekinyou need that one
22:13:07Harlekinfor the open dialog
22:14:58Onyx4|workat first look it seems to work, altough my qtopia keeps on complaining that i'm low on memory even if everything is closed
22:15:03Onyx4|workand I dont use any fast load
22:15:06Harlekinhmm
22:15:11Harlekini hate that
22:15:23Harlekinmem management on Z is really broken
22:15:40Onyx4|workI have only 8mb used before opening it
22:15:57Onyx4|workdoes stuff like "lightswtich" and suspend applet takes memory too?
22:16:27Harlekinhmm
22:16:43Harlekinthe problem is more that the 2.4.6 has a broken VM that does not free mem
22:16:56rikkusOnyx4|work: yes, but a teensy tiny amount
22:17:01Onyx4|workok
22:17:08craiger246 was solid for a long time
22:17:17Neo|Worktreke|home: well, RocketElite IS made for the PocketPC primarily...
22:17:24Neo|WorkWith the dpad you should have 9 buttons, no?
22:17:36Cloudchaserthe open dialog doesn't usually work if the file isn't in the right place..but the players will play them (i think that's the way it works
22:17:44Cloudchaseralso has to be mime-type for it
22:17:51Cloudchaserer
22:17:55Cloudchaseri said that wrong
22:18:06Cloudchaseryou can't tap on them to play them
22:18:16Cloudchaserunless they are where they belong and there's mime type
22:18:21Cloudchasersomething like that
22:18:43Cloudchasermaybe someoen else can explain that better
22:20:22HarlekinOnyx4|work: btw, the rip looks great
22:20:35HarlekinOnyx4|work: can you put up a page which options you use
22:20:43Onyx4|workyeah I get the "not enough memory" all the time, altough the app doesnt crash, just the dialog
22:21:08CloudchaserOnyx4|work what do you use to rip?
22:21:11Onyx4|worktranscode -i $1 -w 215,500,90 -b 64 -J normalize -G 0.7 -V -Z 320x136 -x divx,mp3 -E 22050
22:21:11Onyx4|work -y xvidcvs $2 $3 $4 -o output.avi
22:21:18Onyx4|workthis is my cmdline that's it
22:21:20Onyx4|workonly one step
22:21:57Onyx4|workit takes a divx as input and produces a lower bitrate divx
22:22:04Onyx4|workmono sound is still not available in transcode, but it's coming
22:22:06Cloudchaserwheres the file name of what ou want to resize?
22:22:22Onyx4|workwhen it does i'll reduce the bitrate to 32 for mono sound, right now 64 is minimum for stereo at 22hz
22:22:30Onyx4|work$1
22:22:33Onyx4|workis the input
22:23:02Onyx4|work$2 $3 and $4 are optional stuff
22:23:11Onyx4|worklike range "-c firstframe-endframe"
22:23:14Onyx4|workI use that to make a sample
22:24:07Onyx4|workHarlekin: so how can we get it to have a smaller footprint?
22:24:29Onyx4|workyou load on the lib for decoding on demand or you load all the stuff like ogg, etc at start even if ogg isn't used
22:24:32HarlekinOnyx4|work: next betas
22:28:41HarlekinOnyx4|work: first some more bug fixes
22:28:44Harlekinuntil weekend
22:28:48Harlekinthen mem optimisation
22:28:50Harlekinand speed
22:29:47tux_mikeargh!  i was on such a roll at work, and all i managed to do now is fix one small bug...
22:31:22Onyx4|workok I did a clean reboot, and now it doesnt complain about memory anymore, and video is much smoother than on tkcvideo, I dont think it s dropping any frames actually
22:31:37Onyx4|worknice work...
22:32:28HarlekinOnyx4|work: windowed or fullscreen?
22:32:39Onyx4|workfs
22:32:40wParamWTF?  using the ftp server on the Z isn't supposed ot make it crash, right?
22:32:41Harlekink
22:32:55HarlekinOnyx4|work: but see, thats what i ment with mem prob
22:33:14HarlekinOnyx4|work: the 2.4.6 VM does not allways free cache etcx
22:33:21Onyx4|workyes it looks like that
22:33:28Cloudchaserboth players work better after reboot
22:33:30Harlekinthats why it was throw out in 2.4.?
22:33:32Harlekin9 i think
22:33:36Onyx4|workfs or windowed didn't seem to make a diff on mem
22:33:48HarlekinOnyx4|work: not if there is enough resever
22:34:11HarlekinOnyx4|work: your lotr part plays here at 70% cpu in windowed mode
22:34:24Harlekinand less in fullscreen
22:34:59Onyx4|workI see...
22:35:11Onyx4|workcause in fullscreen there is no rescaling
22:35:21Onyx4|workit's pixel for pixel
22:35:33Onyx4|workno sync issues either, that's good
22:35:37Onyx4|workthose are the hardest
22:35:56Onyx4|workcan you find how to disable to "light" to go off ?
22:36:08Onyx4|worktkcplayer disables light to go off when playing
22:36:14Onyx4|worktkcvideo I mean :)
22:37:26Harlekinthats what i do to
22:37:27Harlekino
22:37:38Harlekinlight stays on
22:37:41Harlekinon video play
22:37:48Harlekinon audio play it goes of
22:38:20Onyx4|workok weird it went off during video
22:38:27Onyx4|workoh now I can't quit the program weird
22:38:40Harlekin?
22:38:43Harlekinhmmm
22:39:07Harlekincould be some retail rom special again
22:39:10Harlekin*sign*
22:39:14Onyx4|workI switched a couple of times from fs to windowed mode, now it won't close when I click on the close icon :)
22:39:27Harlekinthe (x) ?
22:40:04Harlekinor the stop button
22:40:34Onyx4|workthe (x)
22:40:42Harlekinwhat happens on stop button
22:40:45Onyx4|workwhen I click stop, it doesnt bring back the playlist
22:40:50Harlekinhmmmm
22:40:51Harlekinstrange
22:41:00Onyx4|workI can go back to it if I click the icon on the taskbar
22:41:03Onyx4|workfor the running task
22:41:03Harlekinretail rom is more different then i thought
22:41:23Onyx4|workbut even that close button (x) for that one is just closing that window and displaying me the video window
22:42:12Harlekinyeah
22:42:17Harlekinthat (x) is only widget close
22:42:19Harlekinnot app exit
22:42:21Harlekingmm
22:42:22Harlekinhmm
22:42:33Harlekinmore work the next days
22:42:37Harlekinneed to look for that
22:42:41Harlekinman
22:42:54Onyx4|workoh ok wait
22:42:56Onyx4|workI found the problem
22:42:59HarlekinOnyx4|work: looks like you need to kill it
22:43:04Harlekinwhat was it?
22:43:14Onyx4|workinstead of clicking on the stop button, I was clicking on "play" again thinking that it would change to a stop button
22:43:26Harlekinno
22:43:29Harlekinthat changes to pause
22:43:53Onyx4|workok once I pressed stop, then it went back to filemanager and I could close it
22:43:58Harlekink
22:44:04Harlekintry also ogg and mp3 .-)
22:44:07Onyx4|workI think I was paused and was trying to press stop maybe and that didnt work
22:44:09Harlekinor ogg streams
22:44:16HarlekinOnyx4|work: ok, also noted
22:44:29Harlekinthat stuff we wanted to fix until next monday
22:45:20Onyx4|workwhen you're paused you probably want the button to change to a "pause symbol"
22:45:43Onyx4|workok now I tried it again, it works ok when you use it the right way :)
22:45:51HarlekinOnyx4|work: actually instead of play, it should be pause, and when hit, (and youre then in pause mode) change to play
22:45:58Onyx4|workyes exactly
22:46:07HarlekinOnyx4|work: just make a list whatever you find -)
22:46:15Onyx4|workok
22:46:22Onyx4|workeven after restarting it, no memory problems so far
22:46:33Onyx4|workmaybe it's only when you worked on a bunch of other programs before
22:46:40Harlekinyes
22:46:42Onyx4|workor maybe it was tkcvideo that had a mem leak :)
22:46:46Onyx4|worksince I run that before I rebooted
22:46:46Harlekinsince then the cache is full
22:46:57Harlekinno leak needed
22:47:01Harlekingeneral problem
22:47:07Harlekinwith that old kernel
22:47:22Onyx4|workok
22:48:18HarlekinOnyx4|work: so until next week more gui fixes, then one or 2 weeks speed and mem optimisation
22:48:35Harlekinfinal in 3 - 4 weeks i guess
22:48:44Harlekinbut actually its quite usable allready
22:50:51Onyx4|workok
22:50:53Onyx4|workyes
22:51:57Harlekintry streaming of mpg, mp3 , ogg too -)
22:52:10Onyx4|workdo I have to create a .pls file or how does it work
22:52:16Harlekinno
22:52:17Onyx4|workI tried open url and put http://ip:8000
22:52:22Harlekinjust enter the url
22:52:24Harlekinin there
22:52:28Onyx4|worklet me try again
22:52:32Harlekinshould work
22:52:36Harlekinmake sure its connected to the net
22:52:38Harlekinwhat is is
22:52:43Harlekinshoutcast?
22:52:43Onyx4|workk
22:52:45Onyx4|workyes
22:52:49Harlekinfull url
22:52:54Onyx4|workoh I need to add an extra / right?
22:52:57Harlekiny
22:52:59Harlekinright now
22:53:09Onyx4|workat the end like http://10.1.1.1:8000/
22:53:13Harlekiny
22:53:16Onyx4|workok
22:54:25ciaolinuxdid anyone receive an answer from sharp about the challange?
22:54:39treke|ho1ewhat kind of answer?
22:55:09ciaolinuxtreke|ho1e: any answer... since they had problems with the mailbox, i guess it is not easy to get an answer in these days
22:55:10Onyx4|workdo you have a timeout on trying to contact network?
22:55:19Onyx4|worklooks like it hung cause I typed in an old ip
22:55:21treke|ho1eciaolinux: I've heard from them in the past
22:55:29HarlekinOnyx4|work: hit the (x)
22:55:36ciaolinuxtreke|ho1e: me too... but now they do not seem to be alive
22:56:14Onyx4|workmm (x) doesn't work, I hit play on top of the playlist and it stayed in that window
22:56:23hmmm... challenge is http://www.zaurus.com/dev/challenge/
22:56:23treke|ho1eibot, challenge
22:56:45HarlekinOnyx4|work: hmm, as i said i the readme, shoutcast ist still problamatic
22:56:47ciaolinuxtreke|ho1e: is there any news there?
22:56:49Onyx4|workhehe ok
22:56:50treke|ho1enope
22:56:52Onyx4|workill kill it
22:56:56HarlekinOnyx4|work: but if you set a working stream
22:56:58Harlekinit works
22:57:53ciaolinuxtreke|ho1e: so i guess noone has received anything yet, rigth?
22:57:59ciaolinuxtreke|home: are you in the challange?
22:58:22HarlekinOnyx4|work: hmm, ill catch more bug report from you tomorrow -)
22:58:26Onyx4|workyes it works now
22:58:31Onyx4|workdigitally imported ;)
22:58:34Harlekin 2 am, time for bed
22:58:52Onyx4|workk where you from?
22:58:56Harlekingermany
22:58:57Harlekin.)
22:59:01Onyx4|workok
22:59:07Onyx4|workcalifornia here
22:59:10Harlekinhehe
22:59:20Harlekinand youre still at work
22:59:28Harlekineven there you should be home now
22:59:31Harlekin.-)
22:59:36Onyx4|workI work from home on monday
22:59:44Harlekin,.-)
22:59:45Onyx4in fact work is over now it's 5pm
23:00:05Harlekinhehe
23:00:38Harlekinok
23:00:42Harlekinplay some more with it
23:00:52Harlekinand make a long list .-)
23:00:59Onyx4no multiasking problem for shoucast, works great, I can surf the web at same time
23:01:05Onyx4no drop off like zradio
23:01:12Harlekin.-)
23:01:15Harlekinsee
23:01:24Onyx4yes, ok I'll start writing a buglist
23:01:26Harlekinlooks like i am gonna replace a whole buch off apps
23:01:29Harlekin,)
23:01:53Onyx4y
23:02:07Harlekinah
23:02:10scanlineis back (gone 06:51:51)
23:02:18Harlekinif you try to play from nfs or mmc
23:02:18Harlekinon ipaq
23:02:21Harlekinthat works great
23:02:22Harlekinboth
23:02:38Harlekinheard from problems with nfs on zaurus
23:02:45Harlekinkergoth: no more debugging needed
23:02:48Onyx4I get some memory shortage tough when trying opera at same time...
23:02:58Onyx4but once optimized for mem, that'd be cool
23:03:06kergothHarlekin: : yeah i saw the commits. nice.
23:03:21HarlekinOnyx4: yeah, i think 5 mb less mem usage is possible
23:03:22Onyx4yeah smb is slow too on zaurus
23:03:36HarlekinOnyx4: and also some more speedups
23:03:42Harlekinescpecially in video playback
23:04:06Onyx4ok
23:04:25Onyx4I'll try various divx format with it, see if it plays smooth the 320x240 ones
23:04:34Harlekinyeah
23:04:35Onyx4which is a bit demanding
23:04:43Harlekinand which is best for pda
23:04:48Onyx4yeah
23:04:49Harlekinthat would be cool
23:04:57Harlekinbest with the encoding instruction along
23:04:58Harlekin,)
23:05:08Onyx4yep
23:05:13Harlekintnx
23:05:20Harlekinyou can also spread the ipks
23:05:37Onyx4ok, I gave the link to my friend also he's pretty good on linux
23:05:41Onyx4used to work with me
23:06:44TheMasterMind1sup
23:06:48TheMasterMind1Onyx4: hey
23:07:16kalldrexxIs anyone here really good with QT? I desperatly need some health
23:07:17kalldrexxhelp
23:08:14HarlekinOnyx4: of my server?
23:08:18Onyx4yes
23:09:01Onyx4hey mastermind
23:09:25Harlekinhehe
23:09:32Harlekinsince that will go offline with me
23:09:42Harlekinbut just mail your ipks to him
23:09:47Harlekinor he need to wait until tomorrow
23:09:48Harlekin.-)
23:09:51Onyx4ok cool
23:11:57rikkuskalldrexx: what's up ?
23:12:23kergothrikkus: You ever get that cpu applet behaving itself? :-)
23:12:40rikkuskergoth: no, it's quite low priority :)
23:12:52kergothrikkus: figured, had to ask though
23:13:00kalldrexxrikkus: I"m getting a really wierd segmentation fault
23:13:07kergothrikkus: theres a weird ass cpu usage bug in oz or opie, trying to nail it down
23:13:08kergothheh
23:13:09Cloudchaserwell hello kergoth
23:13:11Onyx4I'm pretty sure I could fit 3 hours on a 256mb card and still look good
23:13:14kergothhey Cloudchaser, how are ya?
23:13:14Onyx4I'll try it :)
23:13:24Cloudchasernot too bad for a monday, and you
23:13:30kalldrexxrikkus: heh you think you can help me? i've got whats going on and everything, just cna't figure out why its' seg faulting
23:13:31kergothsame
23:13:51rikkuskalldrexx: if I can see the source, or at least a full backtrace, sure
23:14:03kalldrexxrikkus: yeah I can give you everything you need
23:14:26rikkuskergoth: is it related to the bug where my CF card is never mounted or my Z drops out of qpe into text mode when coming out of suspend ? :}
23:14:39rikkuss/bug/bugs
23:14:51kergothrikkus: hey, i've never heard those.. you're just .. special
23:14:55Cloudchaserack! that happens to you?
23:15:09rikkuskalldrexx: ok, well, if you have something that's easy to build, dcc it and I'll try, otherwise /query me the backtrace
23:15:11kalldrexxrikkus: want me to dcc you the zip with the source?
23:15:15rikkuskalldrexx: sure
23:15:16kalldrexxrikkus: ok
23:15:20kalldrexxrikkus: thanks a lot
23:15:43rikkusI fixed the 'never mounts the CF' problem by changing the fs type in fstab to ext2 instead of auto
23:16:00kalldrexxrikkus: letm e zip it up
23:16:07kergothrikkus: 'auto' wasnt working right?
23:16:13rikkuskergoth: right
23:16:27rikkuskergoth: oh, actually, I think that wasn't the fix
23:16:27kergothrikkus: hm, wonder if thats a busybox mount problem, or a kernel problem... i'll dig
23:16:35kergothrikkus: hah, man, its monday, stop confusing me
23:16:36rikkuskergoth: I think I also needed to change the mount options to 'defaults'
23:16:39kergothrikkus: i'm already easily confused
23:16:52kergothrikkus: ah yeah, thats it.. I already fixed the options in cvs and in the feed :-)
23:17:01rikkuskergoth: :)
23:17:07kergothrikkus: your qpe exits on every suspend, or is that random?
23:17:19Harlekinn8
23:17:26kergothnight Harlekin
23:17:29kergothsleep well
23:17:34Harlekinhehe hope so
23:17:37rikkuskergoth: on every resume
23:17:47rikkuskergoth: but I suppose it could be the 'resume applet' thing
23:17:54kergothrikkus: resume applet?
23:18:06Cloudchaser'night harlekin
23:18:12rikkusit's this thing that ... well, I haven't figured out what it's supposed to do yet :)
23:18:14kalldrexxrikkus: sending...
23:18:31TheMasterMind1stupid usbdnet
23:18:37kergothrikkus: hah
23:18:42kergothTheMasterMind1: no kidding
23:18:48rikkusanother weird thing, when fsck runs at boot, it gets the wrong parameters for minix
23:18:56kergothrikkus: yeah, stupid busybox fsck.minix...
23:18:59Cloudchaserkergoth.. did you get top fixed for oz?
23:18:59rikkusas evidenced by fsck.minix giving its usage info
23:19:13rikkusdeinstalls that resume applet thing
23:19:23kergothCloudchaser: yeah i just rebuilt it.. I forgot about it though.. thanks for the reminder, i'll build an ipk
23:19:42kergothCloudchaser: see the issue is, the sharp rom uses ncurses4, OZ uses ncurses5.. its the only real possible compatibility issue
23:19:47Cloudchaserok maybe that will help shed some light on it
23:19:52Cloudchaserah
23:19:55kergothyeah that cpu usage one is weird
23:19:59kergoths/one/bug/
23:20:05fusion94kergoth: so downgrade oz's version
23:20:06Cloudchaseri think it might be ipkg
23:20:10kergothfusion94: ?
23:20:20kergothfusion94: oh, yeh
23:20:20kergothheh
23:20:23kergothis dense today
23:20:30rikkusCloudchaser: could be. I've had to kill it sometimes.
23:20:44fusion94that'll fix any compatability issues  :P
23:20:55kergothfusion94: see the thing is.. i either maintain compatibilty with sharp using ncurses4, or with familiar using 5..
23:21:02kergothheh
23:21:04kergothah well
23:21:26kergothregardless, i'll just build a ncurses4 compatibility ipk
23:21:32kergoththat people can install if their app needs it
23:21:34kergothheh
23:22:24Cloudchaserif they know what it is causing the problem kergoth :)
23:22:42kergothCloudchaser: ?
23:22:44Cloudchaseri'd not know that top needs certain version of ncurses
23:22:55rikkuskalldrexx: you could have done a 'make clean' before sending :P
23:23:05kalldrexxrikkus: heh sorry dind't htink about that
23:23:15kergothwell, *that* binary was built against libncurses4, not 5.. and apparently 4 isnt fully *binary* compatible with 5
23:23:56fusion94heh
23:24:12fusion94both my Z's are still vigin..i havent installed any software on them...
23:24:15rikkuskergoth: ok, it was that resumeguard applet fscking things up, fixed now
23:24:22kergothCloudchaser: so to clarify, that top binary needs a certain version of ncurses, not top in general
23:24:25kergothrikkus: ahh gotcha
23:24:45TheMasterMind1anyone else having problems with usbdnet suddenly stop functioning?
23:24:51kergothTheMasterMind1: usbdnet is a piece of shit
23:25:00rikkusTheMasterMind1: yes
23:25:02kergothTheMasterMind1: I've seen it oops, cause ifconfig to hang indefinately.. all sorts of weird shit
23:25:22TheMasterMind1damn
23:25:23TheMasterMind1fuck it then
23:25:27TheMasterMind1i should use ppp over usb?
23:25:40kergothyou can.. but i remember that being unstable too :-)
23:25:42rikkuskalldrexx: so, how to reproduce the bug ?
23:25:49akkHas anyone tried to write a simple usb userspace driver for the zaurus?  Is the protocol open enough?
23:25:59TheMasterMind1kergoth: hmm what am i supposed to use then?
23:26:10akkTo sync it or transfer files, that is, instead of using usbdnet.
23:26:18kalldrexxrikkus: just run it and press start game
23:26:26kalldrexxrikkus: in qtopia envriorment of course
23:26:38TheMasterMind1kergoth: what do you use?
23:26:50kergothakk: umm, not userspace
23:26:57kergothakk: and there are other ethernet over usb alternatives
23:27:13kergothakk: such as the 'usbnet' driver which communicates with the 'usb-eth' device side driver that ipaq uses
23:27:19kergothTheMasterMind1: wireless ;-)
23:27:23TheMasterMind1bah
23:27:25kergothTheMasterMind1: and usbdnet when i have to
23:27:26kergothheh
23:27:28TheMasterMind1i need more money for my wireless
23:27:32kergothyeah i hate that
23:27:32kergothheh
23:28:10akkTheMasterMind1: I got a CF card and have been using that (with a usb adaptor).
23:28:14rikkuskalldrexx: well, you're trying to insert into a C-style array via a pointer which hasn't even been set to anything
23:28:28kalldrexxrikkus: what do you mean?
23:28:30rikkuskalldrexx: use a Qt collection class, e.g. QValueList or QPtrList instead
23:28:45rikkuskalldrexx: UnitManager::unit is a pointer, but you don't initialise it to anything
23:29:00kergothhey prpplague
23:29:03sdxhow i send with a QCopChannel the data argument that is a QDateTime,QCString,QCString,int?
23:29:07kalldrexxrikkus: isnt' that what the new does?
23:29:17TheMasterMind1damn
23:29:25TheMasterMind1qt desktop is taking FOREVER to compile
23:29:29TheMasterMind1even longer than
23:29:37TheMasterMind1i've done three kernels and its still going
23:29:44sdxcan anyone answer?
23:29:46kergothTheMasterMind1: ? you mean qt/x11? or qt/e?
23:29:51rikkuskalldrexx: no, that creates a new Unit. You need to create the C array before you use it. Either that, or make it a value rather than a pointer. Or, better, use a proper collection class.
23:29:52TheMasterMind1qt/x11
23:30:00kergothah
23:30:02kergothqt takes a bit
23:30:03TheMasterMind1i stopped it now. probably won't need/use it anyway
23:30:07kergothqt3 takes a *long* ass time
23:30:21rikkuskalldrexx: e.g. QPtrList<Unit> unitList
23:30:21sdxi must add an alarm to qpe/system
23:30:29TheMasterMind1so who wants to gimme $400 for my wireless and cf/sd stuff ;D
23:30:48Cloudchasermaybe your mother?
23:30:54Tenchiyo momma
23:30:56TheMasterMind1heh
23:31:05TheMasterMind1i think i might find a client
23:31:07tenchi: wish i knew
23:31:07Tenchiibot: yo mamma ?
23:31:18TheMasterMind1anyone know anyone who needs a php programmer?
23:31:30kergothTheMasterMind1: if i did, i'd take the job myself ;-)
23:31:36chouimatthe qt eguivalent of JFrame?
23:31:37kergothneeds to get out of tech support *desperately*
23:31:40rikkusTheMasterMind1: lots of lame little linux-fan websites ?
23:31:46Tenchilol
23:31:49TheMasterMind1rikkus: if they pay, sure..
23:31:54kalldrexxrikkus: I don't see QPtrList in the qt docs
23:31:56TheMasterMind1hmm. maybe i can sync over IR
23:31:56ciaolinuxkergoth: tech support for zaurus?
23:32:08kergothciaolinux: nah, unix support for a company that makes *serial ports*
23:32:10kergothciaolinux: argh
23:32:12kergothciaolinux: heheh
23:32:18fusion94: bugger all, i dunno
23:32:18fusion94ibot: uo momma ?
23:32:18rikkuskalldrexx: in Qt 2 it's called QList
23:32:22yo momma is kergoth
23:32:22fusion94ibot: yo momma ?
23:32:28kergothhah
23:32:29kalldrexxrikkus: oh Qlist...
23:32:30ciaolinuxkergoth: good salary? ;-)
23:32:47kergothciaolinux: i wish :-)
23:33:01TheMasterMind1rofl. serial ports?
23:33:04TheMasterMind1like the hardware ports?
23:33:24ciaolinuxkergoth: good luck then! :-)
23:33:24kergothhehe. thanks
23:33:29kergothyep
23:33:47ciaolinuxfor what kind of machine?
23:33:51ciaolinuxpc?
23:33:53kergothlike a board that can have 448 ports on it.. that type of thing
23:34:01Cloudchaseryes good luck..i'd hire you if i was in that type of position
23:34:01kergothpc, or sparc, or whatever else
23:34:06i heard yo momma was kergoth and my daddy is JasonNJ
23:34:06fusion94ibot: yo momma ?
23:34:12Cloudchaserlol
23:34:17kergothlol
23:34:24kergothfusion94: you have too much time on your hands, my friend
23:34:28kergothfusion94: get to work ;-)
23:34:32fusion94dude
23:34:39fusion94i got up before you were awake...
23:34:40scanlinefusion94: go watch some anime :)
23:34:43kergothhah
23:34:46fusion94and i'm 2 time zones over
23:34:56ciaolinuxkergoth: so who are the customers?
23:34:57serial ports are like money in the bank
23:34:57Tenchiibot:  serial ports?
23:35:02kergothhah
23:35:02fusion94scanline: nah....well...shit i got titan AE
23:35:02TheMasterMind1i found this lirc ipkg for the zaurus the other day
23:35:06TheMasterMind1to control stuff
23:35:07fusion94i should watch that
23:35:10scanlinefusion94: that's not anime :P
23:35:12kergothciaolinux: mostly old customers who havent yet switched to ethernet
23:35:18fusion94no
23:35:21fusion94it's better
23:35:23kergothciaolinux: the ones using SCO Unix servers with their dumb terminals
23:35:35kalldrexxrikkus: thanks
23:35:36kergothheh
23:36:05Tenchikergoth: can you get me some cheap console server cards for my sbus sparcs ?
23:36:28kergothTenchi: I dont think we produce sbus cards anymore :-)
23:36:35kergothTenchi: i'd say ebay is your best bet.. hehe.
23:36:45Tenchidont you have any old ones laying around anywhere ?
23:36:52kergoth is the serial port pimp
23:36:52Tenchiibot: kergoth?
23:37:03kergothi have one in my sbus sparc in my cube, but thats about it
23:37:05scanline: wish i knew
23:37:05scanlineibot: Tenchi?
23:37:08kergothnot much for spare hardware laying around
23:37:20kergoth: I forgot kergoth
23:37:20kergothibot: forget kergoth
23:37:28scanline: no idea
23:37:28scanlineibot: Menchi?
23:37:43ciaolinuxkergoth: is there a solaris version of qtopia? is anyone trying to port it?
23:37:52OK, kergoth.
23:37:52kergothibot: kergoth is the serial port pimp | <reply> Go away or I'll replace you with a very small busybox function. | at kergoth@digitalnemesis.net
23:37:57Go away or I'll replace you with a very small busybox function.
23:37:57kergothibot: kergoth?
23:37:57Tenchihow many ports does the sbus card support ?
23:38:00kergothheh
23:38:29kergothTenchi: depends on the board
23:38:30kergothhey bipolar
23:38:39kergothciaolinux: not to my knowledge.. who knows, drop TT an email
23:38:49bipolarkergoth: whats up?
23:38:54kergothnada
23:38:58kergothtakin it easy
23:38:59kergothyourself?
23:39:07ciaolinuxi did... they told me that they know that there is someone working on it but they couldn't be more precise
23:39:13kergothah
23:39:28bipolarkergoth: ditto. Just got back from getting my Jeep aligned.
23:39:47bipolarkergoth: getting ready for a trip to IL on thursday night.
23:39:53kergothah nice.
23:40:32bipolarThe damned toe-in was 1/4" out of spec
23:40:32bipolarstarted to eat the tyres.
23:41:16bipolarI'm gonna chill out in the bedroom..... I'll stop in again later.
23:44:22TheMasterMind1http://www.rit.edu/~tfs1812/
23:45:19kergothTheMasterMind1: ... ?
23:47:48TheMasterMind1kergoth: it looks cool ;D
23:48:04kergothTheMasterMind1: the remote?
23:48:09TheMasterMind1yea
23:48:17kergothits part of opie now
23:48:24TheMasterMind1hmm
23:48:24TheMasterMind1cool
23:48:29kergothspiralman, the guy behind it, is in #opie most of the time
23:48:30kergothheh
23:48:32TheMasterMind1isn't opie a part of Z ?
23:48:35TheMasterMind1err
23:48:35TheMasterMind1oz
23:48:39kergothyeah it is
23:48:40somebody said opie was the Open Palmtop Integrated Environment. More info can be found at http://opie.handhelds.org or in the #opie channel. or at http://www.opie.info or at http://www.opie.us or most important at http://www.opie.info or please read the installation instructions at http://opie.handhelds.org:80/wiki/index.php3?OpieInstallation
23:48:40kergothibot: opie?
23:48:42TheMasterMind1nice
23:48:45kergothbbiaf, Im gonna read a book
23:48:51TheMasterMind1alright. later
23:49:14ljpheh that ibot opie thing seem sto be growing longer
23:49:21nasaHey, that remote -- is it any good with the Z?  I thought IR on the Z was really short...
23:49:52ljpit is a very short distance
23:50:42nasaSo the remote would have very limited uses -- like the distance from which your hand could touch the dial....
23:51:52ljphehe ya
23:52:06ljpon the zaurus anyway
23:52:18nasaah well...
23:55:45wParamthe zaurus broke usb on my machine AGAIN
23:56:29wParamstupid thing keeps hanging when I download things form it with ftp
23:56:52wParamand sometimes, it takes out my mouse with it when I take it out of the cradle
23:57:19djk-hwanybody got nessus running on the Z yet?
23:58:24ljpwhats that?
23:58:35djk-hwnessus?
23:59:04djk-hwa security scanning tool to find open vulnerabilities
23:59:09djk-hwon hosts
23:59:44ljpahh
23:59:53djk-hwhttp://www.nessus.org

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.