HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bafe

no profile record

comments

bafe
·2 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·discuss
And Armenian, which is also Indo-European and uses its own alphabet
bafe
·2 tahun yang lalu·discuss
Awnings are very standard in Switzerland, almost every balcony has one, in addition to exterior blinds on all windows.
bafe
·2 tahun yang lalu·discuss
There's even "passive cooling" (called thermal mass activation) where you circulate groundwater through the floors/ceiling or concrete walls to cool them down. Ideally combined with a geothermal source heat pump to recover the waste heat dumped to the ground in the cold season
bafe
·2 tahun yang lalu·discuss
In Switzerland most offices and the majority of houses have exterior metal slat blinds or rolling shutters. Almost all are operated electrically and quite a few are controlled by inputs from wind and sunlight sensors. Since you can adjust the angle of the slats you can significantly cut down solar gains and glare while still providing ventilation and natural light
bafe
·2 tahun yang lalu·discuss
Count me in the club of failed scientists. In my case it was the geosciences, I would spend hours trying to make all my analysis reproducible and statistically sound while many colleagues just published preliminary simulation results obtaining much more attention and even academic jobs. On the flip side, the time spent improving my data processing workflows led to good engineering jobs so the time wasn't entirely wasted
bafe
·2 tahun yang lalu·discuss
I've had both hypnagogic hallucinations and night terrors a lot when I was younger, up until my early 30s. They almost disappeared now, which I can't really explain. For me the worst were the hallucinations, the most recurring one was seeing a dark figure abseiling from the ceiling or from the window, which after waking reveals to be a ceiling lamp or a curtain. It's terrifying stuff while you experience it and I even broken stuff in a desperate reaction of throwing objects to defend against the "intruder"
bafe
·2 tahun yang lalu·discuss
I'd love for the list to contain location information, something like the country or general area. I feel like I have a lot to learn from a good mentor but it's hard to find then
bafe
·2 tahun yang lalu·discuss
Ensemble kalman filter (and similar techniques like variational assimilation) are also used heavily in the geosciences to assimilate measurements and model data in order to obtain a "posterior observation" which can be understood intuitively as an interpolation between model and observation weighted by their relative uncertainty (and covariance)
bafe
·3 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·discuss
Looks like the use case for BPMN and an engine that can execute processes described in that notation.