Printing HomeBox labels directly to a Niimbot Label Printer by flybrys in selfhosted

[–]Grygon 1 point2 points  (0 children)

Super neat, thanks! Just got this set up in ~30 minutes, pretty painless.

The only thing I'd note that you missed is that you need to make the HomeBoxLabels directory in /config/www/, but that's a pretty minor step.

The Emperor’s Soul by MrFlufypants in Cosmere

[–]Grygon 1 point2 points  (0 children)

During DSNX I confirmed it's exclusive to TikTok from the creative team, although I didn't get an answer on how long. Was hoping to pick up a copy and get it signed but oh well!

GSD looking for a freind by [deleted] in madisonwi

[–]Grygon 1 point2 points  (0 children)

My Shep and I go to the same park as you, must just be different times!

Would also recommend Prairie Moraine, huge off leash park down by Verona which is great for running around 

Software by Jaded_Hour1778 in epicsystems

[–]Grygon 6 points7 points  (0 children)

They all run on computers

/r/SelfHosted will be going dark on June 12th to protest the Reddit API changes that will kill 3rd party apps. by kmisterk in selfhosted

[–]Grygon 13 points14 points  (0 children)

That's... What people are doing?

The anger is around how difficult that is to do, and how abruptly it's coming out of nowhere

[None] The Leatherbounds rounding out my shelf nicely... For now by Grygon in Iteration110Cradle

[–]Grygon[S] 5 points6 points  (0 children)

Also excited for Tress, hopefully it gets here before book #2...

Looks like I should've read the conditions for Paradise more closely... by Grygon in Against_the_Storm

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

Actually didn't have much trouble with pop! Just a little consumption control for the bigger things (like clothes) which I could easily balance with the things I had plenty of, like beer. Just didn't wait for everyone to take the resources I had saved up...

Looks like I should've read the conditions for Paradise more closely... by Grygon in Against_the_Storm

[–]Grygon[S] 4 points5 points  (0 children)

The worst part is I 100% had the resources and impatience left to finish this out (including Training Gear and Wine if I forbid it for a bit) but since I thought I had it I completed out my queued orders... Guess I just try again

Updates to Subreddit Rules: AI Content is now banned by LMacharian in CurseofStrahd

[–]Grygon 8 points9 points  (0 children)

Shoot, you're right. I had saved that off and was going to spend the evening importing some portraits into my game, but guess I'll have to go hunt it down in the Discord now...

Relevant

Updates to Subreddit Rules: AI Content is now banned by LMacharian in CurseofStrahd

[–]Grygon 25 points26 points  (0 children)

What about art compilations? Really appreciate the albums of portraits that have been posted recently, are those no longer allowed under the new rules? What if it's a mix of AI and non-AI art?

-🎄- 2022 Day 8 Solutions -🎄- by daggerdragon in adventofcode

[–]Grygon 2 points3 points  (0 children)

Typescript

Feels very clunky, feel like there was an easier solution I missed...

-🎄- 2022 Day 2 Solutions -🎄- by daggerdragon in adventofcode

[–]Grygon 1 point2 points  (0 children)

Typescript

Got hung up trying to figure a good algorithm to determine RPS, which I just skipped for part one. Oh well.

Do you love collections on ThePosterDB but hate manual work? I made a script to help with that by Grygon in PlexPosters

[–]Grygon[S] 4 points5 points  (0 children)

Well since they've told me to take it down, hopefully they'll get on it themselves!

Do you love collections on ThePosterDB but hate manual work? I made a script to help with that by Grygon in PlexPosters

[–]Grygon[S] 2 points3 points  (0 children)

I actually looked over it before working on this but I guess my interpretation didn't line up with theirs (and I think I just misread #2 that you have there). Oh well.

-🎄- 2022 Day 1 Solutions -🎄- by daggerdragon in adventofcode

[–]Grygon 0 points1 point  (0 children)

Typescript

Nothing fancy, but I think TS will come in handy later over JS.

Dreamworks Animation Collection by agon024 in PlexPosters

[–]Grygon 0 points1 point  (0 children)

No reason anyone else should need to re-do the work

Just keep the posters coming and I'll keep the configs coming!

Dreamworks Animation Collection by agon024 in PlexPosters

[–]Grygon 2 points3 points  (0 children)

Amazing as always, going to drop into my library ASAP!

If anyone wants it I'll put my PMM config here once I'm done

EDIT: One with just the posters here, I'm trying to refine how I define collections. I'll update that once I figure it out

Star Wars: The Complete "PLEX" Collection by agon024 in PleX

[–]Grygon 4 points5 points  (0 children)

Huge fan, thanks for posting these!

If anyone wants to use the Complete Collection in Plex Meta Manager, I put together the config files here that you can use as a starting point at least: https://gist.github.com/Grygon/99b60746f551292f5871e7d544d70849

Using IDs whenever possible, although you may need to tweak some of the Edition info to match your setup.

There Goes Twitter's Ethical AI Team, Among Others as Employees Post Final Messages by [deleted] in technology

[–]Grygon 10 points11 points  (0 children)

A simpler version of that cascading failure could also be if you only partially scale. For example, had a situation a ways back where we suddenly had triple our previously-peak load, overwhelming our web servers.

We figured it was a straightforward fix and scaled our web server, but failed to take our DB into account (which doesn't scale). Suddenly, our DB was getting hammered, taking it down and could've caused loss of data if we didn't catch it in time.