HN user

scientism

94 karma
Posts7
Comments29
View on HN

MATLAB was used extensively during my electronics eng degree 20+ years ago. You could do pretty much about anything with it: signal processing, neural networks t, simulations, anything... It was what made me take an interest into programming. Sad day. RIP Cleve.

Hetzner might get a lot of love here but it's another service that treats protonmail users as second class citizens since they ask for ID. I would avoid them just because of this.

A theory I've heard of why this happens is that Europeans are generally suspicious because there is a lot of international trauma considering Europe was the center of two World Wars, both relatively recently. The US on the other hand didn't have that imprinted in its collective memory.

Nail in the head. But can you imagine what it would have been if hakia would have been a thing instead of the SEO-spam, ad-infested Web that Google and Co. gave us?

One Year with R 4 years ago

That's a very roundabout way to solve an actual problem. In many cases you don't pin your package version to _latest_ (whatever that date is) and you need a more fine-grained solution to keeping package versions. I don't think that solves this and I don't know if you can do it with checkpoint.

One Year with R 4 years ago

Totally agree. I find it frustrating trying to reproduce other people's work in R. How has this situation has been allowed to continue for so long? It's unacceptable, especially when used for science. It's impossible to replicate anything unless you are lucky enough you manage to find which package version introduces breaking changes and even then this is something you have to do repeatedly for every code break. Even with _renv_ it's a library you have to install within your R environment which is pointless. Where is a dependency solver like conda for R? - Not that it's perfect, but I've been happy with its drop-in replacement - mamba recently.