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. … years composing a symphony, writing a novel, directing a motion picture, when an automaton can deliver the same output effortlessly in… once robotics catches up… ## #7) That paints a rather dystopian picture. How do you see people reacting to such a reality… What is your biggest fear with the current A.I. revolution? Community Center by jkon … , or / and by near future egos boosting , ignoring the big picture. Some years ago I had the opinion that A.I… Re: What is your biggest fear with the current A.I. revolution? Community Center by Reverend Jim My biggest fear is an expansion of misinformation to the extent that we will not be able to trust that anything we see, hear, or read will have any basis in reality. "Enhanced Imaging: USB 3.0 Camera Technology" Hardware and Software by diana_17 … greater resolutions, resulting in smoother video capture and more precise picture analysis. This improves the accuracy and efficiency of applications that… Re: Trying to animate sprite using DirectX9 Programming Software Development by Pavel_11 … keys; because the one thing which is changable is a picture; I mean in global sense; variables like leftx, right x…;caveman goes to left and right and it changes a picture, so it looks like the same you want;i am… Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by Dani … on, when I read your posts, I'll have a picture of you in my mind's eye as listening to… Re: "Enhanced Imaging: USB 3.0 Camera Technology" Hardware and Software by rproffitt Weird. I thought the move to USB-C was the next big thing. Picture box picture control is not working Programming Software Development by 민성 Picture box picture control is not working using System; using System.Collections.Generic; … Re: Picture box picture control is not working Programming Software Development by pritaeas > Picture box picture control is not working What is it supposed to do, and what exactly isn't working? Re: Picture box Programming Software Development by Netcode picture boxes don't have scrolls if that's what you want picture will not show Programming Web Development by infernojmd okay so i am doing a program that lets you type a name of a friend in and submit and it will display a picture of that friend but my output wont show the picture, it will have some type of error. if you look at the picture attached that's my output, i don't know what kind of error to call it. let me know if you need to see code or not. Re: picture on a msgbox? Programming Software Development by AndreRet … '.cmdReturn(1).Caption = SecondButton '.image1(0).Picture = .imglstMessage.ListImages(2).Picture '.image2(1).Picture = .imglstMessage.ListImages(3).Picture '.Show vbModal 'DoEvents 'MsgOkCancel = .Tag ' Unload… picture box transparency layers Programming Software Development by chowmein87 … and they are placed in front of that large picture box. these picture boxes have no images, just set to transparent in… the properties. I use the mousehover event on those picture boxes so when one is hovered over, it will change… is behind it. the problem is that even though those picture boxes in front have been set to [B]transparent[/B… Picture Labeler using PHP/MySQL Programming Web Development by KevT … a user overlay text labels on a picture. The picture's filename*, text and the X,Y… note: I don't want to store the picture file itself in MySQL, just the name for …until they get bored of putting text over the picture. 4) User clicks on "Submit"…table also contains a link to each labeled picture associated with a record if that record has… Re: picture gallery Programming Web Development by broj1 … this way if they are on the page picture.php: <a href="#1">…a> <a href="#2">Picture 2</a> or if they are on …some other page: <a href="picture.php#1">Picture 1</a> <a href…="picture.php#2">Picture 2</a> On the page picture.php you have a… Picture Box to Bytes Programming Software Development by k030775 …//Filter for file types that are allowed in picture box newdialog.Filter = "JPG Files (*.jpg…//Displaying the Image to form { //Display the picture in the picture box string picLoc = newdialog.FileName.ToString(); picEmployee.… Picture not displaying from database Programming Web Development by sjeggels … database. Can anyone provide a basic php script to retrieve picture from database for display in html page. I have database… profile page for users where I want to show their picture next to their related information in a table. The problem… is that the picture does show on the page. What am I doing wrong… Re: Picture not displaying from database Programming Web Development by ﻼim … database. Can anyone provide a basic php script to retrieve picture from database for display in html page. I have database… profile page for users where I want to show their picture next to their related information in a table. The problem… is that the picture does show on the page. What am I doing wrong… Re: Picture Labeler using PHP/MySQL Programming Web Development by KevT … to simply place a caption at the bottom of a picture. What I'm trying to do is have a system…-&-click then type in the text onto the picture. This labelled picture can then be stored & recalled later (regenerated by… Re: Picture Labeler using PHP/MySQL Programming Web Development by KevT … popup stating "Enter Text" upon click on the picture. That would not however give the user the ability to… type text directly over the picture itself. Not to mention, detecting the X,Y coordinates of… where that text is supposed to be on that picture & the ability to save that...then later recalling it… Picture Sequence Help Programming Software Development by tmantix I'm trying to get a picture box to load a new picture every second with a timer. Heres my code.… = True frame = frame + 1 frame1 = 'Picture Location frame2 = 'Picture Location frame3 = 'Picture Location frame = 0 Select Case frame Case 1… Picture Box Transparency Help Programming Software Development by meetarun007 Hi to all, I need to display a arrow picture over another picture. But i cant able to make arrow picture transparent other than the arrow. Always it is in rectangle format(Picture box). I tried the picture box color to transparent, But that doesn't worked. Pls Help... Picture box animation over lapping, any suggestions? Programming Software Development by deucalion0 … (counter == 0)) { position.X += 1; picture.Location = position; } else if ((position.X ==…{ position.Y = position.Y + 50; counter--; picture.Location = position; } } // aliens move from… Re: picture box transparency layers Programming Software Development by AnkitGuru in every event of smaller picture boxes add one if condition checking the transparency state of the control first [CODE] if picturebox1.backcolor = color.transparent then (code....) else pictureboxBig.backroundimage = <the image you want to set end if[/CODE] Re: Picture Labeler using PHP/MySQL Programming Web Development by KevT … hard to get my head around is the text over picture input. I've seen how you can locate where the… user clicks on a picture to grab X,Y coordinates..but translating that into a… picture saving in database. problem Programming Software Development by jaasaria … how. i have here a code for opening the picture.. but i dont know how to save it in …jpg,*.bmp,*.gif)|*.jpg|*.gif|*.bmp|" cd.ShowOpen Image1.Picture = LoadPicture(cd.FileName) i tried to use a field….Fields("PhoneNo") = txt7.Text rsemployee.Fields("picture") = cd.FileName rsemployee.Update End Sub i need … Re: picture saving in database. problem Programming Software Development by Jx_Man i guest u want to save path of the picture. this way is the easiest. but you must to put the picture on one folder. don't try to move the picture that you was saved it. if you move the picture, you will get an error.. picture editor Programming Software Development by emongs can some one help me w/ codes in making picture editor. that allows the user to use the following: Picture ToolBar Color Picture Color BackGround Effects Insert Text Alignment of Picture Resize thanks for the help