HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deznu

no profile record

Submissions

From beta to 3.0: Trigger.dev v3 reaches GA

trigger.dev
1 points·by deznu·il y a 2 ans·1 comments

ClickHouse Release 23.10

clickhouse.com
4 points·by deznu·il y a 3 ans·0 comments

comments

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