**** BEGIN LOGGING AT Thu Jan 02 02:59:59 2014 Jan 02 10:02:23 yo Jan 02 13:55:09 how do you think of enyo 2.3? Jan 02 14:02:37 i hated it. Jan 02 14:02:37 http://i.imgur.com/TqNsGjN.png Jan 02 14:02:49 http://i.imgur.com/TqNsGjN.png Jan 02 14:02:51 i need help Jan 02 14:02:58 sfw: https://pbs.twimg.com/media/Bc9wnrZIIAAblDn.jpg Jan 02 14:03:00 both are Jan 02 14:03:09 get ready, spam alert Jan 02 14:04:24 is that your twitter font? Jan 02 14:04:24 thanks morphis: that's jake morrison and I Jan 02 14:04:24 and funkatron and spaz Jan 02 14:04:24 idk how to contact those guys. there's like 12 of them Jan 02 14:04:24 if i upload it to github, it's over Jan 02 14:04:24 ya comprende? Jan 02 14:04:25 jake went to college. i still have free time i've made Jan 02 14:04:25 but not enough to debug everything. i just want to release it on the other platforms Jan 02 14:04:26 like android and ios. but i'm not a good ios dev and android runs like crap so webos once again is my only shot =( Jan 02 14:04:26 and it got bought out by LG after the HP fail. predicament. Jan 02 14:04:27 * Herrie|Work|Veer (~wircer@31.137.74.151) has joined #webos-ports Jan 02 14:04:27 my pre3 died and i sold it for parts. =( touchpad runs best Jan 02 14:04:28 sadly. ios runs better but i'm afraid of the request + no mac that works properly Jan 02 14:04:28 so where should i turn from here? Enda? Jan 02 14:06:00 that's my twitter font Jan 02 14:06:35 do you have any parts of pre3 left fxSPECo68? Jan 02 14:06:49 nope Jan 02 14:06:56 sold to some guy for good measure. Jan 02 14:06:57 =( Jan 02 14:06:59 broke. Jan 02 14:07:09 didn't want to deal with the recovery process. too long =("( Jan 02 14:07:31 touchpad is charging on brick. has been toast for months. screen receptors are cold Jan 02 14:07:47 mine is also broken. sim card tray is dettached from the board. I ordered a new tray but I m worrying not to mess it up on soldering Jan 02 14:14:47 ask mike on twitter Jan 02 14:14:55 i can give you his name in a dm if you so desire Jan 02 14:15:13 someone idk lol probably not mike Jan 02 14:15:46 i ll wait first the replacement and see if that works for me. still running apps and all so its ok for testing Jan 02 14:19:12 cool Jan 02 14:19:20 i could recover because i don't need a sim card dimitrk_ Jan 02 14:19:29 i'll pay you shipping if you can and it does Jan 02 14:19:34 plus your cost maybe Jan 02 14:19:47 just to test Jan 02 14:19:53 what to recover? Jan 02 14:20:06 oh i thought it was broken. mine had a broken post sequence Jan 02 14:20:12 no no Jan 02 14:20:17 you need cryptic keys unavailable to popular domains to recover that Jan 02 14:20:30 still recoverable but ugly Jan 02 14:20:38 nothing else broke, i have spare parts to keep it in shape even when it does. I just miss the sim card unit Jan 02 14:21:35 i see. Jan 02 14:21:42 i'll trade you two pre2's and a pre+ for it. Jan 02 14:21:48 deal time if you want it Jan 02 14:23:39 thanks fxSpeC-06, i have a pre2, i dont want to sell it i spend a lot of time around the web to find a cheap pre3, need only to repair it Jan 02 14:25:52 lol Jan 02 14:25:57 i need to practice THAT. Jan 02 14:26:12 mine was free and i sold it away lol Jan 02 14:26:24 to an ...... UNSUSPECTING CUSTOMER *puts on sunglasses* Jan 02 14:26:30 YEAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH Jan 02 14:26:38 my pre2 was free as well as developer device Jan 02 14:26:43 brb Jan 02 14:26:49 me too! Jan 02 14:26:55 my pre+ was free first from vzw Jan 02 14:26:55 why you sold it at first place? :/ Jan 02 14:26:58 broken Jan 02 14:27:02 no post boot. Jan 02 14:27:05 no turn on. Jan 02 14:27:06 dead lol Jan 02 14:27:13 enda gave it to me Jan 02 14:27:17 for Neo testing Jan 02 14:27:23 worked for that much anyways. Jan 02 14:27:33 neo: http://i.imgur.com/TqNsGjN.png brb Jan 02 14:28:31 mine had a big deal with battery drain, i located the problem to the wire tape next to the sliding mechanism. i was ready to leave it until i replaced the tape and since then works fine Jan 02 14:28:33 ok Jan 02 14:49:11 rebooting phablet Jan 02 14:49:13 gtg bbs Jan 02 14:50:45 bb Jan 02 15:13:01 zz_fxSpeC-06 Jan 02 15:23:12 hi there ! I was planning to use enyo 2.3 for a prototype of my app (working with Ruby on Rails as a REST API) but i can't figure out how enyo MVC works with models and collection, routing, sources, etc... Jan 02 15:24:05 does anyone is writing a 2.3 app, or a tutorial which explains clearly (and noob-proof) new features of enyo ? Jan 02 15:24:36 thx for any help ^^ Jan 02 15:33:36 ArTiSTiX: Did you check https://github.com/enyojs/bootplate-mvc/ already? You should be able to use this as a starting point for your app. Jan 02 15:34:17 mephinet: Yes, but i don't understand the "controller" aspect... since it only store 1 variable: data... Jan 02 15:36:28 and there is no difined models in the bootplate, so it doesn't really help to understand new features Jan 02 15:37:09 it could be more helpful to have a real example with 2.3, if it releases one day... Jan 02 15:48:25 In the app I'm currently developing, I use Collections as controllers, and sometimes subclass enyo.Collection to perform specific tasks, e.g. on recordChanged, or on add. Besides, no Controller is involved :) Jan 02 15:50:08 (except for the enyo.Application, which inherits from Controller, too) Jan 02 15:50:12 * mephinet needs to go Jan 02 15:50:31 In backbone.js, Routers are almost equivalent to Rails Controllers, but i can't find any example with Enyo Routers Jan 02 15:51:53 i hope enyojs 2.3 will be soon documented... i thought it was the best choice for my app (but it seems not ready to) Jan 02 17:10:10 <_fxSpeC-06_> https://github.com/fxspec06/Neo-MultiPlatform---From--funkatron-s-Spaz-HD-Remix Jan 02 18:01:29 anyone here? Jan 02 18:02:24 * fx_b let's make a deal Jan 02 18:04:20 https://github.com/fxspec06/Neo-MultiPlatform---From--funkatron-s-Spaz-HD-Remix Jan 02 22:28:25 woof Jan 02 22:33:10 so it goes like this Jan 02 22:33:11 http://i.imgur.com/cu7dCVn.png Jan 02 22:33:13 YEAH Jan 03 00:34:10 YO YO YO CHECK ME OUT ON VERGE NOW BOYS Jan 03 00:34:12 GO GET EM Jan 03 00:34:13 NOW Jan 03 00:34:21 ATTACK Jan 03 00:34:21 http://www.theverge.com/2014/1/2/5264580/the-lost-secrets-of-webos Jan 03 00:34:30 Agreed. WebOS may never live up to full potential since it’s pretty much broken into pieces, but it’s software innovation will live on for the foreseeable future. Jan 03 00:34:30 Posted on Jan 2, 2014 | 5:08 PM Reply Recommend (1) Jan 03 00:34:30 fxspec06 Jan 03 00:34:30 fxspec06 Jan 03 00:34:30 don’t worry don’t worry. I CAN SAVE WEBOS WEBOS http://i.imgur.com/HCbs4EA.png http://i.imgur.com/cu7dCVn.png https://github.com/fxspec06/Neo-MultiPlatform—-From—funkatron-s-Spaz-HD-Remix Jan 03 00:34:31 Posted on Jan 2, 2014 | 6:53 PM Reply Unflag Jan 03 00:34:31 fxspec06 Jan 03 00:34:31 fxspec06 Jan 03 00:34:32 then follow @Neo_webOS, @Neo_BB10, @fxspec06, and @WildnPoker and @webOSNation for more information… Jan 03 00:34:32 Posted on Jan 2, 2014 | 6:53 PM Reply Unflag Jan 03 00:34:33 fxspec06 Jan 03 00:34:33 fxspec06 Jan 03 00:34:34 offline Jan 03 00:34:34 Posted on Jan 2, 2014 | 6:55 PM Reply Unflag Jan 03 00:39:02 no changes added to commit (use "git add" and/or "git com Jan 03 00:39:02 C:\Users\Bryan\Dropbox\SPRING '13\C++ II\Homework #3 Chap Jan 03 00:39:03 er +39 ~1 -0 !]> git push origin master Jan 03 00:39:03 Counting objects: 4, done. Jan 03 00:39:03 Delta compression using up to 6 threads. Jan 03 00:39:03 Compressing objects: 100% (2/2), done. Jan 03 00:39:03 C:\Users\Bryan\Dropbox\SPRING '13\C++ II\Homework #3 Chap Jan 03 00:39:03 er +39 ~1 -0 !]> git push origin master Jan 03 00:39:04 Counting objects: 4, done. Jan 03 00:39:04 Delta compression using up to 6 threads. Jan 03 00:39:05 Compressing objects: 100% (2/2), done. Jan 03 00:39:06 Writing objects: 66% (2/3), 458.69 MiB | 392.00 KiB/s Jan 03 00:39:29 pop quiz: Jan 03 00:39:38 where is my laptop? and iphone? and lumia 800? Jan 03 00:39:43 bonus points if you get it wrong. Jan 03 01:28:48 http://imgur.com/DyFGLbz Jan 03 02:05:33 wait Jan 03 02:05:37 i got this. Jan 03 02:05:41 nobody delete the logs now Jan 03 02:07:19 syncing... Jan 03 02:07:30 yeah baby YEAHH Jan 03 02:58:54 error: error setting certificate verify locations: Jan 03 02:58:54 CAfile: /bin/curl-ca-bundle.crt Jan 03 02:58:54 CApath: none Jan 03 02:58:57 HELP **** ENDING LOGGING AT Fri Jan 03 02:59:58 2014