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

help-circle
  • 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?