[00:01:22] <fyysik> oops, wrong file [00:01:29] <fyysik> but something was changed anyway [00:03:21] <fyysik> yeah, righ. line 327 [00:05:16] *** ablyss has quit IRC [00:05:25] *** mphipps has joined #haiku [00:05:25] *** ChanServ sets mode: +o mphipps [00:05:28] <fyysik> lack bus_type parameter [00:06:14] <@mphipps> hipps> hi all! [00:06:25] <fyysik> hi mphipps [00:06:52] <@mphipps> hI! [00:07:11] <DaaT> hi mphipps [00:07:17] <@mphipps> DAAT! [00:07:39] <DaaT> how goes it? [00:07:50] *** Korli has joined #haiku [00:07:50] *** ChanServ sets mode: +o Korli [00:08:39] <@mphipps> busy, as always. :-) [00:09:01] *** axeld has joined #haiku [00:09:01] *** ChanServ sets mode: +o axeld [00:09:28] <DaaT> good sign [00:09:30] <DaaT> axeld! [00:13:06] *** Begasus has quit IRC [00:16:09] <@axeld> Hey DaaT! [00:16:15] <DaaT> how's it going? [00:16:17] <@axeld> How are you doin'? [00:16:21] <DaaT> i'm ok thx [00:16:35] <@axeld> me too [00:17:36] <DaaT> though bummed out... car's in the shop, so now instead of taking 10mns to work, i'll take over an hour over train and bus... [00:18:16] *** Master199 has quit IRC [00:20:22] <@axeld> DaaT: in the shop means being repaired? [00:20:43] <DaaT> yep [00:20:47] *** frankps has left #haiku [00:20:50] <DaaT> had problems with it today [00:21:01] <DaaT> was driving back to work after lunch, had to come back [00:21:29] <fyysik> heh, after 2 days of my voodoo dances around emuxli Kirli appeared:) hi Korli [00:22:47] <@Korli> hi fyysik [00:23:18] *** ConneX has quit IRC [00:23:19] *** zortness has quit IRC [00:23:35] <fyysik> Korli - problem is that no one among my friends could get Channel output_1 for emuxki to be set [00:23:54] <fyysik> it sets everywhere to 0/1 [00:24:26] <fyysik> and thus only stereo-inout is available for mixer to connect [00:25:41] <@Korli> fyysik you need Media Preferences from Haiku [00:25:56] *** zortness has joined #haiku [00:25:56] *** ChanServ sets mode: +o zortness [00:26:34] <fyysik> really? interesting. Is it full-featured now? [00:27:33] <fyysik> ik> i managed to set channel 1 my self with various voodoo, like setting in code of driver if(1) everywhere where check for IS_***51 || Audigy appeared, and by something else [00:27:35] <@Korli> fyysik i think so [00:27:42] <fyysik> but it seems rather occasion [00:27:57] <@Korli> you should really use the one from Haiku [00:28:14] <fyysik> nice, if so. will test it now. Can you point me to URL where i can get it now, when haiku site is down? [00:28:22] <@Korli> even if there are some small bugs, you should get a better experience [00:28:39] <@Korli> it's only from CVS [00:28:41] <fyysik> if it succeed, i should push Techinix to correct newspiece by adding mention about Preferences [00:28:51] <fyysik> and also my own article at qube.ru [00:28:54] <@Korli> hmm yeah [00:29:15] <@Korli> i'm sorry to not have noticed this miss [00:29:30] <fyysik> Korli - by that way, can you point me at place in driver code which affects channel choice? [00:29:58] <fyysik> as i hacked it blindly but wish to be more wise:) [00:30:54] <DaaT> bbl [00:31:58] <@Korli> fyysik it's not easy i know [00:32:05] <fyysik> heh:) [00:33:27] <fyysik> so - anybody here with HaikuMediaPreferences binary? [00:38:08] <@Korli> fyysik in emuxki inversing streams happen in multi.c : [00:38:10] <@Korli> emuxki_stream_set_audioparms(card->pstream, true, 2, true, 48000); [00:38:10] <@Korli> emuxki_stream_set_audioparms(card->pstream2, false, 4, true, 48000); [00:38:14] <@Korli> and : [00:38:28] <@Korli> card->pstream2->first_channel = 2; [00:38:29] <@Korli> card->rstream->first_channel = 6; [00:39:33] *** ablyss has joined #haiku [00:43:05] *** Kernel86 has joined #haiku [00:46:02] *** jwesley has joined #haiku [00:48:45] <fyysik> thanks, rebooting [00:48:52] *** fyysik has quit IRC [00:54:24] <jwesley> I've been trying for a couple of days now... is the "haiku-os.org" website down? [00:54:40] <@mphipps> jweslery - yse. [00:54:46] <jwesley> ok.. thanks [00:54:55] <@mphipps> Man - my dyslexia is bad tonight. :-) [00:55:41] <jwesley> :) [00:56:23] <jwesley> any idea of when it will be back up? [00:56:41] <@mphipps> Not yet. Still working on recovering the data from the drives. [00:57:14] <jwesley> doh... hard drive crash? [00:57:41] <@mphipps> Not sure; /bin/mount core dumps. [01:09:13] <jwesley> sorry.. I should've read: http://haikunews.org/index.php?id=955&page=2 [01:09:32] <@mphipps> no problem. [01:09:33] <[Beta]> anyone got a mirror for BeOS_Java_Christmas.avi ? [01:09:35] *** __nitro__ has quit IRC [01:11:00] *** __nitro__ has joined #haiku [01:14:41] <[Beta]> to answer my own question - http://linux.inf.elte.hu/ftp/beos/videos/ [01:16:00] *** fyysik has joined #haiku [01:16:18] <fyysik> Korli - yeah, trick with new preferences works [01:16:42] <fyysik> only problem is that new BSoundPlayer and MediaNode don't work here [01:17:02] <fyysik> so using older ones [01:17:54] <@Korli> can't say [01:18:54] <fyysik> no matching function for call to `BMediaRoster::AudioBufferSizeFor (uint32 &, uint32 &, float &)' - candidates are BMediaRoster::AudioBufferSizeFor(long int, long unsigned int, float, bus_type) [01:19:24] <fyysik> in SoundPlayNode _SoundPlayNode::PrepareToConnect [01:20:00] <fyysik> bus_type parameter is missing [01:22:56] <@Korli> when building ? [01:23:15] <@Korli> this bus_type has a default value [01:28:12] *** koki2 has quit IRC [01:32:06] <slaad> Is there anyway to check if an entry_ref is a valid one? [01:36:12] <@Korli> slaad BEntry.IsValid() ? [01:37:37] *** __nitro__ has quit IRC [01:39:54] <slaad> Yeah, was wondering if there was a way to do so without constructing a BEntry [01:40:35] <@dr_evil> fyysik use B_UNKNOWN_BUS as parameter [01:40:52] <@dr_evil> or B_PCI_BUS [01:47:04] *** ablyss has quit IRC [01:49:52] *** dr_evil has quit IRC [01:49:54] *** dr_evil has joined #haiku [01:52:58] <fyysik> thanks dr_evil [01:53:07] <@axeld> night# [01:53:09] *** axeld has quit IRC [02:02:04] <fyysik> dr_evil - strange that with new SoundPlayer it works, but with shifted pitch. avout octave down [02:05:59] *** quittt has joined #haiku [02:06:00] *** brennanos has quit IRC [02:06:07] <quittt> heyyy [02:06:10] <quittt> DaaT oi! [02:06:17] <dr_evil> hmm, wrong sample rate? [02:07:08] <dr_evil> did you specify a format? the new BSoundPlayer will accept wildcards, so you can call Format() to check what you got [02:07:21] <dr_evil> or you give him a format in the constructor [02:07:23] <quittt> hi [02:07:28] <quittt> I want to use BeOS [02:07:33] <quittt> which BeOS should I use? [02:07:44] <dr_evil> well, it allows you many more thatn before fyysik [02:08:05] *** dr_evil is now known as Dr_Evil [02:08:11] *** ChanServ sets mode: +o Dr_Evil [02:10:14] *** [Beta] has quit IRC [16:09:13] *** [Beta] has joined #haiku [16:17:52] *** frankps has joined #haiku [16:25:01] *** fyysik has joined #haiku [16:25:09] * fyysik is giving up [16:25:11] *** brennanOS has joined #haiku [16:25:25] <@mmu_man> on what ? [16:25:39] <fyysik> KDL with emuxki driver [16:25:46] <fyysik> yesterday it worked [16:25:51] <fyysik> today don't [16:26:08] <fyysik> irregular threads and functions in KDL stack [16:26:10] <@mmu_man> cvs diffed ? [16:26:11] <Dr_Evil> mmu_man just to host some stuff [16:26:31] <Dr_Evil> like http://mad-scientist-entertainment.com [16:26:38] <fyysik> and Monte-Carlo method in fixing driver don't work [16:27:05] <Dr_Evil> mmu_man my current hoster is not relyable [16:27:07] <@mmu_man> Dr_Evil maybe I can make you a subaccount on free.fr [16:27:16] <JBurton> fyysik monte carlo methos [16:27:19] <JBurton> method ? [16:27:20] <@mmu_man> 100MB [16:27:20] <JBurton> :) [16:27:23] <JBurton> what's that ? [16:27:42] <@mahlzeit> trying a whole bunch of things at random :-) [16:28:01] <fyysik> method [16:28:06] <JBurton> oh :P [16:28:09] <JBurton> didn't know that [16:28:14] <JBurton> I mean, I use that method too :P [16:28:16] <@mahlzeit> http://mathworld.wolfram.com/MonteCarloMethod.html [16:29:10] *** Koki has joined #haiku [16:29:25] <fyysik> JBurton - in russian this is "metod tyka" - picking something (almost randomly) and see what happens:) Actually Monte-Carlo method is scientific method in various science fields:))) [16:29:50] <fyysik> ehh, mahlzeit was first:) [16:30:00] *** ConneX has quit IRC [16:30:17] <JBurton> :)) [16:30:20] <@mahlzeit> it> i think there is an english term for this too [16:30:47] <fyysik> tried to recall proper english term, but couldn't:) [16:31:11] <fyysik> Koki - are you here? [16:37:45] <@mmu_man> Dr_Evil ? [16:43:53] <Koki> hi fyysik [16:44:17] <fyysik> Koki - newspiece at jpbn.net needs some editing/addition [16:44:32] <Koki> which one? [16:45:11] <fyysik> Koki - about VLC Surround Sound [16:45:36] *** MikeW has quit IRC [16:45:36] <Koki> I did not write that piece, but if you tell me what needs to be changed, I can convey the message. [16:47:06] <fyysik> Koki - ok "Multichannel sound with emuxki drivers work only if Audio Output channel is set to output_1 - like on this screenshot: http://beos.spb.ru/fyysik/MediaPrefs_Multichannel_emuxki_1.png" [16:47:24] <@mmu_man> 404 [16:47:33] <@mmu_man> hmm strip the " [16:47:33] <@mahlzeit> works here [16:47:48] <fyysik> Koki - "to be able to choose output_1 you need Haiku Media Preferences" [16:48:47] <fyysik> Koki - because standard Media Preference app don't allow to swich Output Channel and it always stays as "0/1" - which allows only 2-channel stereo" [16:49:00] <fyysik> that's all [16:49:16] <Koki> OK. I will post a comment asking them to make that clear. :-) [16:51:16] <fyysik> Koki - and here is link to that required Media Preferences binary - http://beos.spb.ru/fyysik/Haiku-Media-Preferences.zip [16:52:04] *** core-ix has quit IRC [16:52:04] *** reffie has quit IRC [16:52:04] *** illissius has quit IRC [16:52:04] *** mahlzeit has quit IRC [16:52:04] *** Fanskapet has quit IRC [16:52:04] *** AnEvilYak has quit IRC [16:52:04] *** Master199 has quit IRC [16:52:04] *** YNOP has quit IRC [16:52:04] *** Azalyn has quit IRC [16:52:41] *** illissius has joined #haiku [16:56:46] *** reffie has joined #haiku [16:57:18] *** mahlzeit has joined #haiku [16:57:18] *** Fanskapet has joined #haiku [16:57:18] *** AnEvilYak has joined #haiku [16:57:18] *** Master199 has joined #haiku [16:57:18] *** YNOP has joined #haiku [16:57:18] *** Azalyn has joined #haiku [16:57:18] *** irc.freenode.net sets mode: +o mahlzeit [16:57:39] *** core-ix has joined #haiku [16:57:43] *** core-ix has quit IRC [16:57:46] *** fyysik has quit IRC [16:57:51] *** fyysik has joined #haiku [16:57:58] *** Fanskapet has quit IRC [16:57:58] *** YNOP has quit IRC [16:57:58] *** mahlzeit has quit IRC [16:58:12] <Koki> fyysik: done. [16:58:18] *** Fanskapet has joined #haiku [16:58:31] *** frankps has left #haiku [16:58:57] *** core-ix has joined #haiku [17:00:32] <fyysik> "emixki" [17:00:32] *** mahlzeit has joined #haiku [17:00:32] *** ChanServ sets mode: +o mahlzeit [17:01:16] *** YNOP has joined #haiku [17:04:35] <Koki> fixed fyysik. [17:04:49] *** Suio has joined #haiku [17:05:01] <Suio> BeOS is dead [17:05:01] <Suio> ? [17:05:07] <Suio> or peopleare still working on it [17:05:18] <fyysik> as rock'n'roll [17:05:28] <Suio> weird [17:05:38] <Suio> a friend of mine was saying it was done and over with [17:05:59] <Suio> or are people still working on it [17:06:10] <JBurton> the latter [17:06:16] <@mahlzeit> nah, beos is dead [17:06:33] <Suio> erm [17:06:35] <JBurton> still, there are people working on it, mahlzeit :P [17:06:38] <Suio> so how come you guys are in here [17:06:39] <@mahlzeit> JBurton: who? [17:06:43] <JBurton> er, me :P [17:06:47] <Suio> io> i know it was one of the few good OS'es [17:07:02] <@mahlzeit> JBurton: so are you working on the source code etc of beos? [17:07:11] <@mahlzeit> Suio: because this is Haiku, not BeOS :-) [17:07:14] <JBurton> ah ok, it's dead :P [17:07:15] <JBurton> mahlzeit [17:07:26] <Suio> ok. [17:07:28] <JBurton> I got "working on" as "using it" [17:07:30] <@mahlzeit> maybe undead would be a better classification :-) [17:07:34] <JBurton> eheh [17:07:44] <JBurton> or nosferatu [17:09:19] *** Begasus has quit IRC [17:10:55] *** Methe has joined #haiku [17:11:39] *** Renomd has joined #haiku [17:11:55] *** Renomd has left #haiku [17:14:21] <@mmu_man> Zeta == BeOS [17:14:32] <fyysik> ???? [17:14:36] <@mmu_man> Zeta=BeOS; [17:14:41] <fyysik> Bernd said me that it is not beOS [17:14:48] <fyysik> who knows better? [17:14:48] <@mmu_man> Zeta.isAlive = true; [17:15:03] <@mmu_man> => BeOS.isAlive = true :) [17:15:10] <@mahlzeit> bug [17:15:22] <@mahlzeit> zeta=beos made a copy, so beos.isalive remains false [17:15:24] <@mmu_man> fyysik it isn't from marketing pov, but it really is BeOS anyway :) [17:15:25] <@mahlzeit> :-) [17:15:36] <fyysik> chief knows better [17:15:40] <fyysik> always [17:16:04] <fyysik> this is point 1# [17:16:22] <@mmu_man> anyway please go elsewhere for trolling, this is a dev chan [17:16:28] <fyysik> point 1# - if chief is wrong - >see point 1 [17:16:44] <fyysik> point #2 - if chief is wrong - >see point 1 [17:16:50] <@mmu_man> besides BeOS is still being developped on [17:16:56] <@mmu_man> http://clapcrest.free.fr/revol/beos/shot_googlefs_005.png [17:19:05] *** Suio has left #haiku [17:21:40] <JBurton> eheh he left [17:21:47] <JBurton> too many piece of information :P [17:21:53] <JBurton> you scared him [17:23:37] <fyysik> waiting for quitt [17:25:47] <@mmu_man> I fixed the bugs in googlefs now... [17:25:54] <@mmu_man> should get utf8 correctly [17:25:58] <@mmu_man> no more disapearing nodes... [17:26:16] <@mmu_man> and reusing of not too old queries [17:26:31] <@mmu_man> no need to ask google the thing 10 times) [17:27:47] <mumu25> mmu_man: how do you query google, do you just parse their website? [17:27:55] <@mmu_man> yep [17:28:17] <@mmu_man> I make up the url from the query string, get that and parse and make nodes [17:28:19] <mumu25> do you only return the first page, or ..? [17:28:34] <mumu25> what if google returns 3 mio. results? [17:28:40] <@mmu_man> first page for now, but you can set teh max results in the settings file [17:28:44] <@mmu_man> currently 50 [17:28:44] <mumu25> mhm [17:29:07] <@mmu_man> I plan on usign a kernel thread later to fill in more pages for live queries :) [17:30:06] <@mmu_man> if you query correctly anyway the useful results should be on the first pages [17:31:07] <fyysik> will be googlequery integrated to BeOS emacs?:) [17:31:25] <@mmu_man> well you can have a shell buffer in XEmacs :p [17:31:46] <@mmu_man> then query "..." | xargs catattr META:url | sed 's/.* string : /' [17:31:49] <@mmu_man> then query "..." | xargs catattr META:url | sed 's/.* string : //' [17:31:50] <@mmu_man> :) [17:32:11] <@mmu_man> actually emacs has a google.el somewhere [17:32:26] <@mmu_man> no need for googlefs for that [17:32:59] *** Dr3w has joined #haiku [17:33:08] <fyysik> ohh [17:33:40] <fyysik> it seems that only remaining thing is to make it standalone-bootable OS [17:34:01] <@mahlzeit> so googlefs uses emacs? :-) [17:34:12] <JBurton> fyysik heheh [17:36:51] <@mmu_man> LO0L [17:39:02] <CIA-6> axeld * current/headers/os/kernel/OS.h: Fixed a typo reported by John Drinkwater. [17:43:08] *** YNOP-2 has joined #haiku [17:45:00] *** Konrad has joined #haiku [17:45:25] *** RedSeven has joined #haiku [17:46:00] *** RedSeven has left #haiku [17:47:05] *** thies has quit IRC [17:50:47] *** Greyhawk_Dragon has joined #haiku [17:52:53] <@mmu_man> hmm unknown codec o 17... [17:52:58] <@mmu_man> oh, probably didn't update ffdecoder [17:53:29] <@mmu_man> hmm WAVE_FORMAT_DVI_ADPCM [17:53:37] <@mmu_man> how is it I don't have that one [17:55:23] <JBurton> are you asking us, mmu_man ? :P [17:57:19] <JBurton> bye all [17:57:19] <@mmu_man> can you play that BeOS_Java_Christmas.avi ? [17:57:26] <JBurton> on> on windows ? no :P [17:57:33] <JBurton> only the audio [17:57:39] <fyysik> it killed haikunews [17:57:40] <JBurton> on> on beos ? didn't tru [17:57:42] <JBurton> try [17:57:44] <ShackaN> where do I get that movia? [17:57:51] <ShackaN> *movie [17:58:07] *** JBurton has quit IRC [17:58:26] * ShackaN wants to check oit ut on linux [17:58:35] * ShackaN wants to check it out on linux [17:58:39] <@mahlzeit> it> i can play it on windows with vlc [17:59:36] <@mmu_man> hmm yeah, well video plays here, but not audio in media player [18:00:00] <@mmu_man> vlc should work as it uses lavc which supports adpcm (I even wrote that code =) [18:00:59] <ShackaN> http://haikunews.org/files/BeOS_Java_Christmas.avi gives a 404... [18:01:21] * Dr3w ponders pressing the Buy It Now button on a HP 9000 C3000 400MHz 64-Bit PA-RISC workstation.... [18:01:33] <@mmu_man> [15:32] <Dr_Evil> if someone still wants to watch it: http://mad-scientist-entertainment.com/downloads/BeOS_Java_Christmas.avi [18:01:38] <@mmu_man> don't flood him though [18:01:53] <ShackaN> thanks [18:02:13] <ShackaN> how am I supposed to flood him by downloading that file ? [18:02:33] <@mmu_man> by not downloading it 500 times :p [18:02:39] <ShackaN> ?!? [18:02:44] <ShackaN> who's that? [18:02:50] <fyysik> ShackaN - as i said, someone aktually killed haikunews by downloading that avi 500 times [18:02:52] <ShackaN> I want the java demo! [18:03:12] <fyysik> now Technix should pay for that freak USD640 at least [18:03:21] <fyysik> to keep haikunews laive [18:03:41] <Dr_Evil> http://mad-scientist-entertainment.com/downloads/BeOS_Java_Christmas.avi [18:04:13] <mumu25> http://www.schmidp.com/public/movies/BeOS_Java_Christmas.avi [18:04:25] <mumu25> we don't pay for traffic... [18:04:35] <ShackaN> Dr_Evil, but am I supposed to watch this funny guy talking ? I was looking for the java2d demo [18:04:55] <@mahlzeit> say, how does 500 * 35 mb equal 123 gb? [18:05:11] <mumu25> hehe [18:05:15] *** thies has joined #haiku [18:05:32] <@mmu_man> http://slashdot.org/articles/04/12/28/1414242.shtml?tid=216 ROTFL [18:06:15] <@mahlzeit> wouldn't it be better to build a robot that eats non-food? [18:06:38] <@mahlzeit> it's not like there's enough food in the world to feed robots as well :-) [18:06:44] <Dr3w> Like Taco-Bell? [18:07:22] <@mahlzeit> how would your average european know what taco-bell is? :-) [18:08:16] <Dr3w> Demolition Man taught me all I know about the US. [18:08:39] <@mahlzeit> what is demolition man? :-) [18:08:45] *** fyysik has quit IRC [18:10:39] <tic> hey guys. [18:11:07] <@mmu_man> watchign the video in vlc [18:11:09] <@mmu_man> really cool [18:12:18] <TuneTracker> hey tic [18:12:24] <@mmu_man> now what CPU does he have ? :) [18:15:04] *** Konrad has quit IRC [18:19:00] *** nPHYN1T3 has joined #haiku [18:19:22] <tic> hey TuneTracker! [18:21:38] <Dr3w> Gag.... [18:21:44] <Dr3w> I have a heavy cold. [18:21:50] <Dr3w> Its making me sick. [18:22:11] <Dr3w> I can feel the mucus from my nose in my stomach... [18:22:39] <ShackaN> wow... [18:22:51] <ShackaN> thanks for the details Dr3w [18:30:45] *** voidref has joined #haiku [18:30:45] *** ChanServ sets mode: +o voidref [18:34:53] <tic> yo voidre. [18:34:55] <tic> voidref. [18:37:59] *** mmu_man has quit IRC [18:50:42] *** mmu_man has joined #haiku [18:50:42] *** ChanServ sets mode: +o mmu_man [18:51:58] *** stippi has joined #haiku [18:58:26] *** Greyhawk_Dragon has quit IRC [19:01:02] <@mmu_man> stippi ! [19:01:32] <@mmu_man> was just about to check if the svg-enabled wonderbrush was on bebits [19:01:46] <@mmu_man> I need something to do an svg icon for googlefs =) [19:01:51] *** frankp1 has joined #haiku [19:03:42] <@mmu_man> hmm ENOENT [19:04:37] <stippi> mmu_man [19:04:49] <stippi> sorry, didn't turn on the speakers... [19:06:06] <stippi> mmu_man: My Notebook did, that's why I didn't release the SVG enabled WonderBrush for Christmas. [19:06:25] <stippi> mmu_man: But I was at the repair center today and didn't leave without my harddrive. [19:06:45] <stippi> mmu_man: But I don't know if I can fit it into this desktop machine which I'm sitting in front of... [19:07:24] <Dr_Evil> hi stippi [19:07:42] <Dr_Evil> stippi you need an adaptor [19:07:53] <stippi> Well, if it isn't the evil Dr! [19:08:06] <stippi> Dr_Evil: I know. I have one. The questions is... can I find it? [19:08:10] <@mmu_man> yeah 2.5" drives use a smaller IDE connector [19:08:23] <Dr_Evil> or another notebook [19:08:46] <stippi> Ok [19:08:48] <stippi> found it. [19:09:08] <tic> 44 pin [19:09:12] <stippi> Well then... I think I need to power down. [19:09:15] <stippi> :-) [19:09:22] <@mmu_man> hmm googlefs doesn't want to work here today [19:09:25] <@mmu_man> what did I break [19:09:32] <stippi> See you all later, if everything goes well. [19:09:41] <stippi> mmu_man: see my earlier messages. [19:09:47] <@mmu_man> yeah I saw it [19:09:53] <stippi> Sorry. [19:10:08] <stippi> Ok, now... I will try to build this in... [19:10:19] *** stippi has quit IRC [19:10:29] *** MikeW has joined #haiku [19:10:32] <@mmu_man> hmm [19:10:33] <@mmu_man> KERN 'query'[1976]: googlefs: open_query: error 0xffffffff [19:11:42] <@mmu_man> hmmm [19:11:43] <@mmu_man> KERN 'query'[2011]: googlefs: open_query: request_open done [19:11:59] <tic> mmu_man, did you try to get Bethon working with Python-2.4? [19:12:11] <@mmu_man> ohh [19:12:24] <@mmu_man> I had the debug stuff turned on to use a local html page as result [19:12:27] <@mmu_man> and the path is wrong =) [19:12:33] <@mmu_man> tic didn'(t try yet [19:12:47] <tic> mmu_man, okay [19:13:31] *** ConneX has joined #haiku [19:14:43] <MikeW> mmu_man: got any doc on how googlefs should work? [19:15:39] <@mmu_man> KERN 'add poses'[2273]: google_request: final URL: /search?hl=en&ie=UTF-8&oe=UTF-8&num=50&q=beos+rox [19:15:48] <@mmu_man> MikeW I'll write a paper on that [19:16:33] <MikeW> mabye not a full paper, but a couple of lines on what it is and how it works and how it uses the fs :) [19:17:00] [19:17:08] <@mmu_man> cool it takes UTF8 right now :) [19:17:26] <tic> yay. [19:17:49] <@mmu_man> MikeW have a look at haiku news [19:19:46] *** stippi has joined #haiku [19:21:03] <stippi> it worked [19:22:59] <stippi> mmu_man: Expect that WonderBrush release now anytime soon... :-) [19:23:58] <@mmu_man> hehe [19:24:08] <@mmu_man> hmm wtf, queries work from Tracker but from shell I get error 0x80006003 [19:24:59] <stippi> One of the truely awesome things about BeOS is: I could have booted from that drive as if nothing happened. I don't see this mentioned enough whenever BeOS is being stood up for. [19:25:03] <Methe> if the error was 0x80006002 i would know what it is [19:25:38] <stippi> printf("%s\n", strerror(error)); [19:25:53] <Dr_Evil> $ errno 0x80006002 [19:25:55] <@mmu_man> stippi just run error 0x80006003 in shell :p [19:25:57] *** DaaT has joined #haiku [19:26:00] <@mmu_man> it's no such file o dir [19:26:03] <Dr_Evil> or was it error? [19:26:08] <@mmu_man> oddly when I call connect() [19:26:13] <@mmu_man> error it is [19:27:48] <@mmu_man> hmm query doen't make live ones... [19:28:16] <@mmu_man> hmm flags aren't used anyway [19:28:27] <DaaT> hey mmu_man [19:28:32] <DaaT> and Dr_Evil [19:29:18] <tic> DaaT, what not a piano tune? :) [19:29:27] <DaaT> tic, it is? :) [19:29:52] <tic> DaaT, quite so. :) [19:31:02] <DaaT> hehehe ok [19:31:07] <DaaT> aaT> a very violent piano [19:31:12] <tic> hehe. but it's cool [19:31:56] <DaaT> yeah, it is [19:32:16] *** shackan_ has joined #haiku [19:32:42] *** mmadia has joined #haiku [19:37:29] <@mmu_man> something really broken in googlefs... [19:37:32] <@mmu_man> query '((name=="*[pP][lL][oO][pP]*")&&(BEOS:TYPE=="application/x-vnd.Be-bookmark"))' [19:37:35] <@mmu_man> doesn't work [19:37:44] <@mmu_man> while doing that same with Tracker does [19:41:05] <@mmu_man> wtf [19:42:59] *** LupusMichaelis has quit IRC [19:43:56] *** fyysik has joined #haiku [19:44:05] *** ShackaN has quit IRC [19:45:26] *** shackan_ is now known as ShackaN [19:46:46] *** illissius is now known as illissius[food] [19:50:00] *** stippi has quit IRC [19:50:00] *** ConneX has quit IRC [19:58:20] *** MikeW has quit IRC [20:00:13] *** AnEvilYak has quit IRC [20:03:16] *** zortness has joined #haiku [20:03:16] *** ChanServ sets mode: +o zortness [20:08:18] *** Dr_Evil has quit IRC [20:10:09] *** bumperbender has joined #haiku [20:12:44] *** AnEvilYak has joined #haiku [20:13:52] *** illissius[food] is now known as illissius [20:35:44] *** mmadia has quit IRC [20:38:57] *** mmadia has joined #haiku [20:40:13] *** Greyhawk_Dragon has joined #haiku [20:50:55] <Dr3w> mmu_man, I know what the problem is. [20:52:32] *** fyysik has quit IRC [20:55:20] <@mmu_man> I found that [20:55:26] <@mmu_man> I was doing if (err = -1) [20:55:30] <@mmu_man> :D [20:55:34] <AnEvilYak> oops ;p [20:55:37] <@mmu_man> well it fixed it [20:55:41] <@mahlzeit> newbie :-) [20:55:44] <@mmu_man> but I still wonder how it worked gfrom Tracker [20:55:45] <@voidref> to which i pointed out hat constants should go first in equality checks... [20:55:54] <Dr3w> Hey AnEvilYak! [20:55:54] *** MikeW has joined #haiku [20:55:58] <Dr3w> <- McCall [20:56:05] <@voidref> not Barrymore? [20:56:09] *** frankp1 has left #haiku [20:56:11] <@mmu_man> now if only I knew why I get results from another query [20:56:16] * Dr3w goes to unzip Yak's pants and kneels... [20:56:24] <Dr3w> its been a while, how are you doing Yak? [20:56:45] <AnEvilYak> heya [20:56:55] <AnEvilYak> good good [20:56:56] * AnEvilYak guards his pants [20:57:19] <@mmu_man> 170 -rw-r--r-- 1 revol users 0 Dec 28 20:44 /google/beos pdf/My Mac Online: The Archives: January 2000: Book Bytes [20:57:27] <@mmu_man> 253 -rw-r--r-- 1 revol users 0 Dec 28 20:48 /google/html entities/My Mac Online: The Archives: January 2000: Book Bytes [20:57:31] *** Greyhawk_Dragon has quit IRC [20:57:32] <@mmu_man> so it's a different inode [20:58:41] *** frankps has joined #haiku [21:04:27] *** Konrad has joined #haiku [21:12:28] *** fyysik has joined #haiku [21:12:38] <fyysik> Atrus message for Korli [21:12:41] <fyysik> heh [21:13:03] <fyysik> hope it is fixed at last [21:13:13] <fyysik> !seen Korli [21:13:22] <fyysik> stupid ChanServ [21:13:38] <@mahlzeit> type /ns info Korli [21:13:51] *** Konrad has quit IRC [21:14:21] <fyysik> "-NickServ- The nickname [fyysik] is not registered" hmm [21:14:27] <fyysik> really? [21:14:39] <AnEvilYak> yup. [21:15:02] *** Konrad has joined #haiku [21:15:39] <fyysik> Is anybody here using emuxki driver? [21:15:45] <AnEvilYak> nope. [21:15:53] <AnEvilYak> just the media kit game driver here [21:15:53] <Koki> fyysik: posted replied from rihatsu-san @ https://bugzilla.mozilla.org/show_bug.cgi?id=242315#c46 [21:17:25] <fyysik> AnEvilYak - yup, i used 1102 too, but it didn't support 4.0 or 5.1 mode in reality [21:17:43] <AnEvilYak> fyysik: hehe, only have a pair of built-in monitor speakers here, 5.1 does me little good :) [21:22:41] <Konrad> Does anyone more than me have any problems with Eddie? Sometimes it doesnt load its addons? Anyone with familiar with that problem? [21:23:21] <AnEvilYak> Konrad: not had that one, sounds more like hitting 32MB add-on limit or so. [21:23:23] <Koki> fyysik: I hope the translation makes sense. [21:23:50] <fyysik> all is senseless Koki, if we communicate with Rihatsu in such way:((((( [21:23:52] <Konrad> AnEvilYak so closing Mozilla and firefox and try again is one way to try if its related to that then? [21:24:08] <fyysik> like with Alpha Centauri via broken phone line [21:24:50] <AnEvilYak> Konrad: maybe. [21:46:28] *** fyysik has quit IRC [21:46:55] *** Dr_Evil has joined #haiku [21:47:35] *** Master199 has quit IRC [21:58:32] *** AndrewBachmann has joined #haiku [21:58:32] *** ChanServ sets mode: +o AndrewBachmann [22:04:41] *** Greyhawk_Dragon has joined #haiku [22:10:51] <Methe> hello AndrewBachmann. Nice Swing !!!!!!!!!!!!!!!!!!!!! [22:11:38] <DaaT> AndrewBachmann swings? [22:11:51] * DaaT writes the shovking story for ICO [22:12:07] <@AndrewBachmann> http://haikunews.org/?id=959 [22:12:29] <DaaT> i know :) [22:15:11] <@mmu_man> plop AndrewBachmann ! [22:15:35] <@AndrewBachmann> mmu_man bo1b [22:15:41] <@mmu_man> http://clapcrest.free.fr/revol/beos/googlefs-test-bin.zip :) [22:15:50] <@AndrewBachmann> google fs? [22:15:56] <Dr_Evil> AndrewBachmann yes, nice video, did you watch it? [22:16:15] <@mmu_man> http://clapcrest.free.fr/revol/beos/shot_googlefs_005.png yep [22:16:25] <@mmu_man> Dr_Evil yeah very nice vid [22:16:30] <Dr_Evil> however, 690$ for 120 GB sound expensive. I would have to pay 60 EUR for 120 GB [22:17:19] <@mahlzeit> many hosting accounts have that -- it's like a fine [22:17:33] <@AndrewBachmann> I don't think I watched that video [22:18:24] <Dr_Evil> just 40 MB http://mad-scientist-entertainment.com/downloads/BeOS_Java_Christmas.avi [22:19:10] <@AndrewBachmann> hm, 200 KB/s, not bad [22:19:46] * AndrewBachmann can't get wep working in beos :-/ [22:20:00] <Dr_Evil> trying hfa384 driver? [22:20:04] <@AndrewBachmann> yeah [22:20:12] <Dr_Evil> only version 0.0.10 does properly do web [22:20:17] <Dr_Evil> bebtis has 0.0.9 [22:20:20] <Dr_Evil> WEP [22:20:29] <Dr_Evil> give me your email [22:20:44] <@AndrewBachmann> I have 0.0.10 [22:21:24] <Dr_Evil> ok [22:21:28] * Methe is front of a 1 button box called "restart computer". I hate these guys, can't even hide it [22:21:30] <Dr_Evil> so whats the problem? [22:21:45] <@AndrewBachmann> hrm [22:22:07] <@AndrewBachmann> I thought I downloaded it from bebits but I guess I got it someplace else [22:22:24] <Dr_Evil> 10 was sent me by the author by email [22:22:43] <@AndrewBachmann> the directory from the zip I have was 3c920-0.0.10-x86 [22:23:04] <@AndrewBachmann> oops [22:23:09] <@AndrewBachmann> looking at the wrong file :-P [22:23:18] <@AndrewBachmann> okay send it to me :-) shatty at myrealbox dot com [22:23:37] *** brennanOS has quit IRC [22:24:13] <tic> hey AndrewBachmann [22:24:27] <@AndrewBachmann> hello tic [22:25:42] <tic> AndrewBachmann, good work on the J2SE port (Bryan said you were helping a bunch...) [22:26:16] <@AndrewBachmann> by that I guess he means I built it and ran it [22:26:17] <@AndrewBachmann> lol [22:26:24] <@AndrewBachmann> after he did all the work [22:26:59] <Methe> anyway. gr8 work [22:27:02] <Methe> brb [22:27:09] <tic> AndrewBachmann, :) [22:27:18] *** Methe has quit IRC [22:27:44] <Dr_Evil> AndrewBachmann got it? [22:28:29] <@AndrewBachmann> yep [22:28:37] <@AndrewBachmann> rebooting my laptop now [22:28:56] <@AndrewBachmann> hmm I think I'll have to play with the swingset soon :-) [22:29:11] <@AndrewBachmann> I've been in chicago for a week [22:30:12] *** korli2 has joined #haiku [22:32:11] <@AndrewBachmann> lol the video shows one of the bugs I still have to fix :-) [22:32:29] <@AndrewBachmann> I wonder if bryan noticed :-) [22:34:29] *** core-ix has left #haiku [22:35:34] <@AndrewBachmann> hmm still no go Dr_Evil [22:36:13] <@AndrewBachmann> I see this in the syslog: [22:36:27] <@AndrewBachmann> device_command_wait 0x0121 result 0x7f00 error 0x0004 [22:37:53] <Dr_Evil> hmm, unsuported hardware?` [22:38:05] <@AndrewBachmann> it works when not encrypted [22:38:08] *** ConneX has joined #haiku [22:38:50] <Dr_Evil> hmm, privacy = 2 for 128 bit wep [22:38:57] <Dr_Evil> did you set that? [22:39:01] <@AndrewBachmann> it's only 64 [22:39:01] <Dr_Evil> and authentication to 1 [22:39:08] <Dr_Evil> then privacy 1 [22:39:12] <@AndrewBachmann> yeah [22:40:45] <@AndrewBachmann> I wonder if I have to flash the card with a hacked firmware [22:40:54] <korli2> hi Dr_Evil AndrewBachmann [22:41:51] <DaaT> ConneX, hi :) [22:42:23] <ConneX> hi DaaT :) [22:42:31] <DaaT> laptop added :) [22:42:34] <DaaT> check it out [22:42:48] <ConneX> will do [22:44:02] *** mahlzeit has quit IRC [22:44:27] <ConneX> DaaT, great.. thanks.. I'm hoping for some time to make the site better.. Gonna make it possible to vote on add, so ill move your vote then.. [22:45:34] <DaaT> cool, thx [22:45:36] <Dr_Evil> hi korli2 [22:46:28] *** quittt has joined #haiku [22:47:36] *** Begasus has joined #haiku [22:48:03] <@mmu_man> hmm would be nice from Tracker to use _trk/columns_le from the query template [22:48:07] <@mmu_man> but it doesn't :-' [22:48:38] <quittt> mmu_man hey!! [22:48:41] *** Methe has joined #haiku [22:56:23] *** zortness has quit IRC [22:58:44] *** MikeW has quit IRC [23:01:12] *** Koki has quit IRC [23:05:48] *** Konrad has quit IRC [23:08:36] *** jonaskirilla has joined #haiku [23:15:44] *** fyysik has joined #haiku [23:16:07] *** Konrad has joined #haiku [23:21:50] *** fyysik has quit IRC [23:22:22] *** Begasus has quit IRC [23:25:46] *** Konrad has quit IRC [23:28:02] <Dr_Evil> hmm [23:28:28] <@mmu_man> ok, non ascii s passed as %HH not #HH in urls :) [23:28:34] <@mmu_man> why did I put # in there [23:28:43] <@mmu_man> http://clapcrest.free.fr/revol/beos/googlefs-test-bin.zip updated [23:39:02] *** quittt has quit IRC [23:44:37] <Dr3w> hey mmu_man, I will be able to test stuff soon! [23:45:02] <Dr3w> I bought a Dual PIII 700 Dell workstation from eBay for a xmas present. [23:45:25] <Dr3w> as its a workstation class product, its quite highly spec'd too. [23:46:05] <Methe> Dr3w if your BeOs boot on this [23:46:09] <Methe> u'll be very happy [23:46:17] [23:46:22] <Methe> multiproc + Be rox [23:46:27] <Dr3w> yeah, it should do. [23:46:46] <Dr3w> AGP, so I will swap out whatever graphics it has for my G450, Adaptec SCSI for the CD and Hard Disk. [23:46:57] <Dr3w> built in sound - which I am guessing will work. [23:47:03] <Dr3w> (and hoping) [23:47:09] <Dr3w> built in 3COM Ethernet [23:47:23] <Dr3w> so most things should work out of the box I think. [23:47:31] <Dr3w> its a 440BX chipset. [23:47:46] *** jonaskirilla has quit IRC [23:47:50] * Dr_Evil ordered a dedicated server just for fun, 20 EUR/month, 40 GB harddisk, celeron 1,2 GHz, Suse Linux, 100 GB traffic free [23:48:12] <Methe> ! [23:48:15] <Methe> for fun ? [23:48:16] <Methe> wtf ! [23:48:42] <[Beta]> fun is good :) [23:50:37] *** ablyss has joined #haiku [23:50:49] * Dr3w goes back to reading the Nag Hammadi scriptures.... [23:55:08] *** fyysik has joined #haiku [23:56:03] * fyysik 's head is almost boiling [23:56:38] <[Beta]> take the hat off ? [23:57:55] <fyysik> korli2 ? [23:58:26] *** quittt has joined #haiku