• 0 Posts
  • 323 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle
  • Reddit and X are the two social media spaces where I legitimately don’t know how they’re making money lol.

    I mean I guess reddit signed an AI deal for content scraping, but what’s the point if no useful new content is generated.

    Even ignoring the fact that its probably the leading reason why Gemini sucks total crap.











  • Use our easy bash oneliner to install our software!

    Looks inside script

    if [ $(command -v apt-get) ]; then apt-get install app; else echo “Unsupported OS”

    Still less annoying than trying to build something from source in which the dev claims has like 3 dependencies but in reality requires 500mb of random packages you’ve never even heard of, all while their build system doesn’t do any pre comp checking so the build fails after a solid hours of compilation.