Slightly Foxed

Feb. 25th, 2026 06:35 pm
ffutures: (Default)
[personal profile] ffutures
Something I didn't expect to see when I was walking down Harley Street on Saturday afternoon (having accidentally stayed on a bus a couple of stops past my destination, since I wouldn't normally have been there)...



Didn't seem at all worried by humans, just wandered along the road and stopped to scratch a bit while I was taking the photo. I'm guessing it came from Regent's Park, which is just the other side of Marylebone Road. Harley Street was very quiet, with very little traffic and few pedestrians, which may help to explain it. Couldn't stop to take more since I was headed for a bus stop and the Transport for London phone app said the bus I wanted would be there in a couple of minutes (which it was).

Full-sized version here

https://www.flickr.com/photos/150868539@N02/55114619271/in/dateposted-public/

dewline: Text: Trekkish Chatter Underway (TrekChatter)
[personal profile] dewline
Sharing a note with you all. The book that inspired the first of my in-progress star-mapping projects has had its first volume remastered properly, also accounting for revelations found in assorted episodes of Strange New Worlds.

Details here.

If your Trek fandom leads you in the direction of trying to understand the Federation as a nation...this is a fanfic for you.

Feb 24, 2022 [curr ev, war]

Feb. 24th, 2026 07:21 pm
siderea: (Default)
[personal profile] siderea
2026 Jan 20: ApasheOfficial on YT [music video]: Kyiv by Apashe & Alina Pash

Apologies and short catch-up

Feb. 24th, 2026 06:31 pm
rolanni: (Default)
[personal profile] rolanni

We seem to have gotten behind here.  My apologies.  Allow me to sum up.

On Saturday, February 21, I gave my presentation at the Waterville Public Library to a small, but enthusiastic room.  Questions were asked and answered, books were signed.  I had a good time.

I came home and collapsed, got up Sunday, did some work on the WIP, cleaned up the chaos in my "business office," and noticed that my back was hurting.

Aha!  I said to myself.  Self, this is a perfect time to test the pain-killing features of a thc gummy (1/4 strength).  Possibly, I was not wrong; nonetheless, it wasn't my best thought ever.  It turns out that thc, even in small amounts, gives me a Really Ugly high, which I could have put up with, if it had nailed the pain, which it didn't.  Worse, it didn't even put me to sleep.

Followed Monday, with back pain and exhaustion, being treated with Motrin Duo, and today, Tuesday, when I though I had gotten ahead of it, and actually worked an hour on the WIP this morning  before the pain came screaming back, so that's two lost days, and I?  Am not amused.

I am feeling somewhat better this evening -- witness the fact that I am writing to you here.

 I thought I had to go out tomorrow for a bone density test, and was weighing the wisdom of that, but it seems I misremembered, and the test is on Thursday afternoon, by which time, she said sternly, I hope to GHOD I'm back to what I like to call normal.

So, in terms of catch up -- y'all didn't miss much, and I'm actually glad you missed most of it.  Here's a pic from my talk. Photo by Kiri Guyaz.


Books read in 2026

Feb. 24th, 2026 06:06 pm
rolanni: (Reading is sexy)
[personal profile] rolanni

9   *I Dare (Liaden Universe® #6), Sharon Lee & Steve Miller*
8   Cuckoo's Egg, C J Cherryh, (audio first time)
7   *Plan B, (Liaden Universe® #4), Sharon Lee & Steve Miller
6   Getting Rid of Bradley, Jennifer Crusie (audio first time)
5   *Carpe Diem (Liaden Universe® #3), Sharon Lee & Steve Miller
4   *Conflict of Honors (Liaden Universe® #2), Sharon Lee & Steve    Miller
3   *Agent of Change (Liaden Universe® #1), Sharon Lee & Steve                 Miller
2   A Gentleman in Possession of Secrets (Lord Julian #10), Grace             Burrowes (e)
1   Spilling the Tea in Gretna Green, Linzi Day (e)

________
*I'm doing a straight-through series read in publication order

**I screwed up and moved right on to I Dare from Plan B, therefore deviating from publication order.  I will now amend myself and go back to pick up Local Custom.


(no subject)

Feb. 24th, 2026 10:42 pm
jayblanc: (Default)
[personal profile] jayblanc
Linux is Too Big To Survive,
Or How the Bazar built a Cathedral.

Recently I had that regular occurrence for any sysadmin of needing to rebuild and migrate a disk array. And during that I decided to see if vanilla[1] Linux's LVM and BTRFS raid solutions were fit for use. I eventually found they are not, and had to rebuild the array once again. A combination of poor performance, no RAID5/6 consistency guarantee, and over complex management needs and ability to eat all the data in the entire array if you reboot during a disk migration.

And yet, somehow BTRFS and LVM are used by Amazon and Synology in production and consumer systems. So how does that work? Well, it's because they use their own customised versions of Linux with special sauce added that fix up the problems extant in the vanilla Linux kernel. If you've ever pulled the disks from a Synology NAS, you'll find that the on disk format is almost but not quite identical to that used in vanilla Linux, and different enough to cause problems recovering data from them. And importantly, there's no real interest from Synology and Amazon to get their special sauce into the vanilla source. It's a nice competitive advantage to have their proprietary system that works well and no one else has. It's very hard to work out from what Synology publish, how to apply their changes back to the to Linux. And Amazon don't have to distribute their internal changes at all because they keep it entirely in-house and don't let others use it. And other companies do the same with so many other parts of Linux, and some of them[2] do so with inscrutable compiled binary[3] distributions that go against the whole idea of open source development.

So how did we get here? Two reasons. The first is that in the old days of open source operating systems, hardware manufacturers had no interest in developing device specific system software (device drivers) for niche hobbyist operating systems. The expectation was that at most you might get the technical specifications of the devices, or you might have to reverse engineer the device to work out how the operating system needs to talk to it. This lead to Device Drivers being developed in and bundled with the Open Source Operating System Kernels, or developed by what ever niche interest group needed them. This was, for a long time, how the Linux Kernel operated having inherited this from previous open source operating system projects. There would be the "in-tree" developed hardware drivers managed by the Linux Kernel Mailing List (LKML), then there would be other "out-of-tree" developed hardware drivers managed by the likes of Linux-TV and V4L groups that had a niche interest in broadcast media and CCTV hardware. And the occasional hardware producer that wanted to have a free embedded OS on their device.

And that last one is where things went a bit screwy. A company called Tivo created one of the first Set Top Boxes that could record, replay, pause and rewind LiveTV. And it ran Linux inside the box. But they only published the bare minimum on how the OS ran, and had controls to prevent the device's operating system being directly accessed or altered.

For many LKML developers this was viewed as an Existential Threat. And one that coincided with the introduction of secure-boot[4] methods, intended to lock down things such as public terminals and office desktops from third parties trying to interfere with the OS. The LKML named this "Tivoization" and declared it something to be combated. First they started to argue that these were violations of the 'GPL2'[5] document used as a license to distribute Linux. It should be noted that these arguments came from software engineers, not lawyers. In addition they encouraged out-of-kernel developers to merge their organisations into the LKML, eventually resulting in official policy that the LKML would not take into account any issues their changes might make to out-of-kernel drivers.

This led to the current situation, Linux has a policy that it does everything possible to avoid breaking the applications that run on Linux. It has no such policy for out-of-tree developed drivers, and those can not only be broken by changes between major versions of Linux, but can sometimes also be broken by changes to the 'Long Term Support' versions. But more importantly, it did nothing to stop "Tivoization". There are now plenty of small embedded devices running Linux that include binary blobs and boot time intrusion prevention. Your TV might be one of them, your home router almost certainly is.

The result of this is that now the vast bulk of the LKML distributed Linux Kernel is Device Drivers. And all of this code is in variable states of maintenance and quality. Occasionally they will prune some of the drivers after deciding that no one running a current version of Linux needs them. Sometimes they just sit there for ever. Sometimes they unintentionally became support structures for other drivers and can't be removed without massive restructuring. In the world of computer systems this is called "technical debt", old decisions that cause problems for future development. And if you want to get your driver into the vanilla kernel and be a sanctioned in-tree kernel driver, you need to abide by the design and conduct choices and social structure of the LKML. Suffice to say that discussion of what that means is out of scope for this article.

There are now very few major out-of-tree but still open source Kernel Drivers. Returning to the original paragraphs of this article, one of them is OpenZFS. OpenZFS is a high performance file system intended for use with disk arrays and gives a highly functional and robust RAID and disk recovery implementation. It also inherited a software licence from it's original project that while still fully open source, is considered legally incompatible with the GPL2 by the LKML developers, so it can never become an in-tree driver. This is despite the licence actually being a stronger open source protection, as it prevents any of the code submitted being patented by the submitter. OpenZFS is a substantially better disk array file system than BTRFS and LVM on Linux. And it has major industrial backing, because the ZFS file system is deployed heavily throughout enterprise systems. But if you want to use it on Linux, it means you have to use OpenZFS's out-of-tree drivers. Which means you can only use the specific versions of the Linux Kernel known to safely work with OpenZFS. Try to replace your Linux Kernel with a new one that has an incompatibility, and you lose access to the disk array. The consequences are the same for smaller niche hardware that doesn't have the backing to get through the LKML gauntlet to become an in-tree driver.

The proponents and supporters of the GPL2 supported it as being an alternative to giant corporate close-source monolithic development. That instead of a Single Software Cathedral, you could have a bazar marketplace of smaller developers each contributing to individual, joint or distributed projects. But the irony of the LKML interpretation of GPL2 and the organisation practices of the LKML has been to create a new Cathedral. One that is accruing vast amounts of technical debt.

So what is the future of Linux with all this technical debt hanging over it?

First possibility is that it gets hard forked. Which means someone steps in, takes a copy all the public code (called forking the source tree), creates a new organisation, and starts developing a new Linux with different policies. And this could happen multiple times, with all different interested groups making their own Linux. And the thing about this is that it's the one that is already happening. Android is a hard fork of Linux sponsored and organised by the Alphabet corporation to run on phones and TVs. The majority of corporate Linux distributes manage a soft fork of the Linux kernel with patches and maintenance reviews of their own. Ubuntu and Red Hat ship their own versions of the Linux Kernel Source Code. It's quite possible that eventually this turns into a hard fork. If this progresses, then eventually the LKML lose relevance as they become more and more detached from where Linux is used.

Second possibility is that the LKML slims down. That they abandon the policy against supporting out-of-kernel development, and spin off the device drivers to independent projects. In some cases this would be spinning them off when they had been independent projects in the first place. Development by 'Special Interest Groups' is actually the way almost all major standard hardware systems get developed. Combinations of corporate, government and academic interests combine to work together on a project researching and developing a new technology. The LKML actually has very little sway on hardware development, because it simply isn't organised to recognise that special interest groups exist outside the LKML. Currently hardware is near universally developed without any regard to the LKML[6]. By divesting of driver development to special interest groups, open source operating development would actually get a stronger voice on hardware development. In a sense, this too also happens in that some parts of driver development are allowed their own soft-fork that is managed under the LKML organisation, with changes back-ported. One example is the DRM-Next source tree, which handles Graphics Drivers where a powerful enough group of special interest exists. Out of kernel development of drivers that can be packaged alongside a kernel used to work in the past, it can work again now. It just needs the LKML to decentralise and spin off, and start to get a handle on dismantling the technical debt.

Or maybe something in the middle happens. And we end up with semi-soft forks of the Linux Kernel, organising Special Interest Groups. But in that situation the LKML will struggle on under the technical debt of trying to include as many in-tree drivers as possible while not supporting out-of-tree special interest developments.

What I hope is that Linux doesn't collapse under completely unmanageable technical debt. And it fracturing into corporate owned distributions of their secret special sauce versions.

--
[1] A Linux kernel compiled from the publicly distributed source code release from the Linux Kernel Mailing List operated kernel.org repository. For reasons discussed, this is not the same as the Kernel that is actually used by anything other than hobbyist distributions.
[2] The notable example being Nvidia.
[3] For non-technical readers, a compiled binary is the raw machine level instructions. They are generated from the computer program's 'source code' designs that developers create, and binaries can be hard if not impossible to deconstruct back to their original design work. Think of it like trying to identify the ingredients in a can of soup without the label. To even start, you need a special tool to open the can.
[4] Opposition to Secure Boot was based on some faulty assumptions about the intent behind it, and ignoring the clear needs when you have devices that are publicly physically accessible but need to handle confidential data such s payment processing. Eventually, and with a push from third party vendors, Secure Boot was embraced by the LKML.
[5] GPL2 can be read so as to imply that you can not distribute incompatibly licensed software that 'links' to a binary API because that makes it 'part' of the licensed software. Even where the license is also an open source licence. This is disputed, and it is in my view not something the licence can legally establish as a binding term. However, LKML developers have taken to marking certain API calls to be accessed by GPL2 software only. This is of course only obeyed by people trying to respect the LKML developers opinion on this.
[6] There has been a fair amount of antagonism between Hardware standards development and the LKML, due to a tendency to make public statements decrying flaws in hardware designs after those hardware designs had been set in silicon for years and are now hard to change. At one time it was a common refrain on the LKML that users should 'fix their hardware'.

multi-fandom post

Feb. 24th, 2026 09:39 pm
goodbyebird: Captain America 2: Natasha and Steve. (Avengers how about a friend)
[personal profile] goodbyebird posting in [community profile] fandom_icons
01-04 the x-files
05-12 starfleet academy
13-16 st voyager + discovery
17-20 sw prequel movies + mandalorian
21-26 fallout
27-31 comics
32-36 misc tv
37-40 movies (eileen, inside out, batman returns)



H E R E

Climate Change

Feb. 24th, 2026 02:31 pm
ysabetwordsmith: Cartoon of me in Wordsmith persona (Default)
[personal profile] ysabetwordsmith
Space lasers reveal oceans rising faster than ever

A new 30-year analysis reveals that melting land ice is now the main force behind rising global sea levels. Researchers discovered that oceans rose about 90 millimeters since 1993, with most of the increase coming from added water mass rather than just warming expansion. Ice loss from Greenland and mountain glaciers accounts for the vast majority of this gain. Even more concerning, the rate of sea-level rise is accelerating.

Poetry Fishbowl on Tuesday, March 3

Feb. 24th, 2026 02:27 pm
ysabetwordsmith: Cartoon of me in Wordsmith persona (Default)
[personal profile] ysabetwordsmith
This is an advance announcement for the Tuesday, March 3, 2026. Poetry Fishbowl. This time the theme will be "World Cuisine." I'll be soliciting ideas for cooks, fusion chefs, immigrant cooks, eaters, farmers, foragers, food scientists, inventors, recipe writers, famous figures in food history, cooks of disadvantaged groups who should have become famous, superheroes, supervillains, failure analysts, ethicists, activists, rebels, other people active in the food world, cooking, gardening, harvesting, foraging, preserving, writing recipes, discovering things, decolonizing diets, building or using kitchen equipment, conducting experiments, observation changing experiments, troubleshooting, improvising, adapting, cooperating, bartering, taking over in an emergency, discovering yourself, studying others, testing boundaries, coming of age, learning what you can (and can't) do, sharing, fixing what's broke, upsetting the status quo, changing the world, accomplishing the impossible, recovering from setbacks, kitchens, restaurants, food trucks or carts, campfires, barbecue sites, laboratories, makerspaces, nonhuman accommodations and adaptations, picnics, grocery stores, farmer's markets, roadside fruit stands, U-pick farms, gardens, food forests, other places where people make food, world cuisine, ethnic cuisines, cookbooks, online recipe archives, permaculture, heritage diets, climatarian diet, traditional foodways, culinary archaeology, food sovereignty, drought-resistant crops, trial and error, ethnic spice sets, weird food, fusion food, secret ingredients, supplements that turn out to be metagenic, new ideas in cuisine, alternate agriculture, lab conditions are not field conditions, ethics of food, innovation, problems that can't be solved by hitting, teamwork, found family, complementary strengths and weaknesses, personal growth, and poetic forms in particular.

Among my more relevant series for the main theme:

An Army of One has to figure out how to feed a diverse, far-flung group of people who sometimes have special dietary needs.

The Bear Tunnels introduces modern principles to people in the past, including some aspects of food science.

A Conflagration of Dragons has the Six Races (plus the dragons) who all have different diets.  This often poses challenges for the refugees.

Daughters of the Apocalypse has people trying to find and prepare enough food to survive, when city libraries are out of reach.

Fiorenza the Wisewoman uses herbs and healing foods to care for her village.

Frankenstein's Family features two scientists running a valley in historic Romania.  Igor enjoys cooking and has gotten at least one of the werewolves curious about cooking the human way.

Hart's Farm is a community with food used as one of the popular bonding methods.

Peculiar Obligations combines Quakers and pirates in the Caribbean, among other groups and places, leading to a wide variety of foods.

Polychrome Heroics has ordinary humans, supernaries, blue-plate specials, superheroes, supervillains, primal and animal soups all of whom need to eat.  Primal soups and high-burn soups often have special dietary needs.  Comfort food and healing food are also very popular here.  The Rutledge thread includes Kardal and his food truck Syrian Foods, along with references to Vermont, French, and hippie cuisines.  Pain's Gray, Shiv, and the Finns are all fond of cooking too.

Or you can ask for something new.

Linkbacks reveal a verse of any open linkback poem.

If you're interested, mark the date on your calendar, and please hold actual prompts until the "Poetry Fishbowl Open" post next week. (If you're not available that day, or you live in a time zone that makes it hard to reach me, you can leave advance prompts. I am now.) Meanwhile, if you want to help with promotion, please feel free to link back here or repost this on your blog.

New to the fishbowl? Read all about it! )
ericcoleman: (Default)
[personal profile] ericcoleman posting in [community profile] filk
Brenda Sutton (several times), Aric Leavitt, Jeff Moline, Larry Warner, Tera Mitchel, Deirdre Murphy & Carol Ferraro, TJ Burnside Clapp, Linda Melnick, Jean Stevenson, Sheila Willis, Orion's Belt, Chris Weber & Karen Willson, Steve Savitzky, Peter Grubbs, Philip Allcock, Cynthia McQuillin, Peter D Halden Lindley, Cynthia McQuillin, Clifford Pasta, Doris Robin, Nick Smith, Karen Trimble, Meg Garrett, Jo Ann Christy, Marcy Robin, Mike Stein

Available on iTunes, Google Play and most other places you can get podcasts. We can be heard Wednesday at 6am and 9pm Central on scifi.radio.

filkcast.blogspot.com

Birdfeeding

Feb. 24th, 2026 01:16 pm
ysabetwordsmith: Cartoon of me in Wordsmith persona (Default)
[personal profile] ysabetwordsmith
Today is cloudy and cold with howling wind. A beautiful day to stay indoors and write!

I fed the birds. Unsurprisingly I haven't seen any.

I put out water for the birds.

EDIT 2/24/24 -- I did a bit of work around the patio.

A flock of sparrows is braving the wind to visit the feeders.  :D

EDIT 2/24/24 -- I did more work around the patio.

I am done for the night.
thewayne: (Default)
[personal profile] thewayne
Naomi has licensed her work and it has borne fruit. A tabletop RPG has been produced by Magpie Games and has been released on Kickstarter. And is now fully funded! The campaign has 30 days to go, over 800 backers, and the $50,000 goal has exceeded $111,000!

You can get the digital-only edition for $29.

As a quick description, think the campaign against Napoleon - with dragons. Mainly from the British side. There's a good description on the KS page. The dragons speak and are very intelligent. There are several books in the series, I don't know how many as I kind of fell off the wagon.

https://www.kickstarter.com/projects/magpiegames/temeraire-the-roleplaying-game/

The Rift by Walter Jon Williams

Feb. 24th, 2026 09:15 am
james_davis_nicoll: (Default)
[personal profile] james_davis_nicoll


The New Madrid Fault teaches a memorable lesson about the transience of things.

The Rift by Walter Jon Williams
dewline: "Truth is still real" (anti-fascism)
[personal profile] dewline
I'm skipping that. I have my mental health to preserve and plenty of other good people are risking their own to make sure that anything I absolutely need to know from that event will get to me.

Nature Notes

Feb. 24th, 2026 08:22 am
poliphilo: (Default)
[personal profile] poliphilo
 Our daffodils are coming into their strength. I planted a load in '24 and a load more in '25. They're my favourite flower- at least in part because they start appearing in the wintriest time of the year. I see the first daffodil and think, "And now it's Spring!" 

We've had no snow in Eastbourne- we rarely do, but we have had lots of rain. We were driving up Seaside on Sunday and there was water mushrooming out from an overtaxed drain and flooding the road.....

We've floated the idea that Wendy should take over our garden and grow vegetables. It would be a win-win arrangement. We need someone to take the garden in hand and she needs somewhere to grow things. I'm not a gardener. I plant shrubs and bulbs and then more or less let them get on with it. Also I cut the grass- but I'd be happy for there to be less grass to be bothered with. So long as she leaves the daffodils in place she can have a free hand.

There seem to be fewer pigeons about. Maybe they're off sourcing nesting sites. There are however rather more gulls because Roselands with all its chimney stacks is a nesting site. I love pigeons, I love gulls, I only wish we attracted more of the smaller birds than we do.....

indonesia architecture

Feb. 24th, 2026 02:08 am
royalsongbird: (Default)
[personal profile] royalsongbird posting in [community profile] little_details
hello! im currently working on a fantasy story where the country it takes place in (or at the very least starts in- im still figuring out plot details) is inspired by indonesia, but im having trouble finding good resources about indonesian architecture in the vague time period im writing in- i dont have a specific idea beyond the vague medieval times setting most fantasy stories use, but im more than willing to try and narrow it down if it helps. if anyone has resources i could look into, that would be very helpful!

Affordable Housing

Feb. 23rd, 2026 11:00 pm
ysabetwordsmith: Cartoon of me in Wordsmith persona (Default)
[personal profile] ysabetwordsmith
The Paperwork Problem Behind the Housing Shortage

In more and more places, the rules technically allow incremental housing. Backyard cottages, accessory dwelling units, and small infill homes are legal on paper; beautiful, glossy images of these homes are shared on city websites and included in planning documents. Yet these homes rarely get built—not because of public opposition or failed rezonings, but because routine procedures treat small homes like major developments.

What we have is not a failure of vision, but one of process.


Read more... )

Nobody Does It Half as Good as You

Feb. 24th, 2026 12:10 am
austin_dern: Inspired by Krazy Kat, of kourse. (Default)
[personal profile] austin_dern

The first thing we hoped to get to Friday at Motor City Furry Con was the roller coaster furries meetup. It was labelled ``Furry Thoosies'', ``thoosies'' being modern Internet slang for ``roller coaster enthusiasts'' that [profile] bunny_hugger hates. I'm not sure I have an opinion yet myself.

I had assumed we got there when it was still setting up but, no, it was as set up as it would get. The projector wasn't working so there wouldn't be any showing of on-ride videos which is probably fine, since picking out and showing videos is the least interesting part of the discussion. Instead the host was throwing out a series of questions and taking one, in rare cases two, answers from the audience before moving on. It was hard to escape the feeling that [profile] bunny_hugger and I and this one other guy were monopolizing the discussion, although after about a half-hour two other people warmed up to answering things.

We never quite got a good cross-discussion going, though, and we didn't get to talk much about our most interesting roller coaster riding of the past year --- The Ride To Happiness in Plopsaland de Panne, and The Wild One at Six Flags America. We weren't even able to offer our knowledge that Kentucky Kingdom was now owned by the same company that owns Dollywood; the park's ownership was discussed by several people none of whom would stand aside for the people who knew. (Also it's weird to get into opinions about who owns it when it's a reasonably easy-to-look-up fact, except that Internet in the Ren Cen was very minimally available.) Well, it wasn't our panel and it's not our responsibility to correct people even on matters of fact.

We had to leave it before the panel was quite done, though, because while we weren't able to hold any panels we were able to oversee an event. Last year someone had brought a Surfers pinball game to the convention, and a couple weeks ago we got confirmation they were bringing it again. So I got permission to hold a pinball tournament on it. This wouldn't be a sanctioned tournament, in case anyone cared about that, but it could be fun anyway. We picked Friday evening for it, as we could see two hours with nothing particularly interesting to us and, based on past years when machines were brought in, we weren't sure it would survive if we held the event on Sunday.

What we failed to do was make up signs before hand. Also to contact the person bringing the game or running the game room the moment we arrived that we were ready to go. We got to the game room and the people keeping watch had no idea what we were talking about, and we didn't have anything but a cute little trophy [profile] bunny_hugger had made to show off.

So there wasn't anything to do but lunge at anyone taking even a long glance at Surfers and tell them there was a tournament going on, would you like to be part of it? And most people were a little confused, as if suspecting a trick --- the trophy, in its comic smallness, did much to convey our sincerity --- but went along with it. It helped that we pared the rules down as much as possible: play up to two games, better score counting. The four people with the best finishes at 8:30 would be invited to play one game each, highest score getting the trophy.

In the ninety minutes or so of this we got a healthy fifteen or so putting up games --- it'd be hard to fit many more games in, even for as short-playing a game as Surfers --- and we even got many of the players following instructions and getting back at 8:30. Only one of the top four finishers didn't appear, and fortunately the fifth-place finisher did, so we could have a four-person playoff.

The lone drawback is that Surfers is a one-player game, so everyone had to play their games sequentially. It turned out the pinball guy had brought another game, the four-player Bow And Arrow, but it had some scoring problems with player three that would have made it inappropriate for four-player games. I mean, experienced pinball players could have rolled with it, but for what we supposed tobe novices playing their first tournament-like thing ever? No, keep it simple. Simpler than that.

So Rock 'n' Roll Dragon, the top seed, started out, and put up a decent but not impressive 1,376. [profile] bunny_hugger, second second, went second --- she likes going as soon as she can in one-player games --- and had a slightly better 1,678. This was almost a thousand points behind her qualifying score, but it was still better than anything I ever put up, which is why I wasn't in finals. Next, Moki --- fourth seed --- started out with a killer first ball and while the rest was not as good, it was still worth 2,490 points, third-best score anyone put up in qualifying or finals. And then, Akira, the third seed, came up and threatened to break the everyone-does-a-little-better with three lousy and one okay ball. But then on the fifth ball, suddenly, everything starts coming together. They get the ball up and into the valuable candycane scoop, they get the ball back up into the pop bumpers, they just keep on going, passing Rock 'n' Roll Dragon, and [profile] bunny_hugger, and closing in on Moki ...

And then the ball drained, at a mere 2,231 points. Moki took the trophy and we did our best to announce to the world --- and, for me, to the Motor City Furry Con Telegram group --- but if anyone besides our half-dozen players and onlookers noticed, I don't know.

We hope to do this again next year, though, and with the experience gained in this we should be better prepared. If we know for sure they'll have pinball machines in enough time, for example, we could even do sanctioned tournaments. We might yet make it into something too complicated to be fun.


And for some plain, simple fun? Motor City Furry Con pictures. Enjoy.

P1100781.jpeg

Journeying from the Looney Tunes area to what lies past the miniature railroad ride.


P1100782.jpeg

That's right, it's Mardis Gras! Although we already passed Ragin' Cajun before this. Mardis Gras: not just for go-karts, though.


P1100783.jpeg

It's the section that held The Wild One, which we certainly weren't going to visit the park without riding a bunch.


P1100784.jpeg

Cute little hill in The Wild One's infield. Not sure why they put one there; maybe it was useful before the roller coaster was moved.


P1100787.jpeg

The ramp up is your nice classic slow incline, like we know from older parks and coasters like Conneaut Lake Parks's Blue Streak (RSVP).


P1100790.jpeg

[profile] bunny_hugger pauses to get a picture of the coaster coming back.


Trivia: The 1977 movie 2076 Olympiad tells the story of the Olympic Games that year being sponsored and broadcast on an erotic cable network, with the Games therefore focusing not on athletic skills but sexual performance. Source: Encyclopedia of the Modern Olympic Movement, Editors John E Findling, Kimberly D Pelle. So the appendix about Olympics-inspired movies lists that, but not Animalympics. Fursecution is real!

Currently Reading: The Red Planet: A Natural History of Mars, Simon Morden.

ysabetwordsmith: Cartoon of me in Wordsmith persona (Default)
[personal profile] ysabetwordsmith posting in [community profile] book_love
The George Foreman Lean Mean Fat Reducing Grilling Machine Cookbook
Paperback – January 1, 2000
by george-foreman-connie-merydith (Author)


Today we finished reading our second cookbook of the year. The front matter includes Acknowledgements, Preface, Introduction, and Smart Eating for Healthier Living. The recipe chapters are Bring Out the Best of Grilling -- Marinades, Sauces, and Rubs; A Cut Above -- Beef and Lamb; Smoky Sensations -- Pork Chops, Ribs, and Ham; Tender Choices from the Sea -- Fish and Shellfish; Savory Grilled Poultry -- Chicken and Turkey; Quick and Easy Favorites -- Burgers, Sandwiches, and Snacks; Tempting Companion Dishes -- Vegetables, Fruit, Salads, and Desserts. Then in the back are a basic cooking guide, glossary, and index. The index lists both recipe titles and ingredients.

Read more... )

February 2026

S M T W T F S
1 234567
891011121314
15161718192021
22232425262728

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Feb. 28th, 2026 04:05 am
Powered by Dreamwidth Studios