Live data from Hacker News

Viewing profile — BringTheTanks

BringTheTanks

HN member
Joined
Fri, Apr 17, 2015, 11:34 AM UTC
HN karma
77
Public activity
29 items

About BringTheTanks

No profile information was provided.

Recent public activity

  1. comment
    Comment #9554488

    > realistically a proprietary standard library – however huge – just can't compete with the open source ecosystems of Python and friends. It's not competing with Python, it's langu…

  2. comment
  3. comment
    Comment #9484773

    "Imagine you've implemented world peace. Now let's try to drop couple of nukes in the middle of this..." Anyway, the point of functional programming is to have as many "immovable p…

  4. comment
    Comment #9446030

    Well, there are non-ironic alternatives: declare(strict_typehints=TRUE); // not ironic, not short declare(strict_types=1); // ironic, short declare(strict=true); // not ironic, eve…

  5. comment
    Comment #9431679

    I'm curious, is there a reason to avoid using .NET for web services deployed on *nix? I'm interested in using it, I love .NET as a platform, I just have this vague sense of worry t…

  6. comment
    Comment #9428946

    With RoR it's pretty much in the description. Monolithic web apps with relatively standard and simple domain logic (i.e. CRUD). Lots of presentation code (HTML templates, handling …

  7. comment
    Comment #9428778

    This is not a change in Apple's policies, it's a fluke. The reviewer is interpreting the rule incorrectly. The rule is intended to avoid descriptions which refer to future plans fo…

  8. comment
    Comment #9428185

    Odd. RoR and Go address entirely different app domains. The only thing that connects them is that RoR was trendy yesterday, and Go is trendy today. If this is the rationale for rep…

  9. comment
    Comment #9426361

    One'd hope that the "values of modern society" have enough capacity to accommodate both ambition and relationships. Painting ambition in negative tone and putting too much focus on…

  10. comment
  11. comment
    Comment #9414500

    Thanks, this was informative :)

  12. comment
    Comment #9414132

    What's your opinion on "popular frameworks".

  13. comment
    Comment #9413524

    > Well human have higher moral value because of higher ability of pain, emotions and cognition. Those are arbitrary categories. Let's say I decide you have lower ability to feel pa…

  14. comment
    Comment #9413184

    You have a somewhat naive view about how our moral compass moves as a straight lines from bad to good. Before the Nazis performed experiments on humans, it was considered horrible …

  15. comment
    Comment #9410090

    The statelessness relates to communication state. A client can hold state and it most certainly will hold state (consider your browser: open tabs with URLs, bookmarks, local browse…

  16. comment
    Comment #9408168

    I'm afraid we're not in a dramatic agreement. You point to an exception which REST allows to claim the exception is RESTful. The exception is there for practical reasons and it doe…

  17. comment
    Comment #9407343

    I know which phrase you're referring to, but if you read it in context, it's apparent this is an exception case, because the very same section talks about cacheable, stateless requ…

  18. comment
    Comment #9407191

    My premise is that HTTPs-only and REST have opposing constraints. You have not demonstrated any flaws in it, REST says communication is stateless and cacheable except for acknowled…

  19. comment
    Comment #9407157

    Let's quote from section 5.2.2: "All REST interactions are stateless. That is, each request contains all of the information necessary for a connector to understand the request, ind…

  20. comment
    Comment #9406967

    "HTTPS-only" goes directly against the architectural principles laid out in "REST", where intermediaries should be able to understand (in a limited sense) the request and responses…

  21. comment
    Comment #9396328

    I'm talking about map(), and you're talking about filter(). Here's the code in question: .map(function(album){ return {artist : album("vendor")("name")} }) If this is simply adding…

  22. comment
    Comment #9395935

    It can't work them out because you compose the query in a third party scripting language. RethinkDB has no access to the structure of the source in order to analyze it statically a…

  23. comment
    Comment #9395793

    > Not earth-shattering, but with ReQL all I need to do is attach a function Thing is, some SQL databases have columnar storage, and in there selecting everything, then filtering wi…

  24. comment
    Comment #9395082

    My apps are service-oriented, and every service is in a different language. And for every one of them I and my team ask ourselves "why". The only one framing the debate so negative…

  25. comment
    Comment #9394918

    If I'm asked why I use the technologies I use in my projects, I'd gladly give specific engineering and business reasons, and not just say "YouTube uses it". We should be ready to h…