Live data from Hacker News

Viewing profile — cfieber

cfieber

HN member
Joined
Sun, Nov 11, 2012, 8:33 PM UTC
HN karma
9
Public activity
12 items

About cfieber

[ my public key: https://keybase.io/cfieber; my proof: https://keybase.io/cfieber/sigs/Ra8xHS5djcDZTs8btFpsGMeMGiuCn4l3gDz9Ix_eIhg ]

Recent public activity

  1. comment
    Comment #31818810

    > I tried to order some fabric from a major, national purveyor of fabric early in the pandemic to make some baby quilts. The experience was not seamless. Pun intended?

  2. comment
    Comment #25055427

    Family court will be worse the longer you wait. Stick it out might mean there’s never an end in sight.

  3. comment
    Comment #20404594

    the real question is what colour it should be

  4. comment
    Comment #17779758

    TOML/YAML: You could read a truncated TOML file and not realize it.

  5. comment
    Comment #14951058

    This is another good post on the topic: https://stripe.com/blog/rate-limiters

  6. comment
    Comment #13758937

    Here is one success story: https://cloudplatform.googleblog.com/2017/02/guest-post-mult...

  7. comment
    Comment #11913555

    please don't.. provision once and snapshot, and deploy the snapshot

  8. comment
    Comment #11913549

    sure makes me glad all that (and so much more) happens in the first negative 10 minutes on any server I deploy. If you are doing this after your server has launched you are doing i…

  9. comment
    Comment #11550334

    that makes sense since my voice is my passport. [verify me]

  10. comment
    Comment #10580414

    Spinnaker is pretty focussed on deployments and as such has those operations as first class citizens (deploy, resize, manage traffic, destroy, etc) Jenkins is also a first class st…

  11. comment
    Comment #8185580

    I recently (just over a year ago) relocated myself and my family to the SF Bay Area. I couldn't ever explain (other than the OMG Bay Area salary/big name company aspect) why it mat…

  12. comment
    Comment #4770501

    It is kind of a dumb test to do 'new HashMap' with the default initialCapacity then cram stuff into it in a tight loop. It is basically testing constant rehashes which is obviously…