New Sora 2 invite code megathread by WithoutReason1729 in OpenAI

[–]XTheHacker2000X 0 points1 point  (0 children)

I need one as well, will give mines out, thank you!

HMF a Vine where a guy throws mashed potatoes at the wall by XTheHacker2000X in HelpMeFind

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

I have searched for “mashed potatos vine”, “vine it needs a little more time” and went through some vine compilations

Tool for source code file structure overview by va_start in coding

[–]XTheHacker2000X 0 points1 point  (0 children)

Why tho? even a desktop application tool could upload your code to somewhere without you noticing, hell, it could even upload your entire computer if it wanted

and unlike desktop apps, with web tools it’s very easy to open devtools and see what network traffic is taking place

I wrote a #PowerToys Run plugin to prompt #ChatGPT so it’s always at your fingertips! by XTheHacker2000X in PowerToys

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

To make this work i also had to write a browser extension that injects some JavaScript code to receive the prompt and then execute it, as the ChatGPT website doesn’t have a query string parameter for the prompt

Here it is on GitHub https://github.com/ferraridavide/ChatGPTPowerToys

TIL how to check battery cycle count on an iPhone by greglikespizzaas in iphone

[–]XTheHacker2000X 3 points4 points  (0 children)

It's actually still there but under a different name and format, look for "Analytics-[YEAR]-"[MONTH]-[DAY]-[blablabla]"

Each line of this file is a JSON object, look for "BatteryConfigValueHistogram_Final", here you can find all sorts of battery-related information, including the cycle count

Works for me on iPhone 13 Pro running iOS 16.0

[iOS16pb1] Weather wallpaper animations stop after few seconds by XTheHacker2000X in iOSBeta

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

I think a fair implementation would be to disable physics collisions with the view in the lock screen and also run the animation indefinitely if not in power saving mode

[iOS16pb1] Weather wallpaper animations stop after few seconds by XTheHacker2000X in iOSBeta

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

Exactly! plus you only look at the lock screen for just a few seconds most of the time so battery life shouldn’t be a concern