Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Salem … curious, but two posts (and counting) is looking like a pattern. What is clear though is that whoever replies is expected… Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani I agree that they *might* be AI generated, or at least have the help of AI. Sometimes it's hard to tell, and I always want to exercise extreme caution and not delete or infract a post unless I'm 100% confident. I have a bit of a migraine right now, so I have to put a little more thought into whether these 2 posts should be deleted when my head is a… Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Reverend Jim I have a problem with people who start posts about a topic with "let's discuss", but don't actually start the discussion. I have a friend (?) in Toronto who, especially during election season (which seems to be always these days), asking for my opinion on things without ever offering one of her own. I got tired of putting in the effort … Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani I disagree with that sentiment when it comes to a Q&A forum such as DaniWeb. The very premise of the site is that people ask questions. Quite often, uninformed questions. Sometimes those questions are just asking for your informed opinion as an expert in your field or as someone more informed than they are at the topic at hand. Other people … Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Reverend Jim And I disagree with that. The post I was referring to was >In this thread, let's dive into the exciting advancements in the world of audio technology. From spatial audio to AI-driven sound systems, the audio landscape is evolving rapidly. Share your thoughts on the latest innovations, your favorite audio gadgets, or how new tech is shaping … Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani >I fail to see the distinction between asking for an opinion versus a suggestion versus any other form of help or assistance. I understand that you see a distinction when the OP is trying to start a discussion versus asking for advice or help. However, I don’t understand why you make that distinction in a Q&A discussion forum. Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Reverend Jim 1. I thought we didn't have "forums" anymore. 2. Perhaps the OP posted in the wrong place. 3. Regardless, it was clearly a discussion and not a question. It's moot since the thread has been deleted. Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani > I have a bit of a migraine right now, so I have to put a little more thought into whether these 2 posts should be deleted when my head is a bit clearer. Unfortunately, I ended up in the ER from an unrelenting migraine that hasn’t let up for 6 days, and is not responding to any medication. I don’t mean to drop the ball on this thread. Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani Today is day one trillion of this still unrelenting headache. FINALLY, a diagnosis! I have shingles. Feeling hopeful to begin treatment and start feeling better. Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Reverend Jim I've had close relatives who had that but I don't recall headaches as a symptom. I hope I never get it (I can't get the vaccine because it's a live vaccine). Good luck with recovery now that you have a diagnosis. Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani Jim, My intense headache is because the shingles rash is all over my scalp, my eyebrow, and even all over my eyelid! The intense headache pain was radiating from the area of my scalp where the shingles rash eventually presented. Luckily, the shingles vaccine is no longer live, so you should definitely get it. (I just happened to have not … Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Reverend Jim I'll have to ask next time I am at the pharmacy. Thanks for the tip. Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani Having a very, very difficult time. My eye is swollen shut and I’m in danger of losing my vision as the shingles rash gets closer and closer to my cornea. Pattern Help Please Programming Software Development by Python_Doofus … I have so far although it has an entirely different pattern to what I need. it also has to have graphics… Pattern Programming Software Development by aditi17 write a c program to print pattern 1 2 3 8 9 4 7 6 5 Pattern help Programming Game Development by Dann0 …, I'm trying to make an AI character perform a pattern movement when a certain action occurs rather than have him… "*" Pattern Programming Software Development by Purav_1 * * * * * * * * * * * * Can anyone write a program to print this type of pattern? Pattern Programming Software Development by harsh.khanna.37 I wanted to make a pattern in form- a b b c c c d d … Pattern-matching Programming Software Development by Hawkflame …in quotation marks, and click a match pattern button, outputting where that pattern was found in the first textfield. …Example: abcdeee "abc" Pattern was found beginning at position 1. I need to… of char and finding the similar pattern, then outputting where the pattern was found via system.out.println.… Pattern Finder Programming Software Development by minimi …text file and output lines that contain the pattern (which this in case is Bob - so…strindex(char source[], char searchfor[]); char pattern[MAXLINE] = "Bob"; // pattern to search for // find all lines… while (getline(line, MAXLINE) > 0) if (strindex(line, pattern) >= 0) { printf("%s", line); found++; … Re: pattern problem??..need help fast Programming Software Development by Duoas Forgive the apparent pun, but you need to observe the pattern of your image. For illustration I'll supply my own…always be (number of lines - 1) red dots. The second pattern is the number of green dots. The first line contains…the alphabet. There are also seven lines. Now, consider each pattern. Put them all together into a single loop which prints… Re: pattern selection. Programming Software Development by Narue I'm guessing that pattern isn't defined like this: [code=cplusplus] char pattern; [/code] If that's …the case, then you should probably be comparing pattern against 1 and 2 rather than '1' and …'2': [code=cplusplus] if ( pattern == 1 ) { target1 = 1; target2 = 0; } if ( pattern == 2 ) { target1 = 0; target2 = 1… pattern selection. Programming Software Development by 666kennedy … in [CODE] cout << "please select which pattern: "; cin >> pattern; if ( pattern == '1' ) { target1 = 1; target2 = 0; } if… Re: pattern selection. Programming Software Development by Sky Diploma …. [code=cplusplus]cout << "please select which pattern: "; cin >> pattern; if ( pattern == '1' ) { target1 = 1; target2 = 0; } else… Pattern Searching Programming Software Development by vicky_dev Program to demonstrate pattern-searching of strings. This program interactively builds a list of … searches for words in the list that match a specified pattern. The pattern can include wildcard chars * and ?. Eg : The query s… heart of the program. It returns 1 if a string pattern matches another in input. The function has quite a few… pattern match Programming Software Development by m-e-g-a-z …Scanner; import java.util.regex.Matcher; import java.util.regex.Pattern; public class sam { public static void main (String …String a=s.next(); //if it can find pattern if(a.matches("([a-fA-F0-9]*)")){…s.next(); //check if it matches pattern } //while it cannot find pattern in String or ineger value is higher… Pattern returns only first occurence Programming Software Development by nikk8a … values. I am unable to get list of tokens via Pattern matching. Below is my code snippet. String str = …"test [text1] text [text2]"; Pattern p = Pattern.compile("(\\[\\w+\\])"); Matcher m = p.matcher(str); if… me know what am I missing in the pattern that I am getting only the first occurence? Thanks… Re: Pattern in a file Programming Software Development by TrustyTony …\t'.join(os.listdir('.')) def find(pattern, case_insensitive=True): if case_insensitive: pattern = pattern.lower() return 'Pattern was %sfound.' % ('' if pattern in read_valid(case_insensitive) else 'not… pattern problem??..need help fast Programming Software Development by tech2chill … ABCD DCBA ABC CBA AB BA A A [/code] the pattern is not showin up proper,,but hope u guys get…); m++; } ........moving on like this... i cld only get a pattern ABCDEFG ABCDEF ABCDE ABCD ABC AB A i know thers… Re: pattern selection. Programming Software Development by 666kennedy this is a screen dump please select which pattern: 1 target 1 is: -1.#QNAN target 2 is: 9.…79083e+027 please select each pixel in the pattern: pixel1: as u can see the targets dont come up…