Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
LewisJEllis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
LewisJEllis
11mo ago
thanks, helpful read!
2.
▲
by
LewisJEllis
11mo ago
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 stored
3.
▲
by
LewisJEllis
2y ago
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 in the post (which ex
4.
▲
by
LewisJEllis
2y ago
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 separately from the base plan - You can pay
5.
▲
by
LewisJEllis
2y ago
> 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 license. The article
6.
▲
by
LewisJEllis
2y ago
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 sign of
7.
▲
by
LewisJEllis
2y ago
"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 trace&quo
8.
▲
by
LewisJEllis
3y ago
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 Yolken guy?"
9.
▲
by
LewisJEllis
3y ago
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 baby step of a
10.
▲
by
LewisJEllis
3y ago
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 already intuitively u
11.
▲
by
LewisJEllis
3y ago
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 over the y
12.
▲
by
LewisJEllis
3y ago
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 stateless replicas - but the
13.
▲
by
LewisJEllis
4y ago
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.
14.
▲
by
LewisJEllis
4y ago
I think https://github.com/RobinBlomberg/kysely-codegen does roughly the same thing?
15.
▲
by
LewisJEllis
4y ago
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 similar querybui
16.
▲
by
LewisJEllis
4y ago
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...
17.
▲
by
LewisJEllis
4y ago
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 a
18.
▲
by
LewisJEllis
4y ago
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
19.
▲
by
LewisJEllis
4y ago
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, self-hostin
20.
▲
by
LewisJEllis
4y ago
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.
21.
▲
by
LewisJEllis
4y ago
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 job titles, et
22.
▲
by
LewisJEllis
4y ago
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 TC39
23.
▲
by
LewisJEllis
4y ago
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, there are definitely ca
24.
▲
by
LewisJEllis
4y ago
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 + SQL project, th
25.
▲
by
LewisJEllis
4y ago
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 direction” or “here’s a
26.
▲
by
LewisJEllis
4y ago
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 emit more brake du
27.
▲
by
LewisJEllis
5y ago
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 a row written.
28.
▲
by
LewisJEllis
5y ago
Your comment used to read: > C'mon guys, this is super basic. which came off as demanding, until you edited it after my response to instead read "This is standard stuff". It's bad form to make substantial edits an h
29.
▲
by
LewisJEllis
5y ago
The comment by truetraveller is complaining about the pricing and docs, not the blog post: > The pricing page/docs leaves so many questions unanswered: The pricing page and docs make "rows" very clear. I was never referrin
30.
▲
by
LewisJEllis
5y ago
I agree with you that there are some simple questions left unanswered, but "is it row reads?" is not one of them.
More ›