Re: Need help with Lem-in Project Programming by toneewa Display everything to see where you go wrong. Also, simplify your testing, e.g., 1 ant 2 rooms, 2 paths. There are some algorithms to consider. The Breadth-First Search (BFS) and Dijkstra’s algorithms are ways to find the shortest path. Research those to understand your use case. A fix to your parse function and ant struct will help get you back … Should we noindex our JSON files? Digital Media Digital Marketing Search Engine Strategies by Dani We use a lot of AJAX that loads JSON files that return an application/json mime type. In some instances, these JSON files are used to assemble elements on the page, so we don't want to hide them from Google because we want Google to see the page fully rendered. My question is whether we should be adding an X-Robots-Tag: noindex HTTP header to … Image Analysis Using OpenAI GPT-4o Model Programming Computer Science by usmanmalik57 OpenAI announced the [GPT-4o (omni)](https://community.openai.com/t/announcing-gpt-4o-in-the-api/744700) model on May 13, 2024. The GPT-4o model, as the name suggests, can process multimodal inputs, such as text, image, and speech. As per OpenAI, GPT-4o is the state-of-the-art and best-performing large language model. Among GPT-4o's many … Re: Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by Dani I've posted my story many times before, but here it is again :) I've been programming the majority of my life, first in Apple BASIC, then QBasic, then Visual Basic, then C++. PHP was my first foray into web development, and DaniWeb was my first project. DaniWeb started 22 years ago with phpBB, and then evolved to vBulletin. I knew the phpBB code… Re: Dead Internet Theory: Is the Web Dying? Community Center by m_624 "Dead Internet Theory" is an idea that says the internet is becoming less genuine and less alive. Here's a simple explanation: The theory suggests that: Bots and Fake Content: A lot of what we see online is created by bots or automated programs, not real people. This includes social media posts, comments, and even articles. … Re: Dead Internet Theory: Is the Web Dying? Community Center by Reverend Jim Seems like an extension of Sturgeon's Law which states "90% of everything is crap". Re: Dead Internet Theory: Is the Web Dying? Community Center by Nina0X So, what can we do to prevent the web from dying? I guess web3 is the answer! If the technology enables then the internet should not only be used for connecting and sharing some kitties! The whole of humanity's wealth will be held on the Internet.. Re: Database wrapper for Codeigniter 3 Programming Web Development by Dani Wow, this is old. I just stumbled upon it and it’s so crazy looking back at old code you wrote once upon a time. Especially since we are still working off the same framework so it’s just interesting to see how much it’s morphed and evolved over the years. Re: Dead Internet Theory: Is the Web Dying? Community Center by pcbugfixer I believe it is. With AI involved and the misleading and duplicate information tells me that the WWW is corrupt and becoming useless. And it is the Spammers, Hackers and the like that did it. Time will tell Re: Dead Internet Theory: Is the Web Dying? Community Center by m_624 The Dead Internet Theory suggests that the internet is dying or already dead due to the prevalence of bots and automated content. However, the internet continues to grow and evolve, remaining a vital part of modern life. Re: Database wrapper for Codeigniter 3 Programming Web Development by pyeri Glad to know that Daniweb uses CodeIgniter! It's a very minimal but robust framework and has all the bells and whistles which other so called "modern" frameworks keep talking about. I myself use CI3 for most of my freelance projects. For database interaction, I usually don't use the CI models, I prefer dealing with the `$this->db` … Re: Database wrapper for Codeigniter 3 Programming Web Development by Dani I started with CI3 probably like a decade ago, and that’s what I’m continuing to use, albeit with a bunch of security updates and so forth. It’s not worth it to me to upgrade to CI4 right now since that would pretty much be a complete rewrite of the entire app for not much upside. Do you have any experience with CI4? Re: Database wrapper for Codeigniter 3 Programming Web Development by pyeri I have never bothered to check CI4 as CI3 fulfilled all my web development needs. It required some modifications when PHP 8 came (PHP 8 didn't allow dynamic properties which are used in CI3). But otherwise, it works fine for most small to medium sized projects. One of the best things about CI3 is that it works out of the box with minimum initial … Re: Dead Internet Theory: Is the Web Dying? Community Center by stuwer12 This theme needs development, but I'm connected with a blockchain group who have what we call web 4.0, totally independent ,totally peer to peer with no outside interference or involvement Don't know if it would bring back relevancy to search, but connections are true blckcerts (or blockcertsai anyone interested ,;et me know and I'll send you a … Re: Dead Internet Theory: Is the Web Dying? Community Center by wwwalker About 40% of hits to my site are bots with some trying to find exploits on my site to hack it and use it to propagate spam. Very few humans are surfing the Web any more. iptables firewall has to be used to block the hackers. Re: Dead Internet Theory: Is the Web Dying? Community Center by Reverend Jim >Very few humans are surfing the Web any more I disagree. Just because the number of bots has grown exponentially relative to the number of meat-based surfers does not mean that very few humans are still surfing. Consider how much spam e-mail is sent every minute. That does not mean e-mail is dying. Re: How to enable gpedit on Windows 10 & 11 Hardware and Software Microsoft Windows by Lethabo The Windows 11 update KB5023706 led to intermittent BSODs for many users. Despite Microsoft's troubleshooting suggestions, including switching to a metered Wi-Fi connection and pausing updates, some found relief by uninstalling the update. To prevent its automatic reinstallation on Windows Home systems, users can enable the Group Policy Editor … Re: How to enable gpedit on Windows 10 & 11 Hardware and Software Microsoft Windows by Reverend Jim I understand this script does not work in all cases. If not you can try Policy Plus which is available on GitHub and MajorGeeks. Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa Some minor syntax fixes. Some things to consider are the collision and distance of drawing the next ball. A ball inside a ball's radius will cause numerous collisions. Even the starting ball locations can be already causing collisions. I added a collision counter display. Increased the maximum balls to make to 50. The timer delay can also impact … Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa I cleaned up the code some more. Removed some things that were not being used. I ran into a couple problems which caused the freeze you mentioned. It was memory heap space and array allocating. E.g., if x or y becomes negative, and also infinite recursion. I added a x/y coordinate display for a ball, and tinkered with the placement of the … Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Hello, I have a program which creates multiple balls and bounces them off when they collide. This works fine. import java.awt.Rectangle; public class Ball{ private int x = 0; private int y = 0; private int radius; private int panelwidth = 500; private int panelheight = 500… Re: Trying to animate sprite using DirectX9 Programming Software Development by Pavel_11 Hello, it is unneccessarily to use right movex or leftmovex , because it is to much variables. You should to use one variable movex to make it with minus or plus sign in your update function; by pressing left or right keys; because the one thing which is changable is a picture; I mean in global sense; variables like leftx, right x should be one… How Build video-player in html And css ? Programming by Kirubel_2 <head><title>navigation</title> <link rel="stylesheet" href="../css/nav.css"> <link rel="stylesheet" href="../css/tutorial.css"> <link rel="stylesheet" href="../css/vedio.css"> <link rel="stylesheet" href="… Re: How Build video-player in html And css ? Programming by Kirubel_2 body{ /* background: url(../img/w11.png); */ background: url(../img/m.jpg); background-size: cover; background-repeat: no-repeat; margin: 0; padding: 0; height: 101vh; overflow-y: hidden; } .container button{ background: transparent; … Graph of quadratic function with CanvasRenderingContext2D Programming Web Development by alexanderrm2024 Hello everyone, I have a task in which I would like to implement the graphical visualisation of a quadratic equation in the interval x =[-10,10] and - if any exist - the corresponding zeros, using CanvasRenderingContext2D methods. To convert the coordinates into pixel coordinates within the canvas: the coordinates into pixel coordinates … Need help with Lem-in Project Programming by Oven Im trying to code a lem-in project. https://github.com/01-edu/public/tree/master/subjects/lem-in Im coding in go lang. But its okay in another language tho. I can convert it to go. Me and my friends cant even solve the algorithm neither. ChatGPT is stuck and in the web i found a 800 rows of code. Its working but really hard to understand. … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim Hey David, You should not pretend to send an email from `x@gmail.com` as this is spoofing. I forward all forms from a website from a generic email such as `forms@` or `enquiry@` (`@yourlocaldomain.com`) Emails have basic checks done on them, which is why your spoofing fails, you are trying to say `X@gmail.com` sent an email but gmail didn'… Online subission forms not sending emails of submitted info Programming Web Development by david.tigner About a year ago, I had a similar issue except then system would crash after pressing Submit. The issue was caused because of PHP 8 incompatibility problems. However, got the coding to fix all of that and things worked good again and with PHP 8. But now something new is happening. Now, when Submit is pressed, system doesn't crash and goes to the … How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 I wrote a Python script that included the python-swiftclient module to connect to the OpenStack Object Storage and upload some files to the OpenStack Object Storage container It works great if I upload a file that ends with the extension .gz however, I’m getting an error regarding the ‘TarFile’ object having no attribute ‘read’ after running my … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner I am not pretending to send emails from x@gmail.com or any other email address. Here's what is happening: If a submitter (the one that fills out the form and presses the Submit button) doesn't enter an email address ending in a domain that I own, the submitted info will not send. If they do, it will. The email address they enter in this case does …