HN user

timost

321 karma
Posts32
Comments53
View on HN
support.microsoft.com 2y ago

Triple back quotes in MS Teams

timost
1pts2
lowtechlab.org 2y ago

Lowtechlab: Low-techs for a sustainable and desirable society

timost
2pts0
bugzilla.redhat.com 2y ago

Podman cve: full container escape at build time

timost
2pts1
github.com 2y ago

Podman 5.0.0: final release candidate

timost
5pts1
pandas.pydata.org 2y ago

Pandas 3.0 will enforce CoW

timost
2pts1
www.thegreatcourses.com 2y ago

Bach and the High Baroque Course

timost
1pts0
github.com 2y ago

WSL freeze seems fixed in 2.0.12

timost
3pts4
www.cve.org 2y ago

CVE in Pyarrow

timost
3pts1
github.com 2y ago

Borg CVE fix requires migration

timost
1pts0
access.redhat.com 2y ago

Podman can start systemd services inside containers

timost
3pts0
github.com 2y ago

Xrdp Security Release

timost
2pts0
www.redhat.com 2y ago

Podman supports docker-compose through API (2021)

timost
2pts0
unix.stackexchange.com 2y ago

DHCP is not blocked by ufw/iptables

timost
182pts123
frame.work 3y ago

Framework 16: pre-orders open

timost
2pts1
github.com 3y ago

Podman 4.6 Release

timost
3pts0
podman.io 3y ago

New Podman Website

timost
1pts0
pandas.pydata.org 3y ago

Pandas 2.0.0 Release

timost
2pts1
github.com 3y ago

WSL2 Freeze Issue

timost
6pts2
github.com 3y ago

Podman v4.4.2: Security Release

timost
2pts1
pandas.pydata.org 3y ago

Pandas v2.0.0rc0

timost
3pts0
docs.gitlab.com 3y ago

Gitlab Runner registration tokens are deprecated

timost
2pts0
github.com 3y ago

Upcomming Podman v4.4.0

timost
2pts1
about.gitlab.com 3y ago

Gitlab Critical Security Release

timost
2pts0
www.scaleway.com 3y ago

Scaleway Raises Prices by 10%

timost
1pts0
www.nasa.gov 3y ago

NASA discovers ice after meteorid impact

timost
7pts0
gms.tf 3y ago

Deploying full disk encryption in the cloud

timost
1pts0
opensource.com 3y ago

Podman: New Packaging for Debian/Ubuntu

timost
1pts0
github.com 3y ago

Poetry 1.2.0

timost
2pts0
github.com 3y ago

Grafana 9.1.0

timost
1pts1
github.com 3y ago

Podman 4.2.0

timost
270pts101

Thank you for your answer !

I'm trying not to pick sides but here are a few arguments they oppose to these key points :

- Technological advancement : Although it does play a role, they measure power in long climbs to limit that bias. Speeds are lower so aero plays less of a role. Bikes were already as light or even lighter in the 2000s. They also calibrate their power predictions against riders of the peloton who publish their power on strava.

- Nutrition has indeed changed, it helps producing near max power efforts at the end of long stages (aka durability) but doesn't play a direct role on pure max power (VO2 max related) which is what they are worried about.

- Regarding training, I'm not really sure, I think the pro peloton already had access to power meters in the 2000s.

- Regarding testing, it's indeed quite frequent but it's not bullet proof.

- I think the history of the sport is so bad it's hard to see the half full glass.

There is this french website[0] which (among other things) analyses TdF performances over the years.

They compute power metrics based on climbing times in the mountain stages. The trend these last few years is quite worrying, reaching and going above peak doping-era performances [1].

The website is maintained by a former pro-level coach of the festina era.

[0] https://www.cyclisme-dopage.com/

[1] https://www.cyclisme-dopage.com/actualite/2025-07-26-cyclism...

Polars 3 years ago

Nice video, thank you. It's interesting to see how each technology behaves depending on the scale of the dataset. Duckdb is definitely killing it.

Using rootless podman limits the blast radius of a container escape.

Also many of the cappabilities described in this article aren't compatible with a rootless user deployment scénario.

A trick I have used sucessfully is to use docker-compose with podman as the engine.

The way I do it is by starting podman's systemd service which exposes a docker compatible API over a Unix socket.

Then export DOCKER_HOST pointing to the socket and you can run docker-compose with podman transparently.

WSL2 Freeze Issue 3 years ago

WSL2 has an issue where it freezes and consumes 100% CPU.

The only known solution is either to reboot or to kill it with an admin power shell.

Some users report having the issue multiple times a day.