00:08:42
| * adrianF | quit (Quit: bye) |
00:25:01
| * Leemp | joined |
00:25:36
| * Leemp2 | joined |
00:26:01
| * Leemp3 | joined |
00:26:18
| <Leemp3> | Man, wtf is going on with my client. lol |
00:26:19
| * Leemp_Mobile | joined |
00:29:09
| * Leemp | quit (Ping timeout: 245 seconds) |
00:29:13
| * Leemp3 | quit (Client Quit) |
00:29:59
| * Leemp2 | quit (Ping timeout: 245 seconds) |
00:32:08
| * Leemp | joined |
00:32:55
| * Leemp2 | joined |
00:36:58
| * Leemp | quit (Ping timeout: 245 seconds) |
01:24:16
| * mattpardee_ | quit (Quit: Computer has gone to sleep.) |
01:59:53
| * bnoordhuis | quit (Ping timeout: 250 seconds) |
03:00:30
| * piscisaureus_ | joined |
03:21:49
| * Leemp_Mobile2 | joined |
03:21:49
| * Leemp_Mobile | quit (Read error: Connection reset by peer) |
03:22:01
| * Leemp_Mobile2 | quit (Client Quit) |
03:24:31
| * mAritz | quit (Read error: Connection reset by peer) |
03:29:33
| * piscisaureus_ | quit (Quit: ~ Trillian Astra - www.trillian.im ~) |
03:44:28
| * piscisaureus_ | joined |
04:08:22
| * piscisaureus_ | quit (Quit: ~ Trillian Astra - www.trillian.im ~) |
04:22:15
| * piscisaureus_ | joined |
05:09:02
| * rmc47_rg | joined |
05:09:51
| * rmc47_rg1 | quit (Ping timeout: 244 seconds) |
05:42:13
| * jkridner | quit (Read error: Connection reset by peer) |
05:42:31
| * jkridner | joined |
05:44:15
| * piscisaureus_ | quit (Quit: ~ Trillian Astra - www.trillian.im ~) |
06:07:39
| * mattpardee_ | joined |
06:34:53
| * zefhemel | joined |
06:35:10
| * zefhemel | quit (Client Quit) |
06:46:51
| * mattpardee_ | quit (Quit: Computer has gone to sleep.) |
09:39:40
| * rendez | joined |
11:53:18
| * mAritz | joined |
12:07:41
| * visser | joined |
12:27:05
| * mikedeboer | joined |
12:27:37
| * visser | quit (Read error: Connection reset by peer) |
12:28:50
| * visser | joined |
12:29:39
| * visser | quit (Read error: Connection reset by peer) |
12:30:38
| * visser | joined |
14:07:14
| * mattpardee_ | joined |
14:12:52
| * visser | quit (Ping timeout: 244 seconds) |
14:21:23
| * piscisaureus_ | joined |
14:36:07
| * rendez | quit (Quit: rendez) |
14:47:28
| * rendez | joined |
15:01:15
| * mattpardee_ | quit (Quit: Computer has gone to sleep.) |
15:11:15
| * mikedeboer | quit (Quit: mikedeboer) |
15:17:26
| * mattpardee_ | joined |
15:20:46
| * mikedeboer | joined |
15:27:00
| * mattpardee_ | quit (Quit: Computer has gone to sleep.) |
15:32:13
| * mikedeboer | quit (Quit: mikedeboer) |
15:51:08
| * mattpardee_ | joined |
16:10:35
| * ace | joined |
16:10:36
| <ace> | hi there |
16:10:51
| <ace> | there s something i don't understand |
16:11:02
| <ace> | cloud9 ide is a client/server ide right? |
16:11:08
| <mattpardee_> | yep |
16:11:12
| * mattpardee_ | changed nick to mattpardee |
16:11:23
| <ace> | so the it stores the files on server side? |
16:11:32
| <mattpardee> | yep |
16:11:40
| <ace> | and you edit them on client side with the browser using ACE |
16:11:55
| <ace> | (me) |
16:12:04
| <mattpardee> | yep |
16:12:09
| <mattpardee> | :-) |
16:12:22
| <ace> | does it handles multi user connected on the same file? |
16:12:33
| <ace> | realtime collaboration like google docs? |
16:13:14
| <mattpardee> | not yet - as in not publicly, but it works, we have it running internally |
16:13:45
| <ace> | so for the moment it s one user per file? |
16:14:08
| <mattpardee> | well if you have a private project you can send the URL to someone else and give them RW access to the project |
16:14:26
| <ace> | and how do you handle multiple people edition? |
16:14:27
| <mattpardee> | otherwise yeah for now it's one user per flie |
16:14:51
| <mattpardee> | for collab we built the backend that works like OT |
16:14:58
| <mattpardee> | but is a bit different |
16:15:04
| <mattpardee> | I can't remember the specifics it's been a while |
16:18:19
| <ace> | i don't find a demo |
16:18:25
| <ace> | to test it |
16:18:53
| <ace> | oh i think i miss something |
16:19:03
| <ace> | cloud9ide is the code or the "saas" app? |
16:20:08
| <mattpardee> | there are two versions, the hosted one |
16:20:10
| <mattpardee> | on c9.io |
16:20:17
| <mattpardee> | and then we have the OSS version on github |
16:20:22
| <ace> | it s the same code? |
16:20:25
| <ace> | with some features |
16:20:26
| <mattpardee> | not the same |
16:20:41
| <mattpardee> | the hosted version spawns an instance of the OSS IDE for each project |
16:21:00
| <mattpardee> | it acts as a wrapper |
16:21:03
| <ace> | okay |
16:22:11
| <mattpardee> | but the OSS version is a full blooded IDE you can use locally |
16:22:33
| <ace> | let s try it |
16:22:38
| <ace> | it s really amazing job |
16:23:42
| * piscisaureus_ | quit (Quit: ~ Trillian Astra - www.trillian.im ~) |
16:24:53
| <ace> | mattpardee: so for the moment, if i want another people work a project, it uses git to handle the sync ? |
16:25:06
| <mattpardee> | yeah that's the workflow |
16:25:44
| <ace> | and how to 'commit' with the ide? it s when you save? |
16:26:07
| <mattpardee> | there's a CLI at the bottom you can enter git, mercurial and also basic commands into |
16:26:42
| <supertopi> | I'm confused. Would you call c9.io service SaaS or PaaS ? :D |
16:27:35
| <mattpardee> | SaaS since we don't provide app hosting |
16:28:00
| <supertopi> | hmm.. but you offer a platform for app development |
16:28:28
| <mattpardee> | indeed, in that sense it's a platform, but not in the way the industry defines "platform" in "paas" |
16:28:41
| <supertopi> | right. |
16:29:00
| <mattpardee> | for a while there we were calling it DaaS :-P |
16:29:04
| <mattpardee> | Development as a service |
16:29:13
| <mattpardee> | .. we got rid of that |
16:29:15
| <mattpardee> | hah |
16:29:20
| <supertopi> | that sounds bad :) |
16:29:48
| <supertopi> | as in, you would do the actual development for the users |
16:31:50
| * piscisaureus_ | joined |
16:33:13
| <ace> | mattpardee: and so you work on realtime collab, you know when it ll be available for teting? |
16:33:14
| <ace> | testing |
16:34:34
| <mattpardee> | ace I don't have a hard date but relatively soon |
16:34:55
| <ace> | in days / weeks / months?just to have a rough idea? |
16:35:05
| <mattpardee> | matter of weeks |
16:35:09
| <ace> | wow |
16:35:14
| <ace> | nice |
17:15:58
| * piscisaureus_ | quit (Ping timeout: 256 seconds) |
17:25:11
| * piscisaureus_ | joined |
17:42:03
| * jkridner | quit (Read error: Connection reset by peer) |
17:42:23
| * jkridner | joined |
17:45:26
| * piscisaureus_ | quit (Ping timeout: 256 seconds) |
17:53:31
| * piscisaureus_ | joined |
18:37:48
| * rendez | quit (Quit: rendez) |
18:39:41
| * piscisaureus_ | quit (Ping timeout: 252 seconds) |
19:12:32
| * hillct | quit (Ping timeout: 272 seconds) |
19:19:27
| * hillct | joined |
19:19:58
| * piscisaureus_ | joined |
19:20:08
| * mattpardee | quit (Quit: Computer has gone to sleep.) |
19:59:13
| * mattpardee | joined |
20:06:04
| * piscisaureus_ | quit (Quit: ~ Trillian Astra - www.trillian.im ~) |
20:17:22
| * mikedeboer | joined |
22:07:49
| * mikedeboer | quit (Quit: mikedeboer) |
22:23:46
| * suisig | joined |
22:27:03
| * suisig | quit (Client Quit) |
22:27:33
| * suisig | joined |
22:28:21
| <suisig> | test |
22:30:49
| <suisig> | hi, anyone know how to access cloud foundry service from cloud9 c9.io domain |
22:35:44
| <supertopi> | yess |
22:36:17
| <supertopi> | do you have an account on cloudfoundry? |
23:00:08
| * suisig | quit (Remote host closed the connection) |
23:54:20
| * visser | joined |