I'd like to see a fully distributed version. All you need is 4B hosts (IPV6 FTW) named N.domain.com (where N varies from 0 to 4B-1). The driver app sends N to the first host (0.domain.com). Each host compares the incoming N with their N.domain.com name; if they match, return the host's true/false value. If they don't match, forward the request to (N+1).domain.com and return the result.
Also, I think this can easily be implemented; you don’t need 4B hosts, just 4B DNS entries, and those, you can create with a single wildcard entry (https://en.wikipedia.org/wiki/Wildcard_DNS_record)
I read an article many years ago on programing Othello. I think it was BYTE Magazine, circa early 1980s. It mentioned pitting an app using a simple heuristic technique similar to the one you describe against an app using an equally simple (but devastatingly horrible) "flip the most squares" approach.
The heuristic algorithm won by a landslide -- 60 to 4 or worse (I don't remember exactly).
Not the article you mention but there is a fun article in this BYTE from 1981 on a computer Othello tournament that really illustrates how far we've come. This edition of tha mag is also notable for its point in time history, as it has an editorial about the coming IBM PC and quanit ads from Apple and Microsoft that give no clue as to the revolution coming.
SEQUENCEs, used to implement SERIAL and BIGSERIAL primary keys, are not transacted. "BEGIN; {insert 1,000,000 rows}; ROLLBACK" always adds 1,000,000 to the table's primary key SEQUENCE, despite the ROLLBACK. Likewise for upsert (via INSERT ON CONFLICT).
The end result: A table's SERIAL (32-bit signed integer) primary key can overflow even when it contains far fewer than 2^31 rows.
this also matters if you do a lot of upserts on a table that are predominantly updates. postgres requests an id from the sequence for each row of the incoming data ahead of time since it doesn't know which rows are updates and which are inserts. the sequence doesn't reset down for the unused so this can eat through it unexpectedly quickly.
if you hit the max integer for the sequence and need space to implement a fundamental fix you can quickly change the sequence to start at -1 and go down. there's no issue with negative ids since they're also integers.
In Florida, living between the coast and the everglades, rain is a daily occurrence. Having grown up there for 20 years, I feel that rain doesn't phase me at all.
I have questioned the averseness northerners have towards getting wet. Living in Maryland now, so many I've interacted with will just not go outside all day if there is rain. They've been raised by parents who've trained them to wait for the rain to stop, to postpone yardwork, to waste time and space fiddling with umbrellas.
Is it just a comfort thing, or is there a real advantage to waterproof/breathable clothing?
I get this — but in the Lakes district (England) or anyplace in Scotland, rain at 40F is still common yet folks are unperturbed and continue their daily outdoor activities.
It's amazing how effective a wool sweater and coat can be in those situations. They're very breathable and hydrophobic. I don't think they'd work for the pro cyclist but they're great for the layers-oriented worker.
A lot of this is because it rains so often if you didn’t get used to it you’d never do anything.
Same with golf, most golfers in UK and Ireland will have extensive rain gear, umbrellas etc to play golf otherwise they’d be limited to like 4 weeks a year.
When I lived there I had that gear too but when i lived in Texas I just didn’t play when it rained as I knew a sunny day was around the corner, year round.
Florida rains everyday in the Orlando area but only for an hour and most of th time it’s dry and sunny.
There is a world of difference if you can get into a warm place within minutes, or every now and then.
I also don’t care about rain when going shopping, or walking through the park, or for tourism. But I’ll be extra careful if I’m trekking or biking, as there’s just no option to quickly move to a resting place if I get too wet or too cold. It’s not like I’ll hop into a Starbuck in the middle of the mountain trail.
I haven't been to Florida for many years but this was my experience, when the rain drops it's like being in a shower. You keep wearing light summer clothing so you dry out quickly even if you get caught.
As others have pointed out, getting we when its 40F can quickly turn into hypothermia really fast. You can also get sweaty, then cold on a 40-50F day in a rain jacket if you're moving around a lot. Being cold and wet is no joke.
When I lived in south Florida, it would rarely rain 24/7. I now live in the PNW where it does rain 24/7 for about 9 months of the year. And it is cold.
My guess is that it's a suburban thing. People are almost always 'indoors', home or car. The standard for what's acceptable outdoor weather is high.
Visit a northern urban downtown. You will see plenty of people who pay little attention to the rain - not even rain jackets or umbrellas. They just go about their day.
Cold vs. warm rain is a huge difference. I lived in coastal California and road my bike to work all year, it could be 40F and raining, if you don't have a waterproof jacket you'll be freezing really fast. You'll be sweaty inside because they don't breathe perfectly but you won't freeze. In warm tropical rainy places you can just get wet from rain and not really worry.
This strikes me as odd. I live in Wisconsin, which is not particularly rainy, but also not a desert. I'm a cyclist, for recreation and utility. On rainy days, there are certainly fewer people out on the bike paths, but far from zero. Likewise during the winter. I see people walking past my house, and at the parks, when it's wet out.
There are also people who don't like to be outdoors under those conditions, or who think that it's brave of me to ride my bike to work at -20 F, but I remind them that people work outdoors all day in places like Alaska, and survive.
Naturally, thunderstorms get a bit more attention. Those can produce hail and tornadoes, or blow down trees, with little provocation.
I'd actually rather be out at -20F than +30F. Once things have frozen, there's no risk of being cold and wet at the same time, which is harder to dress for than just being cold.
That's the real issue in Maryland and similar latitudes. We often alternate between sub-freezing and above-freezing temperatures. Snow falls, melts, and then accumulates in large puddles. Bonus: on a particularly cold night, the puddle freezes on top, and then you fall through.
I'm not trying to win some kind of misery Olympics. But mid-temperatures can be tricky to handle in ways that aren't obvious.
i'm a northerner (chicagoland) and i loved rain, and never understood the point of umbrellas after having one as a little kid for going to school. i think there are lots of us, but rain at 35 fahrenheit drains heat faster than rain at 80 fahrenheit, so it's true we liked warm rain way way more.
If I tried to work in my yard while it’s raining it would cause too much damage that’s too much work to repair . I don’t even do yard work for a couple days after it rains. This is solely for practical reasons for me.
They could. They tried to make a metric chain (2cm spacing rather than 1 inch) but it didn't catch on. Campy has kind of done that with their weird pull ratios right? Or does that only make sense if Campy was second to some drivetrain size (I'm not sure who was first or second to each cassette size).
An acquaintance of mine was a team manager for a government-welfare phone-support entity. The other two managers' names were D'eath and Bludd. My friend married a man named Paine.
So the phone-support teams were managed by Blood, Death, and Pain. It's one of the most wonderful matchups I've ever seen.
Is this concept often mentioned in mainstream media? This is mentioned a lot around here.
My hypothesis is that a "hn-bias" makes commenters more likely to mention it because they learned here that there is an explicit concept to arrange these funny coincidences, and moreover there is some quantitative work that has been done on the subject.
But it could be a variant of frequency illusion/Baader-Meinhof phenomenon (what would be its name?).