Has CSS Grid completely replaced Flexbox in your projects? Why or why not? Programming Web Development by KamalDeepPareek Please answer Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025? Hardware and Software Cloud-based Apps by Himadri_3 … a question we still hear a lot—and honestly, the answer depends on what kind of app you're building. A… Re: Riddles Community Center Geeks' Lounge by Reverend Jim There was a man who had three sons. They all lived and worked on a ranch. Well, the old man called it a ranch even though he only raised vegetables. But while profitable, the sons always wished it to be a proper ranch with cattle where they would raise meat instead of turnips. One day the father died and the sons inherited the business. The first … How To Attract Client To Your Blog? Digital Media Digital Marketing by blogmanagment … writing, ask yourself: who you doing it for? If your answer is 'everyone,' you're just making your job harder. While… content do they enjoy more? Once you’ve got your answer, you can focus on creating content. Re: Riddles Community Center Geeks' Lounge by Emma_Rose … — the ones that make you laugh at yourself when the answer finally clicks! 😄 And that's a great one — classic brain… Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani … the topic at hand. Other people take the time to answer, because the things they have to say go on to… Re: Question/Answering over SQL Data Using LangGraph Framework Programming Computer Science by Pelorus_1 Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever. Re: Does Tools give 100% correct answers? Digital Media Digital Marketing Search Engine Strategies by ashleydent4u Tools like Semrush and Ahrefs are super helpful for getting insights, spotting trends, and analyzing competitors, but they’re definitely not 100% accurate or all you need. They give you estimations based on their own data sets, which means there can be gaps or differences compared to real-world results. It’s best to use them as a guide alongside … Benchmarking DeepSeek R1 for Text Classification and Summarization Programming Computer Science by usmanmalik57 … shows the thought process of the DeepSeek model adopted to answer the query. With the simpler models, you will only get… the answer. Since we are only interested in the sentiment, we can… Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by usmanmalik57 … the last `</think>` tag and return the remaining answer to the calling function. The following script shows an example… DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization Programming Computer Science by usmanmalik57 … like DeepSeek return the thinking process and the model's answer in the response. If you are only interested in the… Re: Need currency pound symbol before amount calculation Programming Web Development by Biiim Since Dani did the best standard-correct answer I will do the botch-job answer: $('table#list tfoot .grand-total').text('£'+parseFloat(grand_total… Re: Json response in javascript Programming Web Development by Biiim …').modal('hide'); }else{ alert(responseData['message']); } } }); I guess the direct answer would be using jQuery for `$.parseJSON(msg);` Re: Why DaniWeb doesn't have an account to BlueSky ? Community Center Meta DaniWeb by Dani There's a simple answer: DaniWeb doesn't have an account on Bluesky because I … Re: Is it Good idea to Build an App Like Winni? Programming Mobile Development by Dani Why build it if Winni is already successful at doing it? Is there something you don't like about Winni that you think you can do better? What would you do to convince people to use your app instead of the already successful one? If you can answer those questions, then yes, it could potentially be a good business for you. Re: Short or Lengthy content, which is helpful for SEO? Digital Media Digital Marketing by Dani It depends on the purpose of the article. Short content works when people want a quick answer to something. Long content works when people want a lot more in-depth information about a particular topic. You should always have a target audience in mind when writing content. Re: Multiple MySQL connections + transactions Programming Databases by Dani > If the databases are on the same server and use InnoDB, you can use fully qualified table names, and write to multiple databases on a single connection. That's what I ultimately started doing instead! Thank you so much for a definitive answer to my question. Re: Fine-tuning OpenAI Vision Models for Visual Question-Answering Programming Computer Science by RKE2 Fine-tuning OpenAI Vision Models for visual question-answering is an exciting step forward in AI! It is amazing how these models can combine image recognition with natural language processing to provide accurate, context-aware answers. Cannot wait to see more advancements! Re: Does Google's Disavow-Tool still work - or does it hurt? Digital Media Digital Marketing Search Engine Strategies by IM Tools As of today (2/2/25) the tool is up and running but in Barry Schwartz's May 2024 article he quotes John Mueller as saying "at some point I'm sure we'll remove it". According to Google, *they no longer penalize for bad links*, they just ignore them. I tried to post the link to Barry's full article, but the Daniweb spam bot wouldn't let … Re: Does Google's Disavow-Tool still work - or does it hurt? Digital Media Digital Marketing Search Engine Strategies by adilhassan There's a lot of debate around the Disavow Tool’s effectiveness today. While it was once crucial for dealing with toxic backlinks, Google has gotten much better at ignoring spammy links on its own. If a site isn’t under a manual penalty, disavowing might not have much impact or could even remove potentially beneficial links. It’s still useful in … Re: Does Google's Disavow-Tool still work - or does it hurt? Digital Media Digital Marketing Search Engine Strategies by Rabia_10 The Disavow Tool is still effective for now, but I have a feeling Google might phase it out soon. It’ll be interesting to see what comes next! Re: Does Google's Disavow-Tool still work - or does it hurt? Digital Media Digital Marketing Search Engine Strategies by Dani Google has said that they plan to remove the tool because it's consistently done more harm than good for the majority of sites that have used it. Re: Does Google's Disavow-Tool still work - or does it hurt? Digital Media Digital Marketing Search Engine Strategies by Martin12 yes it still works , i used it few days ago to remove some spammy links on my website Re: Does Google's Disavow-Tool still work - or does it hurt? Digital Media Digital Marketing Search Engine Strategies by Dani If you used it only a few days ago, how do you know it works? Did you see your Google traffic increase so quickly after that? Re: Does Google's Disavow-Tool still work - or does it hurt? Digital Media Digital Marketing Search Engine Strategies by ashleydent4u The Disavow Tool was definitely a double-edged sword—while it helped with cleaning up spammy backlinks, it also opened the door for misuse by blackhat SEOs looking to undo penalties. As for whether it still helps today, it seems like Google’s evolved and might not rely on it as much for ranking recovery. They’re likely using more advanced … Re: Does Google's Disavow-Tool still work - or does it hurt? Digital Media Digital Marketing Search Engine Strategies by JamieHenryBrown Not worth using it unless absolutely neccessary. Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by rproffitt "Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information" "Security researchers tested 50 well-known jailbreaks against DeepSeek’s popular new AI chatbot. It didn’t stop a single one." It only seems to get worse the more you look at DeepSeek. And I must note how it is known to not want to talk about … Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by policenbicleara Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization performance is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate. Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by Pelorus_1 Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!