Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dastbe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dastbe
26d ago
are these separate services? Are you going to integrate how services preempt into overall system design? My take is that you want to move these decisions into the application tier as much as possible as the first line of defense, both becau
2.
▲
by
dastbe
1mo ago
this was always the nice thing at amazon, because you never needed an atomic migration with version sets. it was definitely a case of making many things worse to do than in a monorepo, but more things viable to do.
3.
▲
by
dastbe
1mo ago
you can increase profits through volume or margin. right now we are in a whole economy experiment to see how long you can increase margin through price increases and shrinkflation.
4.
▲
by
dastbe
2mo ago
> That can be easily done with comments. If the PR are orthogonal, they could have been split. Comments are ad-hoc and don't scale, relying on the author to interpret and adhere to the extent of the reviewers approval. > And if t
5.
▲
by
dastbe
2mo ago
> What's the benefit of this type of stacked PRs over a well-curated set of commits, and reviewing per commit? For the people who work with stacked diffs (in phab/otherwise) this is exactly what they'd consider reviewing a
6.
▲
by
dastbe
2mo ago
unless their business is going to be putting raw physical infra in dcs, they are about 5 years away from getting to something that could compete with AWS or GCP
7.
▲
by
dastbe
2mo ago
"The average SAT score among legacy students was 1543, while it was 1515 for non-legacy students."
8.
▲
by
dastbe
3mo ago
the last number is for the quarter whereas the rest are annual. if they maintain revenue it will be 3.88m/spooner
9.
▲
by
dastbe
3mo ago
because they’re not; anthropic is pushing enterprises to switch to API/token pricing
10.
▲
by
dastbe
5mo ago
How does this work with a tool like jujutsu that provides native support for stacking and preferably don't have a separate tool mucking about with state?
11.
▲
by
dastbe
7mo ago
one thing to add for passive healthchecking and clientside loadbalancing is that throughput and dilution of signal really matters. there are obviously plenty of low/sparse call volume services where passive healthchecks would take fore
12.
▲
by
dastbe
7mo ago
From a dataplane perspective, it does mean your healthchecks are running from a different location than your proxy. So there are risks where routability is impacted for proxy -> dest but not for healthchecker -> dest. For general reli
13.
▲
by
dastbe
7mo ago
kind of right, kind of wrong * for client-side load balancing, it's entirely possible to move active healthchecking into a dedicated service and have its results be vended along with discovery. In fact, more managed server-side load ba
14.
▲
by
dastbe
9mo ago
They invented a language to avoid you imperatively updating infrastructure, but that's not what CDKTF does; it just makes it easier to materialize that declarative output. It also makes it easier to reason about that output as you can
15.
▲
by
dastbe
10mo ago
my expectation is that they would either sell crucial RAM at such a low volume and/or such a high price that it would do more damage to the brand than sunsetting it and returning to it when the slowdown occurs.
16.
▲
by
dastbe
1y ago
Yes. the acknowledgement you're getting in your application code is that the data was persisted in sqlite on that host. There's no mechanism to delay acknowledgement until the write has been asynchronously persisted elsewhere.
17.
▲
by
dastbe
1y ago
litestream makes very few consistency guarantees compared to other datastores, and so I would expect most any issues found would be "working as intended". at the end of the day with litestream, when you respond back to a client wi
18.
▲
by
dastbe
1y ago
> the last place couldn’t because datadog apparently bills sidecar containers as additional hosts so using sidecar proxy would have doubled our datadog bill. that seems like the tail wagging the dog
19.
▲
by
dastbe
1y ago
the problem is that they want to apply a number of stateful/lookaside load balancing strategies, which become more difficult to do in a fully decentralized system. it’s generally easier to asynchronously aggregate information and eithe
20.
▲
by
dastbe
1y ago
My cheeky answer to "how should this be regulated?" is that sports betting isn't materially different from other high-risk private investments, so it should only be available to accredited investors. Imagine if fanduels/
21.
▲
by
dastbe
1y ago
I was interested in this, so perusing I found https://govinfo.library.unt.edu/ngisc/reports/2.pdf which estimates in the late 90s "Estimates of the scope of illegal sports betting in the United States range a
22.
▲
by
dastbe
1y ago
Go? I haven't see this particular unit before.
23.
▲
by
dastbe
1y ago
the article is a bit breathless, which seems par for the course for security blogs these days. And while "containers are not a security boundary" is evergreen and something AWS has been trumpeting since the beginning, they IMO sho
24.
▲
by
dastbe
1y ago
why would they have access?
25.
▲
by
dastbe
1y ago
At this point, you might as well use no cloud provider because at some point someone may be able to be leveraged? Whether that's by your country, another country, or some other nefarious entity.
26.
▲
by
dastbe
1y ago
this would really be helped by demonstrating the wrong way to solve this, which is trying to think of the first balloon in the range and then combine with the subproblems. i expect this to be where people who know about dp are most likely t
27.
▲
by
dastbe
1y ago
yeah, i would expect a candidate who hasn’t seen it before to have at best a 50/50 shot of realizing that the traversal is “in reverse” so to speak, and need a hint to move forward. though once you know that i’d expect a candidate to b
28.
▲
by
dastbe
1y ago
we’re talking about wiping out most of the stored wealth of roughly a quarter of all homeowners here. and they cannot take that home with them when a new job opportunity comes up or worse get fired/sick. this sounds more like a suicide
29.
▲
by
dastbe
1y ago
> In non-recourse states, you'd expect to see defaults as people leave the keys in the mail to reduce their housing costs by moving next door at the reduced price or rent. More broadly, people don't like seeing their wealth go
30.
▲
by
dastbe
1y ago
Google at least at the time had a vested interest in making external blaze a thing AND the options in open source were just "not as good". While buck2 is IMO technically better, I don't think there's a compelling reason
More ›