Live data from Hacker News

Viewing profile — liamfd

liamfd

HN member
Joined
Tue, Dec 05, 2017, 10:45 PM UTC
HN karma
9
Public activity
9 items

About liamfd

No profile information was provided.

Recent public activity

  1. comment
    Comment #39939147

    This sounds like a good setup - if you don't mind me asking, what do you use for your auto scaling metric? Also curious how much y'all isolate it from your other infra. I've though…

  2. comment
    Comment #39584467

    A little off topic, but I'm pretty sure the logo is just a recoloring of the Drizly (alcohol delivery company) bear logo, with the text removed. I'm sure it was just on Google imag…

  3. comment
    Comment #39481229

    GitHub does support that workflow, if I'm understanding you right. You can set the target branch on a PR. So pr A targets main, B and C target A. After you merge A, B and C even ge…

  4. comment
    Comment #38249371

    What we did to avoid that bottleneck was just turn off the prettier eslint rule in CI and just run the `prettier --check` command they recommend in their docs. We also have it set …

  5. comment
    Comment #33572956

    You can definitely serve content like that from your server and have the app render it (no website required). The review process would not block that. You could also serve a change…

  6. comment
    Comment #18776846

    > I take this more to mean that the logic you're trying to implement has a fixed, non-zero level of complexity (sometimes called "essential" or "inherent" complexity), which forms …

  7. comment
    Comment #17449427

    How does that compare to uBlock Origin?

  8. comment
    Comment #17399779

    I've never seen last password auto fill, I've always had to use cmd+\. What browser were you using?

  9. comment
    Comment #15856793

    Would you mind linking to your PR? Would love to take a look.