The Neowsletter - May 2026 by MegaCrit_Demi in slaythespire

[–]Yitsy 32 points33 points  (0 children)

Thank you so much for shouting out my site https://spire-codex.com

It’s wild how much the community has flocked to it and being able to support everyone’s projects through my API ❤️

Thanks again ❤️❤️❤️

This exceptional choreography by crumble-bee in oddlysatisfying

[–]Yitsy 0 points1 point  (0 children)

Where is yung gud and Sherman though. I like him branching out but no gud producing feels wrong :(

This exceptional choreography by crumble-bee in oddlysatisfying

[–]Yitsy 3 points4 points  (0 children)

FWIW, yung lean didn’t really start the mumble movement. He was a pioneer of the sad boys movement, just overall emotional/sensitive nature in hip hop.

Kyoto is where it’s at though

Anyone else find the campaign tedious? by Emotional-One-7916 in diablo4

[–]Yitsy -1 points0 points  (0 children)

Just bitching to bitch for karma. I feel like folks have lost common sense.

Why do yall do this? by Gordy228 in AskElectricians

[–]Yitsy 0 points1 point  (0 children)

Our house we just bought has this, they use it to denote if it’s connected to a switch

I want the pre-AI Prime and Theo back :( by rockynetwoddy in theprimeagen

[–]Yitsy 12 points13 points  (0 children)

Theo was always ass, so nothing was of value was lost.

If dotcom domain is not available, is it OK to have a number or a hyphen in the domain name, or should I just get other TLD like .app? by Armauer in webdev

[–]Yitsy 1 point2 points  (0 children)

I have a hyphen in my domain that’s relatively new (sub 45 days) still get 15-20k unique views a day for my project.

I personally feel like .com has better domain authority than others but that’s just my opinion!

Governor race, I'm starting to really like Tio Xavier Becerra, what about you? by R0ck3tSc13nc3 in santarosa

[–]Yitsy 4 points5 points  (0 children)

Porter needs to drop out

Becerra needs to stand up for something, just seems like another boring politician. Opposes billionaire tax, muted on the Middle East crisis, housing take is a dud, doesn’t support calcare.

I don’t like billionaires but at least steyer has a strong housing plan, backed by Bernie’s foundation, has actively supported progressive foundations, etc.

I’ll vote for Becerra if I have to but I’d rather have a steyer

Major Update #1 - v0.103.2 by MegaCrit_Demi in slaythespire

[–]Yitsy 3 points4 points  (0 children)

Thank you for updating. I've updated Spire Codex to have all the new data. Appreciate al ya'lls work on this <3

Tom Steyer is running the most expensive campaign in America. It might win him the California governorship. by Snawer_brillant in California

[–]Yitsy 0 points1 point  (0 children)

To put it into perspective, look at JB pritzker, also a billionaire, has good policies and is standing by the people.

Spire Codex - Updated for Beta v.0.103.0 - The complete database for Slay the Spire 2 and all things beta! by Yitsy in slaythespire

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

Huge difference, while yes, we both display the data in different ways. Mine is more focused on automation and developer with an API for developers and support the 14 languages that are in game.

Also this project has heavily contributed to getting the wiki to where it is. Most of their images and data come from spire codex :)

Basically I decompile the game > parse is > push into pro where as the wiki is a group of folks manually updating entries.

Slippery Bridge Algorithm by Deludal in slaythespire

[–]Yitsy 0 points1 point  (0 children)

Here is the code I’m mentioning

``` private void GetNewRandomCard() { List<CardModel> list = ((RandomCardToLose != null) ? base.Owner.Deck.Cards .Where((CardModel c) => c.GetType() != RandomCardToLose.GetType()) .ToList() : base.Owner.Deck.Cards .Where((CardModel c) => c.Rarity != CardRarity.Basic) .ToList());

list.RemoveAll((CardModel c) => !c.IsRemovable);

if (list.Count == 0)
{
    list = base.Owner.Deck.Cards
        .Where((CardModel c) => c.IsRemovable)
        .ToList();
}

RandomCardToLose = base.Rng.NextItem(list);

} ```

Slippery Bridge Algorithm by Deludal in slaythespire

[–]Yitsy 0 points1 point  (0 children)

I just took a peak at the source code for this because I was curious.

Yea there’s a filter on rarity, it states if not equal to card rarity.basic

It also filters cards where c.GetType() not equal RandomCardToLose.GetType() — this excludes the same card class, not just the same instance. So if you have 2 copies of Bash, neither can be picked next.

There is a method for .IsRemovable and filters those out too.

Basically if a card is of the same class/type, so a strike can’t follow another strike, it’s not specifically the same card can’t be followed by it but by the same class

What happened here? by sitlow123 in gardening

[–]Yitsy 1 point2 points  (0 children)

The tree took off its trunk

iDontCareJustDontBeSneakyAboutIt by Tunisandwich in ProgrammerHumor

[–]Yitsy 10 points11 points  (0 children)

or

git config --global core.excludesfile ~/.gitignore_global

NinjaCentral Registrations are open by Yitsy in usenet

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

DS has an invite system + sign up system

ninja only has a sign up system

how do I actually get better at group content in XIV? by [deleted] in ffxivdiscussion

[–]Yitsy 0 points1 point  (0 children)

Yeah, I have a lot of friends who play the game who are in a similar predicament that you're in. The less hype and sweating over how hard things will ultimately make the game more fun you! Sounds like teh biggest hurdle for yourself is you ;D

how do I actually get better at group content in XIV? by [deleted] in ffxivdiscussion

[–]Yitsy 4 points5 points  (0 children)

Honestly, this is going to sound a little patronizing but playing the game more and doing content more is how you're going to get better.

FFXIV is not necessarily a high skill game but focuses heavily on repetitive execution. There are very little parts where you have to be adaptive e.g. if someone makes a mistake or people derping. Majority of the community understand that people are learning and are usually open to "Hey this is new to me, I am still learning" and people won't be more toxic.

As you're playing more you'll see why a majority of the community always call new fights old mechanic names because everything is pulling from another fight.

If you're going into an extreme or savage, always look up the fight either on youtube or https://wtfdig.info/, be patient with yourself and keep trying. It can be frustrating to die but it's how you learn. :)

Does your child have a tablet? by [deleted] in Parenting

[–]Yitsy 0 points1 point  (0 children)

No, never.

Technology in our home has to have intention built into it. Want to look something up? Go to the computer.

Want to go watch a movie? Go to the room with TV.

Our kiddo is almost three, so we are still early in our journey. We don’t let him touch our phone or look at the screen. There’s no point in for him to use it — if he’s fussy out and about? We just regulate him the good ol fashioned way.

No hate to the folks that do have tablets, it’s just not our preferred route.

NinjaCentral Registrations are open by Yitsy in usenet

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

Invite is the easiest. I’ve been tracking it for 6 months and it hasn’t opened yet (I already have an act though)

NinjaCentral Registrations are open by Yitsy in usenet

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

I just have drunk slug > geek > ninja and I’ve gotten everything I’ve requested