Creating a Pixel Desktop App with ChatGPT in Just 20 Minutes Community Center by Johannes C. … a little help from my AI assistant.** ![ai-coding-assistant.jpg](https://static.daniweb.com/attachments/4/167a40014fbe0091604c395e88cacd5e.… for the sake of an example xD ## AI Assisted Coding – The Story of PixelPotion ## First, I am **… a compiler, the thought of starting a new coding project seemed daunting. Even just selecting the right… Re: Creating a Pixel Desktop App with ChatGPT in Just 20 Minutes Community Center by Johannes C. … hours to figure out. For people who are new to coding or want to learn something new, it can be great… Choosing a Mobile Game Development Company: What’s Most Important? Programming Game Development by Jonathan735 … a game concept I’ve been working on. Beyond just coding skills, I’m curious about what makes a company stand… Python - MySQL - Too many connections? Programming Databases by cored0mp … error. Obviously, increasing the connection limit would only encourage sloppy coding? It would be better if I developed a methodology to… Re: Python - MySQL - Too many connections? Programming Databases by Dani … can only speak for the limited experience I have in coding DaniWeb. What we do differs mainly between if the HTTP… Re: Creating a Pixel Desktop App with ChatGPT in Just 20 Minutes Community Center by jkon I understand that a chatbot is more friendly to use than Google, but the same functionality is in 1000 places in Python code on Internet. It would be easier to Google it and use the code. Do you believe that using a chatbot saved you time for this ? Re: Choosing a Mobile Game Development Company: What’s Most Important? Programming Game Development by rproffitt I see you mentioned D i g i t r e n d s but the reviews of them wrote: "No proper management Less salary compare to market Only for interns or fresh people" Look for staff that doesn't churn every project. Re: Choosing a Mobile Game Development Company: What’s Most Important? Programming Game Development by Dani I don’t see them mention anyone. *You’re* the one who mentioned that company and, in doing so, gave a vote up for that company’s SEO in Google’s eyes. Google doesn’t just care about links. They also care A LOT about brand mentions. Similarly, the OP doesn’t care that you have negative things to say about the brand to the handful of people … Re: Choosing a Mobile Game Development Company: What’s Most Important? Programming Game Development by adwinafram There is a need to consider following factors when choosing a mobile game development company - 1. Proven Working Experience 2. Check Company Portfolio 3. Check Technical Expertise 4. Look for Creativity & Innovation 5. Analyze Pricing & Budget 6. Check Post-development Services Thanks Re: Python - MySQL - Too many connections? Programming Databases by Dani Are you connecting to MySQL with persistent connections? What happens if you don't use persistent connections? Also, I'm confused what you mean about it complaining about too many connections simply by you changing how many records a single connection works with? Re: Python - MySQL - Too many connections? Programming Databases by Dani > So I went ahead and made sure to connect.close() everywhere that I opened a connection How many times do you have a single script opening and closing a connection to MySQL? Is this a web script? Re: Python - MySQL - Too many connections? Programming Databases by cored0mp **Are you connecting to MySQL with persistent connections? ** Most coders close connections (remember, these are local connections) after each transaction. That was how I was taught. I’m very open to looking at other ways of doing it but for what it’s worth one would be ill-advised to try to recycle connections in any program anywhere near a … Re: Python - MySQL - Too many connections? Programming Databases by Reverend Jim Generally it is hard to offer SQL suggestions without seeing the code. Are you closing the connection manually, or are you using a context manager? Re: Python - MySQL - Too many connections? Programming Databases by jkon Its hard in a Python script to "create too many connections" to a DB. You don't have many concurrent clients , you don't have web requests , is this a server of some kind ? . From your line " Specifically it was choking on a scanning algorithm." I thought that it might create a new connection for each query (or for a group). … ChatGPT is Now Smarter Than 90% of the Population Community Center by Johannes C. … can “perform complex reasoning” and significantly outperforms the math and coding capabilities of previous models. Even the now publicly available o1… o1-preview, users have challenged it with various mathematical tests, [coding tasks](https://www.reddit.com/r/singularity/comments/1fhi59o/chatgpt_o1_preview_mini_wrote_my_phd_code_in_1… Issues importing codepen projects into my .jsx project page Programming Web Development by Jacob_36 Hey all! im new to coding and have been struggling to import/create this in my … Hi everyone, I'm WendyDolan Community Center Say Hello! by WendyDolan A passionate web developer with a knack for creating user-friendly, responsive websites. With experience in both front-end and back-end technologies, I love turning ideas into seamless digital experiences. When I’m not coding, you can find me exploring the latest web trends or diving into new programming languages. Re: Preparing for the upcoming Java Interview in September 2024 with BlackRock Programming by DEEPAK_84 To crack Java interview, your Core Java concepts must be clear. I have studied Core Java interview questions from Scientech Easy where you will get coding related problem with solution that will clear your core java concepts. So you must visit once. Re: Devin Might Be Fake, Yet AI's Threat to Jobs Is Real. Community Center by meyerrluanna Really insightful article! It's interesting to consider how AI is shaping our job market, not just in terms of risks but also opportunities. While the threat to certain jobs can't be ignored, AI also brings the potential to enhance job roles and create new opportunities. It seems like ongoing education and adapting skill sets will be key. By … Re: ChatGPT is Now Smarter Than 90% of the Population Community Center by meyerrluanna Hey, I really enjoyed reading your post . It’s kind of mind-blowing when you think about how far AI has come. But I also think it’s worth considering what we really mean by "smarter." AI, like ChatGPT, is amazing at processing information and spitting out answers quickly, but there’s still a lot that makes human intelligence unique like … Re: ChatGPT is Now Smarter Than 90% of the Population Community Center by jkon I really can't understand the claim that it "smarter than 90% of population". I don't have access to o1 but from what I have seen sometimes it counts correctly the r's in strawberries , is this that our benchmark ? and if so , - why ? and do we know for sure that 90% of population can't count R's ? Is there a study about it ? . Don't … Re: ChatGPT is Now Smarter Than 90% of the Population Community Center by DEEPAK_84 So sad. Re: ChatGPT is Now Smarter Than 90% of the Population Community Center by Pelorus_1 ChatGPT has demonstrated remarkable advancements in natural language processing, enabling it to understand and generate human-like responses with high accuracy. This sophistication allows it to outperform the average person in various knowledge-based tasks, making it seem smarter than 90% of the population. However, it's important to note that … Re: ChatGPT is Now Smarter Than 90% of the Population Community Center by sgtamilan It’s impressive to see how advanced AI has become! ChatGPT being smarter than 90% of the population highlights the rapid progress in technology and how it’s reshaping our interactions with information and each other. It’s a testament to the incredible work being done in the field of artificial intelligence. Looking forward to seeing how these … Re: ChatGPT is Now Smarter Than 90% of the Population Community Center by jkon When I took my first IQ test as a teenager, and I didn’t know anything about the assumptions you should make for those questions, I had a strong reaction: "This question is not clear, so how could the answer be? Are they kidding me? Is this an IQ test?" Afterwards, I learned what those assumptions were, and my score went up. So yes, you … Re: ChatGPT is Now Smarter Than 90% of the Population Community Center by trueframe It’s amazing to see just how advanced AI will become in the coming years! Re: get the last character of string with javascript Programming Web Development by Dani I know this is a really old post, but I just came across it recently, and just in case the jsfiddle becomes unavailable at any point in the future, what's written there is: var num = "12345"; alert(num.charAt(num.length - 1)); Re: get the last character of string with javascript Programming Web Development by Biiim Wheres the function! function checkLastChar(string){ return string.charAt(string.length-1); } console.log(checkLastChar('testing')); function removeTrailingDot(string){ if(string.charAt(string.length-1) == '.'){ return string.slice(0, -1); }else{… Re: Hi everyone, I'm WendyDolan Community Center Say Hello! by Dani Hi Wendy! Welcome to DaniWeb!! Thank you so much for joining. What is your tech stack of choice? (Just trying to make small talk here.) coding for diamond patterns Programming Software Development by pprabhat coding for printing diamond pattern using recursion as following * * * * * * * * * * * * * * * *