• 0 Posts
  • 96 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle


  • I should check those out! I really miss those days. Playing the Vampire slayer mod. The Specialists, Sven co-op, Brain bread, even the silly minigames in counter strike 1.6.

    I LOVED the minigames where it was knife only and there were these janky-ass vehicles. I found a screenshot of the map actually:

    I miss these times so much. I know there is minigames in csgo, but its mostly just the jail and zombie escape ones.

    In counterstrike source there were zombie survival maps where you had unlimited ammo and could shoot props such as couches infront of doorways to kind of block yourself in. I would hide in the vents and shoot a couch into it. Then go in it myself and they would only be able to attack from the front because the couch would block my back.

    Absolutely lovely times ❤️








  • It can write simple well known stuff. But as soon as you ask it more difficult things to code, it falls apart. Also, a program is not just 1 or 2 functions. It consists of a ton of code that needs to work well together has specific conditions it needs to meet for the program to work as expected.

    I can ask it to write me a function that adds numbers, or do something with a well known python library. Or write some html code to display some shit. But writing an entire program is not easy.

    Gpt just combines certain things it knows about. It does not know what the rest of your program is like or the software yours needs to work with. What it contains or what expectations need to be met.

    Its like making a robot put a slice of cheese on bread and thinking it will replace a chef.

    Just as what the article is about, it knows how to write a lot of bullshit and make it believable. The same goes with code. But things that have been written a million times before are easy to copy.