Live data from Hacker News

Viewing profile — evancordell

evancordell

HN member
Joined
Mon, Jun 09, 2014, 4:26 PM UTC
HN karma
181
Public activity
82 items

About evancordell

[ my public key: https://keybase.io/ecordell; my proof: https://keybase.io/ecordell/sigs/CIkzuJihwPz2AXAFvNQ0Npy5G-lNFASw9lAf7DIAdAk ]

Recent public activity

  1. comment
    Comment #45876602

    We always called these "four-phase migrations". An old Stripe article used similar naming[0]. [0]: https://stripe.com/blog/online-migrations

  2. comment
    Comment #39979997

    This video is a great overview of the history and the recent hearings, came here to link it. Not sure I agree with his conclusion though - once all manufacturers are required to in…

  3. comment
    Comment #39722734

    At the risk of making a classic "I have a few qualms with this app" blunder, I'm not super clear on what this has over other durable workflow solutions. It seems to take the durabl…

  4. comment
    Comment #39208803

    > The community that formed around building open source “standard” Macaroons decided to use untyped opaque blobs to represent candidates. I assume "candidates" was supposed to be "…

  5. comment
    Comment #39208704

    To be fair, this is a mistake that started with the Google paper, and everyone else just copies the mistake. The paper calls them Macaroons as a play on (browser) Cookies with laye…

  6. comment
    Comment #38643279

    This is interesting, I have the opposite opinion. I dislike helm for public distribution, because everyone wants _their_ thing templated, so you end up making every field of your c…

  7. comment
    Comment #38211122

    > my wife is still receiving bills from the birth of our most recent child, 18 months ago I've been dealing with this as well, and the uncertainty has been the most frustrating thi…

  8. comment
    Comment #37861689

    Also a happy Lutron fan, but I went with RadioRA2. It's a bit "smarter" but it's very reliable, not connected to the internet, and some basics can even be programmed without the ma…

  9. comment
    Comment #37231370

    Quality aside, it's the paywall that grinds my gears. Wirecutter articles are essentially long, well-researched ads for the products they (affiliate) link to. I always found these …

  10. comment
    Comment #37168881

    The article was comparing OPA/Cedar to Zanzibar, which is why my head went there. I did go looking for info on how OPAL deals with caching and consistency and found these: - Authz …

  11. comment
    Comment #37167777

    I've seen the sentiment in this article pop up in a few places, which I'd summarize as: Policy languages like OPA and Cedar are fast to evaluate and simple to write, so you should …

  12. comment
    Comment #36606052

    https://evancordell.com/

  13. comment
    Comment #36534893

    Longer than that; I remember being warned about plasticizers leaching into food if microwaved. Found this paper from 1982: https://www.jstor.org/stable/44540143

  14. comment
    Comment #36228425

    We're saving some of that for a future blog post - we tested many different configurations and scales (of both SpiceDB and CRDB)

  15. comment
    Comment #36130308

    Do you just mean comedic quality or do you mean production quality as well? Some that I've listened to are good on both fronts (in my opinion): Mission To Zyxx, Dungeons and Daddie…

  16. comment
    Comment #35988316

    I looked at both and came away thinking mage was more convenient for go-only projects. Just looked good and I would probably pick it for something that wasn't go-only (if make didn…

  17. comment
    Comment #35988300

    > Couldn't you have achieved this even more simply by using make with a go shell? Make is still really about file to file transformations, and `go` already wraps up all of the beha…

  18. comment
    Comment #35956904

    I have long held similar opinions on make, and I've recently started using mage[0] in more and more go projects and have been happy with the result. It's more task-oriented, the wa…

  19. comment
    Comment #35329529

    > But weirdly given its focus on schemas I couldn't find any way for a document to link to a schema in-band! In cue there's no real distinction between "schemas" and "documents". I…

  20. comment
    Comment #35238466

    There's a good interview with the author in an episode of The Manifest: https://manifest.fm/11 It's been a while since I've listened, but I remember it being pretty interesting.

  21. comment
    Comment #35095160

    I don't think it's quite as bad as you're suggesting. Operators are control-plane, your other examples are data-plane. You can also only run one Deployment controller in a kube clu…

  22. comment
    Comment #35085381

    I get the sentiment. We held off on building an operator until we felt there was actually value in doing so (for the most part, Deployments cover the operational needs pretty well)…

  23. comment
    Comment #35084303

    This is a common frustration of mine as well! In the latest release of the spicedb-operator[0], I added a feature that allows users to specify arbitrary patches over operator-manag…

  24. comment
    Comment #34603029

    I saw your comment, enabled Markdown in a Google Doc, tried to write a code block, became immediately frustrated. Looks like it only supports bold/italic, links, and headers.

  25. comment
    Comment #32356095

    That makes more sense, thank you for the explanation. Are there any plans for accord to permit snapshot queries?