Live data from Hacker News

Viewing profile — nivstein

nivstein

HN member
Joined
Wed, Mar 06, 2013, 4:20 PM UTC
HN karma
91
Public activity
30 items

About nivstein

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. 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...

  4. story
  5. story
  6. comment
  7. 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…

  8. 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 …

  9. comment
    Comment #5750976

    Both the RAM and CPU overhead are configurable by you. The default values are max 5% CPU, and max 5% RAM.

  10. comment
    Comment #5750971

    We are currently in the process of adding a Heroku add-on :)

  11. 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.

  12. 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…

  13. comment
    Comment #5750415

    This is actually a feature which is currently under consideration.

  14. comment
    Comment #5750394

    Very practical :) Takipi fully supports Glassfish, as well as all other major web servers and containers.

  15. comment
    Comment #5750347

    I'm sorry, Android development is currently not supported.

  16. comment
    Comment #5750245

    Takipi is mainly designed for production/staging debugging, and thus targets servers and development environments.

  17. 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…

  18. comment
    Comment #5750187

    Nothing is final, but we should remain in beta at least until the end of the year.

  19. comment
    Comment #5750153

    Takipi is in open beta, so it is currently free.

  20. story
  21. comment
    Comment #5731353

    Interesting. This data may potentially be useful in evaluating framework/library/OSS trends and prominence.

  22. 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 …

  23. comment
    Comment #5570217

    Unlike Chronon, Takipi is built for monitoring your JVM in production, imposing minimal and predictable overhead.

  24. comment
    Comment #5570199

    The agent only requires outbound HTTPS over port 443, and fully supports proxies.

  25. 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…