LewisJEllis | 4 months ago | on: Make any TypeScript function durable
LewisJEllis's comments
LewisJEllis | 4 months ago | on: Make any TypeScript function durable
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 stored
LewisJEllis | 1 year ago | on: Launch HN: Silurian (YC S24) – Simulate the Earth
- skip reading the post (which explains all of this)
- skip the first link in the post (which explains all of this)
- go straight to the second link in the post, to the interface
- skip the "about" link in the interface (which explains all of this)
LewisJEllis | 1 year ago | on: Sentry is now Fair Source
- $312/year and $960/year are for unlimited users, not per seat
- Additional error/event volume is priced separately from the base plan
- You can pay for error volume, either prepaid or on-demand, without a custom enterprise deal:
> Each of our plans comes with a defined quota, with the option to process additional events by setting a pay-as-you-go budget. You can also plan ahead and save 20% over the pay-as-you-go rates by reserving events.
LewisJEllis | 1 year ago | on: Sentry is now Fair Source
Sentry has never been GPL. https://blog.sentry.io/lets-talk-about-open-source/
> pretending it's an OSS license
They are not pretending it's an OSS license. The article states:
> “Just don’t call it Open Source.” Point taken. Fair Source is our new term.
LewisJEllis | 1 year ago | on: Sentry is now Fair Source
Sentry's pricing plan has never gone from 10k errors straight to "negotiated enterprise deal"; you must have missed something. I say this having been a Sentry customer for the past 7 years across multiple companies, always with a paid plan beyond 10k errors and never with an enterprise deal.
LewisJEllis | 1 year ago | on: Bun’s New Crash Reporter
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 trace"
This is just not a downside that matters for this usage scenario. It's almost the same story as minifying your frontend JS bundle, uploading source maps to Sentry, then using Sentry to view an unminified stack trace from a user's browser. The user was never going to view that stack trace anyway, and I am not bothered by having to use Sentry to view it - I never would have seen it at all otherwise.
LewisJEllis | 2 years ago | on: The end of Airplane.dev
When we heard Airplane was shutting down, everyone's first thought was "can we hire that Yolken guy?"
LewisJEllis | 2 years ago | on: The /unblock API from Browserless: dodging bot detection as a service
This will get you past some very mundane bot detections, but really this is like, the very first baby step of a long rabbit hole.
The people who are taking this game seriously are 5-10 years ahead of this step. Good luck ¯\_(ツ)_/¯
LewisJEllis | 2 years ago | on: A Philosophy of Software Design
It mostly gives you vocabulary and labels and explanations for things that you may already intuitively understand, and teaches you to notice small things that matter. It will probably make it easier for you to discuss and dissect some of the chaos you're already dealing with.
LewisJEllis | 2 years ago | on: Show HN: Kysely, a type-safe SQL query builder for TypeScript
Had lots of good experiences working with Knex.js over the years, and Kysely is the TS-native spiritual successor to Knex.
LewisJEllis | 2 years ago | on: The simple joys of scaling up
LewisJEllis | 3 years ago | on: A brief interview with Tcl creator John Ousterhout
It’s 175 pages of well-refined, to-the-point, applicable wisdom; highly recommended.
LewisJEllis | 3 years ago | on: Kysely: TypeScript SQL Query Builder
LewisJEllis | 3 years ago | on: Kysely: TypeScript SQL Query Builder
If you:
- have used/liked Knex (or similar querybuilders) before
- like the TS integration + type safety of Prisma
- but find Prisma to be a bit too magic/heavy with its query engine and schema management
- and/or just want to be closer to SQL
then Kysely is what you're looking for.
LewisJEllis | 3 years ago | on: Kysely: TypeScript SQL Query Builder
edit: here - https://github.com/koskimas/kysely/issues/162#issuecomment-1...
LewisJEllis | 3 years ago | on: The Modern Observability Problem
There are tons of startups and other not-fortune-x00 orgs benefitting from what OTel provides. Your claim that OTel is irrelevant outside fortune-x00 cos is very clearly not true.
LewisJEllis | 3 years ago | on: The Modern Observability Problem
most of your takes here sound like they're from somewhere around 2016-2018
LewisJEllis | 3 years ago | on: How PlanetScale Boost serves SQL queries faster
The cross-shop is PlanetScale vs Amazon RDS, Amazon Aurora, Google Cloud SQL, Firebase, Supabase, self-hosting Vitess or MySQL, etc.
LewisJEllis | 3 years ago | on: Learnings of a CEO: Matt Schulman, Pave, on Hiring