Sorry for being off-topic, but I don’t think I understand anarchism as a political philosophy. Isn’t anarchism the absence of imposed rules? Communal resources seems to go against that, (it does make sense that the players get to divvy it up, though) and being cursed by the gods feels like a more theocratic thing than anarchist. Im not trying to be rude or anything, I just like to pick people’s brains about this stuff.
- 0 Posts
- 20 Comments
After reading a lot of comments in this thread, I’m not sure I know what spaghetti code is. I thought spaghetti code was when the order of execution was obfuscated due to excessive jumps and GOTOs. But a lot of people are citing languages without those as examples of spaghetti code. Is this just a classic “I don’t like this programming language, and I don’t know much about it.” Or is there something I’m missing?
stingpie@lemmy.worldto Programmer Humor@programming.dev•Mom can we have Scratch? We have scratch at home. Scratch at home:8·2 months agoYou could do this in basic ASCII, with only three defines. replace "_ " with “{”, replace “_;” with “}”, and “_” with nothing. If your compiler processes macros in the correct order, it will become valid code. (You would use semicolons as the vertical lines)
You always have to package good people with secret shames so suspicious players can gauge how good or evil they are. What people feel they need to hide is a good measure of what they consider acceptable. For example, a lawful good character could be ashamed by ignoring a person asking for help, but a lawful evil character might be ashamed that they indiscriminately murdered adults & children.
That’s not what I’m saying at all. What I’m trying to say is that I can’t think of any way a program working with numeric types could start outputting string types. I could maybe believe a calculator program that disables exceptions could do that, but even then, who would do that?
I refuse to believe the python one ever happens. Unless you are importing libraries you don’t understand, and refuse to read the documentation for, I don’t see how a string could magically appear from numeric types.
stingpie@lemmy.worldto Technology@lemmy.world•A courts reporter wrote about a few trials. Then an AI decided he was actually the culprit.English10·9 months agoI don’t think the Chinese room is a good analogy for this. The Chinese room has a conscious person at the center. A better analogy might be a book with a phrase-to-number conversion table, a couple number-to-number conversion tables, and finally a number-to-word conversion table. That would probably capture transformer’s rigid and unthinking associations better.
stingpie@lemmy.worldto Technology@lemmy.world•A courts reporter wrote about a few trials. Then an AI decided he was actually the culprit.English3·9 months agoNo, you’re thinking of the first scene of the movie where a fly falls into the teletype machine and causes it to type ‘tuttle’ instead of ‘buttle’.
stingpie@lemmy.worldto memes@lemmy.world•Friendly reminder to get help if you're feeling suicidal2·10 months agoWould you prefer it if the meme contained all the suicide hotlines for every country?
stingpie@lemmy.worldto Technology@lemmy.world•How can we return to techno-optimism?English2·10 months agoI always find it very funny when someone suggests anarcho-something as a solution to all of capitalism’s problems. How exactly do you plan to enforce that? Do you think social pressure & shunning will do anything more than create a class of extremists with an oppositional philosophy?
Hand written assembly is much more powerful than a turing-complete high level language because it lets you fuck up everything. Rust and python are way too wimpy to allow a user to destroy their computer.
The issue with sonnet 3.5 is, in my limited testing, is that even with explicit, specific, and direct prompting, it can’t perform to anything near human ability, and will often make very stupid mistakes. I developed a program which essentially lets an AI program, rewrite, and test a game, but sonnet will consistently take lazy routes, use incorrect syntax, and repeatedly call the same function over and over again for no reason. If you can program the game yourself, it’s a quick way to prototype, but unless you know how to properly format JSON and fix strange artefacts, it’s just not there yet.
I don’t know about that guy, but I used to have a speech impediment that meant I couldn’t pronounce the letter R. I went to several speech therapists, so I started to annunciate every other letter, but that made people think I had a British accent. Anyway, I eventually learned how to say R, so now I have a speech impediment that makes me sound like a British person doing a fake American accent.
stingpie@lemmy.worldto RPGMemes @ttrpg.network•I cast Hold Person, then attack with my warhammer.1·1 year agoYeah, mine. EYYYYOOOOO! (I may or may not have ED)
stingpie@lemmy.worldto RPGMemes @ttrpg.network•I cast Hold Person, then attack with my warhammer.1·1 year agoOh, so the goal is to get the certain doom?
stingpie@lemmy.worldto RPGMemes @ttrpg.network•I cast Hold Person, then attack with my warhammer.1·1 year ago“An anaconda that is sprung?” What does that mean?
stingpie@lemmy.worldto Privacy@lemmy.ml•So, Neuralink got FDA approval for human trials, and a certain fanbase is VERY excited about that1·2 years agoThe big issue I have with brain chips is longevity. How long until the electrodes degrade? When will the chips fail? Once they fail, will it be fail safe or fail deadly? Also, what will be the power source? Will it use inductive power, or battery power? They are both awful options. What if the chip overheats? The implementation is the real question here, but neuralink refuse to give any answers because it proprietary.
I don’t understand how not using a keyword to define a function causes the meaning to change depending on imports. I’ve never run into an issue like that before. Can you give an example?