HackerTrans
TopNewTrendsCommentsPastAskShowJobs

simonpantzare

no profile record

comments

simonpantzare
·hace 2 años·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
·hace 3 años·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
·hace 4 años·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
·hace 4 años·discuss
My dad used this to produce business documents for a long time before switching to Word.
simonpantzare
·hace 5 años·discuss
Getting stuck behind a string of these is an exercise in patience.
simonpantzare
·hace 5 años·discuss
When reviewing, I appreciate when commits with fixes/additions are separated from structural/cosmetical changes.