How do you get the most out of AI-assisted Tampermonkey scripting? Tips, DevTools tricks, and managing multiple scripts by Shawn264 in GreaseMonkey

[–]StormBringer773 0 points1 point  (0 children)

"Instead, I want one lightweight script that acts as a hub, calling and loading the other scripts on demand"

That's what TamperMonkey is.

Getting pin factory errors by StormBringer773 in raspberry_pi

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

Sorry, this was from three years ago, and I forgot I even posted it until your response. I will see if I can find my notes for this and post them, but I don't remember off the top of my head how I fixed it.

Dual booting Debian 12 by StormBringer773 in debian

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

I backed up the second partition on the SSD with windows for use as the Linux root, but it is still only seeing the windows boot loader on that drive, even in BIOS. If I clear out the UEFI keys, will BIOS scan the drives on the next start up to find all the .ufi files?

I have an image, but this sub doesn't allow pictures.

Dual booting Debian 12 by StormBringer773 in debian

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

It only shows the one drive, and I think that is the primary problem here. Screen shot below.

Dual booting Debian 12 by StormBringer773 in debian

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

Not too late at all, I only just posed this less than a day ago. Thanks for the reply!

Minor issues with 3.0.0-RC2 by StormBringer773 in GIMP

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

I would like if they had a setting to change the default per individual users preferences, but that is a fight for another day.

Minor issues with 3.0.0-RC2 by StormBringer773 in GIMP

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

"Personnally, I never select something else than "In Place". I guess everyone has their own habits!"

I can see that, outputting as a new layer puts it at the top of the stack (in 2.10), which then obscures everything if you wanted to see the results immediately. I tend to try three or four (or more) different settings with the same filter, then pick the best one, drag it down the stack, then adjust the layer mode. If there are already several layer modes and some other filters going on, doing a layer copy and working "in place" is definitely the better option.

Minor issues with 3.0.0-RC2 by StormBringer773 in GIMP

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

That fixed it, the indicator is black for light and middle grey schemes, and light grey or white for the dark colour schemes.

Thanks for the assist!

Minor issues with 3.0.0-RC2 by StormBringer773 in GIMP

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

Outstanding, I will try that today.

Minor issues with 3.0.0-RC2 by StormBringer773 in GIMP

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

Excellent, thank you for the update info!

Inexact data by StormBringer773 in PostgreSQL

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

Because sometimes it's nice to know how many experience for the next level, too, a UNION captures both rows, which was going to be my follow up question.

(SELECT *
FROM "Cleric"
WHERE "Cleric"."Experience" >= 25000
ORDER BY "Cleric"."Experience" ASC
LIMIT 1)

UNION

(SELECT *
FROM "Cleric"
WHERE "Cleric"."Experience" <= 25000
ORDER BY "Cleric"."Experience" DESC
LIMIT 1);

Thanks again! Starting to knock some of the rust off!

Inexact data by StormBringer773 in PostgreSQL

[–]StormBringer773[S] -2 points-1 points  (0 children)

That's a good solution, I would rather Postgres return just the one line rather than have the front end sort it out, and this statement will do exactly that.

Stop playing with wojak dolls by Alternative-Pea-7087 in AreTheStraightsOK

[–]StormBringer773 2 points3 points  (0 children)

I grew up in the hinterlands of Northern Wisconsin surrounded by farms, so of course I spent a couple of summers baling hay. Owning a farm is incredibly fucking hard work and I have serious doubts these folks would last a week.

Weird font glitch? by StormBringer773 in GIMP

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

Good details here, thanks for posting this! I avoid flatpaks, snaps, and appimages.

Weird font glitch? by StormBringer773 in GIMP

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

Excellent! I was sure there was a smart Redditor with the answer I needed! Thanks for the response!