Viewing profile — dmlittle
dmlittle
HN member- Joined
- Sun, Nov 16, 2014, 1:31 AM UTC
- HN karma
- 600
- Public activity
- 373 items
- HN profile
- View on Hacker News ↗
About dmlittle
No profile information was provided.
Recent public activity
-
comment
Comment #48640478
I couldn't find a version of this video on YouTube without commentary. The reading comprehension level in the US is completely unacceptable. https://www.youtube.com/watch?v=4FdGIRB…
-
comment
Comment #48507450
Yes, although that's not new. The amount of different exploits and RCE I've seen in the past decade from just "opening" an PDF is mind blowing. Not sure if it's slowed down but aro…
-
comment
Comment #48042432
It's worth noting that GPUs have a much higher failure rate than traditional CPUs. Over 10x the failure rate due thermal stress. The amount of heat generated is very different. You…
-
comment
Comment #45632543
It's been a while since I've checked this but a few years ago we tried to limit test kine on a large-ish cluster and it performed pretty poorly. It's fine for small clusters but th…
-
comment
Comment #45632514
The node failure rate is much higher than that. On a 1M node cluster of cloud-managed instances (AWS, GCP, Azure, etc.) you'd likely see failures a few times a month, if not more.
-
comment
Comment #44648464
It depends on how much effort you put into it vs. just using any of the base templates/components that Tailwind Plus (previously Tailwind UI) has to offer. If you look at their Sho…
-
comment
Comment #43813285
Jeremy Rubin built a proof-of-concept for this over a decade ago for a hackathon and ended up being sued by the state of New Jersey. This blog post[0] has a good summary of the eve…
-
comment
Comment #43586869
Just an (uneducated) guess here, I don't believe capsules carry the necessary amount of fuel that it would take to accomplish this.
-
comment
Comment #42345676
It depend on the UUID version you're using. Version 4 (Random) will always have that value be 4 as per RFC 9562. So 99999999-9999-9999-9999-999999999999 is a valid UUID but not a v…
-
comment
Comment #41187722
> C) Only one staging env per customer. Want to check what a new setting will do? Every developer is getting that setting turned on. Stripe Sandboxes[1] aim to solve this problem! …
-
comment
Comment #40702006
There's some explicit differences with Python[1]. My understanding is that Starlark was specifically created for Bazel so if I had to guess it's to enforce the immutability of valu…
-
comment
Comment #38942897
Thank you for TA'ing the class! I took it in 2015 and TAs really made the class for myself and most of my friends. Is the end of semester Leisserchess competition still going? I be…
-
comment
Comment #38919128
I believe the original Kubernetes proof of concept was written in Java
-
comment
Comment #37180069
fly.io is another popular one
-
comment
Comment #36423210
How do you go from "25,000 requests per second" (25krps) to "one request every 3 seconds"?
-
comment
Comment #35678960
It might be plan dependent(?) but everything you’re describing is configurable on your PagerDuty profile. I have it configured to send me a notification immediately followed by a c…
-
comment
Comment #35116483
Right. I meant to say there are groups capitalizing on the situation
-
comment
Comment #35116347
> Shocked that no VC or group of them haven't stood up a short term bridge loan facility since it was them who triggered the chain reaction that took the bank down. Several groups …
-
comment
Comment #34978951
(Disclaimer: I haven't looked too much into this tool other than a cursory glance) It seems this tool isn't meant mostly for testing how different components behave under different…
- comment
-
comment
Comment #33673538
For what it’s worth sometimes it’s worth abandoning old legacy context in a rewrite if the new solution drastically reduces operational complexity. For example, it’s cheaper/better…
- comment
-
comment
Comment #32625136
> GraphQL forces you to write business logic on the client Even if you have traditional REST endpoints, you still have to potentially orchestrate their usage client-side.
-
comment
Comment #32477982
Depending on the size of your cluster, scaling out the apiservers is not necessarily cheap as the watch caches need to be initialized which puts load on etcd. Generally speaking, i…
-
comment
Comment #32453834
Adobe removing support for their products in Apple products would have just created a void that someone else would have filled.