• 1 Post
  • 74 Comments
Joined 1 year ago
cake
Cake day: May 31st, 2024

help-circle




  • Google has been been cracking down on installing .apk’s on your phone for years and they’re getting more and more aggressive about it. It’s not a question of if they’ll disallow it completely, but when.

    It’s already extremely tedious. Back in the Android 2.3 days (oh, good old Gingerbread) you could just get an APK and install it, but those times are long gone.

    Years ago they threatened the developer of Total Commander to remove his app from the PlayStore unless he patched out an APK install feature, so he was forced to do that.

    Now another example: Try to install eBay on a phone that is not passing device integrity. It is not listed on the PlayStore because your device doesn’t pass safety checks. You can grab an APK and install it, but the OS will check if the app has been installed through the PlayStore and if it hasn’t, it will complain and close itself.

    GrapheneOS has patched that bullshit out, btw.

    And this behaviour happens with all apps where the developer has enabled the “App Integrity” option, which is heavily pushed as a super-great security feature. So developers might just enable that feature, not being fully aware of the implications.

    As you can see, it’s one method at a time, slowly but surely, until Google fully controls the ecosystem. The intention behind that is pretty clear: They don’t want people to have AdAway and Revanced, they want money and user data. And they also want you to login to the PlayStore, get hooked on their stupid daily points challenges and spend your hard-earned money on virtual crap.

    This is textbook enshittification, it will only get worse from here on.


  • I find music on YouTube and autoconvert it to MP3 with yt-dlp and ffmpeg. It fetches new music from my personal “Favorite Music” playlist, downloads the highest quality audio source, converts it to MP3, embeds the metadata and cover art and tries to parse the artist and title as best as possible.

    yt-dlp -x -f bestaudio --audio-quality 0 --audio-format mp3 --embed-thumbnail --add-metadata --metadata-from-title "%(artist)s - %(title)s" --playlist-start 1 --playlist-end 999 https://www.youtube.com/playlist?list=123abc -o "./files/%(artist)s - %(title)s.%(ext)s" --cookies-from-browser

    Needs minimal adjustment sometimes if the title format is weird, but works 95% automatic. What I like most about this is the fact that music vanishes all the time from YouTube, but it doesn’t affect me. No one deletes the files from my harddrive but me.





  • There isn’t a CFW for PS4. But what we have is GoldHEN (which enables us to run decrypted games, also called fPKG’s) and various methods to run GoldHEN.

    Up to firmware 9.00 (I believe) there is a browser exploit to run it, up to 11.00 you can also hack the console via PPP (pppwn) and up to 12.02 GoldHEN can be loaded with a BluRay you have burned before.

    So you basically start the system and put it in a state where it accepts unsigned code. It’s very similar to PS3HEN. There’s also a method of hacking the console with some obscure Japanese games and one with a PS2 game. Some absolute madlads even made it possible to hack the PS4 with an LG Smart TV. 😆

    The channel MODDED WARFARE always reports on those methods and makes tutorials, highly recommended.





  • And depending on how OpenAI tweaked it this time it will either realize its mistake after being made aware of it or double down even harder on it.

    I only use it for coding and it once told me my code not working was due to a bug in Webkit, so I asked it which bug specifically. It created links to bug reports but rewrote the titles of them. So initially it looked like it had numerous sources that backed up its statement but when I clicked on them those were bugs about totally different things.

    It would not back down even after I specifically told it “You just made all of this shit up and even rewrote the titles” and got stuck in a loop of “I’m sorry, but you’re wrong and I am 100% sure I haven’t made a mistake”.

    Kinda creepy. Especially when you think about the system rewriting reality when it comes to much more important things. Let’s just reinvent some history, that would be a good idea, right?







  • My computer science teacher telling me I should never give up, it was the only class worth attending.

    But I also had mad respect for my PE teacher. I was so bad I would’ve failed the class if he had given me the actual grade he was supposed to give. So he got all of the students together and gave a speech about not failing anyone in the class and if someone was pissed about it, they could discuss it with him personally. Nobody did and I passed.