HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deznu

no profile record

Submissions

From beta to 3.0: Trigger.dev v3 reaches GA

trigger.dev
1 points·by deznu·2 वर्ष पहले·1 comments

ClickHouse Release 23.10

clickhouse.com
4 points·by deznu·3 वर्ष पहले·0 comments

comments

deznu
·2 वर्ष पहले·discuss
What’s there to gain though?
deznu
·2 वर्ष पहले·discuss
I kind of agree with this. Data in a database is often relational (hey it might not be, but it's still nice to represent it in a struct sometimes, rather than 10–20 different variables which can change anytime your database changes).

I've been using Go recently, and while I'm not convinced on an active-record style ORM in Go (I don't think the language is dynamic enough, and I'm not the biggest fan of codegen), I've been loading the row data from Postgres into a Result struct (pretty much a 1:1 mapping of the Postgres result set into the struct), and then using another function to load the Result struct into struct with their relationships attached (using tags on the structs to define the relationships between them). This has worked great using reflections & generics.
deznu
·2 वर्ष पहले·discuss
I’m curious what about HTTP/3 is particularly advantageous with HTMX?
deznu
·2 वर्ष पहले·discuss
Been using trigger.dev v3 for a while now, and I'm quite happy with how everything's worked out so far – no complaints from me.
deznu
·2 वर्ष पहले·discuss
Senior Engineers cost ~$3k a month in Canada?? Seems far-fetched..
deznu
·2 वर्ष पहले·discuss
It was an honest and inquisitive question, calm down.
deznu
·2 वर्ष पहले·discuss
Apache.. Clickhouse??!?!
deznu
·3 वर्ष पहले·discuss
My personal problem with Kysely is that the migrations are not aligned with what I needed personally.

I would have wanted to see Kysely have the ability to generate migrations for example. I also personally prefer the approach that Drizzle takes when it comes to more adoption (in my case, CockroachDB).

Just a personal preference - the project is awesome.