HN user

gerty

355 karma
Posts6
Comments88
View on HN

Not disputing the overall feeling about the changes at Bitwarden but "Always free" phrase is still actually there if you're creating a personal Free account.

As a customer, I am OK with most increases but not the object storage one. This one has some quality issues and is no longer competitive in price either. I'm thinking of moving S3 part to OVH.

Is there any advantage of running k3s if you want to keep etcd? I understand that most k3s performance gains come from etcd being replaced by sqlite but if you still want a HA control plane, sqlite won't cut it.

Podman 4.2.0 4 years ago

RHEL 8.6 upgraded podman from v3.3 to v4.0.2, so v4.2 is not outside the realm of possibility in the next release. Since podman development is driven by Red Hat, I feel that podman upgrades get quite some leeway... Very impatient to test out the play kube functionality managed by systemd.

How proficient do you have to be in Redis to have fun in such a hackathon? I use Redis mostly in combination with Python Celery.

FOSDEM 2021 5 years ago

As far as I remember, it's a first time there are separate devrooms for Apache OpenOffice and LibreOffice. It's been 10 years now, is it me or it feels like a waste of efforts ?

If you voted YES and were able to choose among the available (Western) vaccines, BioNTech/Pfizer, Moderna or Oxford/AstraZeneca, which one would you take? Does it matter for you?

Without decent understanding of how options work, even iron condors can turn bad. You are writing options, so you're still running assignment risk or pin risk. It's mostly benign if you know what you are doing but can be a brutal lesson if you just clicked because you think "it's staying the same".

ggplot2 is not just a package, it's an implementation of a grammar language and this is what makes it so hard to substitute. plotnine tries to mimic it and is good for easy stuff but still far behind what can be easily done with ggplot2.