Fun

Random Wednesday


Metaphor alert!

Vegan Toilet Bowl Cleaner. To put the sustainable organic cherry on top , it’s rhubarb-scented.

How to raise a busty waifu

Ina Enohara shows how it’s done: you feed them, you water them, they grow!

VMware (not) update

Finally advanced my VMware Fusion download failure to “Account verification is Pending. Please try after some time” (yes, I manually edited the page to enable the field, changed my one-letter name to a three-letter name, and overrode the disabled submission button; the fourth time it worked). Managed to get a chat window to connect me either to an Indian call center operator or an AI pretending to be one, who just sent me a link to the same download page that didn’t work.

Schrödinger’s chatbot claims to have escalated the ticket to “the concern team”, who will email me an update in the next 24 hours.

Random roundup


Those are definitely not noodle arms…

The text reads “Father’s a man”. Transphobic before it was hip!

Eighties Viagra

There’s an old cartoon that I think was in Playboy. Can’t find it online at the moment, but a man was walking past a construction site for a brothel, and the sign read, “soon you too can be erected on this site”.

Amazon proposes…

… J disposes. Latest recommendation for a novel was something called Direct Descendant by Tanya Huff, which the blurb promises will be a cozy-but-eldritch mystery with a bit of romance. Oh, wait, it promises to be “Queer, cozy, and with a touch of eldritch horror mixed in just for fun”. With added boldfaced queer romance just in case you didn’t read the blurb to the end.

And to really make sure it appeals to a broad audience, the Kindle edition is $16.99. Yup, that’ll just fly off the virtual shelves. I liked the cover art, at least.

This isn’t the weird part…

It’s the sniffing.

Why does Your Forma suck?


Things you never want to hear from the director who’s adapting a novel into a movie or series:

“I thought this work could be condensed to explore modern themes and social issues”

I’m not really seeing how that translates to “skip the first novel but constantly reference it”. When I watched the first episode, I liked that the characters were presented as a pre-existing partnership, rather than having to go through their Odd Couple meet-and-greet, but then we were expected to just accept an emotional connection that we were never shown or told about.

Now we find out that the director isn’t really even interested in adapting the novels, he’s pissing in the whiskey to make his own story. Blech.

Not burger time


Dear Google Maps,

When I search for “Sonic near Miamisburg”, why do you take me directly to the page for the one that’s permanently closed (for just under a year now)? Interestingly, searching for “Sonic Drive-In” with the map zoomed on the closed location returns all the still-existant locations within about twenty miles.

Related, why does your “AI” answer to the question “when did the Miamisburg Sonic close?” give completely wrong information? Oh, wait, I know that one: “because AI is bullshit!”

The Sonic in Miamisburg, Ohio, closed in January of 2019. The restaurant was temporarily closed for remodeling and was expected to reopen in the spring, according to a post on their Facebook page, reports Dayton Daily News

The article is a roundup of restaurant closings, and mentions two completely different Sonic locations in other cities with no dates, but the quoted claims refer to an unrelated sub shop in Miamisburg.

This is what “AI” does; this is how it works.

These popped up very suddenly in the area. The food is based on Big Boy. The name is based on an old comic strip published by Big Boy.

I linked the background in the sidebar already, but “Dolly’s” is temporary branding, because despite being unable to pay their bills, the franchisee that has the rights to run Big Boy restaurants in Ohio (Frisch’s) refuses to allow the Big Boy franchisee who bought up all their closed locations to use the Big Boy branding. Big Boy.

(just checked, and there’s still a Big Boy in Kyoto, near Ninna-Ji; recent reviews suggest it’s not as good as it was 10+ years ago)

Robo-Ho’s getting a dub?

Previously-unheard-of bottom-tier hentai streaming site OceanVeil has announced an English dub for The Busty Gal I Like Turned Out To Be A Horny Sexbot Trained On Censored Gay Porn, And Ever Since She Moved In She’s Been Trying To Stimulate My ‘Prostate’ Without Knowing What Or Where It Is (aka Kakushite! Makina-san!!).

The dub cast has the shortest list of credits I’ve ever seen. Only one of them has actually performed in more than one show before this. So, one step above “AI” dubbing, I guess.

(“find a love who looks at you the way Animalia looks at Emul… not”)

Matters of form, scale, and layout


I liked the L’il Esils so much that I decided to make more, adding the challenge of putting them to bed without the model turning it into loli porn. Careful use of negative prompts managed to produce usually innocent pictures of L’il Esil with innocent sleepwear, stuffed animals, and non-sexy poses, but the attempt exposed another common problem with generative AI: it doesn’t understand how rooms work or how people fit inside them.

The basic prompt was: “<lora-trigger> wearing black and red frilly pajamas and fuzzy slippers. sfw, happy, flat chest, child height, child body, child face. indoors, girl’s bedroom at night, evil stuffed animals in background” (and, yes, despite the lack of nudity and sex keywords, I had to add “cum” to the negative prompt; in one pic, the teddy bear had a puddle of white stuff leaking from its crotch, sigh).

A human being would interpret “child height” in relationship to the typical sizes of common bedroom objects, like doors, chairs, dressers, and beds. Generative AI sometimes seems to get it right, but it’s really the user deciding between equally-likely alternatives.

So for fun, here’s a whole bunch of L’il Esils, and the challenge is to notice how many things are not-quite-right about the images.

more...

A Best Girl At Demon School


Just for fun, I decided to make some L’il Esils. This is mostly a matter of adding “child height, child face, child body, flat chest” to the prompt, but the way people train models, you’re likely to find yourself rapidly filling the negative prompt with things like “nsfw, nude, naked, topless, nipples, crotch, upskirt, sideboob”, etc; if they can go NSFW, they will, often in ways that you don’t want stored on your computer. Even mentioning skin color can be enough to trigger nudity.

Dear Amazon,

A clear plastic bag is not a shipping container for a breakable item. TL/DR: it broke.

Programming jobs: still safe

I asked ChatGPT to write a Bash script that toggles the blocking status of a Pihole, using the REST API. It wrote (broken) code that used the API that was valid from version 3.x through version 5.x. However, a completely different API was introduced for version 6.x, and there’s no backwards compatibility. I didn’t know this. ChatGPT didn’t know this. Even pointing ChatGPT at the updated API page, which it dutifully pretended to retrieve and analyze, did not change its answer.

So I asked again, this time specifying “v6 api”. It immediately rewrote the script to use the correct authentication method and API calls, but it didn’t work. After editing the script to dump debug data, I informed it that the call to get the current blocking status returned “enabled” or “disabled”, but the call to set the status required true or false, while still returning enabled/disabled. This is kinda dumb, but pretty typical of cheesy REST APIs.

It took several more passes to produce working code, but ChatGPT was absolutely confident that it was Right every time, insisting that the latest-but-still-broken version was “corrected and fully tested”. Despite having no ability to, y’know, test.

All this for a single page of code that does something that’s completely fucking trivial. Tell me again how this horseshit is replacing 90% of Real Software Engineers at Big Tech companies. And then pull the other one, it’s got bells on.

Dear Pihole devs…

On the other hand, there’s a special level of Hell reserved for devs who write update code that fails to check if the new version will still be supported on the current OS before breaking the existing install. Spoiler: it wasn’t.

So now I have a new Pihole running as a Docker container on my Synology NAS, and a Raspberry Pi to reinstall from scratch, with whatever the current release of the GPS-hat NTP stratum 0 package is.

But wait, there’s more!

more...

The Castle Of Sexy Robot Catgirls


I was dinking around with dynamic prompts for Stable Diffusion again, and at one point ended up getting a robotic catgirl. This seemed like a fine idea, so I stripped it down to the basics and tried to build back up into a specific look. I was getting reasonably consistent results with one model, but it was weak on backgrounds. TL/DR, I ended up running the same prompt and seed through 64 models because I wasn’t able to get all the elements at the same time: clearly robotic body, metal skin and face, metal cat ears and tail, pretty face, sexy figure, naughty bits covered, interesting background, requested pose.

So I ran the exact same prompt and seed through 64 models:

4k, crisp, high budget, highly detailed, intricate, ultra textured.
photorealistic, hyper realistic, ((robot girl)) at ((Towering spires
of glass piercing a sea of swirling mist)). ((robot face)), ((silver
metal skin)), ((silver metal face)), ((metal hair)), tiny breasts,
silver metal cat tail, black metal cat ears, full body, teen height,
teen face, teen body, wearing ((black metal corset bodysuit)), ((black
metal stockings)), ((black metal long gloves)), ((black metal collar))
with ((glowing crystal bell)). Cross-legged on floor, hands on knees,
upright posture, calm and collected with a cheerful expression.

I tried to bias it toward a slender look with “teen face/body/height” and “tiny breasts” (which generally produces B-C instead of D-H). I moved the location to the beginning because I kept getting just floors and solid-color backgrounds with the occasional generic room interior. Repeating the colors for each item helps to keep them from bleeding into other elements, but, as usual, doesn’t always work.

Anything XL

Definitely a catgirl, mostly-correct costuming, matte silver skin except for neck and eyes, plausibly robotic arms and legs, terrible tail (fur, broken), robot cat-ears, cute face, sleek little body, appealing pose but doesn’t match the prompt, nice background that matches prompt.

more...

🎶You can't stop the MAGA...🎶


(classical reference)

Now deploying Kool & The Gang

How does it feel to have a President again after four years of nameless unaccountable staffers taking turns shoving their hands up Joe Biden’s puppet-hole?

Like this.

And this.

Perhaps some of this.

Definitely some of this.

And of course there’s plenty of this.

True, true.

“…cross country data and six additional studies find that people with lower AI literacy are typically more receptive to AI.” (cite)

…and they vote, too!

More accurate cosplay would get her arrested…

Meanwhile, in the AI Nanotech Blockchain Virtual Tulip Hype Labs

Much excitement is being generated by the MIT-licensed release of the Chinese-made Deepseek models. Let’s see how they do…

TL/DR: the results are terrible, but the detailed “reasoning process” is fucking hilarious. Reminder, this is supposed to be the good stuff, the first time pro-grade AI models have been released for offline use.

more...

“Need a clue, take a clue,
 got a clue, leave a clue”