Live data from Hacker News

Viewing profile — Misdicorl

Misdicorl

HN member
Joined
Wed, Jan 10, 2018, 4:17 PM UTC
HN karma
1,308
Public activity
444 items

About Misdicorl

No profile information was provided.

Recent public activity

  1. comment
    Comment #46757061

    Your place of last resort with kafka is simply to replay the message back to the same kafka topic since you know it's up. In a simple single consumer setup just throw a retry count…

  2. comment
    Comment #44702235

    One way to measure this that isn't moral judgements is the ecological depth of an environment. If one part of the system is destroyed (e.g. a blight on plant A) how devastating to …

  3. comment
    Comment #43948273

    The story I've heard is that general motors down fall began when they stopped writing loans for other car manufacturers. They used to under write basically every car loan in the US…

  4. comment
    Comment #43835444

    I'll throw my hat in the ring for "disagree". Few kinds of work have such clear and unambiguous results as optimization work (its now X% faster!). Few kinds of work have such incre…

  5. comment
    Comment #43806093

    Sometimes the vibes are wrong, and things go haywire. This is why zero tolerance policies have to be instituted in schools. That doesnt mean the general idea is wrong. Strict adher…

  6. comment
    Comment #43806010

    Would be really interesting to see what it does with clearly wrong EXIF data

  7. comment
    Comment #43798720

    Yeah I'd say kafka is not a great technology if your median and 99ths (or 999ths if volume is large enough) are wildly different which sounds like your situation. I use kafka in co…

  8. comment
    Comment #43795766

    Follow on: If you're using kafka to publish messages to multiple consumers, this is even worse as now you're infecting every consumer with data processing issues from every other c…

  9. comment
    Comment #43795637

    I suppose it depends on your message volume. To me, processing 100k messages and then getting a page however long later as the broker (or whatever) falls apart sounds much worse th…

  10. comment
    Comment #43788845

    And now imagine how easy dealing with email spam would be if the marginal fiscal cost was not 0 like physical spam. All the technology and tools available and less than 1% of the v…

  11. comment
    Comment #43783539

    > the goal should be to ensure that anyone who wants to do a thing can, with as few third party requirements as possible. This is a good starting point, but if you have no barriers…

  12. comment
    Comment #43540337

    It wouldn't, but it might preclude using (future) optimizations that forgo those de-optimization hooks?

  13. comment
    Comment #43540170

    I suppose serializing the JVM state itself to avoid the cold start problem might take advantage of this?

  14. comment
    Comment #41448680

    The past decade is a difficult framing to ask the question in. Notable breakthrough results are usually understood in hindsight and a decade just isn't a lot of time for that conte…

  15. comment
    Comment #41383806

    Ignoring inexperience/incompetence as a reason (which, admittedly, is a likely root cause) domain fuzziness is often a good explanation here. If you aren't extremely familiar with …

  16. comment
    Comment #41383109

    You didn't understand the original claim which is that because Pi has an infinite decimal representation, every subsequence of it has a repeat

  17. comment
    Comment #41382831

    This isn't true as you can build an infinite sequence that never repeats. An example sequence in binary is (the number of 0s between each 1 increases by 1 every time) 0100100010000…

  18. comment
    Comment #40059470

    The goal can't be to solve every desperation case. But if the program wouldn't allow individuals living in dangerous and exploitative situations to confidently leave them (financia…

  19. comment
    Comment #40057351

    True. It would be nice to decouple it from children and expand its scope of economic impact dramatically.

  20. comment
    Comment #40056975

    $1000/month is $12,000/year. Thats far far below poverty levels. It needs to be enough that people can choose to supplement in order to engage with luxury consumption. If people ar…

  21. comment
    Comment #40056623

    If UBI is encoded as a negative tax rate at low income levels, it no longer really makes sense to talk about it as applying to all income levels equally. It naturally gets distribu…

  22. comment
    Comment #40056582

    Very much agreed that there should be no cliffs. Every dollar earned should at minimum increase your usable cash flow by at least X amount no matter where you are in the income dis…

  23. comment
    Comment #40056011

    My personal position is to abolish the minimum wage and update the tax scale with negative tax rates that support a reasonable quality of life at all income levels. The market will…

  24. comment
    Comment #39293572

    > but any user that thinks their media decode libraries will be bulletproof libs free of vulnerabilities are nuts. Sure. And its a high bar to challenge the same or better vulnerab…

  25. comment
    Comment #39291227

    That advice has context. Do not roll your own if the feature is not your core product offering . So don't roll crypto if you're not selling crypto. If it is your core offering (and…