Live data from Hacker News

Viewing profile — dith3r

dith3r

HN member
Joined
Mon, Nov 26, 2018, 12:46 PM UTC
HN karma
6
Public activity
19 items

About dith3r

No profile information was provided.

Recent public activity

  1. comment
    Comment #43798591

    Right now there is no date when this free offer will disappear. For 3 yr I m using it.

  2. comment
    Comment #43783120

    Oracle cloud has free tier with 4 arm vcpus/24G ram/200GB SSD.

  3. comment
    Comment #40428271

    I've used PowerDNS at some point with MySQL backend. Rock stable with easy to replicate data.

  4. comment
    Comment #35812453

    No Java/Kotlin driver.

  5. comment
    Comment #35254644

    using vertx and kotlin for 7 years. still entertaining.

  6. comment
    Comment #33553565

    how this compares to buildbot or gajapipelines

  7. comment
    Comment #32986690

    Use a database you know the best. Yours data looks like it is a natural fit for a graph. graphs could be implemented on top of many sql or nosql dbs.

  8. comment
    Comment #32947777

    Function encapsulated as class. Dependencies passed via constructor. Single public method to execute 'function'. Di as a single class with cake pattern using lazy properties for de…

  9. comment
    Comment #27674207

    Std. Grafana + Prometheus + node exporter + specific data source exporter

  10. comment
    Comment #27671783

    I'm hosting own MySQL, Mongo and Elastic clusters. At the beginning it takes more time to setup than cloud providers solutions and require more knowledge and tooling to do some ops…

  11. comment
    Comment #26882497

    Using Pulumi for about 1 year to manage gcp and AWS environments (5+) - each deployment is around 500 resources. At the begining it was buggy but when they started to add typing i …

  12. comment
    Comment #22565637

    Please read carefully what I've written. I've never said that struct == class. Secondly Rop Pike wrote under tweet: `But the more important idea is the separation of concept: data …

  13. comment
    Comment #22560225

    GO is simple decomposition of OOP, class was split into structure (with composition) and interface(with multiple inheritance without implicit definition what interfaces can can coo…

  14. comment
    Comment #21978587

    Those graphs looks like confirmation bias. First of all pay as you go model is not a simple equation. Most of the time you will cross multiple boundaries and cost will raise in exp…

  15. comment
    Comment #21447834

    It depends on many factors. How many requests you predict? What type of application you are building? What size of hot data you will be dealing with? Your workflow is cachable? Dyn…

  16. comment
    Comment #20918747

    So better is to use community fork of Python 2 with new features which are not compatible with Python 2 nor Python 3. Additionally most of public libraries switched to Python 3 and…

  17. comment
    Comment #20917631

    Why not just update to python 3?

  18. comment
    Comment #20917231

    Without any data you will not get any proper advice. Everything is matter of scale, rate and how dynamic your domain is. Sometimes choosing 3rd party is better sometimes creation o…

  19. comment
    Comment #18619763

    Python is fast at parsing JSON, Go had hard time to match parsing speed of it. Additionally you have PyPy to help.