Viewing profile — nivstein
nivstein
HN member- Joined
- Wed, Mar 06, 2013, 4:20 PM UTC
- HN karma
- 91
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About nivstein
No profile information was provided.
Recent public activity
- story
-
comment
Comment #6768923
While JS is old, node.js, which spans many projects on GitHub, is a relatively new architecture, which has only gained traction in the last couple of years. This stands in comparis…
-
comment
Comment #6217411
Indeed, one of Java's most arcane features. A good related SO thread: http://stackoverflow.com/questions/16159203/why-does-this-ja...
- story
- story
- comment
-
comment
Comment #5951371
I understand what you're saying, but I think the OP meant how often do you deploy on average. That is, take all the deployments you mentioned, regardless of the reason they happene…
-
comment
Comment #5754498
Takipi lets you attach your own source code to the project, so you will see your original source code when viewing exceptions and other events, instead of decompiled Java. Support …
-
comment
Comment #5750976
Both the RAM and CPU overhead are configurable by you. The default values are max 5% CPU, and max 5% RAM.
-
comment
Comment #5750971
We are currently in the process of adding a Heroku add-on :)
-
comment
Comment #5750582
Hi Steve. These are some valid points you're making. We are currently considering an on-premises solution for precisely this situation you are describing.
-
comment
Comment #5750529
Takipi's agent records information which is relevant to the issues which are detected (exceptions, latency problems, custom conditions set by the developer). The data and source co…
-
comment
Comment #5750415
This is actually a feature which is currently under consideration.
-
comment
Comment #5750394
Very practical :) Takipi fully supports Glassfish, as well as all other major web servers and containers.
-
comment
Comment #5750347
I'm sorry, Android development is currently not supported.
-
comment
Comment #5750245
Takipi is mainly designed for production/staging debugging, and thus targets servers and development environments.
-
comment
Comment #5750238
When you install Takipi, you are asked to enter your top packages (e.g. "com.mycompany;org.foobar.common"). Code outside of the filter will not be shown to you when viewing stack t…
-
comment
Comment #5750187
Nothing is final, but we should remain in beta at least until the end of the year.
-
comment
Comment #5750153
Takipi is in open beta, so it is currently free.
- story
-
comment
Comment #5731353
Interesting. This data may potentially be useful in evaluating framework/library/OSS trends and prominence.
-
comment
Comment #5573206
Takipi may be installed locally; the same installation process will work. However, it does not provide live debugging like in your IDE, but rather a post-event drill-down (a "time …
-
comment
Comment #5570217
Unlike Chronon, Takipi is built for monitoring your JVM in production, imposing minimal and predictable overhead.
-
comment
Comment #5570199
The agent only requires outbound HTTPS over port 443, and fully supports proxies.
-
comment
Comment #5570114
The moment you sign-up for Takipi a secret AES-256 key is generated for you (and never stored by Takipi in any way or form, and you manually enter it on your machine when installin…