HackerTrans
TopNewTrendsCommentsPastAskShowJobs

simonpantzare

no profile record

comments

simonpantzare
·2 jaar geleden·discuss
Laravel with Filament is super productive also. Django used to be my goto for 15 years but the frontend infra, Livewire, and flexibility of Filament compared to django-admin are hard to beat.
simonpantzare
·3 jaar geleden·discuss
I've used Redshift for many years and really like it, especially as a user. I'm following the development of DuckDB and one aspect that's nice about it is how predictable prices are when you run it on dedicated servers: https://fet.dev/posts/costs-of-analytics-on-dedicated-hardwa... .

If you don't have huge amounts of data I would take a look at it. Also, Cloudflare R2 might be a good alternative to S3 because there are no egress costs.
simonpantzare
·4 jaar geleden·discuss
Sounds like a DAG based task orchestrator could be a good fit. Where tasks state their dependencies and are allowed to run only when they have all completed.
simonpantzare
·4 jaar geleden·discuss
My dad used this to produce business documents for a long time before switching to Word.
simonpantzare
·5 jaar geleden·discuss
Getting stuck behind a string of these is an exercise in patience.
simonpantzare
·5 jaar geleden·discuss
When reviewing, I appreciate when commits with fixes/additions are separated from structural/cosmetical changes.