Re: Does anyone know how to self-host a nextcloud server? Hardware and Software Cloud-based Apps by antwanlee Hi @fowokov687l, welcome to the forum ;) I'm actually hosting a nextcloud for myself (privately) since many years and its quite easy. The public documentation lacks a bit however, especially when it comes to speed and security optimizations. I'd recommend you to go with PHP-FPM instead of apache2 mod-php and use a redis cache. After googling… Re: AI Code Assistants Programming Software Development by antwanlee I'd recommend you to go with ollama: https://ollama.com/ Its FOSS and easy to install: ``` curl -fsSL https://ollama.com/install.sh | sh ollama run dolphin-mixtral ``` Other than that I use chatgpt a lot for all kinds of different things, but I prefer ollama's dolphin-mixtral for coding for now. 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 … 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: 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 … 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 … How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by hustle_dani Hello I have a website and i don't know if it has analytics connected to it. I have a plugin Site kit that says that my website is connected but when I try to connect to Bing webmaster tools as well, Bing says there are no websites linked to this analytics account. Can anyone help? Thanks in advance :D ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Johannes C. **AI policy theorist Demetrius Floudas introduces a novel era classification for the AI epoch and reveals the hidden dangers of AGI, predicting the potential obsolescence of humanity. In retort, he proposes a provocative International Control Treaty.** ![header-agitalks-demetrius.jpg](https://static.daniweb.com/attachments/4/… 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: Recover excel password Hardware and Software Microsoft Windows by rproffitt I'd try the solution found on a Reddit. Example: https://www.reddit.com/r/excel/comments/17b9n4f/how_to_open_a_password_protected_excel_file_if_i/ Re: Need help with Lem-in Project Programming by rproffitt This assignment would get a failing grade if you used GPT or found code. Toss all that out and write it yourself. Re: Need help with Lem-in Project Programming by Oven Sadly, like i said GPT is not working anymore. My team coded this one. And AI & Ready code is acceptable. But it has to simple because we must understand the code. I found the working code but its 800 rows. So no we cant use it either. Even if anybody can explain the algorithm, that would help a lot too. Its like onion, we are thinking we … Re: Need help with Lem-in Project Programming by rproffitt Then you have to design and create the algorithm before you write code. There's a lesson here about writing code before the design is done. Re: Need help with Lem-in Project Programming by Oven True. Wish we had able to. We cant manage it, thays why im seeking some help. Re: Need help with Lem-in Project Programming by rproffitt This is some academic assignment so the lesson isn't about fixing this found or GPT generated code, it's not even about coding. It's about designing before code. Without a design, how would we code? Or if we use AI to write code, it's a lesson about how we still have to understand the code that it generates. Now for those that just want it … Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by robinsharma It can be tricky to check if website is connected with Google analytics, however, you can learn from YouTube. Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by Dani Google Analytics is a Google-owned product, not a Microsoft or Bing-owned product. Bing Webmaster Tools is the Bing equivalent of Google Search Console. When you mention Site Kit, I assume you're referring to [Site Kit by Google](https://wordpress.org/plugins/google-site-kit/) which would not contain anything Bing related, which is why Bing … Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by LautaroNores Sorry for the unconvinced Hi, You need to open the view page source and their have code like mention below! Here is the full code to check if your site is connected or just go to the google analytics and go to admin and then data streams, their you go your site if connected... <script async src="https://www.googletagmanager.com/gtag/js?… Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by Admin907 **How to Check if a Website is Connected to Google Analytics?** To check if a website is connected to Google Analytics, follow these steps: **View Page Source:** Right-click on the webpage and select "View Page Source" or press Ctrl+U (Windows) / Cmd+U (Mac).** **Search for Analytics Code:**** In the source code, press Ctrl+F (… Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by simhakidsden It sounds like there might be a discrepancy between the information provided by the Site Kit plugin and what Bing Webmaster Tools is displaying. Here's what you can do: Double-check the Site Kit plugin settings to ensure that it's properly connected to your website's analytics account. Sometimes, re-authenticating or reconnecting the plugin can … Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by bijutoha There may be an issue with the integration between Bing Webmaster Tools and Google Analytics. Re: How to check if websites is connected to google analytics? Digital Media Digital Marketing Search Engine Strategies by lucytaylor01 For manually, press ctrl + U to view page source page. You can find google analytics code in head section. Also you can use GA Debugger for checking analytics code. Re: MySQL Packets out of order Programming Web Development by wwwalker If PHP locks the database connection in a persistent connection and the packets from the transaction are incomplete then the packets would be out of order. Hence asynchronous PHP connection would be OK for transactions and not have the locks that persistent connection would create. Re: MySQL Packets out of order Programming Web Development by Dani Sorry, I’m not quite sure I understand what you’re saying? Re: What are the key features to consider when developing a shopping app? Programming Mobile Development by Intellect_1 you can create a compelling and user-friendly shopping experience that meets the needs and preferences of your customers while driving engagement, loyalty, and sales. intellectworks.co.uk Re: MySQL Packets out of order Programming Web Development by Haseeb_12 Thanks for sharing this insight! Disabling persistent connections when using transactions is a great tip and saved me a lot of debugging time. Claude 3 Opus Vs. Google Gemini Vs. GPT-4 for Zero-Shot Text Classification Programming Computer Science by usmanmalik57 On March 4, 2024, [Anthropic](https://www.anthropic.com/) launched the [Claude 3 family of large language models](https://www.anthropic.com/news/claude-3-family). Anthropic claimed that its Claude 3 Opus model outperforms GPT-4 on various benchmarks. Intrigued by Anthropic's claim, I performed a simple test to compare the performances of Claude … Paris Olympics Chatbot- Get Ticket Information Using Chat-GPT and LangChain Programming Computer Science by usmanmalik57 I was searching for Paris Olympics ticket prices for tennis games recently. The official website directs you to a [PDF document](https://tickets.paris2024.org/obj/media/FR-Paris2024/ticket-prices.pdf) containing ticket prices and venues for all the games. However, I found the PDF document to be very hard to navigate. To make things easier, I … 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="…