**** BEGIN LOGGING AT Sun Mar 13 02:59:57 2011 Mar 13 03:00:24 store datetime as integers in sqlite Mar 13 03:00:46 haeffb: I've stored it as integers because, in theory, sqlite should be able to do nifty things with datetime Mar 13 03:00:50 I don't even know where my SDK files are stored on ubuntu Mar 13 03:01:27 however, when I store my time, it gets stored in a format looking like Sat Mar 12 2011 19:00:08 GMT-0800 (PST) where they should look like 2011-03-13 02:51:43 Mar 13 03:02:03 haeffb: that is: I've stored it as datetime Mar 13 03:02:13 global-menus.css Mar 13 03:02:35 .palm-menu.command-menu Mar 13 03:02:37 ah right, thanks for searching for that! Mar 13 03:03:31 actually, how did you know it was there? Mar 13 03:03:36 i just always use .getTime() on my date/time objects and then new Date(varFromSql); Mar 13 03:03:52 from perusing thru all the .css files at one time or another Mar 13 03:04:36 drop the file in eclipse, then filter for "command" Mar 13 03:07:50 thanks for the hints. I would like to have a correct timestamp in the database though Mar 13 03:09:55 why are you storing incorrect timestamps? Mar 13 03:10:50 'sup sugardave. You must have watched the game tonight, since UT got beat like a drum. Mar 13 03:11:02 oh no, I didn't watch it :( Mar 13 03:13:56 sugardave made him mad Mar 13 03:14:19 madNIFICENT! Mar 13 03:14:24 lol Mar 13 03:15:34 sugardave: I don't intend to store them incorrectly. I store the javascript new Date(); object (or the way the date or time widget modifies that) Mar 13 03:15:38 well, I try to do that Mar 13 03:16:00 m4dnificent: and you want epoch time? Mar 13 03:16:07 like unix timestamp? Mar 13 03:16:24 ok, this is annoying my irc client keeps repeating everything :( Mar 13 03:16:33 you are logged in twice Mar 13 03:16:45 I shouldn't be, one of the nicks should be ghosted Mar 13 03:16:53 sigh, brb Mar 13 03:16:54 you are madnificent and m4dnificent Mar 13 03:17:59 "SQLite does not have a storage class set aside for storing dates and/or times." Mar 13 03:18:14 * haeffb has poor timing Mar 13 03:18:21 yeah, I see what the problem is now...he wants it to be an object with methods and shit after he reads it Mar 13 03:18:24 not going to happen Mar 13 03:18:25 "SQLite does not have a storage class set aside for storing dates and/or times." Mar 13 03:18:34 sugardave: no, I don't want it to be an object and shit Mar 13 03:18:39 oh? Mar 13 03:18:42 I want sqlite to compare the dates correctly Mar 13 03:18:47 see, I have a datetime column Mar 13 03:18:58 so, I enter a few dates in there Mar 13 03:19:30 but it inserts the dates I give it differently than the dates it returns when using say datetime('Now','+24 hours') Mar 13 03:19:35 sqlite datetime !== js date object Mar 13 03:20:28 haeffb: yes, fair. However, 2 things: 1) then why does sqlite accept the object and 2) how should I convert the js Date object to something that makes sqlite happy Mar 13 03:20:38 getTime() Mar 13 03:20:41 ? Mar 13 03:20:52 getTime() Mar 13 03:20:53 or .getTime() / 1000 to make it unix timestamp Mar 13 03:21:37 SELECT datetime(1092941466, 'unixepoch'); Mar 13 03:21:45 one of the examples in the datetime docs Mar 13 03:21:48 sqlite is promiscuous, it will accept anything you try to cram in it Mar 13 03:22:00 slutlite ? Mar 13 03:22:21 datetime(myDateObject.getTime()) Mar 13 03:22:24 haeffb: it may be the late hour, but LMAO Mar 13 03:22:37 heh Mar 13 03:22:39 oh, it's definitely the late hour... Mar 13 03:24:26 Anyone else compare bluetooth tethering to wifi tethering yet? i may be imagining it, but it seems less laggy and faster. Mar 13 03:24:53 "Not I," said the cat. Mar 13 03:25:45 Well, to be fair, the wifi tethering i used previously was on a pre-, and now the bluetooth is on a pixi-. Mar 13 03:27:19 love this: "the "unixepoch" modifier only works for dates between 0000-01-01 00:00:00 and 5352-11-01 10:52:47" Mar 13 03:27:33 but with the pre, i was testing it to the outer limits, playing real time games online with my laptop, to find something it wouldnt do, and the difference between the wifi on the pre and the bluetooth on the pixi is like ~75ms on Counter Strike. Mar 13 03:27:35 damn limitations... Mar 13 03:27:36 uh. that'll probably do for now. Mar 13 03:27:45 haeffb: that just won't do, I think you're wrong Mar 13 03:28:01 what if I want to go negative? Mar 13 03:28:11 looking forward to the Y5.352K bug ? Mar 13 03:28:37 yeah, I mean what happens when we need to track accurate time in time machine control apps? Mar 13 03:28:50 i thought it was y2k38 ? Mar 13 03:29:06 we might get up to linux kernal 3.0 by then Mar 13 03:29:09 apparently i DCed. Mar 13 03:29:12 Loudergood: lol Mar 13 03:29:16 sp/kernal/kernel Mar 13 03:29:40 oil: got a frankenPre 2 running? Mar 13 03:29:44 nope Mar 13 03:29:53 have you left Sprint? Mar 13 03:29:56 no Mar 13 03:30:00 still running pre- Mar 13 03:30:06 it's killing you, isn't it? Mar 13 03:30:10 meh. join the party! Mar 13 03:30:13 for some reason nomatter what i try, i can never get evdo on any other device Mar 13 03:31:00 I just activated a pre-, swapped parts, metadoc'd and up and running. Mar 13 03:31:14 but when i activated another pre-, it gets no evdo Mar 13 03:31:22 hrm. Mar 13 03:31:40 talk to Sprint? Mar 13 03:31:41 i've got 2 sitting on my desk, can't activate either Mar 13 03:31:45 meh Mar 13 03:32:29 * haeffb following normmacdonald on twitter now. dude's funny. Mar 13 03:32:57 i need to unfollow some people Mar 13 03:33:16 i keep getting suggested to follow charliesheen Mar 13 03:33:22 some idiots Mar 13 03:33:33 are you using the online activation tool? Mar 13 03:33:40 yeah Mar 13 03:33:50 that's what I did as well. no problems. Mar 13 03:34:00 are your pre-'s clean ESNs? Mar 13 03:34:04 yeah Mar 13 03:34:11 i can make and receive calls Mar 13 03:34:12 but no evdo Mar 13 03:34:18 can't sign into a profile Mar 13 03:34:20 but no EVDO. blah. Mar 13 03:34:23 waste of fucking time Mar 13 03:34:59 I'd take them into Sprint and demand they fix 'em. Never mind that little "warranty sticker" thingy. Mar 13 03:35:10 meh, its not that big of deal Mar 13 03:35:12 just get all irate, maybe they'll fold Mar 13 03:35:19 hi mattsmcnulty Mar 13 03:35:29 hi Mar 13 03:35:32 yeah, my gf did that when she left att Mar 13 03:35:42 * sugardave shuns mattsmcnulty. "No TouchPad yet." Mar 13 03:35:47 they folded over the phone..I was standing here with my jaw on the floor Mar 13 03:36:01 haeffb: but unixepoch doesn't seem to work when doing datetime('Now','unixepoch'); Mar 13 03:36:03 please tell me webos on pcs is the straight up primary os and not some quickly-deleted instant-on dealie Mar 13 03:36:05 sugardave: there's a reason I am working this weekend Mar 13 03:36:09 (no ; ) Mar 13 03:36:14 well, my whole team actually Mar 13 03:36:15 mattsmcnulty: woo Mar 13 03:36:25 mattsmcnulty: so you haven't had a chance to pick up an ipad2 yet ? Mar 13 03:36:27 :P Mar 13 03:36:40 madnificent: no, because 'Now' isn't a timestring in DDDDDDDDDD format Mar 13 03:36:43 mattsmcnulty: I figured it was because you need everyone to do chuqui's job while he's on vacation Mar 13 03:36:48 or however many DDD's there are supposed to be Mar 13 03:36:53 I picked up an ipad2 today in fact Mar 13 03:36:54 * oil isnt sure webos taking over from windows is the best idea Mar 13 03:36:57 iped twos Mar 13 03:37:01 mattsmcnulty: oh yeah? nice! Mar 13 03:37:10 seems like it would be better as some sort of extra layer, letting you do special things, but without killing the main os Mar 13 03:37:17 like, reply to a text Mar 13 03:37:23 hey apple got away with not making windows computers Mar 13 03:37:28 or answer call through pc, but still, you know, be able to run windows computers Mar 13 03:37:42 yeah it'd be perfect for the typical mac user ;) Mar 13 03:37:49 yup, ipad2 is syncing right now. I do love apple products Mar 13 03:37:50 i like my mac :( Mar 13 03:37:55 I have an iphone 4 as well Mar 13 03:37:56 if it's just gonna be a layer on windows it might as well just be windows Mar 13 03:37:59 I said typical Mar 13 03:38:09 just go full on and flood the market with high quality webos desktops Mar 13 03:38:15 mattsmcnulty: i don't like how the ipad still needs to be synched first before you can do anything with it Mar 13 03:38:17 So, Leo doesn't like that the iPad2 is out but the Touchpad is not...? Mar 13 03:38:19 i think that's very lame :( Mar 13 03:38:22 and a nexus s, and a veer, pre 3, etc Mar 13 03:38:26 wintel is for dell Mar 13 03:38:28 honestly if I wasn't so hung up on the trackpoint... Mar 13 03:38:37 haeffb: but it is that functionality with Now that I want to be able to use Mar 13 03:38:38 helps when you can expense like everything as research Mar 13 03:38:42 mattsmcnulty: how's the nexus s? I'm thinking of getting one if sprint announces it at ctia Mar 13 03:38:52 eh, ok if you don't mind android Mar 13 03:38:53 mattsmcnulty: new Date() is always "now" Mar 13 03:38:53 haeffb: otherwise I'd store it as numbers or strings, but then why would the support in the database be good? Mar 13 03:38:56 personally I still hate it Mar 13 03:38:57 I kind of mind >:( Mar 13 03:39:15 hardware is nice. light, but plasticky and kind of cheap-feeling in that way Mar 13 03:39:17 but it's better than the overskinned, incompatible monstrosities that are from not-google Mar 13 03:39:21 sugardave: yes, but datetime('Now','Weekday 0','-7 days') is quite nice :) Mar 13 03:39:23 agreed Mar 13 03:39:38 only reason I got it was because it was unskinned android Mar 13 03:39:44 and I wanted to try out a certain js framework on it Mar 13 03:39:46 * oil must not be in the webos on pc demographic Mar 13 03:39:50 haeffb: thanks for the advice though, it's good to hear that it isn't supposed to 'just work' Mar 13 03:39:52 madnificent: is datetime an sql command or something, I'm failing to catch the nuance Mar 13 03:39:54 madnificent: you store your date objects using datetime(smth.getTime()) so it's stored in sqlite as a datetime object. then datetime('now', '+24hours') to select & such Mar 13 03:40:03 * halfhalo has an epic... hates it Mar 13 03:40:10 datetime(new Date().getTime(), ...) Mar 13 03:40:15 or whatever Mar 13 03:40:22 haeffb: the select doesn't seem to work correctly Mar 13 03:40:37 haeffb: if that is supposed to work that way, then I'll search for it tomorow Mar 13 03:40:47 sugardave: now is, I don't know about the modifiers Mar 13 03:40:50 the 4g phnoes just aren't there yet Mar 13 03:40:59 sugardave: actually, I have serious doubts about the modifiers Mar 13 03:41:13 chipsets aren't integrated, so they require a lot of space, which requires largeness or a big screen to hide everything behind Mar 13 03:41:23 at least LTE Mar 13 03:41:29 word word Mar 13 03:41:33 thanks for the help haeffb and sugardave :) Mar 13 03:41:40 OMG TEH BIG SCREENZ Mar 13 03:41:45 omg teh wrong sized screenz Mar 13 03:41:48 sugardave: http://www.sqlite.org/lang_datefunc.html Mar 13 03:42:06 this just in: godzilla is now attacking japan too Mar 13 03:42:14 mattsmcnulty: really? how much more space could it be than the pre with an RF section, the qualcomm baseband, and an OMAP? it isn't about the same amount of space? Mar 13 03:42:31 haeffb: ah, I see Mar 13 03:42:44 qualcom does not have an integrated LTE/CDMA chipset yet Mar 13 03:42:47 lol at the godzilla trending Mar 13 03:42:49 so you have to have both Mar 13 03:43:11 mattsmcnulty: sure, but the one running LTE could also be your GPP, right? run the UI and whatnot ? Mar 13 03:43:17 I mean seriously - you have to start wondering what could go wrong Mar 13 03:43:18 * haeffb thinks it's a matter of correctly storing the js date object as a sqlite datetime Mar 13 03:43:26 gpp? Mar 13 03:43:32 general purpose processor Mar 13 03:43:42 no, it's the radio, etc Mar 13 03:43:49 the cpu isn't doubled Mar 13 03:43:59 it doesn't do the baseband as well ? Mar 13 03:44:10 then using SELECT with the datetime and modifiers and such Mar 13 03:44:16 in order to have LTE you need a separate chip for that Mar 13 03:44:17 interesting Mar 13 03:44:26 at least at this exact moment Mar 13 03:44:30 it is coming soon Mar 13 03:44:34 sure Mar 13 03:45:03 if gadget blogs knew just a tiny bit of the industry they could go find this out themselves and save themselves all of the "iphone LTE coming this month!" crap Mar 13 03:45:04 * sugardave would use ? substitution in the SELECT and pass new Date().getTime() and the others in the substitution array. Mar 13 03:45:28 * haeffb doesn't like the sound of this for the prospects of seeing webOS on Sprint again "coming soon" Mar 13 03:45:31 but then they couldn't drum up hits when nothing is happening Mar 13 03:45:45 I said not on the market right now Mar 13 03:45:48 not that it can't come soon Mar 13 03:45:54 do you have to support all the bandwidths with LTE or can you support a subset and be considered LTE compatible ? Mar 13 03:45:55 and sprint isn't LTE Mar 13 03:46:00 no idea Mar 13 03:46:08 I am not a radio/hardware guy Mar 13 03:46:17 I'm a billion layers above that Mar 13 03:46:23 one BILLION Mar 13 03:46:31 sprint messed up Mar 13 03:46:32 give or take a few million Mar 13 03:46:34 palm 2 not available on it Mar 13 03:46:38 when they originally had the palm p1 Mar 13 03:46:44 no wonder new hardware takes so long.. Mar 13 03:46:46 now they're fallin off the chain Mar 13 03:46:48 shades: agree Mar 13 03:47:01 met a guy today in the ipad2 line who had a sprint pre for a while .. but switched to a vzw iphone when it came out Mar 13 03:47:05 i have decide who i'm switching to, well the choice is obvious, android or maemo Mar 13 03:47:09 real nice guy Mar 13 03:47:18 fk iphone Mar 13 03:47:22 no keybaord == piece of shit Mar 13 03:47:31 to each their own Mar 13 03:47:43 whoever has the Pre 3 after or shortly after my contract is up, I'm going there Mar 13 03:47:44 i'd like to see a slate webos phone Mar 13 03:47:47 if you want devices from a particular manufacturer on a particular network, call that network Mar 13 03:47:48 i play classical guitar, touchscreens which only register finger PAD not NAIL presses suck in my opinion Mar 13 03:47:51 I'm pretty sure Sprint is not getting it Mar 13 03:47:56 mattsmcnulty: I have Mar 13 03:47:57 i would even go so far as to say borderline discirmination Mar 13 03:48:02 many times Mar 13 03:48:34 they keep calling to ask me to upgrade phones/renew contract and I say "I'm waiting for you to get a new Palm webOS phone" Mar 13 03:48:54 what do they say? Mar 13 03:48:56 when yo usay that Mar 13 03:49:06 I like sprint - their network is nice, from personal experience. Mar 13 03:49:06 unfortunately for me, ATT, Vze and T-mo do not offer service here. Mar 13 03:49:14 Vzw Mar 13 03:49:18 t-mo has pretty bad coverage Mar 13 03:49:28 I didn't think such a place existed Mar 13 03:49:38 i never really had problems Mar 13 03:49:44 shades: they say "Ok, we'll get back to you." Mar 13 03:49:44 idk what the deal is with most people Mar 13 03:49:52 Mar 13 03:49:54 Loudergood: 63552 Mar 13 03:49:57 yeah I don't think there's a tmo tower within 100 miles of here Mar 13 03:50:00 i must seat enough to become a good enough antenna Mar 13 03:50:05 *sweat Mar 13 03:50:11 or somethin Mar 13 03:50:13 g Mar 13 03:50:41 so i thin i'm getting an htc dezire z Mar 13 03:50:43 that zip code will get you on Sprint or US Cellular, but not Verizon, AT&T or T-Mobile. Mar 13 03:50:43 quadband Mar 13 03:50:54 ah us cellular Mar 13 03:50:56 i'll let you know how it fairs over on the 2g bumfukistan networks Mar 13 03:51:06 only two carriers in .af Mar 13 03:51:20 800 and 1900 Mar 13 03:51:45 I can use my unlocked Pre2 on a local GSM carrier but they have "2G data" Mar 13 03:51:49 you're as far out from civilization as I am Mar 13 03:52:15 haeffb: so? Mar 13 03:52:20 although the sales guy tells me they're moving to "4G" sometime in the near future. Mar 13 03:52:22 mattsmcnulty: do you ever care to go down to the hardware level ? Mar 13 03:52:54 I like knowing about the hardware stuff and I have some veto power and am in the room on those decisions, but I am not super into that stuff technically Mar 13 03:53:16 carriers moved to 4g Mar 13 03:53:25 some law was passed in congress redefining what 3g/4g meant Mar 13 03:53:36 mattsmcnulty: I hope you didn't veto the holographic projector Mar 13 03:53:57 needs LCARS theme Mar 13 03:54:02 I did see the 3d screen ala nintendo 3ds like 9 months ago Mar 13 03:54:19 neat but not the most practical thing, imo Mar 13 03:54:35 * halfhalo played with the 3ds at e3 Mar 13 03:54:55 wtf cares about practical? :D Mar 13 03:55:05 yeah it's going to take someone really extraordinarily brilliant to come up with a UI for that that's not just pretty, but useful Mar 13 03:55:20 oh, I can imagine the UI Mar 13 03:55:37 cards are already semi-3d really, how you zoom out, etc Mar 13 03:56:16 i think i am fine with sticking with 2d :( Mar 13 03:56:20 yeah, but I mean something that can't be "simulated" in 2d that's useful Mar 13 03:56:23 I would make it be tied in with some kind of proximity/device detecting system...when you get close to an iPhone/Android you can have it come on and project "Your phone sux!" or something Mar 13 03:56:49 have you guys played with a 3d tv? Mar 13 03:56:51 I have one Mar 13 03:57:04 no, not a tv Mar 13 03:57:06 it is pretty interesting. noticed after a while if someone else walks up to the screen, it can look like they are in the movie Mar 13 03:57:13 you can't do that at th emovies Mar 13 03:57:14 no, I wanted to see a Bravia one, but they closed the sony style store in Austin Mar 13 03:57:21 so theoretically you could do that with a UI on a phone Mar 13 03:57:31 and use prox sensors and cameras to have the UI react Mar 13 03:57:44 this isn't that far out. 2 years maybe? Mar 13 03:57:56 i even like my movies at 24fps :( Mar 13 03:58:00 except for what it would do to the batteries, yes Mar 13 03:58:03 i disable all the interpolation Mar 13 03:58:19 oh yes, batteries need to catch up Mar 13 03:58:30 normmacdonald on a roll tonight. Mar 13 03:58:40 so much tech waiting on batteries now... Mar 13 03:59:11 actually the cool tech that I really want to see now is a solar back for kindle/nook Mar 13 03:59:23 I don't see why it couldn't be done. Mar 13 04:01:13 would be easy, and the kindle requires so little power Mar 13 04:01:33 sometimes I wish I was an EE Mar 13 04:02:08 * haeffb started school as an EE. Got lost and ended up in CE. Mar 13 04:02:41 Mar 13 04:03:10 heh, I started as a meteorologist and ended up in CIS Mar 13 04:07:42 well i started in CIS and ended up a meterologist, guess thats just how things go Mar 13 04:07:50 xD Mar 13 04:08:08 that explains everything Mar 13 04:08:10 lol Mar 13 04:08:12 met majors are crazy Mar 13 04:08:28 meh, college Mar 13 04:08:31 * oil falls asleep Mar 13 04:09:11 as soon as I was surrounded by people who spouted off things like "this reminds me of hurricane joseph in 1947" I knew I was in the wrong field Mar 13 04:09:20 * haeffb considering re-meta-doctoring the frankenPre2 to see if I can get rid of the random luna restarts Mar 13 04:09:20 haha Mar 13 04:09:52 if there were trading cards for the weather channel these people would've had them Mar 13 04:10:13 oops wrong channel Mar 13 04:30:02 just thought i should mention i found someone selling a really cheap palm pre 2 Mar 13 04:30:20 i bought it but havent had a chance to play around with it yet Mar 13 04:31:34 its on rogers wireless, running 2.0.1 Mar 13 04:51:22 hello people Mar 13 04:51:28 howdy everyone Mar 13 04:51:48 hay tibfib! Mar 13 04:51:58 hey PatrickC_Pre Mar 13 04:52:03 how's it goin? Mar 13 04:52:52 "Sorry, Photobucket Mobile doesn't support your phone" Mar 13 04:52:55 :'( Mar 13 04:57:19 going good! Mar 13 04:57:25 PatrickC_Pre: you? Mar 13 04:57:33 goin good Mar 13 04:57:45 just finished preparing a sermon Mar 13 04:57:47 :) Mar 13 04:58:02 sermon? Mar 13 04:58:21 I'm surrendered to be a Pastor, and I preach to our bus teens Mar 13 04:59:34 ah Mar 13 05:00:05 yep Mar 13 05:01:45 an app I have, the icon disappeared... but the name is still there.. and I can still click on it Mar 13 05:02:45 how's it been oil? and what Preware file should I look in to find that code? Mar 13 05:02:56 * oil is not going to tell you Mar 13 05:03:22 why not? lol Mar 13 05:03:56 because? Mar 13 05:04:14 to be able to implement it means you should be able to find it in the first place Mar 13 05:04:16 its not like its hidden Mar 13 05:04:53 I looked in all the obvious files.. lol (well, what I thought was obvious) Mar 13 05:05:06 * halfhalo found it Mar 13 05:05:22 you should be able to think "the popup is here, thats here in the code, that references this, and there it is" Mar 13 05:05:49 popup? Mar 13 05:06:03 I don't need a popup.. or I'm confused lol Mar 13 05:06:15 obviously :) Mar 13 05:06:22 lol Mar 13 05:07:05 set your clocks forward 1 hr :) Mar 13 05:07:14 its only 9pm Mar 13 05:07:23 yeah weirdo Mar 13 05:07:29 GET WITH THE TIMES MAN Mar 13 05:07:34 oh crap, is it time to spring ahead already ? Mar 13 05:07:37 * Tibfib is staying up to time travel Mar 13 05:07:48 doesnt it not happen until like 4 in the morning anyways? Mar 13 05:07:55 I thought it was at midnight? Mar 13 05:08:00 2am Mar 13 05:08:04 DANGIT Mar 13 05:08:05 2? Mar 13 05:08:09 yep Mar 13 05:08:19 yeah, at 2 you skip to 3 Mar 13 05:08:19 * Tibfib isn't going to stay up to time travel Mar 13 05:08:30 and its 11:06 by me oil :p Mar 13 05:08:40 I'm in your future Mar 13 05:08:53 I am the maker of my own future Mar 13 05:08:58 we're doomed Mar 13 05:09:15 but rod is in my future Mar 13 05:09:21 and yours Mar 13 05:09:35 no, he's on his way to sf Mar 13 05:09:50 what's goin on there? Mar 13 05:09:51 yup Mar 13 05:09:54 stuff Mar 13 05:09:56 idk, some business thing Mar 13 05:10:08 sounds like fun :p Mar 13 05:10:29 * PatrickC_Pre wishes he could figure out what's up with this app icon Mar 13 05:14:21 I think I'm going to have to steal my dad's bose quietcomfort3 headphones Mar 13 05:14:28 ugg Mar 13 05:14:33 BOSE!!! Mar 13 05:14:42 halfhalo: blah blah Mar 13 05:14:49 get JLabs Mar 13 05:14:53 * halfhalo hearts his shures Mar 13 05:15:05 they r cheap and they work great! lol Mar 13 05:15:19 * halfhalo has never heard of jlabs so he automagically assumes its crap Mar 13 05:15:39 well, they are cheap, jlabaudio.com I believe Mar 13 05:15:42 * Tibfib is probably going to get klipsch s4 or something Mar 13 05:16:07 for like $20 you get noise isolating with remote and mic Mar 13 05:16:14 * halfhalo should point out his shures cost around 400 Mar 13 05:16:24 really want to try some klipsch, shure, and sennheiser Mar 13 05:16:33 * PatrickC_Pre doesn't have that kind of money Mar 13 05:16:38 torchie!!! hay Mar 13 05:16:43 sup Mar 13 05:16:47 I got my first high end pair of in ears a few months ago Mar 13 05:16:48 how's it goin? Mar 13 05:16:59 been aight Mar 13 05:17:03 * halfhalo drops cash on earbuds, sunglasses, flipflops, and watches Mar 13 05:17:11 I like JLabs and I'm stickin with them Mar 13 05:17:17 my hearing isn't good enough for all that fancy stuff Mar 13 05:17:21 these are the ones I'm probably getting: http://www.amazon.com/Klipsch-IMAGE-S4-Noise-Isolating-Headphones/dp/B001V9LPT4/ref=cm_cr_pr_product_top Mar 13 05:17:28 I have panasonic zirconia Mar 13 05:17:42 their warranty program is amazing lol Mar 13 05:17:46 actually, probably these: http://www.amazon.com/Klipsch-S4i-Premium-Noise-Isolating-3-Button/dp/B00264GYMG/ref=pd_cp_e_1 Mar 13 05:17:47 not sure if my hearing is good enough or if I even have the right audiophile-y equipment and blah blah but Mar 13 05:17:48 my word Mar 13 05:17:49 I like the buttons Mar 13 05:18:01 the panasonics are built like tanks and sound great Mar 13 05:18:04 good enough! Mar 13 05:18:10 * halfhalo refuses to warrenty repair anything less than 60 bucks Mar 13 05:18:27 its free Mar 13 05:18:34 man Mar 13 05:18:35 repair? Mar 13 05:18:35 free shipping, free buds Mar 13 05:18:39 how about don't break Mar 13 05:18:40 not in regards to time Mar 13 05:18:48 "they stopped working, here's another pair" Mar 13 05:18:59 you're in the middle of the battlefield Mar 13 05:19:07 you will die in 5 minutes no questions asked Mar 13 05:19:09 and all you want to do Mar 13 05:19:16 before you go out Mar 13 05:19:20 is listen to the black eyed peas. Mar 13 05:19:39 these are the ones I *have* Mar 13 05:19:40 headphones gotta work then Mar 13 05:19:41 http://www.amazon.com/gp/aw/d/B002RWJDB6/ref=mp_s_a_1?qid=1299993362&sr=8-1 Mar 13 05:19:56 uggg Mar 13 05:20:04 anything under 50 is crap Mar 13 05:20:07 what??? Mar 13 05:20:13 they are nice and they work Mar 13 05:20:20 for not a lot of money Mar 13 05:20:23 I dunno I kind of liked JVC marshmallow Mar 13 05:20:29 the Pre2 is under 50 Mar 13 05:20:34 is it crap??? Mar 13 05:20:36 and I have a guilty pleasure for those goddamned skullcandy ink'd Mar 13 05:20:38 "nice" as is better than ipods default but not vs real headphones Mar 13 05:20:46 http://www.amazon.com/Panasonic-RP-HJE900-K-Zirconia-Earbud-Headphones/dp/B002R1MDQY Mar 13 05:20:49 <3 Mar 13 05:21:03 patrickC i bought a pre2 from a guy off contract Mar 13 05:21:05 they were apparently 250 initially but they were $90 when I bought em Mar 13 05:21:10 price went way the hell up huh Mar 13 05:21:12 how do i jailbreak haha Mar 13 05:21:26 the wiki :) Mar 13 05:21:34 can you link me :) Mar 13 05:21:51 http://www.amazon.com/Shure-SE535-CL-High-Definition-MicroDriver-Detachable/dp/B003NSBKSW/ref=sr_1_14?s=electronics&ie=UTF8&qid=1299993543&sr=1-14 have the earlier version of these Mar 13 05:21:54 you dont jailbreak webos devices Mar 13 05:21:58 yep Mar 13 05:22:02 things are not locked down like iProducts Mar 13 05:22:09 jailbreaking is for apples and androids Mar 13 05:22:15 Apples to Androids™ Mar 13 05:22:18 i love it already Mar 13 05:22:26 the game of corporate lock down prevention! Mar 13 05:22:31 type the konami code Mar 13 05:22:40 upupdowndownleftrightleftrightbastart Mar 13 05:22:45 then run the dev mode enabler, and turn it on Mar 13 05:22:47 KO Mar 13 05:22:50 or webos20090606 Mar 13 05:23:00 meh, webos20090606 is not as cool Mar 13 05:23:03 halfhalo: too expensive :) Mar 13 05:23:11 not for me! Mar 13 05:23:16 spoiled brat Mar 13 05:23:19 just kidding :) Mar 13 05:23:22 how does one do arrow keys on here Mar 13 05:23:22 * halfhalo has yob Mar 13 05:23:22 I feel bad though Mar 13 05:23:33 jmnx12: type up.... Mar 13 05:23:35 listening to 320 mp3s through itunes on a 13" macbook lol Mar 13 05:23:39 literally Mar 13 05:23:42 wanna see what discretes sound like Mar 13 05:23:48 halfhalo: just messing with you, if I had the money, I would get them too Mar 13 05:24:00 http://developer.palm.com/appredirect/?packageid=org.preware.docs&applicationid=5582 Mar 13 05:24:30 * halfhalo has the OG xfi top of the line model in his desktop Mar 13 05:24:37 jmnx12: i meant, actually type in upupdowndownleftrightleftrightbastart Mar 13 05:24:44 un the "just type" area Mar 13 05:24:45 i got it oil thanks Mar 13 05:24:52 turned on! Mar 13 05:24:58 2.1.0 is downloading Mar 13 05:25:00 yes i am Mar 13 05:25:03 wait, what? Mar 13 05:25:10 then you're gonna want to get quick install or something to install preware Mar 13 05:25:19 what do you guys think about the audio output on the pre minus? Mar 13 05:25:27 crap Mar 13 05:25:38 * halfhalo has zunes for music Mar 13 05:25:38 I thought it was alright Mar 13 05:25:44 i like it :( Mar 13 05:25:48 * sugardave is no audiophile. Mar 13 05:25:49 I gotta listen to a zune someday Mar 13 05:25:56 jmnx12: just download http://developer.palm.com/appredirect/?packageid=org.preware.docs&applicationid=5582 and it tells you how to do everything :) Mar 13 05:25:58 people always cream about the DACs in them Mar 13 05:26:14 Thanks! patrick Mar 13 05:26:21 np Mar 13 05:26:22 kind of hype for sprint nexus S Mar 13 05:26:25 wolfsooooooooonnnn Mar 13 05:26:32 well the touchpad has dr dre inside right? Mar 13 05:26:41 dr dre knows a thing or 2 about the musics Mar 13 05:26:43 I'm not hype for anything sprint unless it is Palm related :p Mar 13 05:26:45 itl be the most gangsta device i've ever owned Mar 13 05:26:46 beats should patch it all up Mar 13 05:26:53 * halfhalo hearts his zune hd and zune pass Mar 13 05:27:09 * PatrickC_Pre hearts is iPod Nano 5Gen Mar 13 05:27:21 I'd love to get hype for something new and palm related on sprint Mar 13 05:27:22 if it existed Mar 13 05:27:56 well, I'm sticking with my Pixi till they get something new, or I *make* something new :) Mar 13 05:28:13 how the hell would you make something new Mar 13 05:29:06 can anyone point me in the direction of itunes syncing software (other than "The missing sync") Mar 13 05:29:17 listen man Mar 13 05:29:18 t Mar 13 05:29:20 this is how you make new shit Mar 13 05:29:24 you just go into the palm factory Mar 13 05:29:27 and bim bam boom Mar 13 05:29:29 jesus phone Mar 13 05:29:42 aka pre 3? Mar 13 05:29:54 pre 3, too much keyboard Mar 13 05:29:59 not enough release date Mar 13 05:30:00 * torchie ducks. Mar 13 05:30:40 hoping they have a soft keyboard option for pre 3 Mar 13 05:30:53 i already am not greatly enjoying the pre2 keyboard Mar 13 05:30:58 there is a soft kb option for the Pre+/- Pre2 Mar 13 05:31:11 :) Mar 13 05:31:13 OMG i'm such a noob haha Mar 13 05:31:18 * oil waits for them to make the "global" from earth final conflict Mar 13 05:31:36 i'm switching away from apple and ios its going to be a rough month Mar 13 05:31:44 phils rollable screen he always shows off will go toward that Mar 13 05:31:54 the hardest part is giving up skype Mar 13 05:31:59 jmnx12: download that app I send you the link to Mar 13 05:32:06 and like Mar 13 05:32:09 games from major publishers Mar 13 05:32:26 patrickc: i will, just updating to 2.1 now Mar 13 05:32:28 i heard iphone has phoenix wright :( Mar 13 05:33:36 iPhone is getting final fantasy tactics :'( Mar 13 05:33:43 DUNDUN Mar 13 05:33:46 WTF Mar 13 05:33:50 I'm probably going to get a iPod touch just for htat Mar 13 05:33:52 that* Mar 13 05:34:05 oh man Mar 13 05:34:05 * halfhalo has an ipod touch somewhere Mar 13 05:34:07 shit makes me cry Mar 13 05:34:14 iOS is getting major support from the guys in japan Mar 13 05:34:15 like Mar 13 05:34:17 they have dodonpachi Mar 13 05:34:20 friggin cave games!? Mar 13 05:34:22 CAVE!? Mar 13 05:34:48 sorry Mar 13 05:34:56 MS kicked in and turned of wifi Mar 13 05:35:20 but anyway, that app will tell you everything you need to know Mar 13 05:35:29 what did I miss? :) Mar 13 05:35:36 http://www.youtube.com/watch?v=1308xZUffxc Mar 13 05:35:39 you have multiple sclerosis? Mar 13 05:36:03 what oil? lol Mar 13 05:36:22 LOL Mar 13 05:36:28 PatrickC_Pre> MS kicked in and turned of wifi Mar 13 05:36:39 it happens Mar 13 05:36:41 haha Mar 13 05:37:05 yes it did :p Mar 13 05:37:52 that 2.1 install is certainly taking its time Mar 13 05:37:59 lol Mar 13 05:38:10 2.1 adds what, exhibition? Mar 13 05:38:12 doctor or OTA? Mar 13 05:38:14 you got a touchstone? Mar 13 05:38:14 yea Mar 13 05:38:15 TEXT MESSAGE BACKUP Mar 13 05:38:20 the world's greatest feature Mar 13 05:38:22 that too.. Mar 13 05:38:44 it is a new phone, its OTA update via wifi though so should have been quicker to download Mar 13 05:38:48 no touchstone Mar 13 05:38:55 gotta get one Mar 13 05:38:57 I added webos-internals.org to my just type quick search Mar 13 05:39:00 they're sexy Mar 13 05:39:06 Touchstone is a must Mar 13 05:39:08 you want a cookie? Mar 13 05:39:16 * PatrickC_Pre raises hand Mar 13 05:39:17 * oil has 2 Mar 13 05:39:22 halfhalo is rich, has like 12 Mar 13 05:39:29 5 Mar 13 05:39:36 hundred Mar 13 05:39:39 are the touchstones really that cool, i get the whole wireless charging thing but does anyone sync media Mar 13 05:39:43 used to have 4, but stole one from adora Mar 13 05:39:44 I have 1 my dad has 2 Mar 13 05:40:06 lol Mar 13 05:40:11 * oil doesnt sync Mar 13 05:40:16 jmnx12: they will Mar 13 05:40:22 *someday* Mar 13 05:40:24 can you sync media using the touchstone? Mar 13 05:40:28 no Mar 13 05:40:36 * PatrickC_Pre over a rainbow Mar 13 05:40:48 there is no data connection when its on the ts Mar 13 05:40:50 just sends power Mar 13 05:40:53 I didn't think so Mar 13 05:40:59 you can transfer stuff with them using new hardware that's not released :p Mar 13 05:41:02 I've just got one ts Mar 13 05:41:06 * halfhalo whistles Mar 13 05:41:20 * PatrickC_Pre halfhalo should share... :p Mar 13 05:41:35 * oil thinks PatrickC_Pre sucks at /me Mar 13 05:41:36 no Mar 13 05:41:39 so how would one transfer say,podcasts from…. iTunes to this nifty new pre2 Mar 13 05:41:59 there's this fascinating thing where the pre2 acts like a usb drive Mar 13 05:42:08 >.> Mar 13 05:42:10 * halfhalo wonders if he will ever see people who got ithem from scale in the channel Mar 13 05:42:17 no, but seriously, just copy the files over Mar 13 05:42:25 drpodder Mar 13 05:42:31 or that Mar 13 05:42:39 so bash scripting lol Mar 13 05:42:49 or drag and drop Mar 13 05:43:07 id rather script since it willl be plugged in nightly Mar 13 05:43:16 I mean, certainly could script Mar 13 05:43:50 * summatusmentis set up ampache, so no syncing is needed, just streaming all my music Mar 13 05:44:07 lag between songs? Mar 13 05:44:57 very little, if any Mar 13 05:44:59 over EVDO Mar 13 05:45:20 can't host from my university network Mar 13 05:45:21 on the campus wireless, it's laggy, but campus wireless sucks hard Mar 13 05:45:26 rogers 3g in canada here is pretty good i must say so that option might be viable Mar 13 05:45:27 :( Mar 13 05:45:30 ah, see, I'm living off campus Mar 13 05:45:41 * PatrickC_Pre needs to go to bed soon Mar 13 05:45:43 moving off campus for summer on Mar 13 05:45:43 jmnx12: bear in mind you have to run an ampache server for that stuff Mar 13 05:45:44 don't know if like Mar 13 05:45:45 like Mar 13 05:45:50 I get a kitchen and stuff Mar 13 05:45:56 but the best thing orlando near ucf... Mar 13 05:45:58 ...is ucf Mar 13 05:46:18 summatusmentis: running any server is no prob, i'm a noob to webos not life haha Mar 13 05:46:22 and soon I'll have to walk ALL THE WAY ACROSS THE STREET to get to it Mar 13 05:46:46 jmnx12: I'm just making sure you know the parts of ampache, that's all. You mentioned iTunes earlier, I didn't know how tied to that you were Mar 13 05:49:02 * PatrickC_Pre is looking into ampache Mar 13 05:49:30 summatusmentis: well i bought an iphone 3g when it was released and have been using ios since… so its going to suck for the first little bit Mar 13 05:49:30 dangit Mar 13 05:49:36 anyone have a 1.4.5 device? Mar 13 05:49:45 also, looks like 2.1 changes the logo from palm to hp haha Mar 13 05:49:49 and willing to quickly test something? Mar 13 05:50:04 tibfib I do Mar 13 05:50:07 and I can Mar 13 05:50:20 k, sending you an email Mar 13 05:50:21 thanks! Mar 13 05:50:25 np Mar 13 05:50:32 its a pixi Mar 13 05:52:30 okay, third requirement, also have a twitter account Mar 13 05:52:36 anyone? Mar 13 05:52:42 Tibfib: Mar 13 05:52:44 yes Mar 13 05:52:49 1.4.5 Sprint Pre Mar 13 05:52:54 dkirker: thank you! sending an email Mar 13 05:52:57 ok Mar 13 05:53:34 dkirker: I still haven't figured it out *yet* Mar 13 05:53:47 haha, ok Mar 13 05:54:14 I really want to figure it out :p Mar 13 05:55:21 dkirker: ok sent, basically, the compose page should NOT have a note icon. So NOT like this: http://twitpic.com/48x9cy Mar 13 05:55:50 any idea how to get mobileme contacts on pre2? Mar 13 05:56:02 do they support Exchange syncing? Mar 13 05:56:05 google? Mar 13 05:56:08 dkirker: that's all I need to know :) Mar 13 05:56:13 sync mobileme to google then sync pre to google? Mar 13 05:56:21 ahhhhh Mar 13 05:56:28 google contact sucks so bad Mar 13 05:56:37 Tibfib: Ok, let me start the laundry really quickly Mar 13 05:56:40 k Mar 13 05:56:43 contacts* will remove all custom fields Mar 13 05:56:43 jmnx12: why? Mar 13 05:57:20 not a fan of redoing all my contacts Mar 13 05:57:37 export contacts then import to google? Mar 13 05:57:52 still gets rid of custom fields Mar 13 05:57:58 at least in vcf format Mar 13 05:58:18 well.... idk of any other way Mar 13 05:58:25 cya guys Mar 13 05:58:29 time for bed Mar 13 05:58:37 * PatrickC_Pre waves bye to all Mar 13 05:58:56 Thanks for your help! Mar 13 05:59:01 np Mar 13 05:59:06 did you download that app? Mar 13 05:59:21 not yet but i will very soon i enabled dev mode Mar 13 05:59:30 ok Mar 13 06:00:03 have fun with your new *more* open webOS device :) Mar 13 06:00:16 hahah will do have a good one! Mar 13 06:00:23 you too Mar 13 06:00:27 night all Mar 13 06:00:33 goodnight Mar 13 06:03:32 Tibfib: I do not see the music note icon. Mar 13 06:03:38 perfect! Mar 13 06:03:47 thank you! Mar 13 06:04:13 you're welcome! Mar 13 06:07:57 Tibfib: I'm tapping songs and nothing's happening :( Mar 13 06:08:14 torchie: what's up? Mar 13 06:08:27 err, can you give me more details? Mar 13 06:08:37 in koto when I navigate to songs and tap something it gets highlighted and then nothing happens Mar 13 06:08:48 the "songs" list? Mar 13 06:08:51 it knows I pressed it but doesn't do anything otherwise I suppose Mar 13 06:08:51 yeah Mar 13 06:08:56 what v? Mar 13 06:08:58 but when I select a song from the just type menu it works Mar 13 06:09:25 oh, I know the issue Mar 13 06:09:28 I fixed it in 0.6.0 Mar 13 06:09:37 ... which hasn't been approved yet Mar 13 06:09:41 oic. Mar 13 06:09:50 torchie: want the ipk? Mar 13 06:09:56 0.5.6 right now Mar 13 06:10:06 it's cool it's cool Mar 13 06:10:33 I get jittery with ipk installs of catalog apps Mar 13 06:11:00 hah, why? Mar 13 06:11:09 * torchie shrug Mar 13 06:11:24 it doesn't do anything Mar 13 06:12:09 bad Mar 13 06:27:11 the app catalog is being a jerk Mar 13 06:27:37 telling me my credit card info is fraudulent :-s Mar 13 07:08:55 sugardave: ping Mar 13 07:28:16 nvmm Mar 13 07:28:19 goodnight all Mar 13 10:56:42 howdy Mar 13 10:58:38 alot of u boys have no clue who i am, but have coding webos from the beginnig Mar 13 10:59:09 guess i've seen you around Mar 13 10:59:53 joetweeply1: i seen u forsure Mar 13 11:00:32 been away for like 6 months Mar 13 11:01:17 where you been? Mar 13 11:01:45 was in mexico, now back in san diego Mar 13 11:02:53 was in mx for like 4 months + Mar 13 11:05:06 very excited to see what HP does for Palm Mar 13 11:05:27 cool Mar 13 11:05:30 at the end it will be called HP Mar 13 11:05:49 yeah seems so that they are rebranding Mar 13 11:07:07 the ex-ceo I called it very early but he was gonna be fired Mar 13 11:08:01 you mean ruby or hurd? Mar 13 11:08:09 hurd Mar 13 11:09:03 yeah .. and apotheker seemed like a risk at first... time will tell if he was a good decision Mar 13 11:09:05 i called it,he was gonna be fired Mar 13 11:09:46 because of new management or because of the stories around him? Mar 13 11:11:28 bro when he made a detail that palm was not phones no more I knew he was an idiot Mar 13 11:12:19 look up the feed and u find it Mar 13 11:17:08 smartpones are the future Mar 13 11:17:56 what about tablets? Mar 13 11:21:26 in my opinion the tablet is a bit late, but HP they are good Mar 13 11:23:31 no one every thought that the iPad would be briant Mar 13 11:25:19 Honestly thought it would not work Mar 13 11:25:40 well that's the magic secret ingredient of apple i guess Mar 13 11:26:01 But at the end the iPod was brilliant Mar 13 11:27:30 Just look at what apple sells Mar 13 11:29:56 apple at least knows how to treat developers right Mar 13 11:31:22 joetweeply1: i know the history of apple very well Mar 13 11:33:40 where did the dude that gave freebsd its base come from Mar 13 11:36:07 joetweeply1: so u know the founder of FreeBSD was hired buy apple Mar 13 11:37:05 If u think I am fool of shit Mar 13 11:37:06 well that has nothing to do with their current products Mar 13 11:38:53 joetweeply1: you don't know a thing about XNU/Mach, don't you? Mar 13 11:39:54 if i don't know it i probably don't care Mar 13 11:41:39 http://www.queasyweasel.com/jkh/ Mar 13 12:00:54 at the end i not care but i know most than more people will know Mar 13 13:33:52 haeffb: about the storing: yes, I think so to. I need to find a way to correctly store the date as a datetime object. I'm looking into the how now :) Mar 13 13:46:42 madnificent: use getTime() /1000 to get the seconds in unix epoch time Mar 13 13:46:48 store that with datetime() Mar 13 13:50:24 haeffb: that seems to work, how do I create a javascript Date object from a datetime field in the database? Mar 13 13:50:47 good question... :) Mar 13 13:52:40 what are you getting out of the datetime field? Mar 13 13:54:49 haeffb: I'm looking at what I can do with it right now Mar 13 13:55:02 are you storing as TEXT, REAL or INTEGER? Mar 13 13:55:10 there are formatters of the datimetime field Mar 13 13:55:14 haeffb: as DATETIME Mar 13 14:01:55 google found this example for me..l.maybe it'll help SELECT strftime("%m/%d/%Y %H:%M:%S", t1.Time) AS START_TIME. You then have to call new Date(rows.fieldByName('START_TIME')) Mar 13 14:05:24 and here's an argument for avoiding datetime altogether Mar 13 14:05:27 http://billauer.co.il/blog/2009/03/mysql-datetime-epoch-unix-time/ Mar 13 14:05:54 haeffb: thanks, still doing some basic understandig work here, I'll get to your comments soon Mar 13 14:07:15 haeffb: I think I got it to work acceptably well Mar 13 14:07:29 s/acceptably/reasonably/ Mar 13 14:09:19 haeffb: insert the dates the way you do "INSERT INTO foo VALUES myDate = datetime( ? , 'unixepoch' );", [ datetimeOrNull ] Mar 13 14:09:57 dateTimeOrNull should be like (new Date()).getTime() / 1000 Mar 13 14:09:59 as you said Mar 13 14:10:33 the result from the database can apparently be read by new Date( result ); it works just fine (unless the value was null, clearly) Mar 13 14:10:42 cool Mar 13 14:11:05 * madnificent starts toying with this to ensure that sqlite actually understood the dates correctly, bbs Mar 13 14:13:27 that seems to work just fine Mar 13 14:32:48 app catalog keeps telling me my credit card information is fraudulent when trying to setup my account :S Mar 13 14:45:35 jmnx121: is it? Mar 13 14:46:01 jmnx121: probably best to mail palm or ask in the developer forum, at least that'd be my guess (perhaps someone answers though) Mar 13 14:46:31 thanks, i'm doing a chat session with them right now Mar 13 14:47:37 * madnificent didn't know they had such a feature Mar 13 14:49:19 yeah it is using logmein rescue… i'm sure they paid an arm and a leg for that Mar 13 15:56:27 how would I go on to load a stylesheet only for a specific scene? Mar 13 15:59:19 I can do it differently, thanks :) Mar 13 15:59:33 I'm still curious though, couldn't find it on developer.palm.com Mar 13 16:51:13 hi Mar 13 16:52:23 hello MetaView Mar 13 16:58:24 hihi Mar 13 16:59:31 r134fwr Mar 13 16:59:48 yeah Mar 13 17:00:10 r134fwr ? Mar 13 17:00:21 br549 Mar 13 17:02:34 MetaView: it's a cheat-code, enter it in your pre Mar 13 17:02:40 only works on the pre3 though Mar 13 17:03:10 yes, and only on full-moon Mar 13 17:03:32 if the pre3 ever reaches us... Mar 13 17:03:57 oh, is it for an extra real life? Mar 13 17:05:01 sugardave: YES Mar 13 17:05:04 no wait NO! Mar 13 17:05:10 I don't want you to jump out of a window to try it out Mar 13 17:05:13 dammit Mar 13 17:10:08 howdy folks Mar 13 17:12:53 having a few early drinks Mar 13 17:13:38 hi LoneStar99 Mar 13 17:13:51 hi sugardave Mar 13 17:14:18 finally back in the states Mar 13 17:14:43 sweet...I'm heading for Colombia next week :) Mar 13 17:17:00 nice columbia is nice i hear Mar 13 17:17:30 my cousin wants me to go to panama like soon Mar 13 17:17:46 but not sure about all that Mar 13 17:18:01 need to find my place back in san diego Mar 13 17:19:13 need to code some webos again soon Mar 13 17:19:26 have not like in 5 months Mar 13 17:19:48 now with s m l Mar 13 17:28:05 LoneStar99: start transitioning away from mojo, the new stuff is coming Mar 13 17:31:54 twitter is awesome Mar 13 17:31:55 sugardave: really so no more mojo? Mar 13 17:33:53 sugardave: so i guess will start from scratch? Mar 13 17:36:05 LoneStar99: personally, I wouldn't start a new app with Mojo Mar 13 17:36:58 LoneStar99: look into Enyo...get in the early access program Mar 13 17:37:17 I still write my apps in Mojo Mar 13 17:37:30 LoneStar99: definitely don't start new apps with Mojo unless you're releasing them yesterday Mar 13 17:37:48 I still write new apps in Mojo Mar 13 17:38:00 because I want to release them, now Mar 13 17:38:04 right Mar 13 17:38:16 and not in summer? only for tablets? Mar 13 17:38:31 when will Enyo come to the smartphones? Mar 13 17:38:51 MetaView: Enyo will come to phones, too....the question is how long after the tablet will it happen? Mar 13 17:39:07 right, exactly Mar 13 17:39:28 and how much tablets are sold in the beginning... who knows yet Mar 13 17:39:59 Mojo will probably stay in the OS at least until 2012 Mar 13 17:40:26 but, then PCs in 2012, etc....so Mojo might still have a place until late this year, but I don't have an immediate awesome project to release, so I will learn and play :) Mar 13 17:40:36 and after it you could still put it into your app, but at the moment I can't see how HP/Palm will cut off 5000 apps written in Mojo Mar 13 17:40:39 damn, MetaView GET OUT OF MY HEAD Mar 13 17:40:50 no way! Mar 13 17:41:55 it seems the background refresh in Spaz works again, magic Mar 13 17:42:11 neat Mar 13 17:43:40 ok, bbl, dinner time Mar 13 17:44:52 sugardave: what is a good link for the new programming? --> Mar 13 17:45:09 MetaView: will greatly depend on the amount of apps they have by then... if they have an app catalog of 25000 apps, then they might remove them... Mar 13 17:47:44 LoneStar99: it's all under NDA, so you need to join the enyo early access program and get access to the forum Mar 13 17:55:40 sugardave: i have access to that but just trying to rethink concepts, so should i start with new code or mojo code Mar 13 17:56:33 if you want to learn conceptual enyo, the best way is to convert a mojo app to enyo Mar 13 17:59:16 sugardave: so just start now? Mar 13 18:01:19 sugardave: meaning like should I start porting my app to enyo now or should I wait Mar 13 18:03:48 LoneStar99: mojo apps are supposed to run on webOS 3.0 when the tablet hits, so I wouldn't be stressed about it, but if you want to start learning enyo, that's how I would do it Mar 13 18:04:05 practice makes perfect Mar 13 18:05:50 sugardave: i will learn enyo Mar 13 18:06:46 no point of building on legancy code Mar 13 18:09:48 LoneStar99: just keep in mind that Enyo apps will only run on the TouchPad and then eventually all webOS devices Mar 13 18:09:52 sure, no guarantees have been made about which devices will run Enyo. Mar 13 18:09:59 so your audience will be limited at first Mar 13 18:10:03 and when Mar 13 18:25:43 hello Mar 13 18:26:50 * PatrickC_Pre wishes Palm made allowed changing the default app official Mar 13 18:46:30 * leiru takes screenshots of the actual package Mar 13 18:46:34 *boring* Mar 13 18:47:02 first two apps everything was much more exciting :) Mar 13 18:48:03 what App are you working on? Mar 13 18:51:04 leiru: did you apply for a dev device? Mar 13 19:18:29 sugardave: ok will build it on Enyo Mar 13 19:18:38 rwhitby how was the trip? Mar 13 19:19:22 hello hotdp Mar 13 19:21:51 hay all Mar 13 19:22:47 sup Mar 13 19:34:02 hotdp: still in the air Mar 13 19:34:20 heading east over the US Mar 13 19:35:17 they still have that? Mar 13 19:35:19 :p Mar 13 19:38:39 I used it about two weeks ago, it was better than I expected Mar 13 19:38:47 only a few 1000ms of latency Mar 13 19:59:26 Will code Enyo, but it is like javascript? Mar 13 20:09:41 luna restart Mar 13 20:13:00 ... Mar 13 20:15:02 anything new about webos 2.x on the pixi? Mar 13 20:19:04 my timestamp length in sqlite is 13 digits, due to which I am not able to work with builtin time function, is there a way to force a 10 digit timestamp length Mar 13 20:25:16 divide by 1000 ? Mar 13 20:32:33 http://www.flixxy.com/v8-supercar-motor-racing-tilt-shift-photography.htm Mar 13 20:32:35 awesome! Mar 13 20:32:37 looks like toys! Mar 13 20:34:24 ATT sucks Mar 13 20:34:35 ATT referbs are the same price as there new phones Mar 13 20:34:43 lol Mar 13 20:36:48 All set for the trip to the dealer tomorrow, and this time i will not forget my title. Last time i bought a car i forgot the title for the car i was trading in at home.. had to drive 30miles back home (with like no gas) to get it. Mar 13 20:39:49 and this time i will make sure the car i just bought has a full tank of gas. Last time i bought a new car i neglected to pay attention until i was half way home. Almost ran out of gas ;P Mar 13 20:45:54 OK this is pretty sad.. Mar 13 20:45:56 http://www.facebook.com/HP?v=app_186775394691935 Mar 13 20:46:06 HP has an app for SXSW for all platforms but their own.. Mar 13 20:46:24 iPhone/iPad, Droid, BB and WP7 Mar 13 21:04:22 dawm: LoL Mar 13 21:08:49 wow Mar 13 21:09:16 if there was only two of those I might find it more understandable, but wp7? really? Mar 13 21:09:32 yeah wp7 is too new.. webos should be on there instead Mar 13 21:09:56 maybe they realize no one really has a webos phone except the diehards Mar 13 21:10:03 apparently the diehards dont goto SXSW Mar 13 21:10:59 apparently Mar 13 21:12:08 all webos users are devs. Therefore, they can make the app themselves Mar 13 21:15:51 haha, except my gf..and my buddy's wife Mar 13 21:16:22 though my gf has passed a semester of C....even though she had to be dragged through it.. Mar 13 21:22:36 Loudergood: ah, I know two others and they aren't devs either... in fact, I wasn't a dev until I realized that no one else would write the apps I wanted to have :) Mar 13 21:22:59 I thought that WebOS development would be flooded with devs in a matter of months Mar 13 21:24:03 it's a combination of exposure and $$$ I'm sure Mar 13 23:11:04 is the pre 2 battery bad for everyone or did i get a dud Mar 13 23:11:15 7% in 30 minutes listening to music Mar 13 23:11:58 * DougReeder waves hello Mar 13 23:14:01 I need to unlock a Sprint Pre so my wife can use it on Verizon -- anyone know where to find usable unlock directions? Google has not been overly helpful so far. Mar 13 23:15:10 DougReeder: recommend you ask in #webos-internals Mar 13 23:15:52 I can certainly try there, but that's not the sort of thing they focus on. Mar 13 23:32:51 Anyone know when quick office is coming to the original Pre? Mar 13 23:33:02 heh Mar 13 23:33:10 Presumably never. Mar 13 23:33:31 when you hack webos 2.1 onto it Mar 13 23:34:21 Not interested in that hack. I use sprint navigation Mar 13 23:37:28 I thought palm said doc editing was coming from quick office Mar 13 23:44:24 could be, but I wouldn't expect much new stuff to come to Sprint Pre Mar 13 23:44:26 s. Mar 13 23:46:14 * DougReeder waves goodbye Mar 13 23:50:32 navigation would be a welcome addition Mar 13 23:51:07 (I'm in belgium, so we don't get anything but google navigation... quite frankly, that sucks) Mar 13 23:51:42 navit should be decent in europe Mar 13 23:52:12 city, country doesn't work very well in the US Mar 13 23:52:13 * madnificent launches up preware, which takes up half a year to load Mar 13 23:52:17 * madnificent <3 preware Mar 13 23:52:29 well, if you don't have all the feeds on ;) Mar 13 23:53:58 you do have to download your own map data before hand, which is good and bad Mar 13 23:54:23 I get 100MB/month so it's a bonus for me Mar 13 23:54:43 Loudergood: I understand why it takes some time... Mar 13 23:55:03 Loudergood: ah well, I guess I don't mind that much Mar 13 23:55:08 madnificent- did you set uberkernel to 1ghz ? Mar 13 23:55:27 joeb_: yes Mar 13 23:55:32 only problem is that you have to download it manually Mar 13 23:55:34 joeb_: really, it's just the amount of feeds :D Mar 13 23:55:46 Loudergood: ah, maybe that's why I didn't install it Mar 13 23:55:54 very true Mar 13 23:56:05 it's not that hard though, the wiki makes it fairly easy Mar 13 23:56:22 http://www.webos-internals.org/wiki/Application:Navit Mar 13 23:58:23 trying too many things at once, will try navit soon Mar 13 23:58:24 thanks Mar 13 23:58:58 /j #ubuntu Mar 13 23:59:00 err Mar 13 23:59:03 come on, what are multitasking phones for ;) Mar 13 23:59:04 wrong chan my bad Mar 14 00:15:02 Ubuntu. Can't stand that is Mar 14 00:15:58 Os Mar 14 00:18:45 Loudergood: the phone can do it, I can't :P Mar 14 00:33:21 lol good point Mar 14 00:34:03 though that means that the phone must be twice as good, because it must be able to catch up with any strange focusses I have at any time Mar 14 01:28:38 palm doesn't refuse applications that interpret code, correct? Mar 14 01:33:02 "interpret code" ? Mar 14 01:33:41 haeffb: it's literally an app that fires up a VM (in javascirpt) sends code to it and prints the results Mar 14 01:34:12 no idea Mar 14 01:34:13 however, the apples app store doesn't allow for such things afaik Mar 14 01:35:17 Steve Jobs waking up on the wrong side of the bed is enough to get your app rejected on that platform. Mar 14 01:36:32 Hendikins: make that Steve Jobs not waking up on the one right side of his hexagon-shaped bed Mar 14 02:08:11 hay all Mar 14 02:36:22 Is palm app catalog down or something Mar 14 02:37:20 Went through the whole hot app list. Could only fond one app that might be useful Mar 14 02:50:15 manners: what's wrong with the catalog? Mar 14 02:51:14 HOT APP Mar 14 02:51:22 he doesn't like webOS and is saying that none of the webOS "hot apps" would be useful to him. So he should choose android or iOS Mar 14 02:52:35 why anyone would bash webOS in a webOS developers irc channel is inexplicable, but seems quite common. Mar 14 02:53:49 Barely anything worth while. That's what's wrong wth it Mar 14 02:54:00 Disagreed. Mar 14 02:54:15 Manners: please join #webos-gtfo for complaining Mar 14 02:54:28 Where are the banking app Mar 14 02:54:51 it's in #webos-gtfo Mar 14 02:55:08 How can participate in banking when you don't even know grammer? Mar 14 02:55:21 How about you get the Flash Cards app and learn some first? Mar 14 02:56:13 oh, look. Bank of America. Wells Fargo. Mar 14 02:56:14 Defensive much? Mar 14 02:56:26 I bank with chase. Mar 14 02:56:52 Well it's your bank's fault they don't have an app. Mar 14 02:56:53 (grammar) Mar 14 02:57:00 and this discussion is inane Mar 14 02:57:11 so change your mobile OS or change your bank. Mar 14 02:57:27 or just use a web browser Mar 14 02:57:38 ^ truth Mar 14 02:57:43 or call Chase and tell them you need a webOS app Mar 14 02:57:52 if your bank doesn't have a mobile site there's bigger problems Mar 14 02:57:53 Already changed the mobile os. Just launched the pre to see what's new. Mar 14 02:58:19 Clearly nothing, so move along. Mar 14 02:58:31 so your goal in coming to #webos is... ? Mar 14 02:58:53 Just to see what's new. Mar 14 02:59:15 I don't join this channel often Mar 14 02:59:17 Is palm app catalog down or something Mar 14 02:59:33 There's plenty new... just because your bank hasn't made a webOS app doesn't mean this platform hasn't significantly advanced. Mar 14 02:59:54 Tried downloading something and it failed **** ENDING LOGGING AT Mon Mar 14 02:59:57 2011