Viewing profile — cfieber
cfieber
HN member- Joined
- Sun, Nov 11, 2012, 8:33 PM UTC
- HN karma
- 9
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About cfieber
Recent public activity
-
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?
-
comment
Comment #25055427
Family court will be worse the longer you wait. Stick it out might mean there’s never an end in sight.
-
comment
Comment #20404594
the real question is what colour it should be
-
comment
Comment #17779758
TOML/YAML: You could read a truncated TOML file and not realize it.
-
comment
Comment #14951058
This is another good post on the topic: https://stripe.com/blog/rate-limiters
-
comment
Comment #13758937
Here is one success story: https://cloudplatform.googleblog.com/2017/02/guest-post-mult...
-
comment
Comment #11913555
please don't.. provision once and snapshot, and deploy the snapshot
-
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…
-
comment
Comment #11550334
that makes sense since my voice is my passport. [verify me]
-
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…
-
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…
-
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…