Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Reverend Jim Based on the proliferation of AI generated content, and the age-old rule of garbage in, garbage out, what will be the result of AI models being trained on ever increasing amounts of content generated by other AI platforms? Will we get into a negative feedback loop where the output will become so polluted with bad input that it will be effectively … Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by jwenting Even worse: the junk being deliberately fed to AIs is already at the stage where the results are useless BUT those results are blindly believed by many people BECAUSE they're generated by AI and therefore supposedly automatically correct! Think Google's disastrous launch of their image generator which would under no condition generate Caucasian … ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Johannes C. … it will become increasingly necessary to use a short form in order to illustrate this notion. First, I …novelty. It is conceivable that a system develops a form of ‘**existential boredom**’ or a lack of intrinsic …‘*[The Last Question](https://users.ece.cmu.edu/~gamvrosi/thelastq.html)*’? ## #24) Those are intriguing questions. Why would you… Re: Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by Dani …/code/538262/template-engine-for-codeigniter-3-with-built-in-html-sanitizer) Re: This Halloween: Are You Brave Enough to Face Roko's Basilisk? Community Center by soly_1 Although superintelligence and God are both considered "mighty entities," the devil is in the details. A superintelligence merely needs code; unlike supernatural beings, it doesn't require faith. The proof isn't found in antiquated literature, but rather in the quick developments in AI and machine learning. Though, in my opinion, the … Re: This Halloween: Are You Brave Enough to Face Roko's Basilisk? Community Center by olivia_24 It also assumes that said AI will be vindictive (like the gods). If the theory is correct, why would a sentient AI need to be vengeful once it has been created? In any case, there is still no evidence that machine consciousness it attainable. At least one engineer involved in the development of OpenAI has made claims about consciousness, but those … Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. How Build Html form ? Programming Web Development by Kirubel_2 <!DOCTYPE html> <html style="font-size: 16px;" lang=&…toggle(); } </script> </div> </form> <div class="button"> <… 1; /* TOP */ } } </style> </body> </html> AirTM API: How to Build a Form? Programming Web Development by FarrisFahad … to the payment page using an HTML form. Here is an example ... <!-- PAYPAL --> <form action="https://www.paypal.com…" value="Deposit Money Via PayPal"> </form> <!-- PAYPAL --> I want to do the same… Re: AirTM API: How to Build a Form? Programming Web Development by pritaeas You cannot safely use a form to post directly to AirTM. Post to your own PHP script, which can then use curl to make the request, including headers. Re: AirTM API: How to Build a Form? Programming Web Development by Dani I can see that the URL that you linked me to has 4 steps to create a purchase. The first one is to create a Purchase via an HTTP POST request. That can be done with a cURL request. cURL requests require some backend programming such as via PHP or some other language. Are you using a server-side language to write your web app? If so, which one so… Re: AirTM API: How to Build a Form? Programming Web Development by pritaeas https://docs.airtm.com/purchases-payins/create-purchase You can choose PHP in the dropdown above the sample code. That way you can see what your PHP should contain. Graph of quadratic function with CanvasRenderingContext2D Programming Web Development by alexanderrm2024 …) How can I solve it? Code: <!DOCTYPE html> <html> <head> <meta charset="…;submit" value="Calculate zeros"> </form> <p id="output"/> <… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani …say is never output `$_POST[]` content directly into the HTML without escaping it first. You are leaving yourself wide… open to an HTML injection attack. Not only that, but you're … user-sent variables with htmlspecialchars to make sure they're HTML-escaped. Instead of `"Name: " . $_POST['ShowingName'] .… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … own), (not even a real email address) and form emailed successfully. And by changing only 1 line of …say is never output $_POST[] content directly into the HTML without escaping it first. You are leaving yourself wide… user-sent variables with htmlspecialchars to make sure they're HTML-escaped. Instead of "Name: " . $_POST['ShowingName'] .… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … PHPMailer coding, page would crash (e.g. blank white screen, HTML file that would display the screen doesn't even start… submitted info were being sent at least the screen display HTML file (2nd running file after the PHP) was. So I… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani You only need to use htmlspecialchars() if the text appears on a website or an HTML email. I’m not sure if you need it if you’re sending plaintext emails. Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 … downloading YouTube videos, and the [FAISS](https://faiss.ai/index.html) vector index for efficient similarity search in large datasets. The… to this chain will be the chat history in the form of a list of messages and the user prompt. The… Re: Graph of quadratic function with CanvasRenderingContext2D Programming Web Development by Dani Have you learned how to graph things? Did your professor teach you about using Canvas yet? Here is a tutorial for getting started: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial Re: Why does Dell hate Linux so much? Hardware and Software Linux and Unix by mickeydoodle I've just acquired a Dell laptop, it seems to hate Linux! Touch pad doesn't work properly, Wireless won't connect and it's sooo slow! Works fine with Windows! Re: Why does Dell hate Linux so much? Hardware and Software Linux and Unix by simhakidsden It's quite baffling to witness such a stark contrast in Dell's approach to promoting Ubuntu between Europe and the USA. Their inconsistent messaging only adds to the confusion for potential customers. Hopefully, Dell can streamline their marketing strategy to provide clearer information and support for Linux enthusiasts worldwide. html form Programming Web Development by edmundoswald how to create an html form with emp_password,emp_address,emp_fname,emp_lname? HTML form with JQuery effect does not post to MySQL Programming Web Development by dennishall … `software` (`software`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/CODE] HTML form = animated_form.html [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional… how it is blocking the MySQL output of the form in my animated_form.html Any help would be greatly appreciated. Best Regards… HTML form won't UPDATE my database Programming Web Development by jdgieschen …the user's information when they save the html form. I'm guessing there's like a …up like a Christmas tree!!! </body> </html> <?php exit(); } include_once "db.…gt; </div> </fieldset> </form> <div style="position:absolute; left:150px… HTML Form Not Working Digital Media UI / UX Design by kbhat.97 Hello, I would require some help with this html form which doesnt send information to the php file …which is linked to it HTML <!DOCTYPE html> <html> <head> <meta…</head> <body> <!-- multistep form --> <form id="msform" action="process.php"… HTML form with radio button not submitting Programming Web Development by rajesh1158 …code doesn't work. I've a html form with radio buttons and a hidden field. …row[5]; $rtanswer=$row[6]; print('<html>'); print('<head><title>…;/p>'); print('</form>'); print('</body>'); print('</html>'); } else { … html form not posting data to php Programming Web Development by RageAndSin …at other posts but have had no luck. My html form: <form id="form1" name="form1" method…value="Submit" /> </p> </form> My php page: <?php echo '<a href…="form1.html">sign my guest book</a>'; $… value from 'HTML' form to 'PHP' file is not going to php file Programming Web Development by subbu_1 'HTML' form <form action="result.php" method="POST…;searchbutton" title="Search" /> </form> result php file <?php @session_start(); include '… that entered in search field is not going from 'HTML' form to 'PHP' file to perform required operations please anyone… html form to php mysql db insert for image Programming Web Development by dwatycha … get an image along with other post data from an html form to save into a mysql db. other data saves fine…, no luck at all with image. php and form code below. HELP. Thanks in advance. [code]<?php include… align="center" class="style4">Blog Form </p> </td> </tr> <… html form not passing it's _POST data to php Programming Web Development by mybluehair …admins on my site to submit new videos. the form page has several text boxes (for info like name …all comming up empty. Take a look: [B]HTML form:[/B] [CODE]<form name="vid_form" method="post"… enctype="multipart/form-data" action="http://www.mysite.com/videos/vid_manager…