Hard to believe any cache could survive the gale force winds ripping over those hilltop. Hunted for some time, including getting a view as per the hint, without luck.
Found after an extended hunt, not where the hint would suggest. Looks like it blew quite a way away! Returned to pave specified by coordinates and hint. Log extremely wet, hard to sign.
You were right about the views from up here, though!
Don’t want to be a grass, but I don’t think that’s legal tinder. End of this road for me, need to loop a different direction now to stay on schedule for my planned
arrival at the 2022-02-20 52 -1 geohashpoint!
Found, but only thanks to the hint! My GPSr had me on the wrong side of the road. In case anybody else is similarly affected, I found the
cache about 11m away from where I expected to, at N 52 23.698, W 002 10.330. TFTC!
The recent winds had blown this little lady clear of her hiding place and into the tree next door. Thankfully I was able to retrieve her by her tether and return her to where (it looks
like) she belonged. Log starting to take on water but not in need of maintenance yet, but possibly worth replacing the seal on the container later in the year. TFTC!
I had to give up on the trail to Deansford Lane: too muddy for my boots! Instead heading East, I found this delightfully noisy cache! Bit of a stretch to reach but managed in the end,
and honestly spent longer retrieving the log than hunting for the cache. Genius, FP awarded.
First place I looked, but I still squeaked with delight to see the cache container! There were many options for my stop-and-cache plan on today’s journey, but I’m already glad I chose
here: these caches are awesome, and that’s coming from somebody who normally hates nanos. FP awarded.
On a geohashing expedition, between the 2022-02-19 52 -2 and 2022-02-20 52 -1 hashpoints, I decided to pull over and do a little geocaching. This first find was very easy – coordinates
were spot on, and the container’s unusual design stood out to me. I love a good “concealed in plain sight” cache. TFTC.
I’ve a rare opportunity today to expand my Minesweeper grid by reaching a hashpoint in 52 -2. Also, to engage in my established tradition of “getting outside and exploring” on 19
February (in memory of my father, the most “get outside and explore” person I ever knew, who died ten years ago today while, you guessed it, getting outside and exploring).
I’ve booked some accommodation nearby with a view to seeing some of the Wye valley while I’m here.
Expedition
It’s become traditional that I mark the anniversary of my father’s death with an outdoors adventure: he was a huge fan of
getting outside and exploring the world (and, indeed, died during a training exercise for a planned expedition to the North Pole). Sometimes (e.g. 2014-02-19 51 -0, 2021-02-19 51 -1) this coincides with a geohashing expedition; today was one of those days.
I’d originally hoped to spend a long weekend on this, the tenth anniversary of his death, trying to clear two or three of my three unfinished corners of the minesweeper grid centred on my home graticule. This would have involved a possible quick day trip to this graticule followed by a camping expedition along the South coast to try to pick up the remaining two. However,
it was clearly not to be: for a start, all of the weekend’s hashpoints on the South coast graticules turned out to be at sea! But even if that weren’t the case, I was hardly likely to
go camping on the coast during the “red warning” of Storm Eunice! So I revised my plans
and changed my expedition to find this hashpoint (still gaining one more part of my grid), then stay over in the graticule before possibly heading East for one or two more over the
coming day(s).
I drove up to the village of Kinnersley and parked at (52.253611, -3.0975) in the car park of
the Church of St James. From there, I walked up the footpath to the North, through three fields, until I reached the edge of the orchards near which I’d surveyed the hashpoint to be.
The fields were incredibly muddy following the recent heavy rain. It soon became apparent that the hashpoint was on the near-side of the hedgerow and thankfully not in the orchard
itself, so I walked along the edge of the hedge until I reached it at 15:45:07.
Returning to my car, I drove on to my accommodation, took a walk around the village, then pressed on in the morning to the 2022-02-20 52 -1 hashpoint!
Tracklog
My GPSr kept a tracklog of my entire two-day expedition:
Different games in the same style (absurdle plays adversarially like my cheating hangman
game, crosswordle involves reverse-engineering a wordle colour grid into a crossword, heardle
is like Wordle but sounding out words using the IPA…)
I’m sure that by now all your social feeds are full of people playing Wordle. But the cool nerds are playing something new…
Now, a Wordle clone for D&D players!
But you know what hasn’t been seen before today? A Wordle clone where you have to guess a creature from the Dungeons & Dragons (5e) Monster Manual by putting numeric values into a
character sheet (STR, DEX, CON, INT, WIS, CHA):
Just because nobody’s asking for a game doesn’t mean you shouldn’t make it anyway.
What are you waiting for: go give DNDle a try (I pronounce it “dindle”, but you can pronounce it however you like). A new monster
appears at 10:00 UTC each day.
And because it’s me, of course it’s open source and works offline.
The boring techy bit
Like Wordle, everything happens in your browser: this is a “backendless” web application.
I’ve used ReefJS for state management, because I wanted something I could throw together quickly but I didn’t want to drown myself (or my players)
in a heavyweight monster library. If you’ve not used Reef before, you should give it a go: it’s basically like React but a tenth of the footprint.
A cache-first/background-updating service worker means that it can run completely offline: you can install it to your homescreen in the
same way as Wordle, but once you’ve visited it once it can work indefinitely even if you never go online again.
I don’t like to use a buildchain that’s any more-complicated than is absolutely necessary, so the only development dependency is rollup. It
resolves my import statements and bundles a single JS file for the browser.
Off the back of my recent post about privileges I enjoy as a result of my location and first language, even at my highly-multinational employer, and inspired by my colleague Atanas‘ data-mining into where Automatticians are
located, I decided to do another treemap, this time about which countries Automatticians call home:
Where are the Automatticians?
If raw data’s your thing (or if you’re just struggling to make out the names of the countries with fewer Automatticians), here’s a CSV file for you.
To get a better picture of that, let’s plot a couple of cartograms. This animation cycles between showing countries at (a) their
actual (landmass) size and (b) approximately proportional to the number of Automatticians based in each country:
This animation alternates between showing countries at “actual size” and proportional to the number of Automatticians based there. North America and Europe dominate the map, but there
are other quirks too: look at e.g. how South Africa, New Zealand and India balloon.
Another way to consider the data would be be comparing (a) the population of each country to (b) the number of Automatticians there. Let’s try that:
Here we see countries proportional to their relative population change shape to show number of Automatticians, as seen before. Notice how countries with larger populations like China
shrink away to nothing while those with comparatively lower population density like Australia blow up.
There’s definitely something to learn from these maps about the cultural impact of our employee diversity, but I can’t say more about that right now… primarily because I’m not smart
enough, but also at least in part because I’ve watched the map animations for too long and made myself seasick.
A note on methodology
A few quick notes on methodology, for the nerds out there who’ll want to argue with me:
Country data was extracted directly from Automattic’s internal staff directory today and is based on self-declaration by employees (this is relevant because we employ a relatively
high number of “digital nomads”, some of whom might not consider any one country their home).
Countries were mapped to continents using this dataset.
Maps are scaled using Robinson projection. Take your arguments about this over here.
The treemaps were made using Excel. The cartographs were produced based on work by Gastner MT, Seguy V, More P. [Fast flow-based algorithm for creating density-equalizing map
projections. Proc Natl Acad Sci USA 115(10):E2156–E2164 (2018)].
Some countries have multiple names or varied name spellings and I tried to detect these and line-up the data right but apologies if I made a mess of it and missed yours.
There’s a bird feeder in my garden. I’ve had it for about a decade now – Ruth got it for me, I think, as a thirtiethbirthday present – and it’s still going strong and mostly-intact, despite having been uprooted on several
occasions to move house.
I like that I can see it from my desk.
A woodpecker’s been a regular visitor this winter.
This month, though, it lost a piece, when one of its seed cages was stolen in a daring daylight heist by a duo of squirrels who climbed up the (“climb-proof”) pole, hung upside-down
from the hooks, and unscrewed the mechanism that held the feeder in place.
Not content to merely pour out and devour the contents, the miscreants made off with the entire feeder cage. It hasn’t been seen since. I’ve scoured the lawn, checked behind
the bushes, peered around bins and fence posts… it’s nowhere to be found. It’s driving me a little crazy that it’s vanished so-thoroughly.
Artists’ recreation of one of the culprits. (Courtesy @mikebirdy.)
I can only assume that the squirrels, having observed that the feeder would routinely be refilled once empty, decided that it’d be much more-convenient for them if it the feeder were
closer to their home:
“Hey, Coco!”
“Yeah, Peanut?”
“Every time we steal the nuts in this cage, more nuts appear…”
“Yeah, it’s a magic cage. Everysquirrel knows that, Peanut!”
“…but we have to come all the way down here to eat them…”
“It’s a bit of a drag, isn’t it?”
“…so I’ve been thinking, Coco: wouldn’t it be easier if the cage was… in our tree?”
Scene of the crime.
I like to imagine that the squirrels who live in whatever-tree the feeder’s now hidden in are in the process of developing some kind of cargo cult around it. Once a week, squirrels sit
and pray at the foot of the cage, hoping to appease the magical god who refills it. Over time, only the elders will remember seeing the feeder ever being full, and admonish their
increasingly-sceptical youngers ones to maintain their disciplined worship. In decades to come, squirrel archaeologists will rediscover the relics of this ancient (in squirrel-years)
religion and wonder what inspired it.
Or maybe they dumped the feeder behind the shed. I’d better go check.