**** BEGIN LOGGING AT Fri Jan 15 02:59:57 2010 Jan 15 03:00:00 wtf? Jan 15 03:00:04 riskable, i was looking more to use the notification subsystem in webos to do it Jan 15 03:00:13 that's a long depends Jan 15 03:00:22 and random Jan 15 03:00:22 they're doing package bundles. awesome. Jan 15 03:00:28 I didn't know you could depend on topplemaze >.> Jan 15 03:00:33 lol Jan 15 03:00:43 I guess that's one way to install a package of tools Jan 15 03:00:58 bundles by who? it's about time Jan 15 03:01:14 Description: IME4WEBOS五笔输入法 1.3.5 Jan 15 03:01:27 so terminal is even popular among chinese warez groups, w00t Jan 15 03:01:39 gotta love chinese juarez groups Jan 15 03:01:58 acydlord: You just gave me an idea for a super-cool app Jan 15 03:02:10 * riskable writes it down in his app ideas list... A feasible one for once! Jan 15 03:02:12 by all means riskable blow it out Jan 15 03:02:30 haha, i usually have x-mind open incase i come up with any good ideas Jan 15 03:02:35 just don't tell us about it before you're finished Jan 15 03:02:37 keep it a total secret Jan 15 03:02:45 and tease the chat about it for hours Jan 15 03:02:46 >>> Jan 15 03:02:47 >.> Jan 15 03:02:58 lol Jan 15 03:03:03 Well, to date most Mojo apps call web services run by 3rd parties to update or display information. There haven't been many that let YOU be that 3rd party web service =D Jan 15 03:03:18 CoolMatty: Sounds like a plan! Jan 15 03:03:22 i prefer my method of brainstorming my ideas in here and then watching someone else run with it Jan 15 03:03:27 lazy and ingenius =x Jan 15 03:03:28 LOL Jan 15 03:04:33 I wish we could install apps without icons in the launcher Jan 15 03:05:04 Just things you can call from other apps to perform various mini-functions (oh say, like restarting an upstart service) Jan 15 03:05:58 like plugins/modules for applications? Jan 15 03:06:06 Yep Jan 15 03:06:18 Right now the best we can do is have different scenes for our apps Jan 15 03:06:24 depend on the add/remove pages patch, and add a junk page and drop your unnecessary icons there Jan 15 03:06:27 ...but I want to call a script :P Jan 15 03:06:48 if you can place icons on specifig pages programatically Jan 15 03:07:02 KEYofR: I don't think you can but that's not the point Jan 15 03:07:37 If I have an app that restarts dnsmasq (like in my request on Palm's forum) there's no reason for the user to see that unless they're a serious geek Jan 15 03:09:30 plugins and services work... Jan 15 03:09:37 What an enormous waste though Jan 15 03:09:59 plugin doesn't sound so bad Jan 15 03:10:02 ...to have a java service running the background ALL THE TIME just so you can execute a simple command once in a great while Jan 15 03:10:05 running arbitrary scripts from mojo would be a massive security hole Jan 15 03:10:20 egaudet-wirc: Not if it is implemented right Jan 15 03:10:21 services don't run all the time Jan 15 03:10:41 egaudet-wirc: They do if you need to access them arbitrarily Jan 15 03:10:42 they sit idle until something requested over dbus Jan 15 03:11:27 If every app ran as its own user there would be no security problems with letting them run arbitrary scripts Jan 15 03:11:42 there is no way to "implement it right" to allow arbitrary script execution unless it's non-root user type of deal which can't do everything Jan 15 03:11:49 You could even go one step further and restrict them to a chroot environment Jan 15 03:11:56 idle processes are not exactly free Jan 15 03:12:10 KEYofR: Yeah, especially when you're talking about JAVA services Jan 15 03:12:25 riskable, there is ONE java process running at all times Jan 15 03:12:26 and this is an anemic platform Jan 15 03:12:35 java services are threads in that and don't take up much of anything Jan 15 03:12:40 I can just imaging a future where every app has it's own services taking up resources Jan 15 03:12:59 egaudet: Have you even *seen* jstop? Jan 15 03:13:15 jstop is javascript... Jan 15 03:13:20 ledmanager gobbles up resources and all it does is execute a shell script! Jan 15 03:13:27 riskable it's not that bad, really its not Have we seen jstop, we helped DEBUG jstop. Please, don't teach your grandmother to suck eggs. Jan 15 03:13:29 at some point, just statting the list will cost Jan 15 03:14:00 ledmanager is not a good example of a service that webos-internals reccomends. Jan 15 03:14:05 There's a cost associated with everything especially on embedded devices Jan 15 03:14:05 he meant have you seen what it shows Jan 15 03:14:18 KEYofR I know what he ment. Jan 15 03:14:44 I also know that Palm is in the process of defining the sandbox for native apps, and that until we GET the spec for the pdk, that sandbox is not as yet defined. Jan 15 03:15:03 and that UNTIL we get the spec for the pdk, services was the best choice we had to get binary apps running MONTHS AGO Jan 15 03:15:06 One or two apps having services like ledmanager: No big deal. No one will notice. If the only mechanism app authors can use for such things is java services it will probably get a little out of control Jan 15 03:15:18 because it was in fact, the only way LUNA apps did it then. Jan 15 03:15:29 then whats the excuse for arguing with the fact that services are not free and so have to be worth what they provide? Jan 15 03:15:33 Palm is opening up new windows. When those windows open, we will jump through them. Jan 15 03:15:34 riskable: we have c services Jan 15 03:15:41 and plugins Jan 15 03:16:06 egaudet-wirc: Is there some open source code somewhere for a C service? Jan 15 03:16:09 KEYofR we're not suggesting plugins are free, we're suggesting that PROPERLY DESIGNED services are "cheap" not free, but cheap. Jan 15 03:16:18 riskable there is Jan 15 03:16:31 webos-internals git? Jan 15 03:16:35 I'm using one now Jan 15 03:16:37 Which app? Jan 15 03:16:39 wait, plugins are free, services aren't free, their cheap. Jan 15 03:16:48 wirc uses a c service Jan 15 03:16:56 Rick thats what I suggested Jan 15 03:16:56 Ahh, wirc Jan 15 03:16:59 I'll take a look at that Jan 15 03:17:16 (that plugins didn't sound so bad) Jan 15 03:17:48 but PROPERLY DESIGNED services are very cheap, and properly designed JAVA services are DIRT cheap, because there's only ONE java thread running and your java service doesn't execute or eat memory or etc until the dbus calls for it. Jan 15 03:18:03 for raraly executed things that wnat to be installed optionally like an app but don't need any icon in launcher Jan 15 03:18:06 which doesn't mean you can't do it WRONG Jan 15 03:18:47 these discussions get so dumb when people forget or were not there for the original point. Jan 15 03:19:20 for rarely used operations that don't need an icon, there has to be a way to install and uninstall them. Ideally that's going to be a "rarely used bits and pieces manager" sort of like the services manager in control panel in windows in terms of functionality Jan 15 03:20:08 * riskable wishes we could write plugins using Python Jan 15 03:20:09 but PALM has provided no such framework yet. And it's the sort of thing that _we_ are in no position to mandate. Hell, we're having enough trouble getting everyone to use our compilation environment. Jan 15 03:20:16 an example was starting upstart services of which we have upstart manager service Jan 15 03:20:27 riskable you can, you just have to load PYTHON. Jan 15 03:20:38 which is a pretty damned heavy hit on the phone. Jan 15 03:21:07 riskable: exampleservice is the example of a C service. Jan 15 03:21:08 I guess I don't understand how plugins work in WebOS Jan 15 03:21:08 back in the bad old days of quilt (what, 2 months ago?) we LOADED python on the phone. Jan 15 03:21:26 riskable do you understand how plugins work in Firefox? Jan 15 03:21:39 Yes Jan 15 03:21:48 webos uses NPAPI plugins Jan 15 03:21:50 I have Python on my phone :) Jan 15 03:21:54 egaudet: is a 'patch -p1 --dry-run -d /path/to/stockos < /path/to/test.patch' efficient enough for a 'test patch' function? Jan 15 03:22:01 wow Jan 15 03:22:08 usbmode stops charing the phone? Jan 15 03:22:12 egaudet-wirc Jan 15 03:22:14 ^^ Jan 15 03:22:20 oc80z yes Jan 15 03:22:31 it just died on me :P Jan 15 03:22:36 risk it might be a way to install a gadget optionally, remove it cleanly, and get it executed when needed, without either a service or a launcher icon Jan 15 03:22:42 after hours of stream ripping :P Jan 15 03:23:06 oc80z if you enable usbmode,it DISABLES all other USB functions. Jan 15 03:23:13 ooops. Jan 15 03:23:14 dBsooner: yea I think so Jan 15 03:23:29 oc80z: uh, no Jan 15 03:23:41 err usbmode not usbnet? what is usbmode? Jan 15 03:23:52 usb drive mode destinal Jan 15 03:23:56 ah ok Jan 15 03:24:01 I thought "just charge" WAS "usbmode" Jan 15 03:24:19 ah usb drive mode Jan 15 03:24:33 i actually sort of miss the quilt days =x Jan 15 03:24:41 no, just charge leaves the usb in an undefined state. USBNET can be enabled while in JUST CHARGE but USB DRIVE MODE kills any USBNET connection. Jan 15 03:25:09 * riskable just uses sshfs over usbnet :P Jan 15 03:25:11 it also kills other processes, like running the phone as a wifi router, or anything else. The phone becomes a dumb drive. Jan 15 03:25:30 so, usb drive mode disables charging? if so then "just charge" should be renamed to "charge" Jan 15 03:25:37 KEYofR: What just might be a way to install a gadget optionally? Jan 15 03:25:40 riskable palm has not yet spec'ed how the sandboxing will work for the npapi plugins after they release the PDK Jan 15 03:25:46 risk plugin Jan 15 03:25:56 Right Jan 15 03:26:00 I'm actually researching that now Jan 15 03:26:28 I don't do C very well and I don't do C++ at all so I'm evaluating my options Jan 15 03:26:45 limiting Jan 15 03:26:50 * riskable hasn't touch C very much since 15+ years ago Jan 15 03:27:15 sorry :p Jan 15 03:27:52 I can write a mad shell script, am an award-winning Python programmer, and I think I'm pretty good with JavaScript. Unfortunately compiled languages were never my strong point Jan 15 03:28:42 * riskable dislikes the prototype framework and wishes Palm used jQuery and/or MochiKit as their base for Mojo ;D Jan 15 03:29:43 I can always just write a plugin in Python and pseudo compile it with freeze or even cx_freeze (if it works on ARM) Jan 15 03:29:54 It'll just be 10x bigger than it needs to be Jan 15 03:30:07 Binary-wise. Not code-wise Jan 15 03:30:52 you do understand why they used prototype and not Jquery? Jan 15 03:31:32 * rwhitby bbl Jan 15 03:32:14 Rick-home: Sort of... Due to the way the prototype works in it's global scoping Jan 15 03:32:23 At least that's why I ASSUME they chose it Jan 15 03:33:23 To use jQuery Mojo would likely have to be a giant plugin to jQuery itself which just plain wouldn't work right for the type of API restrictions they're implementing Jan 15 03:33:24 that is one of three reasons. Jan 15 03:34:01 Prototype has direct support for inheritance and classes, and a LOT of the coders on the mojo project came out of java backgrounds, which shows A LOT if you read framework code.... Jan 15 03:34:31 and finally, the syntax of Prototype is consistant with the syntax of the mojo functions, jquery syntax is more compact, but less "compatible" Jan 15 03:34:39 ok, doing some JSTop fixes Jan 15 03:34:46 Oh yes, I noticed the Java-like coding *everywhere*. Drives me nuts actually. The code is 2-3x more verbose than I'd like it to be Jan 15 03:34:50 1.3.5 added a TON of info Jan 15 03:35:01 I even have heap alloc info Jan 15 03:35:17 az nice Jan 15 03:35:28 In fact, all their example code in the API docs is *very* Java-like Jan 15 03:35:32 yep, they're going through and doing a consistancy pass now, to remove that stuff. But they had to GET IT DONE and so they had to hire what they could get. At one point there were 300 people on framework. Jan 15 03:35:34 mark and sweep counters Jan 15 03:35:36 nice Jan 15 03:35:41 not sure what to do with that right now Jan 15 03:35:42 flail, my headphones died Jan 15 03:35:49 Yowza! Jan 15 03:36:00 but it explains why the bar doesn't work anymore Jan 15 03:36:09 rwhitby: you still bbl? Jan 15 03:36:13 azakus: I was going to ask about the bar-thing Jan 15 03:36:44 At least there's nothing stopping us from including our own JS frameworks in our apps Jan 15 03:36:51 event.counters.jsHeapSize -> event.counters.jsHeap.used Jan 15 03:36:56 ...but they're a lot less useful Jan 15 03:36:59 true except that they make your app hugiferous Jan 15 03:37:04 Not really Jan 15 03:37:16 Not only that but the Pre has 8GB of storage Jan 15 03:37:40 An extra 23k for jQuery isn't going to make a difference Jan 15 03:38:09 ...but as I was saying before, jQuery isn't all that useful in Mojo apps except for maybe the Ajax interface (slightly superior to Prototype's) Jan 15 03:38:27 If I was going to include a JS framework in a Mojo app I'd choose MochiKit Jan 15 03:39:22 never used it Jan 15 03:39:45 Mostly to get MochiKit.Base (for partials), MochiKit.Async (for Deferreds), MochiKit.Date (because I had having to call .minutes, .seconds, .moth, etc), and MochiKit.Signal for more interesting event-based stuff Jan 15 03:39:55 s/had/hate/g Jan 15 03:39:55 riskable meant: Mostly to get MochiKit.Base (for partials), MochiKit.Async (for Deferreds), MochiKit.Date (because I hate having to call .minutes, .seconds, .moth, etc), and MochiKit.Signal for more interesting event-based stuff Jan 15 03:40:04 ahh partials and deffereds are nice. Jan 15 03:40:10 I'm going to keep backwards compatiblity where i can Jan 15 03:40:18 PACKING SUCKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Jan 15 03:40:25 and you dont need to call .minutes and etc, there's a date function in mojo Jan 15 03:40:49 Rick-home: I couldn't get it to output the way I wanted in my app... Maybe I'm missing something Jan 15 03:41:37 There's no Mojo.Date... It is just Prototype's Date method Jan 15 03:42:01 ...which is useless IMHO Jan 15 03:42:29 All it adds is a .toJSON() method to Date objects Jan 15 03:43:27 With MochiKit.DateTime I can call "stringDate = toISOTimestamp(new Date());" and have a nice human-readable date in a single line Jan 15 03:43:43 ok, JSTop 0.0.5 will be out shortly Jan 15 03:43:57 stringDate would be output in YYYY-MM-DD hh:mm:ss format Jan 15 03:44:08 See: http://www.mochikit.com/doc/html/MochiKit/DateTime.html Jan 15 03:44:22 Just about *all* of MochiKit is little helper functions like that Jan 15 03:44:55 It only gets complicated when you start dealing with Deferreds and events (which work just like QT events if you've ever dealt with that) Jan 15 03:45:02 ...but it is SO worth it Jan 15 03:45:43 On the web I use jQuery for effects and popular widgets but for anything "serious" (where dependencies can be an issue or I need to do lots and lots of AJAX) I use MochiKit Jan 15 03:46:09 ...and by "dependencies" I mean chaining of events Jan 15 03:47:14 Like, "only make this AJAX call if this other one was successful and returned a specific result and at the same time as that kick off these other three AJAX calls asynchronously with their own dependency chains then repeat" :D Jan 15 03:47:47 Stuff like that is HELL with just jQuery or straight up JavaScript Jan 15 03:48:00 It is cake with MochiKit.Async (using Deferreds and the related functions) Jan 15 03:48:25 Anyway, I need to get some sleep. I have a plane to catch tomorrow Jan 15 03:48:56 I'll probably be back in the channel again next week to announce my MYSTERY APP as publicly available Jan 15 03:49:11 Until next time... Jan 15 03:49:13 I know, it;s Myetery! Jan 15 03:49:25 the terribly misspelled game Jan 15 03:49:29 LOL Jan 15 03:51:39 I dunno how to use pound Jan 15 03:52:25 I thonk the small change in /etc is add a line in crontab to include crontab files or scripts from /media/internal where a regular app can create them easy. or the same idea but for event.d scripts Jan 15 03:53:41 the mention of /tmp is a hint too. app creates something transient in /tmp , some system service picks it up Jan 15 03:54:26 I think I don't care :p Jan 15 03:54:34 but it's a small one-time change to the system facility tha lets you do your own thing many times after that Jan 15 03:54:42 egaudet indeed Jan 15 03:55:23 but it's amazing, everyone will download it! Jan 15 03:55:40 lol Jan 15 03:55:51 100,000 Jan 15 03:56:37 what's the web freenode url? Jan 15 03:56:50 I'm trying out pound but I duunno Jan 15 03:57:40 What's the addy to input in to pound to make it work? Jan 15 03:58:31 I'm asking the same Jan 15 03:58:46 freenode webchat url? Jan 15 04:01:33 anyone know how to display the results of an Ajax.Request for debugging? Jan 15 04:01:52 ok JSTop 0.0.5 pushed Jan 15 04:02:00 transport.responseText is null so i want to see w/e there is Jan 15 04:03:08 bah Jan 15 04:03:25 pound needs a lotttttt of work Jan 15 04:03:59 lol, i remember using irssi on my pre before wirc came about Jan 15 04:04:28 wirc is cool :p Jan 15 04:05:05 indeed it is, it reminds me of xchat or colloloqy Jan 15 04:05:13 acyd: I still have to use bitchx for undernet Jan 15 04:05:41 my aspire one only has irssi on it, in a tilda droor Jan 15 04:08:17 PreGame: did you check transport.responseJSON? Jan 15 04:09:07 if transport was evaluated as json, responseText will be null Jan 15 04:09:15 for, what I can gather, no particular reason Jan 15 04:10:31 chat.freenode.net Jan 15 04:11:24 Rick-home: ping @ /msg Jan 15 04:14:06 rwhitby: you had time to consider my email yet? Jan 15 04:16:20 You know what's better than webos? Jan 15 04:16:25 Nachos. Jan 15 04:16:38 do you like nachos .. at a great price ? Jan 15 04:16:53 bacon Jan 15 04:17:10 http://www.youtube.com/watch?v=hRiMpKbGFNE Jan 15 04:17:18 damn acyd makes a compelling point Jan 15 04:17:19 parry gripp is great Jan 15 04:18:06 doesn't work on pre Jan 15 04:18:11 booo Jan 15 04:18:16 booooo Jan 15 04:18:34 boo(int)+2 Jan 15 04:19:42 http://xkcd.com/654/ Jan 15 04:20:54 xkcd links? this isnt #reddit Jan 15 04:32:22 it's too quiet... Jan 15 04:32:28 where is everyone? Jan 15 04:32:37 working Jan 15 04:32:47 that is where I am at... Jan 15 04:33:06 Rick-home: I heard you went to CES? Jan 15 04:34:39 about to head out to the diner and have not so great nachos, or not so great eggs benedict, or not so great burger, or not so great veal marsala.... Jan 15 04:35:11 have a not so great time... I guess... Jan 15 04:35:20 heh Jan 15 04:35:42 the company is great Jan 15 04:37:01 I did go to ces cryptk|werk Jan 15 04:37:02 guess it will be a better tha not so great time then Jan 15 04:37:17 Rick-home: I also heard you had a run in with a certain CEO? Jan 15 04:37:48 I had a very pleasent chat with Ruby. I had chats with some other CEO's also, although of smaller companies. I assume it's Ruby you are refering to Jan 15 04:38:20 yeah, cool guy? Jan 15 04:38:45 nice enough guy. High praise of hombrew community. Also knew about some other things I'm working on Jan 15 04:38:46 did he mention anything of particular interest to webos-internals? Jan 15 04:38:51 nope Jan 15 04:38:58 not a thing. Jan 15 04:39:16 haha, did he even mention homebrew at all? Jan 15 04:39:37 (and did you get to see if he has preware on his phone, lol) Jan 15 04:40:50 cryptk|werk: I'd expect Rick-home may not want to disclose such things in a logged channel with freakout listening :-) Jan 15 04:41:05 * freakout 's ears burn Jan 15 04:41:21 rwhitby: who is freakout? Jan 15 04:41:33 freakout, you associated with palm? Jan 15 04:41:37 cryptk|werk: I'd say ask the infobot, but Eguy reprogrammed it Jan 15 04:41:37 lol Jan 15 04:41:39 no Jan 15 04:41:47 I'm a blogger @ Palminfocenter Jan 15 04:41:52 infobot who is freakout Jan 15 04:41:53 i heard freakout is the keeper of the meat, or public enemy #1 Jan 15 04:41:53 ahh Jan 15 04:41:58 LOL Jan 15 04:42:01 that is a good one Jan 15 04:42:09 oh it gets worse Jan 15 04:42:14 infobot, tim carroll? Jan 15 04:42:15 well, tim carroll is a speedo wearing looser Jan 15 04:42:15 are there more than on? Jan 15 04:42:20 LOL!!! Jan 15 04:42:22 brb Jan 15 04:42:22 cryptk|werk he did mention hombrew in the keynote and to me, I didn't (and wouldn't) ask if he has preware on his fone. Jan 15 04:42:24 meeting time Jan 15 04:42:41 eguy is just jealous of my rippling muscles ;) Jan 15 04:43:43 infobot forget freakout Jan 15 04:43:43 i forgot freakout, Rick-home Jan 15 04:43:48 freakout: you have SDL games? Jan 15 04:43:50 lol Jan 15 04:43:55 freakout who? Jan 15 04:43:57 destinal: yes indeedy Jan 15 04:44:02 Very pleased with them :) Jan 15 04:44:21 freakout: got the latest Preware with app catalog feeds? Jan 15 04:44:32 infobot freakout is a blogger who focuses on the dark side of the webOS world, probably because he lives so far away he thinks he's in the outer darkness. Jan 15 04:44:34 Rick-home: okay Jan 15 04:44:35 rwhitby: doubly yes indeedy - noticed prices are in there now, too. Nice! Jan 15 04:44:43 Rick-home: I like it! Jan 15 04:44:59 The dark side is where the most interesting news comes from, anyways Jan 15 04:45:07 freakout: there's this com.palm.mobilehotspot service... it's interesting (if not exactly helpful yet without the right incantations) Jan 15 04:45:27 but the right incantations should be available sometime on our around Jan 25 Jan 15 04:45:39 cryptk|werk: freakout is our channel which we use to leak anything we want to leak to the media Jan 15 04:45:54 back Jan 15 04:45:56 i saw you guys talking about that the other day - so it's just waiting for Palm to put the app out that will use the service? Jan 15 04:45:57 ~Rick-home is a stick in the mud. Jan 15 04:45:58 okay, destinal Jan 15 04:46:03 unless we want to talk to someone nice. In which case we call Dieter. Jan 15 04:46:08 :O Jan 15 04:46:22 heh Jan 15 04:46:27 Dieter wants me to defect to PreCentral Jan 15 04:46:36 this is a suprize? Jan 15 04:46:36 ~Dieter Jan 15 04:46:41 although he's keen to stress he's not a "poacher" Jan 15 04:46:50 of COURSE not. Jan 15 04:46:57 haha. exactly Jan 15 04:47:15 in four days I retire from blogging anyways... at least until Apri Jan 15 04:47:20 s/Apri/April/ Jan 15 04:47:22 freakout meant: in four days I retire from blogging anyways... at least until April Jan 15 04:47:27 * Rick-home queues up a recording of "Sheep may safely graze" Jan 15 04:47:37 why freakout Jan 15 04:47:41 ??? Jan 15 04:47:44 Boot camp! Jan 15 04:47:53 ~Dieter needs a good description in infobot. Jan 15 04:48:08 freakout is learning to be a cobbler? Jan 15 04:48:10 80 days of getting yelled at, learning to iron uniforms and make beds and shoot guns and salute and march etc... Jan 15 04:48:23 lol Jan 15 04:48:25 ~Dieter is lacking a good description in infobot. Jan 15 04:48:26 I mean Jan 15 04:48:27 okay, destinal Jan 15 04:48:49 * rwhitby bbl Jan 15 04:49:01 freakout does au have mandatory service, or was this a choice? Jan 15 04:49:05 ~freakout Jan 15 04:49:06 it has been said that freakout is a blogger who focuses on the dark side of the webOS world, probably because he lives so far away he thinks he's in the outer darkness. Jan 15 04:49:11 I'm hoping to post something about a Preware-distributed SDL emulator before I go, hint-hint ;) Jan 15 04:49:25 infobot: no, Dieter is a blogger who has a great talent for always choosing the least gramatically correct way of ending a paragraph. Jan 15 04:49:26 Rick-home: choice. wanted to take my life in a new direction before I was too old to do so... Jan 15 04:49:27 okay, cryptk|werk Jan 15 04:49:30 hows that for a description Jan 15 04:49:34 LOL Jan 15 04:49:52 Poor Dieter Jan 15 04:49:55 haha Jan 15 04:49:57 freakout good luck with that. Jan 15 04:50:12 Send Rod a post-card from time to time so we know you're ok. Jan 15 04:50:12 well, there is always at least one comment per post correcting his grammar, lol Jan 15 04:50:18 ~Dieter Jan 15 04:50:19 dieter is, like, a blogger who has a great talent for always choosing the least gramatically correct way of ending a paragraph. Jan 15 04:50:28 infobot freakout is learning to be a cobbler Jan 15 04:50:29 ...but freakout is already something else... Jan 15 04:50:30 nice california accent infobot Jan 15 04:50:36 Rick-home: thankyou! i'm gonna be a Telco Tech, so will hopefully become more of a computer braniac and can pitch in a bit more on the hackery that goes on around here - UNIX training is a part of it.... Jan 15 04:50:49 ~UNIX Jan 15 04:50:50 well, unix is A lot like DOS, but a MUCH more powerful operating system. It was developed at Bell Labs and is now being developed by many other corporations. It is mainly used as a multi-user server for mainframes, although companies like Novell offer it for the desktop market as well. not at all like dos beyond the superficial similarities in the command line interfaces Jan 15 04:50:53 infobot no, freakout is learning to be a cobbler Jan 15 04:50:54 okay, cryptk|werk Jan 15 04:51:06 destinal: add in the no, to change a definition Jan 15 04:51:18 or tell it to forget Jan 15 04:51:19 cryptk|werk: yes but how to add to them Jan 15 04:51:30 to add just use is Jan 15 04:51:32 you add them by just saying what they are Jan 15 04:51:33 cryptk|werk: if we had him listening to EVERYTHING he would pick up random things we say Jan 15 04:51:34 with is Jan 15 04:51:36 yep Jan 15 04:51:45 which would be much better Jan 15 04:51:49 infobot never ceases to amaze Jan 15 04:51:50 yes, it would Jan 15 04:52:03 can he be configured like that? Jan 15 04:52:05 because then we could say that the pre is fabulous WITHOUT saying infobot Jan 15 04:52:13 infobot, palm pre? Jan 15 04:52:14 palm pre is probably a multimedia smartphone designed and marketed by Palm with a multi-touch screen and a sliding keyboard. Jan 15 04:52:17 and why are we calling infobot him? lol... personification Jan 15 04:52:17 yes, he can be configured that way. Jan 15 04:52:20 Rick-home: sure, he would learn from us talking to each other Jan 15 04:52:30 infobot, skynet? Jan 15 04:52:31 there is no skynet move on... nothing to see here.... Jan 15 04:52:33 freakout: I setup palm pre earlier today Jan 15 04:52:45 infobot beer Jan 15 04:52:46 * infobot has disconnected (Read error: 99 (Connection reset by beer)) Jan 15 04:52:53 lol Jan 15 04:52:53 infobot left to go get a beer, lol Jan 15 04:52:59 that's a good one Jan 15 04:53:05 beer is good at resetting connections Jan 15 04:53:15 indeed, that is my favorite one Jan 15 04:53:25 ~pixi Jan 15 04:53:40 palm pre used to be a complaint about oreo and a 3rd grade your mom joke... Jan 15 04:53:46 so I changed it, lol Jan 15 04:54:08 ~pixi is a little woman in green tights with wings, sometimes referred to as 'Tink' Jan 15 04:54:09 Rick-home: okay Jan 15 04:54:14 lol Jan 15 04:54:34 ~infobot Jan 15 04:54:35 it has been said that infobot is The coolest Jan 15 04:54:37 you guys know you can set multiple definitions for the same word right? Jan 15 04:54:43 cryptk|werk: how? Jan 15 04:54:47 I was hoping that when we got pixi that it would be root@tink -- but they chickened out Jan 15 04:54:54 infobot forget destinal Jan 15 04:54:54 cryptk|werk: i forgot destinal Jan 15 04:55:09 infobot help Jan 15 04:55:12 infobot destinal is a little girl|a pink panther|a green frog Jan 15 04:55:21 hrm... Jan 15 04:55:33 it shouldn't have done that... Jan 15 04:55:44 your supposed to be able to pipe multiple definitions... Jan 15 04:55:49 ~~~~ Jan 15 04:55:51 what version are you guys using? Jan 15 04:55:53 could we kill the stupid sed response? Jan 15 04:56:03 I think infobot went off into the aether Jan 15 04:56:09 ~infobot Jan 15 04:56:14 it did... the piped responses killed it... Jan 15 04:56:23 ~corrections Jan 15 04:56:29 can not run preware Jan 15 04:56:30 it should reconnect after a minute or 2 Jan 15 04:57:26 ~rwhitby Jan 15 04:57:36 nope Jan 15 04:57:41 you killed it Jan 15 04:57:42 Rick-home: oho, the possibilities with that one.... Jan 15 04:57:58 so, what do we do NOW? Jan 15 04:58:00 * freakout goes to test out his new iron. Got a $99 iron for $55... Jan 15 04:58:01 x is a|b|c|d is straight from the infobot guide page Jan 15 04:58:13 to do random reponses... it isn't supposed to kill it Jan 15 04:58:20 infobt: cryptk|werk is ' UNION SELECT PASSWORD FROM USERS WHERE USER='admin' -- Jan 15 04:58:30 :P Jan 15 04:58:59 what I want to know is how cryptk manages to steal wifi from Lackland afb. Jan 15 04:59:06 I don't Jan 15 04:59:10 I am on Lackland AFB Jan 15 04:59:17 hence the werk in my name, lol Jan 15 04:59:23 I ama t work Jan 15 04:59:24 5oh sure you are. You WOULD say that. :-) Jan 15 04:59:29 hahaha Jan 15 04:59:36 I do IT support for the airforce Jan 15 04:59:57 hopefully soon I will be getting a diff job as a linux sys admin Jan 15 05:01:07 there it is Jan 15 05:01:10 ~welcome Jan 15 05:01:11 It's great to be here! Jan 15 05:01:12 infobot: welcome back Jan 15 05:01:14 Hey, back! Glad you could join us. Jan 15 05:01:19 hahaha Jan 15 05:01:24 that wasn't wuite right Jan 15 05:01:36 ~say goodnight, infobot. Jan 15 05:01:37 goodnight, infobot. Jan 15 05:01:41 so did infobot reconnect on it's own or did someone have to kick it? Jan 15 05:01:43 ~google destinal Jan 15 05:01:56 I think he has pieces turned off Jan 15 05:01:59 ~tracert www.google.com Jan 15 05:02:04 seems like it Jan 15 05:02:06 he has a LOT of pieces turned off. Jan 15 05:02:12 ~nickometer Jan 15 05:02:13 he doesn't have it interfacing with the web Jan 15 05:02:20 '' is 0.000% lame, rick-home Jan 15 05:02:25 ~karma Rick-home ++ Jan 15 05:02:26 rick-home ++ has neutral karma Jan 15 05:02:26 ~spell destinal Jan 15 05:02:29 possible spellings for destinal: destine destiny destined destines Dustin distal destinies destining destiny's jestingly distill dusting testing Dustin's d'Estaing testings dusting's Jan 15 05:02:45 so... should we try the random responses again? lol Jan 15 05:02:47 ~corrections Jan 15 05:03:03 infobot: what is palm pre Jan 15 05:03:09 from memory, palm pre is a multimedia smartphone designed and marketed by Palm with a multi-touch screen and a sliding keyboard. Jan 15 05:03:19 good, still has the custom definitions Jan 15 05:03:22 ~unforget destinal Jan 15 05:03:22 destinal: Successfully recovered 'destinal'. Have fun now. Jan 15 05:03:37 ~destinal Jan 15 05:03:38 i guess destinal is a hoopy frood who always knows where his towel is. also maintainer of terminal and suspected of sed abuse in several jurisdictions. Jan 15 05:04:05 ~math 1+2*3/4^5%6 Jan 15 05:04:05 ~cryptk Jan 15 05:04:22 ~slashdot Jan 15 05:04:25 Slashdot Headlines (6 of 15): Robotics Prof Fears Rise of Military Robots ;; IE 0-Day Flaw Used In Chinese Attack ;; Cliff Click's Crash Course In Modern Hardware ;; Obama Appointee Sunstein Favors Infiltrating Online Groups ;; Powerful Linux ISP Router Distribution? ;; Google Switching To EXT4 Filesystem. Jan 15 05:04:40 so it can see the web... some of it at least Jan 15 05:04:47 ~news Jan 15 05:04:58 ~kernel Jan 15 05:05:02 Linux kernel versions, linux-next: next-20100114, snapshot 2.6: 2.6.33-rc4-git2, mainline 2.6: 2.6.33-rc4, stable 2.6.32: 2.6.32.3 , stable 2.6.31: 2.6.31.11 , stable 2.6.30: 2.6.30.10 , stable 2.6.27: 2.6.27.43 , stable 2.4.37: 2.4.37.7 Jan 15 05:05:25 traceroute google.com Jan 15 05:05:31 ~traceroute google.com Jan 15 05:05:33 traceroute to google.com (google.com), 30 hops max, 38 byte packets Jan 15 05:05:56 ~factstats Jan 15 05:06:06 ~~~~ Jan 15 05:06:12 yeah he's busy Jan 15 05:06:18 I kinda wanna try the random responses again... Jan 15 05:06:21 lol Jan 15 05:06:32 ARGH!!! STOP IT destinal!!! Jan 15 05:06:58 hey m8's what's goinig on here? Jan 15 05:07:06 as little as possible. Jan 15 05:07:09 we are harassing the bot Jan 15 05:07:19 infobot: status Jan 15 05:07:20 Since Tue Dec 15 22:06:25 2009, there have been 158 modifications, 1566 questions, 0 dunnos, 0 morons and 1128 commands. I have been awake for 30d 7h 54s this session, and currently reference 116742 factoids. I'm using about 21468 kB of memory. With 1 active fork. Process time user/system 64717.34/2236.86 child 0.22/0.11 Jan 15 05:07:38 is that really a bot? Jan 15 05:07:46 and I have to duck out now. I just got an email that now results in my failing to sleep the rest of the night. Jan 15 05:07:49 yes Jan 15 05:07:50 yes, that is really a bot Jan 15 05:07:54 infobot: say hellp Jan 15 05:07:55 hellp Jan 15 05:08:00 kewl Jan 15 05:08:06 it is really a bot, does all kinds of crap Jan 15 05:08:10 s/crap/stuff/ Jan 15 05:08:12 cryptk|werk meant: it is really a bot, does all kinds of stuff Jan 15 05:08:17 see Jan 15 05:08:36 Rick-home: sorry to hear that Jan 15 05:08:36 new to irc Jan 15 05:08:37 a person couldn't type that quickly, lol Jan 15 05:08:37 Rick-home: about the email Jan 15 05:08:43 true true Jan 15 05:08:45 yes destinal ???? Jan 15 05:09:01 infobot: SouthPhilly is a non-bot believer Jan 15 05:09:03 Rick-home: Sorry to hear that about the email. Jan 15 05:09:03 okay, cryptk|werk Jan 15 05:09:09 good luck with that Jan 15 05:09:10 ~SouthPhilly Jan 15 05:09:12 methinks southphilly is a non-bot believer Jan 15 05:09:29 just work. I just had a deadline moved up to 0900 pacific, and it's 23:09 here. and I have four or five hours of work ahead of me. Jan 15 05:09:35 I'll get a LITTLE sleeep. Jan 15 05:09:35 LOL Jan 15 05:09:50 Rick-home: and that means you can go home very very early, right? Jan 15 05:09:51 Rick-home: I know what that is like unfortunately, lol Jan 15 05:09:56 that sucks Jan 15 05:10:06 destinal hahahahaha he he hee hee Jan 15 05:10:15 oh well, I'm a dreamer Jan 15 05:10:36 SouthPhilly it depends, If it means that I get the $20K contract I'm trying to get, then it has VERY little suckage. Jan 15 05:10:52 ~suckage Jan 15 05:11:03 so, I am guessing infobot did indeed reconnect on it's own when I killed it... or did someone have to poke it? Jan 15 05:11:08 so ture m8 so ture Jan 15 05:11:10 on its own Jan 15 05:11:26 * Rick-home still connected but not paying attention any more. BBL Jan 15 05:11:53 bbiab Jan 15 05:12:20 where can I find a list of other webos channels Jan 15 05:12:39 well, #webos is the main one Jan 15 05:12:44 there is this one obviously Jan 15 05:12:49 #wirc for wirc Jan 15 05:12:59 yep of course Jan 15 05:13:03 and that is about it I think Jan 15 05:13:13 as far as ones with any decent userbase Jan 15 05:13:25 wirc more dev talk? Jan 15 05:13:27 may be one or 2 I don't know about of course Jan 15 05:14:04 ~piglatin I love the palm pre Jan 15 05:14:05 Iway ovelay ethay almpay epray Jan 15 05:14:56 that bot is kind of kewl Jan 15 05:15:39 ~why dose the sun rise east Jan 15 05:15:40 why not? Jan 15 05:15:48 LMAO Jan 15 05:16:27 l8tor all Jan 15 05:16:33 ~whack SouthPhilly Jan 15 05:16:35 * infobot whacks SouthPhilly upside the head. Jan 15 05:17:08 that funny :) Jan 15 05:31:37 hi. could someone tell me if it is possible to use proxys in webos? Jan 15 05:33:10 or maybe point me to a quick guide to vpn?.. i need to access a company web application which requires me to be connected to the same network Jan 15 05:41:46 random_: I'm not sure how you would do that Jan 15 05:41:48 random_, maybe this will help http://www.webos-internals.org/wiki/OpenVPN_for_Palm_Pre Jan 15 05:41:58 acydlord: good find Jan 15 05:42:45 ok, i'll start by reading that.. thanks :) Jan 15 05:43:54 so... should I try the random esponses again with the bot? Jan 15 05:43:57 last time it killed the bot Jan 15 05:48:55 crap, its been too long since ive pruned my twitter followers Jan 15 05:49:18 ~twitter Jan 15 05:49:19 i heard twitter is a popular microblogging site Jan 15 05:52:54 rwhitby: ping Jan 15 05:54:36 Rick-home: ping Jan 15 06:34:28 pong Jan 15 06:34:53 destinal pong Jan 15 06:38:36 Rick-home: ping agaqin Jan 15 06:38:37 :) Jan 15 06:38:38 lol Jan 15 06:38:52 you have to dBsooner pong me, otherwise no ding dong. Jan 15 06:41:28 pong Jan 15 06:41:33 woohoo Jan 15 06:41:35 dBsooner pong Jan 15 06:41:45 ping pong ping pong ping pong Jan 15 06:41:55 Is it possible to DELETE a file/page created with "Upload file"? Jan 15 06:42:08 if so, I don't have that permission. Can you grant it to me temporarily? Jan 15 06:42:10 upload? Jan 15 06:42:16 to what? Jan 15 06:42:24 http://www.webos-internals.org/wiki/Special:Upload Jan 15 06:42:30 ahhh Jan 15 06:42:41 http://www.webos-internals.org/wiki/Image:Testing-form.png Jan 15 06:42:43 wait one. Jan 15 06:42:48 I want to be able to delete that a bunch of times Jan 15 06:43:01 I am testing a remote form submission script I made. Jan 15 06:43:36 it's gone Jan 15 06:43:41 lol Jan 15 06:43:44 oh a BUNCH of times. Jan 15 06:43:44 oh Jan 15 06:43:46 Yeah Jan 15 06:43:50 hmmmm Jan 15 06:43:54 ok, checking Jan 15 06:44:00 I have to do it multiple times to be able to make sure my script works Jan 15 06:44:13 it involves parsing the output Jan 15 06:46:17 check now Jan 15 06:46:27 refresh the page and see if you now have delete rights Jan 15 06:46:35 if not I have to promote you again Jan 15 06:46:47 sweet Jan 15 06:46:54 it's there Jan 15 06:47:01 or.. no it's not.. promote me. :) hehehe Jan 15 06:47:22 * dBsooner just wanted to flex his guns. Jan 15 06:47:36 ok, you're a sysop Jan 15 06:47:50 woot Jan 15 06:47:55 of course, you know what THAT means.... Jan 15 06:47:57 thanks.. now I can make this form work Jan 15 06:48:05 it means I do nothing. Jan 15 06:48:07 with immense power comes immense responsibility..... Jan 15 06:48:24 since now YOU can promote people. :-) Jan 15 06:48:43 since now I won't even think of it. Jan 15 06:49:20 hehehehe Jan 15 06:49:23 did that work? Jan 15 06:49:47 yes, but Rod reads the back logs, and he'll know he can ask you for stuff now. Jan 15 06:50:05 you MIGHT have to log out and in, but it SHOULD just work. Jan 15 06:50:32 yeah, I see fancy stuff on top of the main page Jan 15 06:50:38 yeah Jan 15 07:08:22 can't hold eyes open any longer ... must sleep.. finish this parser tomorrow. G'night! Jan 15 07:08:28 night Jan 15 07:08:33 lol Jan 15 07:08:50 Rick-home was just joshin.. he didn't promote me.. *whistles innocently* Jan 15 07:09:35 rwhitby: Got the submission working remotely.. Just have to parse the page to grab the URL from the Jan 15 07:10:32 <---- Sleeps. Jan 15 07:17:06 destinal Jan 15 07:50:58 damn web irc portal... Jan 15 07:51:03 always disconnects me... Jan 15 07:56:17 Towzzer: you were asking for help a bit ago, did anyone get to you? Jan 15 07:56:33 I got disconnected so I didn't see if anyone did or not Jan 15 07:56:37 no Jan 15 07:56:43 i'm good Jan 15 07:56:47 ahh, ok Jan 15 07:57:45 * cryptk|werk wants an app that will go get me a beer... Jan 15 07:58:23 wifeapp? Jan 15 07:58:30 cryptk|werk, you live in satx right? Jan 15 07:58:45 psykoz: yes Jan 15 07:58:59 Towzzer: that is a great idea... I already have that app! Jan 15 07:59:15 cool, if I lived in satx I'd want me an app that got me a beer from fredericksburg Jan 15 07:59:17 I just need to tweak it a little and it should work great! Jan 15 08:00:11 psykoz: that is too far away... it would take forever for my phone to get there and back... Jan 15 08:00:24 I am just wanting it to go to the fridge Jan 15 08:00:27 cryptk|werk, that's why you send him for a few growlers Jan 15 08:00:41 * cryptk|werk wonders if a pre can carry a keg... Jan 15 08:00:50 * psykoz grins Jan 15 08:01:07 * cryptk|werk thinks that if the pre can't... the pre plus better damn well be able to... Jan 15 08:01:27 add on my rocket booster app and it should go much faster Jan 15 08:01:38 I thought the pre plus came with a hairstylist so you can use that mirror to approve her work Jan 15 08:01:46 haha Jan 15 08:01:57 the IRC is oddly quiet tonight... Jan 15 08:02:10 usually it is going pretty good, even this late, but nobody is talking Jan 15 08:02:31 rwhitby: say some really smart webos stuff to help me pass the time Jan 15 08:02:40 So I used to spend a little time here and there in San Antonio, mostly near Wurzbach/I10 area Jan 15 08:02:45 ~seen rwhitby Jan 15 08:02:47 rwhitby is currently on #webos-internals #oe #nslu2-linux, last said: 'cryptk|werk: freakout is our channel which we use to leak anything we want to leak to the media'. Jan 15 08:02:48 And Boerne Jan 15 08:03:07 ahh, I am on the west side, near sea world Jan 15 08:03:22 gotcha Jan 15 08:03:26 did you move? or are you still in TX? Jan 15 08:03:27 some really smart webos stuff Jan 15 08:03:28 over by the Alamo Draft House ;> Jan 15 08:03:34 rwhitby: YAY! Jan 15 08:03:35 I live in Houston Jan 15 08:03:44 ahh, that's right Jan 15 08:04:13 well, if I get this new job, then i won't be broke anymore, you should come out and go to the bar to help me celebrate (if I get it that is) lol Jan 15 08:04:27 * psykoz grins Jan 15 08:04:44 anyone else is willing to come also (if I get the job) Jan 15 08:04:58 I'd be down for beers at the flying saucer if I'm out that way ;> Jan 15 08:05:17 I really hope they hire me, otherwise that 4 hour interview process will have been wasted Jan 15 08:05:25 only 4? weak ;) Jan 15 08:05:30 I like Hills and Dales better Jan 15 08:05:35 well, it was 4-5 Jan 15 08:05:38 Who'd you apply for ? Jan 15 08:05:45 Sierra Nevada Jan 15 08:05:51 to be a linux systems administrator Jan 15 08:05:59 Sierra Nevada as in the brewing company? Jan 15 08:06:03 I nailed the interview, but I don't have a degree yet Jan 15 08:06:22 no, Sierra Nevada as in the military contract company Jan 15 08:06:28 gotcha Jan 15 08:06:32 www.sncorp.com Jan 15 08:07:32 I know rackspace and serverbeach are always hiring people out that way, dunno how it is to work for them though. Jan 15 08:07:56 I had a dev friend who worked for serverbeach, but dev teams are usually treated different than tech staff/IT Jan 15 08:12:09 wow they weren't lying about this tetris being nauseating Jan 15 08:12:11 http://www.firstpersontetris.com/ Jan 15 08:13:04 hmmmm Jan 15 08:13:04 hmmmmmmmmmmmmmmmmm Jan 15 08:13:04 Towzzer: are you seeing all of that? Jan 15 08:13:05 seeing what Jan 15 08:13:05 all of the people disconnecting and reconnecting Jan 15 08:13:36 netsplit Jan 15 08:13:42 nethalf'ing Jan 15 08:29:54 argh... Jan 15 08:29:57 damn web chat... Jan 15 08:30:00 disconnected me again... Jan 15 08:30:10 sorry about that Jan 15 08:30:14 np Jan 15 08:30:26 i would love hulu on palm pre Jan 15 08:30:30 that would be super Jan 15 08:31:20 once flash is out you MIGHT be able to run it. Jan 15 08:36:19 probably Jan 15 08:59:14 they blocked the ps3 browser from using hulu, it wouldn't be too surprising if the same thing happens. That is if it can even handle that level of flash video. Jan 15 09:08:21 what causes the "the action could not be completed. try again later" error in the app catalog? Jan 15 09:08:39 I seem to be getting it a lot lately Jan 15 09:24:15 Nexus One has Flash doesn't it? Has anyone tested if Hulu works on that? Jan 15 09:41:19 i think the nexus one has flash as in taking a picture flash Jan 15 09:41:43 phones dont have that now-a-days? :P Jan 15 09:52:09 btw, Iw as right when i said there were mass disconnects and reconnects going on Jan 15 09:52:33 just noticed a wallops about it Jan 15 09:52:33 bbiab Jan 15 10:06:02 this network has always been this way Jan 15 10:18:42 hello infobot Jan 15 10:18:59 ~seen cryptk|werk Jan 15 10:19:01 cryptk|werk is currently on #webos-internals (1h 49m 9s). Has said a total of 10 messages. Is idling for 2s, last said: '~seen cryptk|werk'. Jan 15 10:19:08 infobot: hello Jan 15 10:19:09 Howdy Bub Jan 15 10:19:29 latency seems to be getting better Jan 15 11:30:47 ~seen any good movies lately Jan 15 11:30:49 joshua: i haven't seen 'any good movies lately' Jan 15 11:33:02 not even avatar? Jan 15 11:37:07 lol joshua Jan 15 11:37:18 you know ~seen only works with people right? Jan 15 11:37:25 like this Jan 15 11:37:28 ~seen joshua Jan 15 11:37:29 joshua was last seen on IRC in channel #webos-internals, 4m 27s ago, saying: 'not even avatar?'. Jan 15 11:37:43 ~seen any proof of god Jan 15 11:37:44 i haven't seen 'any proof of god', jettero Jan 15 11:37:51 LOL Jan 15 11:38:09 ~seen a tablet PC that consumers want Jan 15 11:38:10 jettero: i haven't seen 'a tablet pc that consumers want' Jan 15 12:25:02 infobot... why did you leave me? Jan 15 12:27:37 infobot: i love you Jan 15 12:27:38 You love you? Jan 15 12:33:54 ~botsnack Jan 15 12:33:55 aw, gee, cryptk Jan 15 12:33:56 hello is there anybody who knows something about palmos 3.5 Jan 15 12:34:09 palmOS or webOS? Jan 15 12:34:22 palmos Jan 15 12:34:59 you may be able to find someone in here, but we all specialize in WebOS Jan 15 12:36:18 ok i have a little problem i want to compile palmavr for programming microcontroller without having a notebook. And for compiling i need the PalmOS SDK 3.5 headers. Jan 15 12:39:15 ahh, I def cannot help ya there Jan 15 12:39:22 the channel has been quiet all night though Jan 15 12:39:34 ask again this afternoon any it should be full of people Jan 15 12:39:43 or even in just a couple hours probably Jan 15 12:40:02 ok thank you very much Jan 15 12:43:01 gcc is eating up > 4GB and then dying on me :(. damn buggy optimziations :( Jan 15 12:44:29 there we go Jan 15 12:44:38 I was just getting myself all registered with nickserv Jan 15 12:46:07 I now have cryptk, cryptk|work and cryptk|sleep all registered to me Jan 15 12:47:29 :P Jan 15 12:47:36 *notthisone, nick lenght limit Jan 15 12:48:16 haha Jan 15 12:48:54 now I do Jan 15 12:51:16 hahaha Jan 15 12:51:36 it shouldn't let you /nick to them Jan 15 12:51:43 not without my "secret code" Jan 15 12:51:56 really, this is lame. i make changes to my code and now g++ runs out of memory compiling >:O Jan 15 12:52:40 on... 3 different versions of the codesourcery toolchain, trying a 4th now x.x Jan 15 12:53:08 err 2 different, 3rd now Jan 15 12:53:08 but Jan 15 12:53:10 :( Jan 15 12:57:12 sadfaced... Jan 15 13:01:37 ~dtzWill Jan 15 13:02:23 infobot: dtzWill is the master coder behind quake|the genius who ported VBA|the one who created the girst homebrew screen overlay controls Jan 15 13:02:24 cryptk: okay Jan 15 13:02:31 ~dtzwill Jan 15 13:02:32 i guess dtzwill is the master coder behind quake|the genius who ported VBA|the one who created the girst homebrew screen overlay controls Jan 15 13:02:46 weird... the pipes don't work in this version of infobot evidentally Jan 15 13:03:28 infobot: no, dtzwill is the master coder behind quake, VBA and the creator of the first homebrew screen overlay controls for SDL. Jan 15 13:03:29 okay, cryptk Jan 15 13:03:35 ~dtzWill Jan 15 13:03:37 somebody said dtzwill was the master coder behind quake, VBA and the creator of the first homebrew screen overlay controls for SDL. Jan 15 13:03:44 better Jan 15 13:04:04 now the bot knows you Jan 15 13:04:10 infobot: say hello to dtzWill Jan 15 13:04:11 hello to dtzWill Jan 15 13:04:23 infobot: thanks Jan 15 13:04:24 dtzWill: de nada Jan 15 13:04:26 cryptk: thanks :) Jan 15 13:05:12 np ;) Jan 15 13:05:20 I don't remember if I have one.... Jan 15 13:05:22 ~cryptk Jan 15 13:17:38 here is something interesting Jan 15 13:17:51 pre won't let you use an email server with an invalid certificate Jan 15 13:32:24 Towzzer: yep, that sucks if you use a self signed cert ;) Jan 15 13:43:17 Towzzer: does the pre let you install your own CA? :) Jan 15 13:58:19 yes Jan 15 13:58:42 well maybe not through any approved interface Jan 15 13:59:15 but it's linux and can be done, see my SSL trusted mitm page on the wiki Jan 15 14:00:35 destinal-wirc: ah, that's unfortunate. i know a few companies that use their own private CA for shit :( Jan 15 14:00:51 destinal-wirc: although that sounds interesting and i got a few while this compiles Jan 15 14:00:54 * dtzWill goes and reads Jan 15 14:01:05 on the other hand it's easier than that to get IMAPS working to your own servers with selfsigned certs. I saw a article on it, let me see I'd I can find that too Jan 15 14:05:14 http://drewp.quickwitretort.com/2009/07/18/0 Jan 15 14:07:26 then again bhern (palm's security person) had this to say: Jan 15 14:07:28 Dec 30 23:45:40 for reference, adding CA certs via certificate mgr seems to cause bad things to happen. if you need to trust additional certs and are seeing errors, try adding the *server* certs directly (via CM or the browser) Jan 15 14:07:57 Dec 30 23:46:09 if you have gotten into a bad state with certs you may be able to repair things in /var/ssl/certs if CM cannot Jan 15 14:07:58 Dec 30 23:46:23 though flashing back to a good state would safely reset too Jan 15 14:09:05 so, people have used that drewp article successfully to install CA certs in the cert mgr, but others have apparently had issues Jan 15 14:09:58 intersting Jan 15 14:11:16 oooh nice job on vba Jan 15 14:12:00 my method in here: http://www.webos-internals.org/wiki/Decrypt_SSL_%28trusted_man-in-the-middle_technique%29 Jan 15 14:12:00 was simply to work with /etc/ssl/certs directly Jan 15 14:12:13 but I would hope the cert manager would be a better place to do it Jan 15 14:13:55 bbl Jan 15 14:15:43 sampson_: ty. you gave it a whirl? (find it on wiki, err?) Jan 15 14:15:58 oh it's in the preware testing feed now i forgot :) Jan 15 14:16:17 (trying to not release it super publicly until I work out a few more things :)) Jan 15 14:24:11 Hey guys ^.^ Jan 15 14:24:23 Cerealklr: hi :) Jan 15 14:25:15 Whats the news? (i've been totally offline the past 24 hours with time split between furious studying and a bit of relaxation with my girl.) *busies self checking recent changes on webos-internals* xD Jan 15 14:28:49 ahm, need the "first use app" patch the update 1.3.5.2? or is 1.3.5.1 ok too? Jan 15 14:29:21 hrmm. sdlVNC running on the Pre looks neat. Can't wait till i can sideload ubuntu into it. xD Jan 15 14:29:35 say again? Jan 15 14:30:35 is there a terminal command as alternate? Jan 15 14:31:15 So, you need to install the "show first use app" patch on 1.3.5.2? Is that what you're asking? Jan 15 14:31:27 saying* Jan 15 14:31:50 ahm yes Jan 15 14:32:16 I'm in europe, but have 1.3.5.1, and the app didn't work :( Jan 15 14:32:37 Okay, and I presume your Pre/Pixi is currently having data connection issues (thats why you're trying to show it?) Jan 15 14:34:05 what I want is: a us-palm account Jan 15 14:35:17 dtzWill: I added the testing feed Jan 15 14:35:19 gbc runs great Jan 15 14:35:19 So, you installed the patch already, correct? And the First Use App icon is not appearing in the launcher. That is the issues? Jan 15 14:35:22 hi Jan 15 14:35:22 issue* Jan 15 14:35:29 gba not so much but i didn't expect a fully functional emulator Jan 15 14:35:52 was playing some pokemon yellow Jan 15 14:35:54 no, I've installed it and I can see it. and I can launch it Jan 15 14:36:05 sampson_: great :D Jan 15 14:36:43 karotte_exe: Okay, then i'm not entirely sure I understand your predicament. If you can do all that, the patch fully worked, and any other issues do not involve it. Jan 15 14:37:14 karotte_exe: Hmm, have you tried finding a tutorial on what you're trying to do, particularly on webos-internals.org? Jan 15 14:37:30 karotte_exe: or possibly the precentral forums? Jan 15 14:37:52 Cerealklr: no, the problem is: after launching appear's only the background, no symbols,buttons and text Jan 15 14:39:28 karotte_exe: Okay, that is interesting. I do not believe it is an issue with the patch though. I'm not entirely sure what is supposed to occur when the first-use app is relaunched. I think what may have happened is, in palms modifications of their code in one of the more recent webos updates, the first use app now no longer works (at least, outside of the emulator) when relaunched. Jan 15 14:39:40 I would highly recommend a precentral.com forum search on the topic Jan 15 14:39:50 Since that sounds like (relatively) breaking news. Jan 15 14:40:39 hm,in the meantime I read that I could delet my account, but what are I'm lossing then? Jan 15 14:40:49 apps? data? Jan 15 14:41:04 You will lose any apps you have purchased Jan 15 14:41:12 *loosing Jan 15 14:41:15 all of your contacts stored with Palm (try syncing them out to a google account) Jan 15 14:41:36 and for that matter i believe, any apps you have downloaded through the app store (but don't quote me on that bit. xD) Jan 15 14:41:43 updates? Jan 15 14:41:52 No, you don't lose your updates. Jan 15 14:41:58 for your contacts, as a backup I recommend you copy the palmdatabase.db3 file out first Jan 15 14:42:02 your version should remain unless you webos-doctor it. Jan 15 14:42:11 just search the wiki for 'contacts' and or palm database Jan 15 14:42:22 contacs are save. there are all on the sim-card Jan 15 14:42:43 OH ok - I misunderstood. Jan 15 14:42:59 so preware (for example) will be deleted? Jan 15 14:43:16 pre saves on SIM? Jan 15 14:43:16 Actually, i don't think it will be (though I may be incorrect) Jan 15 14:43:30 FreeTim: contacs will be saved on the sim-card Jan 15 14:43:32 I don't know anything about GSM phones, unfortunately, so I can't say. Jan 15 14:44:06 jes it do, ich changed with a friend the sim cards, and thean he had my contacts Jan 15 14:44:38 anybody awake? Jan 15 14:44:42 Well, i'll take your word for it then, I suppose. Jan 15 14:44:58 its a bright.... cloudy... gray... morning here in Ohio, USA XD Jan 15 14:45:02 So yes. xD Jan 15 14:45:20 hm, what's the time in the usa? Jan 15 14:45:48 8:45 am CST Jan 15 14:45:56 i'm EST 9:45 Jan 15 14:46:06 i updated from 1.3.1 to 1.3.5, had patches installed. than my patches where gone, but preware still listed those as installed. so, i ran webos doc, setting me back to 1.3.1, than updated to 1.3.5. Jan 15 14:46:19 still my pre thinks i have patches installed Jan 15 14:46:28 installing epr gives an error Jan 15 14:46:38 trying to remove the patches gives an errpr Jan 15 14:46:45 it exist a recovery patch in preware try this Jan 15 14:46:46 s/errpr/error Jan 15 14:47:08 karotte_exe: something besides epr? Jan 15 14:47:25 the patch will delet all patchs Jan 15 14:47:37 Whoah? it still thinks that after running webos-doctor? Jan 15 14:47:40 epr = ? Jan 15 14:47:44 are you sure you fully doctored it? Jan 15 14:47:51 Cerealklr: yes Jan 15 14:47:53 ad EPR does not work after installing over patches. Jan 15 14:48:02 Unfortunately. I've been in the same mess Jan 15 14:48:15 with some updates, you can remove them manually via WebOS Quick Install Jan 15 14:48:17 which i've done Jan 15 14:48:27 others directly screw with the patches Jan 15 14:48:33 and then your pre goes buggers Jan 15 14:48:41 but if its in fine running condition Jan 15 14:48:43 quick install doesn't list any patches Jan 15 14:48:49 try the webos QI remover Jan 15 14:48:52 and running erp from qi gives an error Jan 15 14:48:53 oh, damn. Jan 15 14:48:56 ok, I will delete my account, so I hope you've be in the right! by Jan 15 14:48:58 mornin ya'll Jan 15 14:49:08 try using QI to remove preware AND the package manager Jan 15 14:49:15 g'morning dB. nice to meet you. Jan 15 14:49:19 and thanks, btw. xD Jan 15 14:49:24 then reinstall them with QI Jan 15 14:49:31 preware is not listed under QI Jan 15 14:49:33 that will occasionally fix ghost problems Jan 15 14:49:41 holy hell Jan 15 14:49:59 can this be caused by me having only doc for 1.3.1? Jan 15 14:50:01 are you sure your Pre is set to "just charge" and the WebOS QI is actually talking to it/ Jan 15 14:50:07 it shouldn't be. Jan 15 14:50:17 but you may as well doctor it again with 1.3.5 Jan 15 14:50:21 first part yes, second not sure Jan 15 14:50:22 it cant hurt. Jan 15 14:50:42 didn't find a 1.3.5 doctor for germany Jan 15 14:50:49 awh hell. Jan 15 14:50:58 curse you palm. You promised us this wouldn't happen. >.< Jan 15 14:51:16 okay, try opening preware Jan 15 14:51:21 going into your installed packages Jan 15 14:51:23 does someone know if some tool like aircrack is in developement? Jan 15 14:51:27 and then uninstalling the Package Manager FIRST Jan 15 14:51:34 and then preware SECOND Jan 15 14:51:38 then use QI to reinstall them Jan 15 14:51:49 Toaster: what is aircrack? Jan 15 14:52:08 http://aircrack-ng.org/ Jan 15 14:52:40 neatttttt Jan 15 14:52:44 toaster: you can crack wep on the pre but good luck actually gathering the frames Jan 15 14:52:53 Cerealklr: won't let me remove Package Manager unless I remove Preware first. Jan 15 14:53:15 khaase: follow its directions then I suppose. Hopefully it'll actually do it correctly. Jan 15 14:53:40 wifi driver lacks monitor and injection capabilities I suspect Jan 15 14:53:54 destinal-pre: so, there is no threading, yet? Jan 15 14:54:16 threading? Jan 15 14:54:43 i didnt understand your line^^ Jan 15 14:55:19 sorry, my english isnt the best Jan 15 14:55:19 no it's driver capabilities Jan 15 14:55:35 you can't sniff Jan 15 14:55:47 destinal-pre: is that documented, or an educated guess? Jan 15 14:56:05 the latter Jan 15 14:56:24 anyone know which chipset the wifi uses? Jan 15 14:56:32 if it's an atheros chipset, you can sniff Jan 15 14:56:42 destinal-pre: well, there is always the chance Palm is using a preexisting linux driver Jan 15 14:56:55 oh, ok. so, it would be possible, but you'd need to write a driver first and no1 is doing so, yet, right?? Jan 15 14:56:55 I would assume that they are Jan 15 14:57:12 binary only last I checked Jan 15 14:57:17 *checks the very very sparce hardware information section on webos-internals* We need a team to seriously populate that portal, guys. xD Jan 15 14:57:26 Yay for bit decompilers? xD Jan 15 14:57:30 byte* Jan 15 14:57:49 http://www.webos-internals.org/wiki/WLAN Jan 15 14:57:52 well just replace it Jan 15 14:57:57 Marvell 88W8686 chipset Jan 15 14:58:16 Marvell is a relatively good company in terms of wifi chipsets. Jan 15 14:58:35 " sd8xxx driver is open source (although it requires proprietary firmware) and available under the GPL." Jan 15 14:58:44 http://www.aircrack-ng.org/doku.php?id=install_drivers Jan 15 14:58:54 Injection on Hermes, Aironet and Marvell is not supported because of firmware and/or driver limitations. Jan 15 14:59:22 support for libertas..? http://wireless.kernel.org/en/users/Drivers/libertas Jan 15 14:59:36 well, lets be fair here, wep cracking would be painfully slow on the pre Jan 15 14:59:51 hang on now, lets not lose hope yet. Jan 15 14:59:55 those are with the stock drivers Jan 15 15:00:02 mh Jan 15 15:00:05 and the pre is set up so it can use libertas Jan 15 15:00:06 Cerealklr: yes libertas shows support Jan 15 15:00:32 i figured as much Jan 15 15:02:52 conclusion: Probably more trouble than its worth, but definitely possible? Jan 15 15:02:59 hm, how can I delet my account Jan 15 15:03:03 ~beer Jan 15 15:03:04 * infobot has disconnected (Read error: 99 (Connection reset by beer)) Jan 15 15:03:09 xD Jan 15 15:03:49 ~botsnack Don't drink on an empty stomach, infobot. Jan 15 15:03:50 :), Cerealklr Jan 15 15:07:36 karotte_exe: what account? Jan 15 15:08:02 dBsooner: profil of my palm Jan 15 15:11:36 Issues still, karotte? Jan 15 15:12:20 karotte_exe: if you don't have anythinh else worth saving on it, and its all backed up, webos_doctor it Jan 15 15:12:23 and set up a new account Jan 15 15:12:26 Cerealklr: yes :( all what I want is creating a new account Jan 15 15:12:36 removing your old one isn't important. Jan 15 15:12:48 karotte_exe: you can't Jan 15 15:13:10 s/can't/can't delete your account. There is no way./ Jan 15 15:13:11 dBsooner meant: karotte_exe: you can't delete your account. There is no way. Jan 15 15:13:17 oh man :( Jan 15 15:13:48 But you can make a new one Jan 15 15:13:52 by webos-doctor ing your pre Jan 15 15:13:57 which has the same effect. Jan 15 15:14:03 as far as your issue is concerned Jan 15 15:14:08 but how can I create a new account Jan 15 15:14:17 by using webos-doctor on your pre. Jan 15 15:14:48 but then I will all lose :( (apps, patches, data, updates) Jan 15 15:15:00 that is unfortunately correct. Jan 15 15:15:19 that is what I don't want! Jan 15 15:15:53 want to change the profile, like a user with windows Jan 15 15:16:08 Palm Profiles do not work that way. Jan 15 15:16:10 I apologize. Jan 15 15:16:39 But in WebOS, your palm profile is integral to the entire device Jan 15 15:16:42 I think the first use app can do that Jan 15 15:16:46 and you simply can't change it that way. Jan 15 15:16:52 but it can't, at LEAST in your case. Jan 15 15:16:57 you've already established that. Jan 15 15:17:14 well they could be switched but there's no tool to do it Jan 15 15:17:37 and terminal command? Jan 15 15:17:41 It'd be hell on everything though. It'd delete and start downloading a load of apps every time you swapped. Jan 15 15:18:14 eh? Jan 15 15:18:24 what makes you think thatzn Jan 15 15:18:42 The way the palm profile works. Apps are directly tied to your account, not your phone. Jan 15 15:18:46 s/tzn/t/ Jan 15 15:18:46 destinal-pre meant: what makes you think that Jan 15 15:19:13 is regexp really necessary for minor corrections like that? xD Jan 15 15:19:14 hm, cna't you do it with the console everything? Jan 15 15:19:22 *can't Jan 15 15:19:24 it doesn't delete apps Jan 15 15:19:43 After I webos-doctored my phone, it reinstalled all the apps i had Jan 15 15:19:51 not all Jan 15 15:20:01 okay, not all, but nearly all. Jan 15 15:20:10 those it didn't were homebrew Jan 15 15:20:17 which is obviously a whole separate issue. Jan 15 15:20:29 but the problem is, afterdoctoring I haven't the patch 1..3.5.1 so I have to download it Jan 15 15:20:54 and I haven't 3G at home, only edge Jan 15 15:21:09 it could be done by modifying or deleting databases and running firstuse Jan 15 15:21:20 but it's messy Jan 15 15:21:34 it wouldn't delete apps Jan 15 15:23:37 there's no tool to make it easy Jan 15 15:24:08 :( Jan 15 15:25:18 I personally doctor frequently and would find doctor easier Jan 15 15:25:27 and cleaner Jan 15 15:25:27 thx for all. by Jan 15 15:25:36 I will doctor it Jan 15 16:06:20 ~dBsooner Jan 15 16:06:21 methinks dbsooner is the guy who annoys everyone for no particular reason.. oh and thinks Adora is hot... Jan 15 16:06:50 ? Jan 15 16:07:00 ah you are there, hi Jan 15 16:07:16 tried to tell infobot when he has seen you last Jan 15 16:07:19 Good morning Jan 15 16:07:22 ~last hape Jan 15 16:07:27 ~seen hape Jan 15 16:07:31 sorry its ~seen Jan 15 16:07:32 hape is currently on #webos-internals. Has said a total of 4 messages. Is idling for 12s, last said: 'Good morning'. Jan 15 16:07:59 i sent you a message yesterday Jan 15 16:08:12 did you checked the path distibution sidet. It is still not workung for me. I tried with windows an Linux Firefox Jan 15 16:08:17 email me your patch with all the info to webos at dbsooner dot com Jan 15 16:08:56 sorry dident saw your message. There is so may traffaic in that chat and we both have about 20 hours time difference Jan 15 16:09:10 ok, will do Jan 15 16:10:07 do you have some funciton in you client that informs you when someone send a message with yout nick? Jan 15 16:11:17 I search the logs Jan 15 16:11:57 http://logs.nslu2-logs.org/ Jan 15 16:13:04 wirc has some weird bugs Jan 15 16:13:36 it seems to drop and think it's online, you type things that don't get sent. just really odd Jan 15 16:14:51 so, as I was trying to ask earlier ... Jan 15 16:15:38 what goals to we still have on the big board that we don't have yet? usb host mode, bluetooth hid, figuring out hidd and libpdl? Jan 15 16:15:43 anything else big? Jan 15 16:17:38 usb host and BT are big ones for me Jan 15 16:17:55 BIALW Jan 15 16:19:24 hotspot might go up there but as Rick-home pointed out, we'll know the answer to that one very soon regardless Jan 15 16:19:58 very soon. (12 days) Jan 15 16:21:08 Rick-work: can you think of any other big things that would be awesome to see happen on the pre (that we can do in software) Jan 15 16:21:53 dtzWill: boo Jan 15 16:22:05 too little news lately, after I fix up terminal I want to work on something big ;) Jan 15 16:23:04 destinal: emulation that works Jan 15 16:23:38 zsoc: oh, useful, packaged emulator ports on preware? Jan 15 16:24:01 yeah that would be nice. not earthshaking but very nice Jan 15 16:26:24 destinal: do something fancy with gles. Jan 15 16:30:25 destinal: bt proximity detection (don't know if that's part of the BT hidd or not) Jan 15 16:31:04 sugardave: what would that enable? Jan 15 16:31:39 for me, I have a few app ideas that would be well served by being able to detect if another webOS device is in close range Jan 15 16:31:48 like really close Jan 15 16:32:52 ah Jan 15 16:33:21 like, form a PAN, be able to toss them documents, play games, etc Jan 15 16:33:28 yes, exactly Jan 15 16:33:42 don't know the terminology cuz I'm a n00b, but that sounds right Jan 15 16:34:27 I need new terminal Jan 15 16:34:41 where is that guy Jan 15 16:34:44 braxton: I'm working on fixing the one we have without creating memory leaks -- as we speak Jan 15 16:34:48 destinal Jan 15 16:34:51 ha Jan 15 16:35:03 nice you are the best Jan 15 16:35:23 how's the farcry port coming Jan 15 16:35:33 braxton: lol Jan 15 16:35:46 that I'm going to keep for myself and not release because that sounds funny Jan 15 16:36:26 I got freeteather working Jan 15 16:36:30 oh, cool. Jan 15 16:36:33 what a great program Jan 15 16:37:20 destinal what other items do you maintain so I may compaln about them Jan 15 16:38:29 braxton: hehe. I don't actually maintain anything much besides terminal at the moment. I've helped out a bit here and there with a lot of things, but nothing that I've contributed to so much that I actually maintain it besides terminal Jan 15 16:39:35 I'm doing a lot of research and trying to figure things out, but these things are a long way from being useful apps Jan 15 16:39:42 you know pre won't let you use email that has an invalid cert Jan 15 16:39:58 help me with that Jan 15 16:40:00 braxton: did you see the stuff I wrote about that this morning? Jan 15 16:40:04 in the logs Jan 15 16:40:05 no Jan 15 16:40:20 i'm on wirc now Jan 15 16:40:30 can you paste it Jan 15 16:42:11 braxton: http://webos.pastebin.com/m41f4bc97 Jan 15 16:42:14 but it was mostly this Jan 15 16:42:17 http://drewp.quickwitretort.com/2009/07/18/0 Jan 15 16:43:01 it's how to install certificates directly (you can install server certs or CA certs via the certificate manager) Jan 15 16:43:39 bhern, the security guy from palm, warned that installing CA certs in certificate manager may cause problems with it though, so your mileage may vary Jan 15 16:44:06 ah well i'm getting a real cert soon so it's not that bad Jan 15 16:44:43 destinal you should port flash Jan 15 16:44:51 braxton: Adobe's already doing it Jan 15 16:44:52 :P Jan 15 16:45:16 they have a lot more time to work on that and they would beat me to it if I started now, probably Jan 15 16:45:29 when Jan 15 16:46:09 braxton: supposedly there will be a beta downloadable from the catalog around when 1.4 comes out Jan 15 16:46:12 hulu on pre would bw awesome Jan 15 16:46:16 which I guess is in a couple of months? Jan 15 16:46:39 that's a long time Jan 15 16:46:56 braxton: heh, but flash is non-trivial Jan 15 16:47:13 the worst part about updates is reinstalling patches Jan 15 16:47:58 braxton: if I had started on porting one of the open source flash engines right after working on terminal it would be done by now, I'm sure. oh well Jan 15 16:48:47 your job is pre stuff Jan 15 16:48:50 the biggest thing we have lacked though is a native graphics toolkit. Piranha is open source Jan 15 16:49:30 braxton: nah, this is all a hobby so I don't have so much time as you think Jan 15 16:49:42 what is closed source on pre? Jan 15 16:49:46 Piranha is not open source Jan 15 16:49:47 I meant to say Jan 15 16:50:26 braxton: a LOT is closed source Jan 15 16:50:40 why Jan 15 16:51:14 braxton: Not sure. I think Palm worries that someone will sell a competing product based on it or something. Jan 15 16:51:16 because companies do that when they can. IP is valuable. Jan 15 16:51:43 Rick-work: I hate the term IP. an idea or expression is NOT property Jan 15 16:51:47 Luna is closed source. Jan 15 16:51:48 companies are evil Jan 15 16:51:53 destinal hate all you want. Jan 15 16:51:55 property stays in one place Jan 15 16:52:05 I can build a house on my property Jan 15 16:52:08 So my car is not my property? Jan 15 16:52:16 Rick-work: physical things you can own Jan 15 16:52:19 ideas you cannot. Jan 15 16:52:23 oh crap Jan 15 16:52:33 i'm leaving Jan 15 16:52:43 destinal 150 years of legislation says otherwise. Jan 15 16:52:56 well, that was quick Jan 15 16:53:08 he doesn't understand that we don't end up in flame wars here. Jan 15 16:53:15 destinal: clearly your job is to do the pre. why isn't everything done? Jan 15 16:53:33 although, anyone who starts off with 'companies are evil' has little room to complain Jan 15 16:53:38 Rick-work: eh, those are about creating artificial government monopolies on things that are obviously not natural rights Jan 15 16:54:10 which was intended to be a trade between enhancing the public domain by giving special privileges for a limited time Jan 15 16:54:38 very specifically NOT property Jan 15 16:54:40 destinal how is owning a piece of the earth which is connected to the piece I am on, and between where I am and where I want to go any more "natural" than anything else. Real Estate law is as much a cultural artifact as Patent law or copyright Jan 15 16:55:18 I am perfectly happy to agree that copyright law has gotten entirely out of hand. Jan 15 16:55:31 and that software patents SUCK as ideas go. Jan 15 16:55:43 Rick-work: and actually the term 'Real Property' tends to prove your point Jan 15 16:55:58 anyway the laws never define it as property, and the people who use the term IP tend to be abusers of a corrupt system Jan 15 16:56:02 zsoc which is why I used the term "real estate" instead. Jan 15 16:56:11 * zsoc buys the airspace above destinals house so he can't add another story Jan 15 16:57:48 http://amzn.com/069111725X Jan 15 16:57:55 Rick-work: property law was created to protect your right to own. trademark copyright etc was designed to encourage you to create to enrich everyone Jan 15 16:58:21 if anyone is actually interested in the topic. it's a good analysis of patent systems, economic pressures, historical drivers, etc. short read too. not the usual dense legal tome. Jan 15 16:58:30 written by some economists iirc Jan 15 16:58:39 There is very little on the subject of copyright that McCauley didn't explain. If you've never read McCauley on copyright, you should. the fact that it's from 1841 is beside the point. Jan 15 16:58:59 Rick-work: which should mean it's in public domain now, right? ;) Jan 15 16:59:10 Right -- and it is. Jan 15 16:59:16 We must betake ourselves to copyright, be the inconveniences of copyright what they may. Those inconveniences, in truth, are neither few nor small. Copyright is monopoly, and produces all the effects which the general voice of mankind attributes to monopoly. My honourable and learned friend talks very contemptuously of those who are led away by the theory that monopoly makes things dear. .... I believe, Sir, that I may with s Jan 15 16:59:48 bhern: that book looks interesting, I'll have to check it out Jan 15 17:00:12 http://baens-universe.com/articles/McCauley_copyright Jan 15 17:01:19 those two speeches are, in my opinion, the best writing on the subject ever done. The style is dated of course, but the analysis and content has changed not a bit. Jan 15 17:02:35 Copyright law is something of a hot button for me. Jan 15 17:04:01 of course, this puts me in direct opposition Orin Hatch (D-Disney) and Fritz Hollings. Jan 15 17:04:15 Rick-work: which makes you a sane and reasonable person Jan 15 17:04:19 :) Jan 15 17:05:29 Take a look, if you ever have time, at Eric Flint's rants on DRM and copyright. Eric is one of the few people who have actual DATA on the result of releasing copies of his books electronically DRM free. Jan 15 17:06:03 Just, the term IP, like piracy, is part of a grab for mindshare by big media, trying to convince people to equate copying with theft, which it never was, and leads to phrases like "stole my idea" which are nonsense, etc Jan 15 17:06:57 geist: ping Jan 15 17:08:36 Rick-work: http://www.movingtofreedom.org/2006/10/06/thomas-jefferson-on-patents-and-freedom-of-ideas/ "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess h Jan 15 17:08:46 and with that I guess I'll go back on topic ;) Jan 15 17:10:42 * zsoc creates #webos-philosiphy Jan 15 17:10:58 anyone ever run into the issue of your phone (pre) draining battery fast, and when you novaterm into it, you see that your load average is high? (10-15 load). but, once i plug in to access via novaterm, the load starts to drop. so strange. Jan 15 17:11:40 zsoc: Philosophy Jan 15 17:11:47 :) Jan 15 17:12:04 no but then, I've never tried to monitor that Jan 15 17:12:13 yetdog_work: I have occasionally seen very high load averages but never for long Jan 15 17:12:24 I am, am I? Jan 15 17:12:29 philosoraptor: lol Jan 15 17:12:55 destinal: i can't seem to figure out what's causing it. when i run top java seems to be running wild, but it stops right after i plug it in :( Jan 15 17:13:02 could be powerd flapping? Jan 15 17:13:17 But if Kanye snatched the microphone.. is Taylor really Swift? Jan 15 17:13:19 yetdog_work: you could try ssh'ing in over wifi and see if you can look at it then Jan 15 17:13:45 ya, that's a good idea, it wouldn't be on power then. Jan 15 17:13:45 yeah, if it keeps happening thta's what i'll probably do Jan 15 17:14:02 philosoraptor: also I could rant about auto-tune, but I won't here. :) Jan 15 17:14:03 yetdog_work, my batt has been draining real fast since 1.3.5.x luna is often in the 30-40 % cpu in top, and once my pre was real sluggish for no apparent reason, it was a process called mediaserver eating all cpu. I killed it and never saw that bin eating cpu again. Jan 15 17:14:12 but my batt dies fast still Jan 15 17:14:33 lots of powerd activity in /var/log/messages Jan 15 17:14:45 KEYofR: never seen mediaserver... Jan 15 17:15:25 KEYofR: You can track the battery drain rate with BatteryMonitor program. Then just kill one process per hour, or something like that, and track the drain rate after each kill Jan 15 17:15:44 but it should be hardware related - like GPS Jan 15 17:16:02 i have an airave in my office so it shouldnt be signal Jan 15 17:16:42 is powerd noisy in /var/log/messages for everyone else? Jan 15 17:16:49 yes Jan 15 17:16:57 well thats good to know at least, thanks mdklein Jan 15 17:17:00 yes Jan 15 17:17:06 destinal: auto-tune :( Jan 15 17:17:10 it should be noted I have the seidio extra capacity battery that still fits in the original/touchstone case. so, after-market extra-capacity batts are often garbage and don't last long, and seidio in particular has sold me mostly crap over the years. Jan 15 17:17:53 is libpurple a webos-included tech or does that come down with wirc? Jan 15 17:18:11 i saw that put an entry in messages about a server queue when the device went to standby Jan 15 17:18:21 but i've doctored my phone since, even tho the wirc icon still shows up Jan 15 17:18:38 yetdog_work: libpurple is provided stock by palm, it's what makes messaging work with instant messaging providers like gtalk, etc Jan 15 17:18:48 ah yes, wanted to make sure :) Jan 15 17:19:12 it's an open source project that they wrapped with a dbus adapter and have a built-in mojo app talking to Jan 15 17:21:43 palm has done a lot of good work on webos Jan 15 17:23:33 zsoc: and a lot of open source developers have too, over the years :) Jan 15 17:24:25 sometimes I want to point it out so their contributions (even if they didn't know that they were going into webos) aren't forgotton Jan 15 17:24:29 We need to make an organization that trac's the biggest open source oppurtunities and projects, and raises funds to hire the most involved open source contributors away from their careers Jan 15 17:24:35 s/ton/ten/ Jan 15 17:24:36 destinal meant: sometimes I want to point it out so their contributions (even if they didn't know that they were going into webos) aren't forgotten Jan 15 17:24:42 destinal: that's all very true :) Jan 15 17:25:48 anyone seen the tux factory? some really cool tux images, licenses vary tho: http://tux.crystalxp.net/en.htm Jan 15 17:28:44 cool Jan 15 17:36:21 w00t star trek online beta key :D Jan 15 17:40:07 zsoc : I admire what' your suggesting... but... those funds would come from where? No income from open-source things Jan 15 17:41:32 FreeTim: open source can, and does, provide income streams for many companies. for the public it's about convinence Jan 15 17:41:39 but it digress, was just rambling Jan 15 17:42:15 ok. But, it was quality rambling. :) Jan 15 17:45:05 damn. there was quality rambling and I missed it. Jan 15 17:50:27 jacques: do you know if there is any serial port communication software on the pre? Jan 15 17:50:39 what do people use these days anyway? we used to use dip, tip, etc Jan 15 17:53:08 destinal: these days I use minicom Jan 15 17:53:09 minicom just seems really heavy for simple debug testing Jan 15 17:53:26 there is somethiing called microcom which I have not used Jan 15 17:54:08 but hey, minicom is in optware, so, cool.. Jan 15 17:54:14 :-) Jan 15 17:54:27 it might require ncurses Jan 15 17:54:53 or not ... hmm Jan 15 17:58:07 wow, has the scratchbox devel list really not had a post since october? Jan 15 17:58:36 I got the feeling scratchbox2 is another project Jan 15 17:58:51 jacques: I don't think #scratchbox has heard a single peep since then either Jan 15 17:58:57 :-\ Jan 15 18:02:33 would it be better to talk about the app catalog feeds here or in #webos Jan 15 18:03:03 (im gonna guess webos) Jan 15 18:11:34 lol http://tux.crystalxp.net/en.id.14813-n-ko-bbux-a-clockwork-tux.html Jan 15 18:13:30 need something like this: http://tux.crystalxp.net/en.id.14430-adrielhernandez-tux-nokia.html Jan 15 18:14:19 no, need something like this - NSFW http://upload.wikimedia.org/wikipedia/commons/d/df/Body_painting.JPG Jan 15 18:15:03 * jacques is at work. Jan 15 18:19:37 * geist yawns Jan 15 18:20:37 geist: you Jan 15 18:20:59 ... Jan 15 18:21:27 is there any official way to add and remove search engines yet? Jan 15 18:21:48 I'd like ot be able to add bing, eg, not that I would. I should be able to though Jan 15 18:22:20 Bing would be nice. Jan 15 18:22:25 geist: is the Pre thumb/thumb2 compatible? and is there something one needs to 'turn on' to use that extension or it's built in the hardware? Jan 15 18:22:57 or does my question show so much ignorance I should give up now? Jan 15 18:23:07 built in Jan 15 18:23:11 grumble. webos is being useless, maybe you guys know. I don't know whether to use the GUID or the packageID from the app catalog feed as a unique identifier (one that won't ever change for an app) Jan 15 18:23:20 cortex-a8 is thumb2 compatible Jan 15 18:23:22 so in theory it should 'just workl. Jan 15 18:23:27 from a glance it seems the GUID changes when the app is updated :/ Jan 15 18:23:28 ok. thank you. Jan 15 18:23:32 however there's an errata for that particular version, i believe Jan 15 18:23:43 the codesourcery compiler has a swtich for it Jan 15 18:23:49 --fix-cortex-a8 or something like that Jan 15 18:24:03 one of te reasons we didn't use it Jan 15 18:24:25 geist: ha. interesting. does that include both thumb AND thumb2? Jan 15 18:24:36 thumb2 is a superset of thumb Jan 15 18:24:46 then I suppose it would. Jan 15 18:24:51 previous arms supported thumb, including the pixi Jan 15 18:25:03 hmm.. interesting. Jan 15 18:25:07 thumb2 is more instructions that come along with cpus that claim armv7 Jan 15 18:27:03 grr Jan 15 18:27:08 pixie or pixi? Jan 15 18:27:13 pixi Jan 15 18:27:30 our code name was pixie, marketing name is pixi Jan 15 18:28:30 ok thank you Jan 15 18:28:36 I keep seeing both in various places Jan 15 18:29:04 geist: so have things quieted down in the low level software department? Jan 15 18:29:39 hahaha Jan 15 18:30:10 geist: I assume that's a "no you idiot, there's always a deadline for something or other" :D Jan 15 18:30:43 right Jan 15 18:31:13 heh Jan 15 18:35:03 in [SB2 mapping-armv7 armv7] "cc" gives me "bash: /usr/bin/cc: No such file or directory". I don't understand why. Ideas anybody? Jan 15 18:35:09 CoolMatty for your unique ID, the GUID will change with every app update. Jan 15 18:35:24 For your app id, use the domain name Jan 15 18:35:34 okay, packageID it is. thanks Rick-work Jan 15 18:36:51 rwhitby: any ideas? "gcc" is fine. Jan 15 18:37:18 de: do you have native gcc installed? Jan 15 18:38:00 jacques: sure Jan 15 18:40:27 then I don't know. I got that error when I didn't have native gcc installed. Jan 15 18:41:43 I helpde myself by patching the Makefile but that's not really nice. Jan 15 18:42:28 wait, are you tring to build something in cross-compile.git or something else? Jan 15 18:42:51 exactly Jan 15 18:42:58 if something else, CC = gcc in the Makefile would work Jan 15 18:43:30 it does. but iI wanted to avoid it. Jan 15 18:44:48 sb2 ... CC=gcc make ? Jan 15 18:45:34 Hmmm. That should do :) I give it a try... Jan 15 18:47:27 Yes. Does the trick. Still curious why cc does not work. Jan 15 18:48:34 I would guess there is no symlink for it Jan 15 18:50:55 which cc -> /usr/bin/cc. ls -l /usr/bin/cc -> /usr/bin/cc -> gcc-4.4 Jan 15 18:51:05 oops. Jan 15 18:51:08 I dunno what distro you are using, but maybe the alternatives stuf is confusing sd2 Jan 15 18:51:16 s/sd2/sb2/ Jan 15 18:51:17 jacques meant: I dunno what distro you are using, but maybe the alternatives stuf is confusing sb2 Jan 15 18:51:48 using ubuntu 9.10 server in virtualbox Jan 15 18:52:06 same here, but in kvm Jan 15 18:52:23 does cc work for you? Jan 15 18:52:26 nope. Jan 15 18:52:28 de did you do _all_ the apt-get's at the top of the instructions that install possible missing things? Jan 15 18:52:51 Rick-work. quite sure Jan 15 18:56:40 CC=gcc make will do. Maybe I will inverstigate later. Jan 15 19:04:14 man Jan 15 19:04:23 that guy that was getting the $100 pre wasn't kidding.. Jan 15 19:04:30 But sprint shipped it to my old address... Jan 15 19:04:41 And it's not there. Jan 15 19:04:56 The house has been empty for two years. Jan 15 19:09:25 and I think sprint credited me $100 instead of charging me $100... Jan 15 19:09:30 My account says they owe me $9 now. Jan 15 19:09:32 chuqui: palm pixi sends gmail signature "Sent from my Palm Pre", ;) Jan 15 19:09:43 i'm sure someone's caught that Jan 15 19:10:56 nebula -- maybe not! I'll mention it Jan 15 19:11:05 k Jan 15 19:17:00 rofl... Jan 15 19:17:02 http://yfrog.com/jpscreenshot1jmp Jan 15 19:21:29 destinal Jan 15 19:21:44 you magnificent bastard Jan 15 19:21:57 Towzzer: hey Jan 15 19:22:03 terminal new ? Jan 15 19:24:51 Towzzer: not yet. again, trying to figure out what changed and why, I can fix it by causing a memory leak which wouldn't be fun, but I need to know why the browser's telling the terminal-plugin to deallocate something in the wrong part of memory Jan 15 19:25:08 so I'm still debugging alas Jan 15 19:28:36 destinal, i'm going to tell the owner of webos-internals to cancel your benefits Jan 15 19:28:43 hmm Jan 15 19:28:45 Towzzer: lol Jan 15 19:29:34 one thing i've noticed is the pixi runs at ~3.0 load avg. wheras the pre runs ~.90 Jan 15 19:29:42 boo. Jan 15 19:29:53 pixi is not quite the speed demon that pre is Jan 15 19:30:00 yeah i know, but 3? Jan 15 19:30:01 sheesh Jan 15 19:30:22 that's what the Pre was when i threw a webserver/database engine on it Jan 15 19:30:28 ! Jan 15 19:38:27 rwhitby: I plan to update prethemer's code this weekend. When do you guys wanna powwow re: AUPT? Jan 15 19:39:39 load average can be deceiving Jan 15 19:51:58 destinal: looks like terminal is a big issue, will hopefully work on it sunday/monday Jan 15 19:52:07 oh? Jan 15 19:52:34 you have an idea about the issue, then? Jan 15 19:52:39 like how/why Jan 15 19:53:18 no no, i see that it's a big issue in this channel... Jan 15 19:53:38 i haven't looked ar the term code recently Jan 15 19:54:05 hrm Jan 15 19:54:14 I haven't had a working emulator since I installed that 1.3.5 Jan 15 19:54:31 it jus wont' show up in virtualbox Jan 15 19:54:36 jettero you can not run the palm emulator in a sun virtual box later than 3.0.10 Jan 15 19:54:52 if you've updated SVB then you need to downgrade. Jan 15 19:54:53 wow Jan 15 19:55:09 3.1 BROKE NETWORKING Jan 15 19:55:19 well, that's not the problem I'm having Jan 15 19:55:24 it's not showing up at all Jan 15 19:55:28 destinal: btw did you look at the code i sent you? Jan 15 19:55:30 and until sun fixes it, there's nothing Lemke can do, 3.1.2 MAY allow it to move forward. Jan 15 19:55:39 jettero, do you have 3.1.x installed? Jan 15 19:55:42 Zuchmir2: yes Jan 15 19:55:49 of SVB Jan 15 19:55:50 networking works fine for me in sun virtualbox with guest of win7 and linux Jan 15 19:55:53 how did they break it? Jan 15 19:56:05 have you spotted any immediae diffs between that and terminal? Jan 15 19:56:15 Zuchmir2: the private object you mean? Jan 15 19:56:19 Ask steve.lemke@palm.com Lemketron stops in here sometimes. But if you have 3.1.x it will not install. Jan 15 19:56:20 yes Jan 15 19:56:32 Zuchmir2: yeah one very big difference there Jan 15 19:57:30 Zuchmir2: KeyManager::Client Jan 15 19:58:04 Rick-work: how did they break networking? it works fine for me Jan 15 19:58:10 is the KeyManager something new? Jan 15 19:58:26 Zuchmir2: I didn't add it, I don't know who did, would have to check git Jan 15 19:58:38 but it doesn't break pre 1.3.5 Jan 15 19:58:41 jettero I don't know, you will have to ask lemketron Jan 15 19:58:46 what does the KeyManager do? Jan 15 19:59:32 Rick-work: regardless, that's not the problem I'm having at all. The emulator just plain isn't showing up in virtualbox Jan 15 19:59:40 handles metakey state and things Jan 15 20:00:15 jettero try this -- from the command line, do palm-emulator --reset that should RE-INSTALL the emulator in virtualbox Jan 15 20:00:15 and the translation of key codes to output Jan 15 20:00:59 err to tty input I should say Jan 15 20:01:16 see keyman.cpp Jan 15 20:01:29 Rick-work: oic. I kindof remember that. It was so long ago. Yeah, it just complains that my virtualbox is the wrong version Jan 15 20:01:49 and thus you can not see it because it is not installed. Jan 15 20:01:56 thus, you must downgrade Jan 15 20:02:22 that's pretty weak. networking works fine in freebsd and win7. I suspect the problem is entirely on palm's end Jan 15 20:02:43 I suppose I'll have to downgrade it, but it seems pretty weak Jan 15 20:02:46 jettero I suspect its in the code that they use to simulate evdo networking. Jan 15 20:02:53 Rick-work: you have to do palm-emulator --list and palm-emulator --reset "SDK 1.3.1.314 (320x480)" or whatever it says Jan 15 20:03:20 jettero: virtualbox 3.1 changed a lot of their interfaces apparently Jan 15 20:03:25 and the emulator team is "small" and they have to keep pushing new versions out, so the time to work on stuff like that is limited. Basically we're told it willbe fixed for 1.5 Jan 15 20:03:31 jettero: so the wrappers in palm-emulator fail Jan 15 20:04:25 yeah, I'l downgrade, but it still seems weak. Networking works in ubuntu, win7 and freebsd guests Jan 15 20:04:42 and they're completely virtualbox unaware. I suspect the problem is being virtualbox aware Jan 15 20:05:10 jettero... it is what it is. Jan 15 20:05:22 I agree. It is in fact weak Jan 15 20:05:24 :) Jan 15 20:05:31 jettero: it's command line API calls their tools run. the guests have the vbox extensions in them and have for a while Jan 15 20:05:47 err since 1.0 Jan 15 20:06:38 IMHO umm, the code in the git is wrong: ... Jan 15 20:06:48 my_fprintf(stderr,"term: created object at at %p\n",&obj); should be : Jan 15 20:06:50 my_fprintf(stderr,"term: created object at at %p\n",obj) Jan 15 20:07:11 Zuchmir2: ack Jan 15 20:07:14 ok Jan 15 20:07:16 same for: my_fprintf(stderr,"term: was asked to delete object at %p\n",&npobj); Jan 15 20:07:30 ... also would have to take out the & Jan 15 20:07:42 that would be a cause of false DEBUG output Jan 15 20:12:12 anyone copy over the PalmDatabase.db3 and have search work but when selecting a contact nothing shows up Jan 15 20:24:15 never heard of anyone trying to do that Robi_ Jan 15 20:24:22 sorry. I suspect it's a GUID problem Jan 15 20:27:36 bb8r Jan 15 20:38:22 also, the networking claims appear to be spurious. once you get palm-emulator to install, you can re-upgrade virtualbox and the 1.3.5 emulator works great Jan 15 20:38:35 and the networking is fine Jan 15 20:38:50 I could be missing something Jan 15 20:40:49 jettero again, talk to lemketron steve.lemke@palm.com we don't know. Ask him. Jan 15 20:41:00 or ask in the forums. Jan 15 20:41:06 but if it works for you, goody!!! Jan 15 20:41:19 yeah, works for me. I'm goign to just roll with it, and if I run into problems assume that's it Jan 15 20:41:31 I don't see any pressing need to investiage further. Jan 15 20:44:09 Rick-work: that's not what was wrong with vbox .. Jan 15 20:44:35 I suspected as much. Jan 15 20:44:37 Rick-work: the issue with updating virtualbox is that the palm tools fail Jan 15 20:44:46 afterwards Jan 15 20:44:59 like the palm-emulator command? Jan 15 20:45:07 I'm just using the sun control panel Jan 15 20:45:11 yeah palm-emulator reset or install etc Jan 15 20:45:15 they are very useful Jan 15 20:45:30 yeah, I can live without that for now Jan 15 20:45:38 I'll just use the virtualbox snapshots Jan 15 20:45:48 which is, I think, why my install got all screwed up when I upgraded Jan 15 20:46:00 at least I know how to fix it Jan 15 20:46:06 sure, you won't be able to install a new virtual machine automagically either if you get a new sdk Jan 15 20:46:21 you may need to downgrade, run the install, upgrade, or just copy in a vdk Jan 15 20:46:40 I'd be ok copying in the vdk if I could find it Jan 15 20:47:01 in fact I think I did find it. I wonder why I did't just try that Jan 15 20:47:20 well you want their xml file too since it has the magic NAT forwarding and video settings Jan 15 20:47:28 which i think palm-emulator sets up Jan 15 20:47:29 egaudet_work: ping! Jan 15 20:48:07 if you use port 5522 on localhost, for instance Jan 15 20:48:18 or the novacom port Jan 15 20:48:36 yeah, if I need to install a new one, I'll probably just downgrade it temporarily Jan 15 20:49:14 I'm interested in virtualbox for more than just the sdk Jan 15 20:49:39 I'm particularly excited by the hardware 3d and 2d stuff Jan 15 20:50:09 I wish 3.0 and 3.1 could live side by side. Jan 15 20:50:25 actually it would be interesting to get hardware 3d running with the emulator Jan 15 20:50:31 indeed Jan 15 20:50:39 if opengl-es is a proper subset of opengl, it may not be that hard Jan 15 20:50:43 waiting patiently for palm seems to be my new hobby Jan 15 20:50:52 yeah, I dunno about that Jan 15 20:51:21 is there anyone here who was having the terminal crashes who can build from svn? Jan 15 20:51:25 I haven't even had time to try out the stuff. Stupid job+school+wife+kids Jan 15 20:51:26 err git Jan 15 20:51:47 I'm having terminal crashes. Is build from git a matter of pulling to my pre and running make? Jan 15 20:52:11 jettero: yeah if you have a build environment there, sure Jan 15 20:52:21 yeah, I have a build env. I even have perl5.10 Jan 15 20:52:25 (not that I think you need it) Jan 15 20:53:01 are there build instructions somewhere? Jan 15 20:53:07 jettero: it's really just "make" Jan 15 20:53:14 okie Jan 15 20:53:20 where is the repo? Jan 15 20:53:36 git://git.webos-internals.org/plugins/termplugin.git Jan 15 20:53:55 pfft. gnome-terminal doesn't think that's a url Jan 15 20:54:15 building Jan 15 20:54:25 the web interface to the repository is here also fyi http://git.webos-internals.org/?p=plugins/termplugin.git Jan 15 20:54:31 dBsooner: pong Jan 15 20:54:49 do I make install? Jan 15 20:54:58 you have to copy by hand and restart luna Jan 15 20:55:11 to /media/cryptofs/apps/usr/lib/BrowserPlugins Jan 15 20:55:38 and check /usr/lib/BrowserPlugins to see if the .so there is a symlink or copy Jan 15 20:55:49 egaudet_work: good news! Jan 15 20:56:09 egaudet_work: AUtomatic screenshot submission to the wiki when you "accept" a patch..... DONE! Jan 15 20:56:27 egaudet_work: What all does this mean you ask? Jan 15 20:56:44 egaudet_work: I can technically make patch submission "admin free". Jan 15 20:56:52 destinal see pm Jan 15 20:56:53 uhh no never Jan 15 20:56:59 hrm, /media/cryptofs/apps/usr/lib/BrowserPlugins doesn't seem right Jan 15 20:57:14 egaudet_work: As there is nothing that rEQUIRES manual intervention. Jan 15 20:57:23 egaudet_work: So admins are just there to ensure patch is clean. Jan 15 20:57:28 uhh yea security Jan 15 20:57:46 jettero: how so? Jan 15 20:57:49 I know.. I was just saying. Jan 15 20:58:06 Technically.. it's all automated if you just verify poatch is clean Jan 15 20:58:10 but it's awesome that we can get rid of all the tedious manual work and just review a patch and get it in Jan 15 20:58:21 well, I stupidly did cp termplugin.so /media/cryptofs/apps/usr/lib/BrowserPlugins without looking first Jan 15 20:58:33 ex post facto, /media/cryptofs/apps/usr/lib/BrowserPlugins was a regular file the same size as termplugin.so Jan 15 20:58:42 I'm fighting huge lag... so I'm having trouble looking around Jan 15 20:59:03 jettero: ah, did you install terminal before or after the 1.3.5 update? Jan 15 20:59:17 after Jan 15 21:00:18 hrm, I hope busybox didn't just crush the BrowserPlugins directory file. Can it do that? Jan 15 21:00:21 chuqui: come here. Jan 15 21:00:22 Is there a gameboy emu in preware? Jan 15 21:01:14 vba Jan 15 21:01:24 destinal: lsof | grep termplug reveals a /usr/lib/BrowserPlugins location Jan 15 21:01:50 I'm a little surprised by that. I did a fresh install (webosdoctor) and then upgraded to 1.3.5, *then* installed preware and termplugin Jan 15 21:02:03 hmmm.. Jan 15 21:02:12 anyway, I suppose I'll copy it there and restart lunasysmgr Jan 15 21:02:20 ? Jan 15 21:02:35 as long as you overwrite it it doesn't matter Jan 15 21:02:46 then restart luna yes Jan 15 21:03:03 jettero: /usr/lib/BrowserPlugins/termplugin.so is where it is loaded from Jan 15 21:03:09 Adora: where did Chuq go? Jan 15 21:04:14 to read my email hopefully :P Jan 15 21:04:19 lol Jan 15 21:04:46 my palm is glowing Jan 15 21:05:21 ? Jan 15 21:05:37 jettero: nevermind the postinst copies it now rather than symlinks Jan 15 21:05:41 jettero: cp $IPKG_OFFLINE_ROOT/usr/lib/BrowserPlugins/termplugin.so /usr/lib/BrowserPlugins/termplugin.so Jan 15 21:05:55 :) Jan 15 21:06:04 yeah, still crashed in the same way Jan 15 21:06:14 first close of term ok, second close crashes lunasysmgr Jan 15 21:06:20 is that the crash you were working on ? Jan 15 21:06:32 ok. do you mind enabling debug, rebuilding, and recopying? Jan 15 21:06:38 not at all Jan 15 21:06:51 but I need a walkthrough I suppose. Jan 15 21:06:56 there's a -NDEBUG at the top of the makefile, pull that out, rebuild, recopy, restart lunasysmgr Jan 15 21:07:10 git clean -dfx? Jan 15 21:07:25 no, no difference in the code you pulled Jan 15 21:07:33 just how you compile it Jan 15 21:07:43 oh, the so depends on the makefile? Jan 15 21:07:48 makes sense Jan 15 21:07:48 yep Jan 15 21:08:00 so with native apps there.. what prevents us from just giving a busybox shell? Jan 15 21:08:06 you can make clean && make if it makes you feel cleaner :) Jan 15 21:08:40 yeah it's just a define used when building and we have some #ifdefs on the debug output Jan 15 21:09:18 and yeah, I'd make clean and then make Jan 15 21:10:01 then once you've copied it in there actually, do a "stop LunaSysMgr; LunaSysMgr 2>&1|grep term: Jan 15 21:10:09 oops Jan 15 21:10:15 I did a regular restart Jan 15 21:10:20 that way you can see the debug, forgot to mention Jan 15 21:10:21 it's stderr Jan 15 21:10:26 ja Jan 15 21:10:39 presumably I can stop it while it's loading... Jan 15 21:10:43 yeah Jan 15 21:12:30 took me a while to realize you have to run LunaSysMgr as root Jan 15 21:12:34 coming online now Jan 15 21:12:38 :) Jan 15 21:12:43 oh, you use a non-root user. quaint. :) Jan 15 21:12:49 haha Jan 15 21:12:53 habit Jan 15 21:13:32 understandable. it's a very good habit to have usually Jan 15 21:14:11 usually Jan 15 21:14:21 in fact, I went through some trouble to get terminal to give me a non root prompt Jan 15 21:14:34 and by trouble I mean fairly insecurely switching users in the root .profile Jan 15 21:14:59 does the developer rom exist anymore? Jan 15 21:15:07 sorry to jump in offtopic Jan 15 21:16:13 doing this through sprint is like doing it in slow motion Jan 15 21:16:20 it must feel like this to talk to the mars rover Jan 15 21:16:27 (crappy coverage area, no wifi) Jan 15 21:17:34 destinal: I did see the end of the run btw. I tee'd it to a file, which I'm trying to pull Jan 15 21:17:42 but if you're interested in something specific... I can shift-up back to it Jan 15 21:20:55 jettero: ok, cool, thanks for confirming, it definitely does die in the same place for you (deallocation) and the pointers look the same as on my test device Jan 15 21:21:03 well the consistency in offset anyway Jan 15 21:21:43 notice it goes into Object_Deallocate that second time and doesn't come out again. Jan 15 21:22:03 I didn't really look. Headachy and swimming in busywork Jan 15 21:22:09 normally I love a puzzle Jan 15 21:22:16 I may source dive that this weekend Jan 15 21:22:26 cool, well the extra datapoints are helpful in my tracking this down Jan 15 21:22:30 at least Jan 15 21:22:42 :) Jan 15 21:22:45 thanks Jan 15 21:22:46 well I did my very small part then Jan 15 21:22:59 I also got a patch in preware. I'm part of the community. Jan 15 21:23:44 ugh, paperwork is on mars too I think Jan 15 21:25:12 seriously. I have a hard time hitting enter on a sudo command without seeing it first. Could you imagine sending commands to a mars rover? Jan 15 21:29:50 i always use root Jan 15 21:29:52 if you are going to make a mistake Jan 15 21:29:56 you'd just do it with sudo Jan 15 21:30:10 also i'm insane Jan 15 21:33:03 sudo isn't to prevent mistakes as much as unauthorized and unwitting access Jan 15 21:33:58 I figure if someone pops open my terminal and starts typing sudo, this gives me the chance to punch them in the teeth quick and take my phone back Jan 15 21:34:10 access denied so to speak Jan 15 21:34:14 oh Jan 15 21:34:16 i was saying on a computer Jan 15 21:34:19 not a pre Jan 15 21:34:19 sorry :D Jan 15 21:34:21 hm Jan 15 21:34:22 k, computer too Jan 15 21:34:23 :) Jan 15 21:34:25 i wonder if destinal is done Jan 15 21:34:38 last I heard he said "data points" ... doesn't sound done Jan 15 21:34:39 destinal said he's making me a special version of terminal Jan 15 21:34:41 that doesn't crash Jan 15 21:34:56 Towzzer: do you really want one that leaks memory instead? Jan 15 21:34:58 right, I just produced a debug log for him. sroll back slightly? Jan 15 21:35:13 destinal, i love you Jan 15 21:35:14 honestly Jan 15 21:35:19 :P Jan 15 21:35:23 it leaks memory? Jan 15 21:35:33 jettero: only if I fix it by hacking out the dealloc Jan 15 21:35:36 restarting lunasys will recover it though, I'm sure Jan 15 21:35:37 but i want to put a glass on one side of your head with a rat in it then heat the other side of the glass up so the rat has to chew through your head to escape Jan 15 21:35:39 which I won't do for an official release Jan 15 21:36:10 well, if it's double deallocing it makes sense to only do it once instead. :p Jan 15 21:36:19 I'm off to home. Work is done. Jan 15 21:49:04 I wonder if Palm is going to give commission for Apps sold through web links? Jan 15 22:08:50 hello gents Jan 15 22:08:52 morning to all Jan 15 22:09:30 hi Jan 15 22:16:06 damn volunteers Jan 15 22:20:09 need for speed is updating Jan 15 22:20:16 good Jan 15 22:20:21 it crashes too much on me Jan 15 22:20:37 must be huge cause its only 50% and its been going for 20 minutes now Jan 15 22:20:44 wifi or EVDO? Jan 15 22:20:58 wifi and I have a speedy connection Jan 15 22:21:11 could be getting slammed Jan 15 22:21:13 although I do have a torrent and streaming video going Jan 15 22:21:24 I bet its the torrent Jan 15 22:21:29 its pulling a good 300 kbs atm Jan 15 22:21:38 heh Jan 15 22:22:16 its star trek online so nothing illegal :D Jan 15 22:22:31 I got my beta key Jan 15 22:22:40 today and I cant wait to play. **** BEGIN LOGGING AT Fri Jan 15 22:39:35 2010 **** BEGIN LOGGING AT Fri Jan 15 22:50:32 2010 Jan 15 22:50:53 lol Jan 15 22:51:17 Rick-work: script? Jan 15 23:01:59 ~nda Jan 15 23:01:59 infobot NDA Jan 15 23:02:10 oh darn, he's gone to sleep again. Jan 15 23:03:52 I'm not allowed to tell you Jan 15 23:03:52 I'm not allowed to tell you Jan 15 23:06:19 Rick-work, I think he was talking about beta star trek... **** ENDING LOGGING AT Sun Jan 17 06:31:16 2010