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. …interface between transformative technologies and the legal landscape. The initial steps happened several years ago, when a couple …, the immediate future – that is, solely during the initial stages of the Protonoëtic. Beyond that timeframe, by… further scenarios that could pose considerable risks during the initial part of the Protonoëtic (i.e., in… minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by pyeri … use to develop things like REST API, prototyping something at initial stage or a frontend SPA app with just basic PHP… Re: Need help with Lem-in Project Programming by toneewa … room: farmInfo.startRoom} } // Print the initial positions of the ants fmt.Println("Initial positions of the ants:") for _…fmt.Printf("%s-%s\n", room, connectedRoom) } } } Output: Initial positions of the ants: L1-0 L2-0 L3-0… Re: Database wrapper for Codeigniter 3 Programming Web Development by pyeri … is that it works out of the box with minimum initial configuration or coding, and the memory footprint is so small… Re: HTML Navigation Menu Alignment Issue Programming Web Development by Dani Can you include the CSS you're using for this? Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by pritaeas Why would I choose this over a package like [Slim](https://www.slimframework.com/)? Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by pyeri @pritaeas Most modern PHP frameworks like Slim make heavy use of OOP which introduces cruft and bloat. As you can see in that example itself, just for printing a simple Hello string, they ended up creating one Factory class and two other classes for request and response. While OOP certainly has its uses, not all use cases need this level of … Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by Dani When I first created the platform that powers DaniWeb, I did so only after many years on phpBB, and learning that framework inside and out, and making lots of phpBB mods, and then many years on vBulletin, and learning *that* framework inside and out, and making lots of vBulletin plug-ins. Despite DaniWeb being my first web development app that I've… Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by Dani > In the case of DaniWeb, there are Post objects, Thread objects, Forum objects, and Member objects, and pretty much all functionality can be accomplished with methods that act upon any combination of those four things. I just want to also add that I rolled my own ORM such that each instance of any of these classes maps directly to a row in a… Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by mx_983 …WSREP: Loading provider /usr/lib64/galera/libgalera_smm.so initial position: 20c1183c-e5c5-11ee-9129-97e9406cb3f8:7183126 2024-…5:05:10 0 [Note] WSREP: GCache::RingBuffer initial scan... 0.0% ( 0/134217752 bytes) complete.… 5:05:10 2 [Note] WSREP: ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:-1… How Build video-player in html And css ? Programming by Kirubel_2 …x=document.getElementById("like").style.display="initial"; } } function un1(){ x=document.getElementById…x=document.getElementById("share").style.display="initial"; } } function un2(){ x=document.getElementById… HTML Navigation Menu Alignment Issue Programming Web Development by khan zain …;"viewport"" content=""width=device-width, initial-scale=1.0""> <title>Navigation… HTML Image Embedding Issue Programming Web Development by khan zain …;"viewport"" content=""width=device-width, initial-scale=1.0""> <title>Image… 'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Johannes C. …, addressing the challenges of equity, privacy, and employment in the initial stage will be crucial. ## 7. Where are the limits of… Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by toneewa …'t run too early. DOMContentLoaded event fires synchronously, when the initial HTML document has been completely loaded and parsed. It signifies… Re: Hi everyone, I'm johnson644 Community Center Say Hello! by Dani Hello and welcome to our little community. Sorry for my tardiness in welcoming you. Have you spent any time on DaniWeb since posting here? What are your initial thoughts? Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … first got it in December 2022 I ran through the initial setup. All I had to do to connect to wifi… Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by Dani …, this one is more so everyone responding individually to the initial question being asked of them. I would like to argue… Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by rproffitt From https://stackoverflow.com/questions/78269177/mariadb10-11-6-galera-single-failed-node-startup-stuck-failure where they call it out as a bug waiting for a fix. Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by rproffitt The problem is still unresolved. Until the bug is fixed. Be sure to tell all that you don't accept this as a bug and want a fix now. Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by rproffitt I wonder if the last other stable releases show this issue? "Stable release: 11.3.2 / 16 February 2024; 46 days ago" or the most recent release of MariaDB 10.11: MariaDB 10.11.7 Stable (GA) That is, many fixes don't get released for out of date versions. The new version is how many fixes are issued. Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by toneewa I wonder how these IP addresses are issued. Static, dynamic, or is DHCP on? It reminds me of the time a network printer that stopped working, after the power went out. Other devices connected to the network after it's setup. Then, after rebooting, it got a different IP, but the host still thought it was on the old one. I've seen the same thing when… 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; … Re: HTML Image Embedding Issue Programming Web Development by Steve_89 It seems like the issue might be with the path to the image. Here are a few things to check: 1. **Relative Path**: Ensure that the path to your image is relative to the location of your HTML file. If your HTML file and the "images" folder are in the same directory, your current path should work. 2. **File Extension**: Make sure the … Re: 'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Dani Which of the two actually answered the questions? Re: 'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Dani I think it’s much more authentic and useful to have direct quotes. Paraphrasing loses a lot in translation IMHO. Initial help Hardware and Software Information Security by violaactuary … post my logs, etc. regarding my problem, however as an initial question, should I uninstall/reinstall any of the protection I… Re: Initial help Hardware and Software Information Security by violaactuary … do have the first GMER log and did do that initial clean step as well. This is my home computer, so…