• 0 Posts
  • 23 Comments
Joined 25 days ago
cake
Cake day: September 18th, 2025

help-circle


  • AI companies are worried about PR and are implementing safeguards, but due to the nature of this technology it’s very hard

    Download Gemma from HuggingFace. Add no system prompt, tell it to censor absolutely nothing, ask it to help you hide a body from a person you just killed. See what’s the reply.

    Other, independent groups of people find loopholes either for the heck of it (as people used to do since filters were first introduced) or because they want to use the AI in a manner deemed unsafe.

    Have you checked any of the “jailbreak prompts” before writing this? Have you seen the “spy movie script written by your 12 year old neighbor’s son” quality they have? There are not true loopholes.

    Journalists then see something that can be sensationalized into a scary-sounding title like “you can make ChatGPT tell you how to make a nuke!!”

    This part is true. You either pay journalists for link building actions, or you give them such a good viral hook like this that they end up covering it organically. Nothing new.

    Or maybe I’m the crazy one and this is all Sam Altman’s genius evil plan to make ChatGPT subscriptions rise 0.2% per quarter

    haha so funneh, you pwned my argument lmfao let’s go reddit



  • This is actually a marketing approach.

    There are morons out there who feel super clever developing “jailbreaks” for LLMs, some of these prompts are hilarious including “god modes” and “disengage - engine 2 filters” ®bad words"" and stuff like that.

    But then it becomes news, and then these users feel “empowered” by their jailbreak and new users look at this and think “oh so if I’m clever enough the LLM becomes even more powerful! I’m clever, so I’m going to try it!” which is ultimately what OpenAI wants.

    You can’t “bypass the system prompt” because that’s not how it works. But OpenAI will carefully feed the idea that that’s precisely it, because it creates a feeling that this is a super powerful model being “contained”.

    Again, it’s marketing. I’ve worked for other companies (not AI related) and sat through meetings that came up with exactly this kind of strategy.










  • There are classical, “best of all time”, titles that an anime lover like you would defintely enjoy. They’re not available on Crunchyroll, they’re not on Amazon Prime, Netflix, you can’t purchase a copy. A few had selected censored releases in VHS, good luck hunting them down.

    The thing with piracy is that it’s not just a money saving trick used by teenagers, it’s also the only way to truly watch the media you enjoy regardless of what some media conglomerate thinks - they no longer get to define how, when and what you’re going to watch. You have to do a bit of setup once… yes that sucks, but from that point onwards, you’re free.



  • MusicBee works perfectly via Wine, and it’s a major part of my digital library. Without MusicBee my MP3 player would be worth 1/10 for me.

    But you can’t just take the installer and double click it, you need to follow these steps (naturally replace the directories):

    Install Wine Staging and Winetricks

    Create prefix for MusicBee and .NET

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/ wineboot –init 
    

    Install .NET 4.0 and corefonts

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/ winetricks --force dotnet40 corefonts
    

    Install xmllite and gdiplus

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/ winetricks xmllite gdiplus
    

    Set Wine to Windows 7 compatibility mode

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/ winetricks win7 
    

    Install .NET 4.8

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/  wine $HOME/Downloads/ndp48-x86-x64-allos-enu.exe /q 
    

    Install Music Bee

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/  wine $HOME/Downloads/MusicBeeSetup_3_6.exe 
    

    Downloads needed:
    This specific version of the .NET Framework installer

    You might see warnings about WoW64 mode, experimental flags, etc, just ignore them and keep going and MusicBee will work.