https://kotlinlang.org logo
#random
Title
s

sitepodmatt

05/08/2019, 10:34 AM
Any news on plans for intellij to challenge the new vscode cloud first model where language services and build and test runners run on the cloud, leaving a lightweight (cough never thought I'd say that about an eletron app) frontend on the client only
t

tddmonkey

05/08/2019, 10:35 AM
Is this something people really want?
h

hho

05/08/2019, 10:45 AM
No, this is something cloud providers really want 😉
4
😂 6
👍 1
s

sitepodmatt

05/08/2019, 11:17 AM
https://coder.com/ - you can self host (just 1 example)
v

voddan

05/08/2019, 11:37 AM
IDEs fight for ms in latency and responsiveness. Why would you want to make it over a network?
s

sitepodmatt

05/08/2019, 1:25 PM
This is different, this isn't a remote X window or RDP hosted IDE, the IDE and a cache of the code exist locally but the language services (and all their dependencies), repo, and build and test runners hosted remotely. you still get zero latency typing. At least that's my understanding
You can fire up a VSCode connected to mycloudide-services.localregion.digitalocean.com on a 2gb 2-in-1 tablet and develop remotely against a stable persisted development environment
coder.com seems browser actually. trying to find what I was reading I think somekind of vscode enhancement for cloud connected developing... disregard for now
b

bjonnh

05/08/2019, 5:35 PM
I would really enjoy concurrent editing especially for training sessions in our KUG. (but requirements are somewhat different I guess)
s

sitepodmatt

05/10/2019, 8:04 AM
This is what I was referring to https://code.visualstudio.com/blogs/2019/05/02/remote-development gotta little distracted by coder.com and some other posts
b

bjonnh

05/10/2019, 2:01 PM
I guess you could do that with sshfs and having your gradle go through ssh
I'm doing that for other kind of software, it works pretty transparently
s

sitepodmatt

05/12/2019, 1:10 PM
True, I think the language services still run locally though right?
b

bjonnh

05/13/2019, 4:23 PM
Can't say
4 Views