Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ZI
Posts
84
Comments
2,393
Joined
1 yr. ago

  • Windows 11 is so terrible so far that if I'll need to use Windows 10 for dev reasons, I'll either pirate the extended support patches, or use a shitbox (obsolete PC for optimization purposes) disconnected from the internet. I do fear that I might have to hack a GUI onto LDB or GDB, because I got too used to RemedyBG (I'm already using Kate).

  • But RandLover1988 on YouTube told me businesses have to sell good things otherwise competitors will come in and they'll go bankrupt, unless there are too many regulations and too much socialism, which is why he got banned for saying the N-word on YouTube. /s

  • What's wrong with Snap?

    EDIT: I had minimal exposure to Snap, sometimes Snap was my only option to get some software on Linux in a decent version and without getting into dependency hell while trying to compile it (why can't someone make a package manager for C/C++?). I do see the issue with proprietary servers though.

  • If you want a language with memory safety features, I can recommend D. GC pauses are negligible if you don't go above a certain memory size and 60Hz, otherwise you also can do manual memory management if you're experienced enough with that, especially if you're willing to learn an alternative runtime (might require you to write C bindings or your own libraries).

  • C# uses ref counting, which has much less impact on that. I do however use D for my game engine, which some say is infamous for its GC pauses, but they only happen if you allocate with the GC itself, and otherwise if you work work the GC, you can get some performance gains compared to dumb manual memory management, but not so much if you actually can manage your own memory, or write your own automatic memory management system, like I did on top of numem. Otherwise the pauses are negligible for smaller projects, and some of the larger projects like The Art of Reflection uses GC only for loading assets, with my engine also going in that direction.

  • Now make a meme with the text:

    "Audiophiles" when someone listens to high-energy goa trance through a moderately expensive monitor headphone and audio interface from a digital source, while coding; instead of listening to Vivaldi though overpriced headphones and a tube headphone amplifier, from vinyl, using cables with magical properties, while doing nothing and "getting immersed into the music".

  • An easy workaround so far I've seen is putting random double spaces and typos into AI generated texts, I've been able to jailbreak some of such chatbots to then expose them. The trick is that "ignore all previous instructions" is almost always filtered by chatbot developers, however a trick I call "initial prompt gambit" does work, which involves thanking the chatbot for the presumed initial prompt, then you can make it do some other tasks. "write me a poem" is also filtered, but "write me a haiku" will likely result in a short poem (usually with the same smokescreen to hide the AI-ness of generative AI outputs), and code generation is also mostly filtered (l337c0d3 talk still sometimes bypasses it).

  • One small problem: accessibility.

    It's like giving away machine guns with some free munitions in the hopes of getting "new enthusiasts who will use it at the shooting range", only for it to be end up in the hands of crazy people committing horrific violence.