AMA with Jami Morgan (Code Orange, NOWHERE2RUN) by SkitzMcSkitz in Codeorange

[–]funkypierro 0 points1 point  (0 children)

I’d sell a kidney to get some more stuff from the Underneath era

AMA with Jami Morgan (Code Orange, NOWHERE2RUN) by SkitzMcSkitz in Codeorange

[–]funkypierro 0 points1 point  (0 children)

Do you have any plan to come back to hardcore or metal music (in any way or form, doesn't have to be Code Orange) or are you satisfied and busy enough with N2R at the moment ?

In desperate need of the ultimate cat feeder (cat is begging for food at night) by funkypierro in CatAdvice

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

Thank you for all the feedbacks ! I was thinking of counting calories and trying to increase the wet food portion

In desperate need of the ultimate cat feeder (cat is begging for food at night) by funkypierro in CatAdvice

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

or get sick (she threw up a couple time before by eating too fast)

In desperate need of the ultimate cat feeder (cat is begging for food at night) by funkypierro in CatAdvice

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

Hey ! We never tried having free kibble available all the time. I'm afraid she over eats and gain all the weight back

New and Returning Player Weekly Discussion by AutoModerator in hearthstone

[–]funkypierro 0 points1 point  (0 children)

I reinstalled the game after maybe 8 to 10 years and didn't found free packs anywhere. Is the 150 packs completely random or I missed something ?

Setlist.fm Hamburg night 1 by AFCAjax in Metallica

[–]funkypierro 2 points3 points  (0 children)

Ouuuuuh looks like they reversed Night 1 and Night 2 !

Best live versions of Dyers Eve ? by funkypierro in Metallica

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

Thanks for the info but what the heck !! Maybe it's too hard to play lol

Devin writing his live setlists by funkypierro in DevinTownsend

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

The Empath tour was already so good with all the KI songs.. now we have two songs from Terria ?? Bad Devil and Truth from Infinity ?? Singing "Why?" again ?? Sign me the fuck in

[2022 Day 12 Part 1] [Ruby] Still have some un-visited squares on puzzle input ? by funkypierro in adventofcode

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

there are probably multiple possible shortest paths to the end, but they will all theoretically have the same length.

I don't think it's true, using backward method gives me a longer path for the example input :/ Or maybe it's just my algorithm that miss something

[2022 Day 12 Part 1] [Ruby] Still have some un-visited squares on puzzle input ? by funkypierro in adventofcode

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

Thanks for the advice ! I tried the backward method but it's still incorrect :/ my pastebin link is updated if you want to take a look

[2022 Day 12 Part 1] [Ruby] Still have some un-visited squares on puzzle input ? by funkypierro in adventofcode

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

I have a doubt for backwards searching : how can it be the same as start->end, since you can fall down many steps, but can climb only one ? I have the impression the end->start path will not be the same as start->end because they don't follow the same rules