HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bafe

no profile record

comments

bafe
·2 ปีที่แล้ว·discuss
There are summer suits and sports coats that are unlined or half -lined (e.g the sleeves are usually lined for ease of wearing and removing).
bafe
·2 ปีที่แล้ว·discuss
I did a similar project at 18. Needless to say I didn't have enough HW and SW skills to do much since I implemented the most naive form of the TDOA algorithms as well as the most inefficient way of estimating the time difference through cross correlation. I still learnt a lot and it led me to eventually getting a PhD in SAR systems, which are actually beamformers using the movement of the platform instead of an array
bafe
·2 ปีที่แล้ว·discuss
And Armenian, which is also Indo-European and uses its own alphabet
bafe
·3 ปีที่แล้ว·discuss
Thank you for the extensive reply! The first part you mentioned is exactly what we were missing back then, we wanted to dynamically generate workflows starting from a configuration selected by the user. This wasn't really possible unless we would generate the YAML openflow specification ourselves. At the end we gave up and rolled our own simple tool that just does what little we need. This said, it is cool that you are considering offering a more code-friendly way to define workflows. I still think this doesn't offer the same level of dynamism of dragster, where you could easily design branching/conditional workflows. I suppose your considerations regarding the decorators/compilers go exactly in that direction
bafe
·3 ปีที่แล้ว·discuss
It was several months ago, so it is entirely possible. Back then I got the feeling that windmill tried to be more of a low code business/internal tool platform than a data/ETL workflow tool, I especially missed an expressive way to define workflows programmatically (i think you had a JSON schema but nothing as powerful as dragster where you can define a whole workflow in pure python)
bafe
·3 ปีที่แล้ว·discuss
I briefly tried windmill for a project that involved creating custom workflows on-demand from a configuration file. I can't recommend windmill for data pipelines, it is meant to be more of a low-code internal app platform like retool or budibase. It is meant for a relatively static workflow that requires human intervention, like a simple business process involving some API calls and humans approvals in the loop. For complex (and potentially reconfigurable) data pipelines, dragster is a much better choice
bafe
·3 ปีที่แล้ว·discuss
Looks like the use case for BPMN and an engine that can execute processes described in that notation.