Mattol

joined 1 year ago
[–] Mattol@discuss.tchncs.de 5 points 9 months ago (1 children)

But can you really get an autoimmune disease by eating too much supplements? I thought the body would just not retain them. It'd be quite difficult to eat exactly the quantity required without any self regulating mechanisms in place.

 

This is a screenshot of my weather app showing forecasted (smooth blue/purple) rain of the French Arome model VS rain radar (sharp green/yellow contours). It actually does a pretty good job on the large scale but the details aren't always quite right. Dies anyone know how rain probabilities are computed from these models instead of fixed predictions?

[–] Mattol@discuss.tchncs.de 5 points 1 year ago

Agree. The issue with reproducibility comes up mostly once you are building your own containers, many of them, and run them in production but then it can hit very hard because it becomes too expensive then to work around all of the following: Once you are hit by a problem (sometimes years after building the original one), it's hard to debug bc you can't be certain to be able to reproduce what you have. It's even difficult to just find out what is in an existing Docker container, companies are running costly scans for that. And finally you can't compose (you can mostly layer) as well one Docker container with another. Using Nix with flakes gets rid of all of that and you can still have Docker or other containers as output.

 

How would you design a tool to specify deeply nested forms, basically a complex decision tree, eg for medical diagnosis or complex tax stuff etc, where future form elements can dependent on a previously specified one, but statically ie chosen from few option not generated via a function so that all options and branches are known without executing code. The form specification should just be declarative, data. What data structure would you use to represent that form (I think it would basically be a DAG)? What language would you write it in? How would you generate a graphical representation (eg converting to .dot)? How would you generate a fillable form from it?

 

I always wish I wouldn't have to pull in python/pandas to do simple data transformations on smaller local datasets/csv files and stick with sqlite. But then I tend to quickly hit a problem that seems to require dynamic SQL. Anything in between SQL and a general programming language that is made for transforming tabular data?

[–] Mattol@discuss.tchncs.de 1 points 1 year ago

Cryptpad is using a custom, zero-knowledge Version of only office. They describe the relationship between both here: https://docs.cryptpad.org/en/FAQ.html#what-is-the-relationship-between-cryptpad-and-onlyoffice