Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kevan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kevan
2y ago
Manage identity centrally is probably referring to using an identity management system like Okta, Microsoft Identity, or hosting your own IdP and using strong hardware 2FA. You don't want people creating their own accounts manually for
2.
▲
by
kevan
3y ago
> III. Professional Obligations > 1. Engineers shall be guided in all their relations by the highest standards of honesty and integrity. > ... > b. Engineers shall advise their clients or employers when they believe a proj
3.
▲
by
kevan
3y ago
There's still differences. If you're running it in prod then the functionality has at least gone through code review and you have higher confidence what's running is what you think it is. If you run things from personal boxes
4.
▲
by
kevan
3y ago
I remember news saying the FAA added supplemental type certs allowing G100UL for basically every engine in 2022. What gaps are there?
5.
▲
by
kevan
3y ago
Commercial mowers do exist, for example Exmark[1] (some not launched yet) and Toro[2]. Based on the pricing I'd guess the breakeven vs gas is still >3yrs without tax credits. [1] https://www.exmark.com/electric [2]
6.
▲
by
kevan
3y ago
And make sure your project plan includes milestones for explicitly aligning all stakeholders on definitions otherwise you'll have a big hot potato game the first time the outputs show something unfavorable.
7.
▲
by
kevan
3y ago
For an example, my team owns a dozen services and they have hundreds of direct and transient dependencies. Of those, maybe a dozen or two to need work to support the new version but that's a dozen different teams that have to put the w
8.
▲
by
kevan
3y ago
This is just the data serialization format, you have to build any other functionality yourself. We do have a pattern on a few of our APIs where there's a big fixed schema (i.e. it's just a struct and you can't do GraphQL thin
9.
▲
by
kevan
3y ago
The SDKs use Smithy[1] which is tailored for defining+generating services and SDKs, Ion is more of a pure data serialization format. It's definitely niche but my org uses it in a few places and it has some nice properties that fit our
10.
▲
by
kevan
3y ago
https://www.consumerreports.org/electronics-computers/privac...
11.
▲
by
kevan
3y ago
>and it's way better than Amazon internal tooling (is that 'industry standard' enough?). It's slowly changing but I wouldn't consider Amazon's tooling to be industry standard by any definition.
12.
▲
by
kevan
3y ago
The key to sleeping at night is to add metrics and alarms near those cliffs or 'edges of the map' so they aren't invisible anymore. It's hard to anticipate every angle to this but in any case where you're making thi
13.
▲
by
kevan
3y ago
Everything in moderation I suppose. I've experimented with marking large blocks (2-4hrs) as tentative for IC work a couple days/week recurring and it does help avoid the Swiss cheese of 30m meetings spread across the entire day. L
14.
▲
by
kevan
3y ago
Funnily enough floods (GCP) and fires (OVH) are two of the 3 things AWS explicitly mentions in the Well Architected docs. For a lot of companies an AZ going down is an annoyance or bad day but a whole region going down could be a real conti
15.
▲
by
kevan
4y ago
>slightly easier As a company grows sooner or later most of these features become pretty desirable from an operations perspective. Feature developers likely don't and shouldn't need to care. It probably starts with things like
16.
▲
by
kevan
4y ago
I'm a huge advocate for CI/CD pipelines and my team owns a lot of them. We're confident enough to deploy anytime but we choose to limit deploys to our team's business hours and not on Fridays. Why? Because we think the r
17.
▲
by
kevan
4y ago
On #4, Coffeezilla got past the smokescreen and got SBF to admit there was "fungibility created during those withdrawals between assets" and that it had always operated this way. [1] https://www.youtube.com/watch?v
18.
▲
by
kevan
4y ago
In a similar vein, in the early days of launching Relay[1] I ended up spending a couple weeks in total squashing timestamp bugs. We were integrating with a few existing systems that used epoch seconds or milliseconds for timestamps and they
19.
▲
by
kevan
4y ago
The philosophy is "1 > 2 > 0". This means ideally you'd prefer a single thing but single things often bottleneck delivery from different orgs as they have differing requirements. In that case you'll accept overlap&
20.
▲
by
kevan
4y ago
>Somewhere your model of the code is broken, and you need to test find the breakage (model needs correction, or program needs correction). Most of the harder bugs I run into fall into this category. Great list of techniques to use. For w
21.
▲
by
kevan
4y ago
Not being able to check out customers is a really bad customer experience. It's a double whammy of wasting their time and they don't even get what they needed so it's worth investing to make that less likely. Things are proba
22.
▲
by
kevan
4y ago
It's counterintuitive but when you're dealing with distributed systems lots of things are: https://aws.amazon.com/builders-library/avoiding-fallback-in...
23.
▲
by
kevan
4y ago
I've found this really effective too. I've been using Anki instead but same general idea. Ramping up on new topics still takes decent time and effort but I've been really surprised how easy it is to retain things after the in
24.
▲
by
kevan
4y ago
>It looked like shit the last time I used it (~2019) especially as your classes get more and more functions built into it. I also can't imagine how shitty it looks for codebases that have a significant coupling problem. That's
25.
▲
by
kevan
4y ago
Have you checked out CDK or Pulumi? CDK still has a few warts but overall I've been pretty happy with it. Haven't used Pulumi but from chatting with friends it sounds like it has a similar feel as CDK but supports multi-cloud like
26.
▲
by
kevan
4y ago
Security patches stopping after 3 years made me switch. The phone (Pixel 2 XL) was perfectly fine performance-wise and still competitive with camera and screen quality but it wasn't safe to use anymore. I could've flashed a differ
27.
▲
by
kevan
4y ago
Do any relational DBs let you lock statistics or the query planner directly? Something like how ML pipelines are split between training and inference phases. Let me train the optimizer on a representative load (prod replay or synthetic) and
28.
▲
by
kevan
4y ago
The product quality is awesome. The company has some bad history with chemical dumping and caused at least one superfund site. And used the standard tobacco playbook after finding health concerns with PFAS chemicals in the 1970s to delay th
29.
▲
by
kevan
4y ago
It's not just limited to startups. When my business unit in Amazon spun up we hired way too fast and ended up having a harder time shipping v1 of the product than if we would've started lean and grown organically. We ended up spen
30.
▲
by
kevan
5y ago
Disclaimer: I'm at Amazon but not in AWS Fair, I was thinking of this in the non-cloud perspective where efficiency improvements can push you to upgrade even if the hardware still works. In cloud provider mode it makes sense to keep it
More ›