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/)CD
Posts
0
Comments
26
Joined
2 yr. ago

  • This is based on a scene from Bladerunner 2049. The character shown here is a Replicant, an artificial human designed to have increased physical abilities, no emotions and high obedience. Basically flesh robots. These Replicants have to undergo test in which they are confronted with psychological attacks to see if they get emotional, which would be seen as a malfunction. Of course, the original is not actually making fun of incels, but it has the same vibe.

  • can't really tell much without knowing this package, but ./ is not what you're looking for. try just "make" or "make clean", as this is standard syntax for Makefiles. if you are wondering what happens, make looks for a file called "Makefile" in the current directory and executes whatever is inside. in your case it will most likely compile the .c file into an executable