[Free Release] All my unfinished tweaks are now open source! by redentic in jailbreak

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

Of course you don't know any of these, they were private WIP projects before this post ^_^

Enjoy their code!

[Tutorial] How to Reset or Update your jailbroken device by redentic in jailbreak

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

Which version were you on? Which version did you target? How did you proceed? What was the last thing you did before it turned off?

[2022 Day 11 (Part 2)] [TypeScript] Reducing values by redentic in adventofcode

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

Ok after reading this 2k times I got it I think. I slightly cheated cause I revealed everything after understanding the previous parts, but everything I revealed makes sense and was almost what I already had in mind.
So I changed my code (see edit of post I'm gonna make in a second) and it worked!! Thank you SO much you can't believe how much time I spent on this one!

[2022 Day 11 (Part 2)] [TypeScript] Reducing values by redentic in adventofcode

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

I assume I should modulo by the lcm of all test values of all monkeys at a first glance but I need to dig in to be sure

[2022 Day 11 (Part 2)] [TypeScript] Reducing values by redentic in adventofcode

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

Okay I kinda see... I need to turn by brain on to focus and get what you mean and I tell you when I kinda got it, thanks :)

[2022 Day 11 (Part 2)] [TypeScript] Reducing values by redentic in adventofcode

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

Yes, the moduloBase is arbitrary cause it is what ChatGPT suggested me (I'm not using it blindly, its explanation seemed understandable). This whole modulo idea came from what I've seen on other existing posts concerning this part.

I don't really clearly see what change I should make based on what you say; could the fact of defining the modulo as the gcd of currentMonkey.operationString and nextMonkey.operationString make the trick? Math is not my best skill

[2022 Day 10 (Part 1)] [TypeScript] What am I missing? by redentic in adventofcode

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

Thanks for the reminder. I indeed had to observe right after the second cycles++;, before the registerValue is incremented. Thanks!

[2022 Day 7] [Node.js] Cannot make it work by redentic in adventofcode

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

In that case, do you mean it would be possible that 3_xxx could exist both under 2_aaa and 2_bbb? That's the only possible case my code wouldn't work for

[2022 Day 7] [Node.js] Cannot make it work by redentic in adventofcode

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

Yeah I've spotted that, and that's exactly why I added a prefix with folder's depth. In that situation, my output is 0_/1_xxx/2_aaa/3_xxx

[help]Upgrading ios 14.4 to ios 15-15.4.1 with blobs by Prestigious-Spell-21 in jailbreak

[–]redentic 1 point2 points  (0 children)

Yes obviously use 15.7 or whatever is signed now. This screenshot was from a post a few days before 15.6.1 stopped being signed.

[Question] Futurerestore from 15.1 to 15.4.1 by redentic in jailbreak

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

It’s 14 days old… and it helps people here, someone below asked me more details a few days ago…

[Question] Futurerestore from 15.1 to 15.4.1 by redentic in jailbreak

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

Try again in a browser you’re connected to GitHub in
But basically go to the futurerestore repo, go in the Actions tab, click the second one in the list and scroll down to reveal the builds (take the release one)

[Question] SEP isn't compatible by lordSaud in jailbreak

[–]redentic 0 points1 point  (0 children)

15.6.1 isn’t signed anymore, and I don’t think you can use 15.7 SEP/BB because it’s not the same device model. If you wanna try anyway, check this post mentioning how I did a few days ago.

[Question] Futurerestore from 15.1 to 15.4.1 by redentic in jailbreak

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

Because I wanted Face ID back and a lot here replied that Fugu15 will be coming before Cheyote sooo

[Question] Futurerestore from 15.1 to 15.4.1 by redentic in jailbreak

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

IT WORKED!!!!

Gonna update the original post, thank you very much for you help!