Viewing profile — LewisJEllis
LewisJEllis
HN member- Joined
- Fri, Mar 23, 2012, 4:53 PM UTC
- HN karma
- 244
- Public activity
- 82 items
- HN profile
- View on Hacker News ↗
About LewisJEllis
same username on twitter and github, same dot com
Recent public activity
-
comment
Comment #45698647
thanks, helpful read!
-
comment
Comment #45686346
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 i…
-
comment
Comment #41557636
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 expla…
-
comment
Comment #41173520
I would recommend reading more of the pricing page. You'll learn that: - $312/year and $960/year are for unlimited users, not per seat - Additional error/event volume is priced sep…
-
comment
Comment #41172238
> FWIW, if Sentry had stayed GPL 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…
-
comment
Comment #41172089
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…
-
comment
Comment #40174692
"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 …
-
comment
Comment #39621120
As an Airplane customer, Ben was the man, always super helpful when we had questions. When we heard Airplane was shutting down, everyone's first thought was "can we hire that Yolke…
-
comment
Comment #39527925
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, …
-
comment
Comment #38020417
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 an…
-
comment
Comment #36423195
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 go…
-
comment
Comment #35994012
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 p…
-
comment
Comment #34750574
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.
-
comment
Comment #34510434
I think https://github.com/RobinBlomberg/kysely-codegen does roughly the same thing?
-
comment
Comment #34510376
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. I…
-
comment
Comment #34510254
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...
-
comment
Comment #33689067
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 …
-
comment
Comment #33688972
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" f…
-
comment
Comment #33614507
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,…
- comment
-
comment
Comment #33337172
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 …
-
comment
Comment #33336865
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 i…
-
comment
Comment #33159846
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) …
-
comment
Comment #32598634
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 th…
-
comment
Comment #32517991
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. Fo…