Current events: Difference between revisions
From David's Notebook
Jump to navigationJump to search
(→2026) |
(→2026) |
||
| Line 2: | Line 2: | ||
=== 2026 === |
=== 2026 === |
||
;07 Jan |
|||
;14 Jan |
|||
;21 Jan |
|||
;28 Jan |
|||
: Delphine (friends over) |
|||
;04 Feb |
|||
: Delphine (not sure, preparing to leave for Kenya) |
|||
;11 Feb |
|||
: Delphine in Kenya |
|||
;18 Feb |
|||
;25 Feb |
|||
;04 Mar |
|||
;11 Mar |
|||
;18 Mar |
|||
;25 Mar |
|||
;01 Apr |
|||
:Delphine in Paris |
|||
;08 Apr |
|||
:Delphine on a bike |
|||
;15 Apr |
|||
;22 Apr |
|||
;29 Apr |
|||
;06 May |
|||
;13 May |
|||
;20 May |
|||
;27 May |
|||
;03 Jun |
|||
;10 Jun |
|||
;17 Jun |
|||
;24 Jun |
|||
;01 Jul |
|||
;08 Jul |
|||
;15 Jul |
|||
;22 Jul |
;22 Jul |
||
| Line 72: | Line 11: | ||
;12 Aug |
;12 Aug |
||
:Henry away - no game |
|||
;19 Aug |
;19 Aug |
||
Revision as of 20:55, 5 August 2026
Weekly Games
2026
- 22 Jul
- Craig away
- 29 Jul
- 05 Aug
- 12 Aug
- Henry away - no game
- 19 Aug
- 26 Aug
- 02 Sep
- Andy away
- 09 Sep
- 16 Sep
- 23 Sep
- 30 Sep
- 07 Oct
- 14 Oct
- 21 Oct
- 28 Oct
Other Events
Meet - Meeting
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?
Summary: John is insane. Each PC is a Voice in John's Head, and you compete with the other Voices to complete your obsessions. -- Henry
Date output script
count=7; for week in {1..52}; do echo -n \; ; date --date="+$count days" "+%d %b"; count=$(expr $count + 7); echo; done
Where count is the number of days to the next Wednesday.