Viewing profile — lennartcl
lennartcl
HN member- Joined
- Wed, Jun 27, 2012, 10:11 AM UTC
- HN karma
- 74
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About lennartcl
Recent public activity
- story
- story
- story
-
comment
Comment #9971162
We indeed count third-party node_modules and large packed JavaScript files as "dependencies".
-
comment
Comment #9971147
We did a massive rewrite last year ( https://c9.io/blog/announcing-the-all-new-cloud9-development... ). We adopted a new plugin system and started with a completely new, clean code…
-
comment
Comment #9970930
The URL is very similar but notice how the subdomain differs. The outer Cloud9 runs on (ide.)cloud9-lennartcl.c9.io. It responds on that URL and on *.cloud9-lennartcl.c9.io. That's…
-
comment
Comment #9970663
In this case the tech team recently switched to Ghost for blogging and didn't realize that it doesn't automatically scale images when you upload them :)
-
comment
Comment #9970607
400K physical SLOC including comments. Count without inline docs/comments was >320K.
-
comment
Comment #9970239
You have good eyes :) The screenshot uses the "legacy" white theme that didn't have the flat look yet. It did have a few more dark colors at the edges, which is why it was used for…
-
comment
Comment #9970181
Fixed that, somehow that slipped through, thanks for the heads up :)
- story
-
comment
Comment #8666791
Ahh Enterprise. Protip for anyone applying for an enterprise job: just copy-paste https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris... when they do the mandatory fizzbuz…
-
comment
Comment #8612941
This: http://pando.com/2014/11/13/why-the-new-social-network-this-...
-
comment
Comment #8081397
As you can imagine we're getting a big load of traffic on release day. Which is fine; we have many servers hosting these containers. Some new ones are being spawned as the traffic …
-
comment
Comment #8080785
Check out the minimal mode that Cloud9 provides in the preferences/welcome screen. It makes Cloud9 look like an Ace editor without any of the cruft.
-
comment
Comment #8080074
The new version is based on a completely new code base. We have a new core and eventually ported and rewrote most of the old plugins one by one. We're working on the APIs and docum…
-
comment
Comment #8080063
The new version absolutely has SSH workspaces. You can SSH into your own machine or get an SSH box from e.g. digitalocean.com and use that with Cloud9 if you like.
-
comment
Comment #8080000
Open source is still very important to us. We will release an open source offering to github soon.
-
comment
Comment #7126446
Our product is an IDE, so we use it every day to develop the next version of http://c9.io .
-
comment
Comment #4183205
It's definitely possible to have a server-side component for doing that kind of stuff, and that has been something we've been experimenting with ourselves. The interface for these …