HackerTrans
TopNewTrendsCommentsPastAskShowJobs

simonpantzare

no profile record

comments

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