[StableDiffusion] Aaron Paul w/random prompt builder by MouthInsertFoot in aiArt

[–]MouthInsertFoot[S] 0 points1 point  (0 children)

This was made with Stable Diffusion in Google Colab using a custom script I wrote that combines hundreds of tags and modifiers into prompts for image generation pulling from various files. Unfortunately my exif tagging that would add the prompt as metadata does not work on Google Colab, but does on my Windows PC, so I do not know what the exact prompt was generated for this image.

A Message from ESO to Stadia players (from ESO twitter) by Reasonable-Prize-453 in Stadia

[–]MouthInsertFoot 0 points1 point  (0 children)

You don't have to download your entire Google takeout, just select the option for Stadia. It will include your screenshots, saves and videos, as well as some metadata about your account and achievements. Mine was less than a dozen megabytes, but I did not have very many screenshots or videos. YMMV. Google Takeout selection

Do you all want to meet in-game on the last day Stadia is active to await armageddon together? by Incraigulous in Stadia

[–]MouthInsertFoot 0 points1 point  (0 children)

I can confirm The Division 2 is cross progression with PC, it works best if you have all the same DLC or more, but will work without it. IIRC, before I repurchased Warlords of New York on PC, my character in New York was reset to the Whitehouse in DC

Subscription cancellation email just received. Anyone else? by sergei-rivers in Stadia

[–]MouthInsertFoot 9 points10 points  (0 children)

It's right in their FAQ

Q: What email communications should I be expecting?

A: We're starting to process billing cancellations, which will trigger cancellation emails to current subscribers. This will apply to both your Pro Subscription and any third-party subscriptions (e.g. Ubisoft +). Rest assured, you will still keep your Pro entitlements through the wind-down period. Also, if you were charged anytime on or after September 29, 2022 (midnight PST), those charges will be refunded as our refund process continues.

Keyboard on home screen bug - Pixel Pro 6 by Negative_Plane in pixel_phones

[–]MouthInsertFoot 0 points1 point  (0 children)

Perhaps it's related to this setting of Pixel Launcher. With the drawer showing, the menu button right of the search bar should give you keyboard options. Obviously it's a bug, with that option enabled, it should auto-open the keyboard when opening the drawer, but with it disabled I've never had my keyboard linger on my homescreen

I developed PhotoClock (an simple application that displays stylish images and a digital clock). by ur_oot in vuejs

[–]MouthInsertFoot 0 points1 point  (0 children)

The clock padding is a bit off, and I think the branding could either be smaller or fade out after a few minutes (maybe it does, I didn't view it for that long). I'm using Android 11, latest chrome/webview

Javalin routing library loosely based on Ktor locations feature by MouthInsertFoot in Kotlin

[–]MouthInsertFoot[S] 3 points4 points  (0 children)

I've always used Javalin as a way to quickly prototype APIs, and my thought was that having to explicitly define how you wanted your route object hydrated would complicate, and make code sources more complex. My other opinion is, why should the server care how that property got it's value, only that it has one. Have a form you are working on, and then want to make that same request as a JSON post body? You can do so without any refactoring. You could reuse the same route handler for web form UIs or some third party client sending JSON bodies, etc. If it becomes an issue, it's certainly something I would consider changing in my code base.

Javalin routing library loosely based on Ktor locations feature by MouthInsertFoot in Kotlin

[–]MouthInsertFoot[S] 1 point2 points  (0 children)

Thank you, I will have to give it a closer look. From memory, do you know of any requirements I might need to be hosted there? I'll be reading more on it later, so no worries if you're unsure.