HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deznu

no profile record

Submissions

From beta to 3.0: Trigger.dev v3 reaches GA

trigger.dev
1 points·by deznu·2 anni fa·1 comments

ClickHouse Release 23.10

clickhouse.com
4 points·by deznu·3 anni fa·0 comments

comments

deznu
·2 anni fa·discuss
What’s there to gain though?
deznu
·2 anni fa·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 anni fa·discuss
I’m curious what about HTTP/3 is particularly advantageous with HTMX?
deznu
·2 anni fa·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 anni fa·discuss
Senior Engineers cost ~$3k a month in Canada?? Seems far-fetched..
deznu
·2 anni fa·discuss
It was an honest and inquisitive question, calm down.
deznu
·2 anni fa·discuss
Apache.. Clickhouse??!?!