Thalfon

joined 2 years ago
[–] Thalfon@sh.itjust.works 4 points 2 days ago

In terms of automated suggestions, I've had some luck with Storygraph. It has better recommendations than Goodreads, as it actually tries to go by your reading history and recent reads, and allows you to filter by factors like mood, pacing, genre, page count, etc.

It's not perfect by any stretch, but it has found me stuff that I wouldn't have otherwise spotted.

Asking a local librarian is also an option. They're usually happy to offer suggestions, and I've seen it in some cases where the library's website has means to send a request for recommendations online.

[–] Thalfon@sh.itjust.works 2 points 5 days ago (1 children)

Mary Simon, a Canadian citizen and an indigenous person (Inuk on her mother's side) who was chosen by Queen Elizabeth for the role on the advice of then prime minister Trudeau.

While the role has formal diplomatic ties to the monarchy, it is a Canadian who holds it and the prime minister who really selects them (in the guise of advising the crown on who to select).

Of course the monarchy has diplomatic power here (all the rich and powerful do) but the governor general isn't really an example of the crown being able to issue us orders or the like.

[–] Thalfon@sh.itjust.works 2 points 1 week ago (1 children)

I sorta remember Earth: 2025 and Utopia being a bit like that. You'd generate turns over time and login once or twice a day to spend the turns. Not sure if that's exactly what you meant by BBS though, and the only ones I know offhand I think were all late 90s starts.

[–] Thalfon@sh.itjust.works 5 points 1 week ago (1 children)

If anything it's more of a language thing that stuck when translated. Japanese uses their word for confession (kokuhaku) both for confessing to a crime and professing one's love/attraction. The latter is also often how people are asked out (think "I really like you, do you want to go for dinner" -- the "I really like you" bit is the "confession").

It could've been localised as asking out instead, but the more literal translation was used often enough to become normalized. So now we see "he confessed to her" instead of "he asked her out" in translations a lot when the former is a fairly typical Japanese way of saying the latter.

[–] Thalfon@sh.itjust.works 13 points 2 weeks ago

"It is important, when killing a nun, to ensure that you bring an army of sufficient size. For Sister Thorn of the Sweet Mercy convent Lano Tacsis brought two hundred men."

  • Red Sister, Mark Lawrence.

Good book if you want something a bit like Harry Potter but aimed at a more mature audience and not funding the stripping away of human rights.

[–] Thalfon@sh.itjust.works 7 points 2 weeks ago

A little over a decade back, I had a laptop that came with Windows 8 but didn't actually meet the specs for it. I installed Ubuntu back then to get the thing to run reliably, and it performed really well that way.

On my home computers I kept using Windows, but with the trend toward less ability to control your system, more ads and AI nonsense being baked in, and just general bloat, when they announced the end of life for Win 10, I decided I'd switch to dual booting Linux Mint at the start of the summer. (I'm a teacher, and it seemed like the best time was when I could deal with my computer being on the fritz for a while if I messed it up.)

I set it up as dual boot because I figured here and there I'd still need to go back to Windows for some specific reason or other but that was back in early July and I've yet to encounter a reason why I really need Windows, so I genuinely haven't booted to Windows even once since the time I originally setup the dual boot and made sure it was working.

Honestly, so much of what we do these days takes place in browser windows that it barely feels different, other than it runs a little smoother and I occasionally have to run an old windows app through Lutris. (Had it installed anyway for games from GOG, and it turns out it works just as well for non-gaming apps.)

[–] Thalfon@sh.itjust.works 13 points 2 weeks ago

A redemption arc this late would've had to have been quietly making a great game, no big announcements in advance until it was done or nearly so and playable, and then letting it speak for itself.

[–] Thalfon@sh.itjust.works 3 points 2 months ago (1 children)

The baffling thing to me is that it was LinkedIn. Like, I'm sure Sam went with whoever was offering the most, but LinkedIn thinks the Dropout audience is a good target demographic for them? That at least feels unlikely, though perhaps the price tag was simply very small compared to what they normally work with. (Or maybe there's one or two people at LinkedIn who are into Dropout and managed to pitch it lol.)

Then again, I'm probably way out of the loop out that site. Or on how advertising works effectively.

[–] Thalfon@sh.itjust.works 2 points 3 months ago

For anyone who's not aware, letters to your MP (and certain other members of the federal government) are postage free, so you don't need a stamp.

https://www.canadapost-postescanada.ca/cpc/en/support/articles/government-mail-free-of-postage/overview.page

Note this doesn't apply to provincial positions, so you'd have to stamp a letter to an MLA.

[–] Thalfon@sh.itjust.works 2 points 5 months ago

It dependshow they did it. If they did the entire roll twice (crowd all rolls, pick most common, crowd all rolls again, pick most common again) and picked the best result out of those two, it would not be different than rolling normally with advantage (since it would effectively just be a very fancy and complicated way of rolling a d20 twice and taking the better result). This is almost certainly what happened (if not for the below reasons, then because it would be much less complicated technically to perform than anything else).

But suppose they just gave each individual person advantage, and then picked the most popular roll out of all those advantage'd rolls. (That is, if I rolled an 8 and a 15 on my phone, only the 15 would get compared with everyone else's advantaged roll.)

Out of 400 ordered pairs of 2d20 rolls, the number of combinations which occur for each roll are 2n-1. For example, to roll a 15 with advantage there are 2(15)-1 = 29 possible ways to do so: a 15 on the first die, and anything from 1-15 on the second, or a 15 on the second die and anything from 1-15 on the first for what seems like 30 combinations, but we've double counted the case where we rolled 15 on both tries, so we subtract one to get 29.

Notice that the sum of (2n-1) for n=1..20 (that is 1 + 3 + 5 + ... + 37 + 39) is exactly 400, the total number of combinations we expect.

So the probability of a nat 20 with advantage is 39/400. So what we're actually asking is when 20,000 people roll with advantage, what are the odds that any of the other numbers, like 19 which has a 37/400 chance each time, still somehow get rolled more often than a nat 20?

I do not know how to actually compute that - it's complicated beyond my skill - but the law of large numbers suggests that as the crowd gets bigger that number should get very, very small indeed, and in fact the probability of not rolling a nat 20 would converge to 0 as crowd size went to infinity.

I tried tossing together some python to experiment: out of 10,000 attempts using this method, and presuming a crowd of 20,000 who all rolled. Out of 10,000 trials, a nat 20 was rolled 9454 times, a 19 was rolled 545 times, and an 18 was rolled 1 time. It never rolled below 18 using this method in 10k attempts. So, I'm guessing that's not what they went with.

[–] Thalfon@sh.itjust.works 2 points 6 months ago (1 children)

Gastronauts has done a casting call for season 2 already, and I think the loss of PIBE had less to do with other shows taking its spot, and is more just on its own merits. It either wasn't successful enough on Dropout (where so much of the marketing is things like insta/yt shorts/etc.), or Zach and Jess are prioritizing other things, or some combination of both. I don't think anyone official has really said. (I'm not even sure we officially know there won't eventually be a season 3.)

I definitely miss PIBE personally. I thought season 1 was pretty decent even though it got pretty badly panned in general, and season 2 was incredible. For what it's worth Zach and Jess did a 300 episode podcast called "Off Book" which is similar vibes.

[–] Thalfon@sh.itjust.works 3 points 7 months ago* (last edited 7 months ago)

I don't go in person to the library super often any more, but when I did I got in the habit of grabbing one book semi at random off the shelf. I say "semi at random" because it's probably from a section I enjoy (likely fantasy) and I'll quickly vet it as something I would at least possibly enjoy. But otherwise, just grab a random thing.

Pair that with a willingness to stop reading a book if you're not really into it, and sometimes you find gold where you'd normally not have thought to go looking. (A willingness to not be stuck with a book can go a long way toward making it easier to start one, in my experience.)

 

If you do not own the deluxe upgrades for HoT and/or PoF and were thinking about getting extra character slots anyway, you can get the slot plus other bonuses for 40 gems less than just the discounted character slot alone right now.

The PoF one also has a lounge pass (Lily of the Elon, near Amnoon), which is very nice if you don't already own one. They both have a few cosmetics.

It doesn't show a time in-game when the deal will end unfortunately (instead just shows the "1 available at this price" message) and I couldn't find that info elsewhere.

view more: next ›