Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lobo42
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
lobo42
4y ago
Sven, co-founder of Gitpod, here. I've published the message that Johannes, our CEO, shared earlier today with all our colleagues. It provides more details around this decision. https://www.gitpod.io/blog/building-
2.
▲
by
lobo42
6y ago
Please note that Arms's and Arduino's editors are not running in browsers (yet), but are downloadable desktop applications.
3.
▲
by
lobo42
6y ago
open-vsx.org only requires login for publishers. Downloading / installing extensions is done anonymously.
4.
▲
by
lobo42
6y ago
Theia is a platform to allow building desktop and browser IDEs, not a product in itself. You can use it through gitpod.io on any GitHub or GitLab project. The strong emphasize on browser/cloud is because we believe we have finally buil
5.
▲
by
lobo42
6y ago
For adopters, i.e. organizations that want to invent something new on top of existing open-source code, there is a huge difference between the VS Code-kind of open-source where the project is still fully controlled by a single vendor and ve
6.
▲
by
lobo42
6y ago
We reengineered VS Code without altering the UX too much, because we love it as it is. The problems we solved are: - making it easier to adjust beyond the standard extension model, which is great for language support but rather limiting fo
7.
▲
by
lobo42
7y ago
Gitpod is open-source at core. I.e. we made the IDE completely open-source ( https://theia-ide.org ). I didn't know replit is open-source. Can you share a pointer?
8.
▲
by
lobo42
7y ago
The real killer app is not using an IDE in the browser but using disposable, automated dev environments. I've written a blog post about: https://dev.to/svenefftinge/continuous-dev-environments-the-... (Disclaimer
9.
▲
Show HN: VS Code Extensions in an Online IDE
(gitpod.io)
2 points
by
lobo42
7y ago
|
0 comments
10.
▲
Gitpod – Frictionless Coding on GitHub
(dev.to)
3 points
by
lobo42
7y ago
|
0 comments
11.
▲
by
lobo42
8y ago
True. The team is heavily aligning for over a month now. Next release will give you the VS Code look & feel.
12.
▲
by
lobo42
8y ago
When we started the Theia project (theia-ide.org), we considered doing a large patch on VS Code as well. But we decided to go down a more sustainable approach by reusing the important building blocks from VS code (editor and vscode extensio
13.
▲
Low-budget stereo rendering in few lines of code
(habr.com)
2 points
by
lobo42
8y ago
|
0 comments
14.
▲
Build your own old-school 3D shooter in a weekend
(github.com)
376 points
by
lobo42
8y ago
|
100 comments
15.
▲
by
lobo42
8y ago
Cool! We wrapped the VS Code extension in the protocol to support it in gitpod.io. See here https://github.com/theia-ide/go-language-server Would be really awesome to use something maintained by the people who know Go
16.
▲
GitHub now has a web IDE based on VS Code
(gitpod.io)
4 points
by
lobo42
8y ago
|
2 comments
17.
▲
by
lobo42
11y ago
Did anybody checkout xtend-lang.org? It's for sure better in terms of Java-interoperability and IDE plugins (Eclipse and IntelliJ) And it even has macros!!
18.
▲
by
lobo42
11y ago
From someone who compared MPS with Xtext : "2 days of work in MPS were recreated in 30 min using XText" http://arnon.me/wp-content/uploads/2015/06/DSL-summary.pdf
19.
▲
by
lobo42
12y ago
The second part of this InfoQ article features a getting started on Xtend and Android: http://www.infoq.com/articles/unusual-ways-to-create-a-mobil...
20.
▲
by
lobo42
12y ago
> But I don't think this is the answer. If you debug Scala on Android at least you don't have to make a mental mapping of what > the corresponding Java translation of your function would look like. Again, this is also not t
21.
▲
by
lobo42
12y ago
Kotlin for instance doesn't support something similar to active annotations aka compile-time macros. This is a very powerful concept. Here's an example of an annotation from the Xtendroid project ( https://github.com
22.
▲
by
lobo42
12y ago
Debugging Xtend is straight forward. On a normal JVM you can even switch between generated Java and original Xtend source during debug, depending on what level you would like to step through. On Android you need to decide using a compilatio