Most recent activity
-
-
This is a nice and relevant word, I remember thinking it was interesting when I heard it on University Challenge:
https://en.m.wikipedia.org/wiki/Mondegreen -
-
I thought about make a map of possibilities, ended up doing this:
def part2(game: list[str, str]) -> int: offset = ord("A") score_dict = { "X": ((ord(game[0]) - offset - 1) % 3) + 1, "Y": ord(game[0]) - offset + 4, "Z": ((ord(game[0]) - offset + 1) % 3) + 7, } return score_dict[game[1]]
Probably less readable overall though
-
- 7 comments
- 1,081 views
-
-
Hello, I'm moving abroad and reducing the number of bikes I own.
I have a Peugeot Optimum for sale, which has been painted with spray.bike. The paint is in reasonable condition, although not perfect by any means!
It has a Reynolds 531 main triangle (I believe the stays are not). The TT & ST are both 53.5 cm C-C.
The groupset is mostly 105 5700 (10 spd), with a Tiagra 4700 chainset.
Vision team 35 wheelset, which has seen ~1,500 km of road.
Fizik arione saddle, on an aluminium Cannondale post.
The bicycle is located near Norwich, I would consider posting if buyer was willing to pay for it.
Not really sure how to price this, I would like £200 for it, however if that's not fair I'm sure I will find out!
Cheers,
Will
Has anyone ever taken part in RAGBRAI (Register's Annual Great Bicycle Ride Across Iowa)?
I took part in RAGBRAI 51 last week and it was pretty amazing, interested to hear others experiences.