thanks, helpful read!
can anyone point to the "Durable" part? looking at the docs and examples, I see Workflows and Steps and Retries, but I don't see any Durable yet. none of the examples really make it clear how or where anything gets…
The interface in question is the second link in the post. To get to the interface without any of the other relevant context, you would have to: - skip reading the post (which explains all of this) - skip the first link…
Sentry's been around for ~15 years, and has been using a license fitting the Fair Source definition for ~5 years. This is not a "hastily preparing ourselves to be acquired" sort of move. What makes you think this is a…
"they have seemingly just ignored the better option...obviously much nicer" This comes off a bit presumptuous. I would assume that they are aware this is a possibility. "having to use a web service to view you stack…
I used to work for a bot mitigation vendor 8-10 years ago, researching / implementing signals for this cat and mouse game. This will get you past some very mundane bot detections, but really this is like, the very first…
APoSD is a relatively quick high-signal read, and not really a source of additional chaos. You can get through it in a weekend or less. It mostly gives you vocabulary and labels and explanations for things that you may…
Love Kysely, been rooting for it ever since it was first released. Paired with kysely-codegen, it's my favorite TS <> SQL interface. Does just enough, but not too much. Had lots of good experiences working with Knex.js…
Yea, DuckDB is a slam dunk when you have a relatively static dataset - object storage is your durable primary SSOT, and ephemeral VMs running duckdb pointed at the object storage parquet files are your scalable…
I recently read his book, “A Philosophy of Software Design”, and loved it. It’s 175 pages of well-refined, to-the-point, applicable wisdom; highly recommended.
I think https://github.com/RobinBlomberg/kysely-codegen does roughly the same thing?
I see a kysely + kysely-codegen (generates types from DB schema) setup as comparable to Prisma in TS integration, with the added flexibility/closeness-to-SQL of the querybuilder. If you: - have used/liked Knex (or…
No, he's stated somewhere in the issue tracker that he has no plans to ever do this. edit: here - https://github.com/koskimas/kysely/issues/162#issuecomment-1...
You sound like you're trying to have it both ways: "OTel solves a problem that is irrelevant unless you're massive" but also "well of COURSE it can work if you're not massive, how massive are you?" There are tons of…
most or all of the observability domain experts i'm familiar with either stopped talking about "pillars" several years ago, or have been actively speaking against the "3 pillars" framing for several years most of your…
Hadoop isn't a database, they don't do anything close to the same thing. Nobody is cross-shopping PlanetScale vs Hadoop. The cross-shop is PlanetScale vs Amazon RDS, Amazon Aurora, Google Cloud SQL, Firebase, Supabase,…
The idea of slope vs y-intercept as applied to people/hiring is not some random unknown made-up theory; it's quite commonly discussed/repeated among founders, VCs, etc. I think it may've originated with John Ousterhout.…
Hi, I work for Pave (but I don't speak for Pave, etc etc). > If I remember correctly, because they have your name, they also scrape LinkedIn data about you and try to get as much information about you as possible like…
Yes. Some folks who variously: a) didn't know how to recognize a cheeky straw man proposal b) didn't know how to take a joke c) didn't agree with (or understand the importance of) the never-break-the-web imperative that…
Have you ever considered that solutions to your perceived problem might exist? I’ve done multiple different takehomes with some kind of time limit in place to avoid that sort of thing. Tools have this built in. Also,…
I've also been following Kysely and am a big fan, having used Objection.js and Knex a lot in the past. I consider Kysely to be the TypeScript-native spiritual successor to Knex. For a theoretical new Node + TypeScript +…
huge +1 here! pairing and debugging put focus on easy mode I’ve also personally found focus more easily in framings along the lines of “survey the thoughts and options around X, then drive discussion toward picking a…
Uh, what? All else equal, a heavier vehicle will emit more brake dust. Basic physics says so. If you want to claim otherwise, bring a source. It may be the case that electric cars, thanks to regenerative braking, do not…
From the pricing page: > How are rows read and rows written calculated? > Every time a query retrieves a row from the database, it is counted as a row read. Every time a row is written to the database, it is counted as…
thanks, helpful read!
can anyone point to the "Durable" part? looking at the docs and examples, I see Workflows and Steps and Retries, but I don't see any Durable yet. none of the examples really make it clear how or where anything gets…
The interface in question is the second link in the post. To get to the interface without any of the other relevant context, you would have to: - skip reading the post (which explains all of this) - skip the first link…
Sentry's been around for ~15 years, and has been using a license fitting the Fair Source definition for ~5 years. This is not a "hastily preparing ourselves to be acquired" sort of move. What makes you think this is a…
"they have seemingly just ignored the better option...obviously much nicer" This comes off a bit presumptuous. I would assume that they are aware this is a possibility. "having to use a web service to view you stack…
I used to work for a bot mitigation vendor 8-10 years ago, researching / implementing signals for this cat and mouse game. This will get you past some very mundane bot detections, but really this is like, the very first…
APoSD is a relatively quick high-signal read, and not really a source of additional chaos. You can get through it in a weekend or less. It mostly gives you vocabulary and labels and explanations for things that you may…
Love Kysely, been rooting for it ever since it was first released. Paired with kysely-codegen, it's my favorite TS <> SQL interface. Does just enough, but not too much. Had lots of good experiences working with Knex.js…
Yea, DuckDB is a slam dunk when you have a relatively static dataset - object storage is your durable primary SSOT, and ephemeral VMs running duckdb pointed at the object storage parquet files are your scalable…
I recently read his book, “A Philosophy of Software Design”, and loved it. It’s 175 pages of well-refined, to-the-point, applicable wisdom; highly recommended.
I think https://github.com/RobinBlomberg/kysely-codegen does roughly the same thing?
I see a kysely + kysely-codegen (generates types from DB schema) setup as comparable to Prisma in TS integration, with the added flexibility/closeness-to-SQL of the querybuilder. If you: - have used/liked Knex (or…
No, he's stated somewhere in the issue tracker that he has no plans to ever do this. edit: here - https://github.com/koskimas/kysely/issues/162#issuecomment-1...
You sound like you're trying to have it both ways: "OTel solves a problem that is irrelevant unless you're massive" but also "well of COURSE it can work if you're not massive, how massive are you?" There are tons of…
most or all of the observability domain experts i'm familiar with either stopped talking about "pillars" several years ago, or have been actively speaking against the "3 pillars" framing for several years most of your…
Hadoop isn't a database, they don't do anything close to the same thing. Nobody is cross-shopping PlanetScale vs Hadoop. The cross-shop is PlanetScale vs Amazon RDS, Amazon Aurora, Google Cloud SQL, Firebase, Supabase,…
The idea of slope vs y-intercept as applied to people/hiring is not some random unknown made-up theory; it's quite commonly discussed/repeated among founders, VCs, etc. I think it may've originated with John Ousterhout.…
Hi, I work for Pave (but I don't speak for Pave, etc etc). > If I remember correctly, because they have your name, they also scrape LinkedIn data about you and try to get as much information about you as possible like…
Yes. Some folks who variously: a) didn't know how to recognize a cheeky straw man proposal b) didn't know how to take a joke c) didn't agree with (or understand the importance of) the never-break-the-web imperative that…
Have you ever considered that solutions to your perceived problem might exist? I’ve done multiple different takehomes with some kind of time limit in place to avoid that sort of thing. Tools have this built in. Also,…
I've also been following Kysely and am a big fan, having used Objection.js and Knex a lot in the past. I consider Kysely to be the TypeScript-native spiritual successor to Knex. For a theoretical new Node + TypeScript +…
huge +1 here! pairing and debugging put focus on easy mode I’ve also personally found focus more easily in framings along the lines of “survey the thoughts and options around X, then drive discussion toward picking a…
Uh, what? All else equal, a heavier vehicle will emit more brake dust. Basic physics says so. If you want to claim otherwise, bring a source. It may be the case that electric cars, thanks to regenerative braking, do not…
From the pricing page: > How are rows read and rows written calculated? > Every time a query retrieves a row from the database, it is counted as a row read. Every time a row is written to the database, it is counted as…