Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dmlittle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dmlittle
23d ago
`go mod vendor` is the solution https://go.dev/ref/mod#go-mod-vendor
2.
▲
by
dmlittle
3mo ago
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=4FdGIRBUds4
3.
▲
by
dmlittle
3mo ago
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 around 8 years ago ghostcript would pa
4.
▲
by
dmlittle
4mo ago
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 can't really replace a GPU in a satellite (at lea
5.
▲
by
dmlittle
11mo ago
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 the way they have to implement the watch semant
6.
▲
by
dmlittle
11mo ago
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.
7.
▲
by
dmlittle
1y ago
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 Showcase section[1], you can't tell it's using T
8.
▲
by
dmlittle
1y ago
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 events. [0] https://ethanzuckerman.com/2015
9.
▲
by
dmlittle
1y ago
Just an (uneducated) guess here, I don't believe capsules carry the necessary amount of fuel that it would take to accomplish this.
10.
▲
by
dmlittle
2y ago
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 valid UUID v4. If you wanted to be pedantic the website
11.
▲
by
dmlittle
2y ago
> 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! (Disclaimer: I work for Stripe but not on this feature) [
12.
▲
by
dmlittle
2y ago
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 values between contexts. [1] https://bazel.
13.
▲
by
dmlittle
3y ago
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 believe I heard that the year you TA'd it (might hav
14.
▲
by
dmlittle
3y ago
I believe the original Kubernetes proof of concept was written in Java
15.
▲
by
dmlittle
3y ago
fly.io is another popular one
16.
▲
by
dmlittle
3y ago
How do you go from "25,000 requests per second" (25krps) to "one request every 3 seconds"?
17.
▲
by
dmlittle
3y ago
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 call if I don’t acknowledge it within a minute (yes, this is
18.
▲
by
dmlittle
4y ago
Right. I meant to say there are groups capitalizing on the situation
19.
▲
by
dmlittle
4y ago
> 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 are. They're offering anywhere between 60 to 80
20.
▲
by
dmlittle
4y ago
(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 scenarios and/or load. This is probably part
21.
▲
by
dmlittle
4y ago
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 to retrain everyone on the new solution than it is to
22.
▲
by
dmlittle
4y ago
> 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.
23.
▲
by
dmlittle
4y ago
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, it's probably better to scale the apiservers vertically
24.
▲
by
dmlittle
4y ago
Adobe removing support for their products in Apple products would have just created a void that someone else would have filled.
25.
▲
by
dmlittle
4y ago
The same reason frontend and backend teams exist. At a certain point it makes sense to have centralized teams focus on specific verticals than requiring everyone to learn/know about everything. As with any tools, there are right and wr
26.
▲
by
dmlittle
4y ago
Despite its name CLRS goes WAY beyond an introduction
27.
▲
by
dmlittle
4y ago
I was given the chance to vet my future manager once. I was presented with a candidate that had been in 11 different companies over the course of 8 years. We passed on them as soon as I pointed this out. Job hopping a few times is not a bad
28.
▲
by
dmlittle
4y ago
AWS S3 does the opposite when querying objects that don't exist. If you don't have s3:ListObjects permissions on the bucket you'll get a 403 error (you can't differentiate between the object not existing vs. you don'
29.
▲
by
dmlittle
4y ago
If you have any requests I'm happy to try to to implement them!
30.
▲
by
dmlittle
4y ago
I'm not really looking at it from a cost savings perspective since the operational cost is so low that even an hour of work covers paying for multiple years of it running. It really boils down to what different platforms I want to try
More ›