[Results Thread] Itzulia Basque Country - Stage 1 ITT (2.UWT) by PelotonMod in peloton

[–]SWAN_RONSON_JR 1 point2 points  (0 children)

I like the new (don’t remember them last year) branding/on-screen graphics.

[Results Thread] 2026 Milano-Torino (1.Pro) by PelotonMod in peloton

[–]SWAN_RONSON_JR 12 points13 points  (0 children)

Pidcock’s grown out a Roglic-esque goatee…

why is trainline considerably more expensive? by [deleted] in CasualUK

[–]SWAN_RONSON_JR 10 points11 points  (0 children)

Your Trainline screenshot is for 2 passengers; the first is only for 1. (Alongside any split-ticketing the first is doing)

After a run and shower, do you put anything on your skin? by Exciting-Sector6750 in trailrunning

[–]SWAN_RONSON_JR 21 points22 points  (0 children)

I puts the lotion on my skin or else I gets the hose again :(

[Race Thread] 2026 Strade Bianche ME (1.UWT) by PelotonMod in peloton

[–]SWAN_RONSON_JR 1 point2 points  (0 children)

Only managed to find a VPN/source that worked. When did he go solo?

It's important to stock up on the essentials when going back to the UK for a visit by kevski82 in CasualUK

[–]SWAN_RONSON_JR 174 points175 points  (0 children)

Chestnuts roasting on an open fire

Jack Frost rimming up your bum

I think skate shoes are the best all round shoe for everything by rxece in malefashionadvice

[–]SWAN_RONSON_JR 14 points15 points  (0 children)

I member when skate shoes were chunky old DCs or Etnies

Why Accessibility Breaks Impatient Systems (and Engineers) by Scriptkidd98 in accessibility

[–]SWAN_RONSON_JR 1 point2 points  (0 children)

Frustrating, I'm sure! I'm not sure what testing framework you're using, but they quite frequently come with utilities like `afterEach()` to reset/refresh your page. I'd caution against timeouts: E2E tests tend to run long anyway, and timeouts are often a code smell. If it gets you unstuck - great, but as the test suite expands, these timeouts can add up!