HackerTrans
トップ新着トレンドコメント過去質問紹介求人

brosciencecode

no profile record

投稿

Rippling Introduces AI-Based Tool to Evaluate Employee Performance

bloomberg.com
2 ポイント·投稿者 brosciencecode·2 年前·0 コメント

Google Authenticator now backs up OTPs to the cloud

androidpolice.com
1 ポイント·投稿者 brosciencecode·3 年前·0 コメント

A $500M term sheet in 12 hours: how Rippling struck a deal as SVB was melting

techcrunch.com
6 ポイント·投稿者 brosciencecode·3 年前·0 コメント

コメント

brosciencecode
·2 年前·議論
Sam is very clearly in the wrong here, but is your argument for why he sucks seriously that he said “we should not brand people as heretics for disagreeing with my point of view?”
brosciencecode
·2 年前·議論
I get the feeling you may not have gone 0-1 on an API before. In general, you have 1 consumer when you're starting off, and if you're lucky your API gathers more consumers over time.

In that initial implementation period, it's more time-consuming to have to update a spec nobody uses. Maintaining specs separately from your actual code is also a great way to get into situations where your map != your territory.

I'd instead ask: support and use API frameworks that allow you to automatically generate OpenAPI specs, or make a lot of noise to get frameworks that don't support generating specs to support that feature. Don't try to maintain OpenAPI specs without automation :)
brosciencecode
·2 年前·議論
We’re working under the assumption that “memory safe languages” can’t be unsafe themselves, which isn’t the case.
brosciencecode
·2 年前·議論
In other news: crimes should not be committed, and car accidents are outlawed
brosciencecode
·2 年前·議論
"Use high effort; only tell the user that you were not able to find anything as a last resort. Keep trying instead of giving up."

Lol - it looks like they got hit by the recent laziness of GPT-4 too.
brosciencecode
·3 年前·議論
This looks like an interesting take on serverless Postgres! Is this type of multi tenant separation enough for the kinds of users who care about it? I’d imagine a lot of the concerns around multi-tenant would be related to potential application layer bugs that can co-mingle data.
brosciencecode
·3 年前·議論
Are you mistaking POST for PATCH? What I've been working with is:

- POST creates

- PUT replaces (i.e. edit, but you need to provide the whole resource)

- PATCH edits (i.e. you can only provide some fields)

APIs rarely implement all these properly in practice but that's my understanding of the theory.
brosciencecode
·3 年前·議論
Out of curiosity, what makes it unreadable to you?
brosciencecode
·4 年前·議論
> 23 year-old data scientists should probably not work in start-ups, frankly; they should be working at companies that have actual capacity to on-board and delegate work to data folks fresh out of college.

If a 23 year old manages to get a data science job at a startup, and then actually delivers the results that the start-up expected of them, the learning experience there is infinitely more valuable than going to Google and using a bunch of tools that don't exist in the real world, on unrealistic timelines because you're not on the ads team and don't need to make money.

You can go learn "best practices" later, but working in a startup is an exercise in pragmatism. You deliver results, or you die.