Re: Answer to my 100% tools thread Digital Media Digital Marketing Search Engine Strategies by Raj_578 You're absolutely right that relying solely on SEO tools like SemRush can sometimes lead to mismatches between the tool's categorization of a keyword (informational vs. commercial) and the actual search engine results pages (SERPs) for that keyword. This discrepancy can occur due to various factors such as changes in search trends, evolving … Answer to my 100% tools thread Digital Media Digital Marketing Search Engine Strategies by emmasmithes … were commercial for that specific keyword. So here is my point that you can not completely rely on tools. Re: Answer to my 100% tools thread Digital Media Digital Marketing Search Engine Strategies by Dani For those unaware, the discussion that Emma is referring to is [this one](https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/542056/does-tools-give-100-correct-answers). Thank you for your story. Sorry that happened to you. Did you end up not getting the job because of that? You live and you learn, and … Re: Answer to my 100% tools thread Digital Media Digital Marketing Search Engine Strategies by Umar_35 You're right; tools like SemRush are helpful, but always verify keyword intent manually. Checking Google SERPs yourself ensures the results align with the informational intent required. Tools provide guidance, but human validation is crucial. Writing and speaking clearly Community Center Geeks' Lounge by Reverend Jim … of the design process is not to generate a single point solution, but to instead characterize the design space for a… given problem: a single point should then fall naturally out of that space given the…. He was in India with a delegation and at one point was talking with a farmer. He wanted to know the… Re: Writing and speaking clearly Community Center Geeks' Lounge by Reverend Jim >I can write much better than I speak. As do I. Plus when I write I can edit and organize during and after the fact. I find it difficult these days to speak a complete thought without someone interrupting. By the way, repetition can be an effective tool when trying to make a point. But like salt, a pinch is sufficient. Key Insights from Google's Search Algorithm Leak Community Center by Johannes C. … the story of [HouseFresh](https://housefresh.com/) to illustrate this point: HouseFresh is a site that specializes in product testing. They… Re: Does Tools give 100% correct answers? Digital Media Digital Marketing Search Engine Strategies by Dani Darn you, giving my test account reputation points! The whole point of the test account was to have an account that was flying under the radar as a hoi polloi. Re: Writing and speaking clearly Community Center Geeks' Lounge by Dani I can write much better than I speak. I tend to get flustered and lose my words easily when speaking, primarily due to increased brain fog. Writing comes much more naturally to me, as I was often sick as a child, and therefore primarily self-taught from textbooks. By my early teens (mid-1990s), I was running an online AOL community for homeschooled… 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 … RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho …): 'imgverticallineGraphics.DrawLine(Pens.Blue, New Point(player.PosX + 4, player.PosY + 4), New Point(RayX, RayY)) 'Avoiding the Fish … a vertical line: 'imgLevelMap0Graphics.DrawLine(clr, New Point(RayCounts, 300 / 2 - RayHeight / 2), New Point(RayCounts, 300 / 2 + RayHeight / 2))… ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Johannes C. …, deliver the destruction of human potential and at a later point possibly cause our extinction.** ## #20) How might the process of… designed to be) increasingly sophisticated, the AI may reach a point where it can effortlessly solve challenges that humans find engaging… AlmaLinux vs Rocky Linux for a new server Hardware and Software Linux and Unix by jkon … there is Rocky Linux , witch seems great. And the sales point is that the human that is under CentOS is also… Re: Which is the best SEO tool used to track exact ranking? Digital Media by Admin907 Google Analytic SEMrush and Ahrefs are best in my point of, because I'm satisfied with the results of these tool Re: Things I hate about TV shows Community Center Geeks' Lounge by Reverend Jim Actually, I think they did with the same results. Supposedly the temperature of the cigarette is below the flash point of gasoline. Did anyone else suffer through the final season of Star Trek: Discovery? Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by rproffitt When I work such an issue I set the breakpoint where the trouble is and examine variables. There's some variable that controls the output so that's what you look at. You've posted a lot about ray-tracing and that's all good but setting breakpoints to see what's going on seems to be the challenge. Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho debug print line height: Line Height : 1452 Line Height : 1441 Line Height : 1430 Line Height : 1419 Line Height : 1407 Line Height : 1397 Line Height : 1386 Line Height : 1375 Line Height : 1364 Line Height : 1353 Line Height : 1342 Line Height : 1331 Line Height : 1321… Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho i can see: 1 - maybe some are too much height(but they are converted to 300 of max); 2 - on some they are repeated... and maybe the problem is there... i can save the previous Height for test the actual Height.... but i see a problem: if i avoid them, i can lose some height, unless i continue add angle and don't count the rays ;) ... but maybe i… Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho will be rounded numbers problem or something? yes i'm testing more, but no success :( Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho maybe you have right... but, for now, i don't understand why and where i'm fail :( i'm learning from: https://permadi.com/1996/05/ray-casting-tutorial-table-of-contents/ theres several tutorials, but not all are so good :( Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho yes i must test more... and, like you see, that vertical bar have another color.... that means the code problem can be here: 'Get the horizontal Ray Distance: HorizDist = Math.Abs((player.PosX - HorizX) / Math.Cos(RayRadians)) 'Get the vertical Ray Distance: VertDist = Math.Abs((Player.PosX - VertX) … Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by m_624 In RayCasting, you may observe wider vertical lines on a square grid due to the nature of the algorithm. This phenomenon occurs because the vertical lines represent intersections of rays with grid cells, and depending on the angle and distance of the rays, they may intersect multiple grid cells horizontally, resulting in wider lines compared to the… Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho what make me more crazy is that i'm using a code, converted and works, from VB6 lol Re: AlmaLinux vs Rocky Linux for a new server Hardware and Software Linux and Unix by Best tattoo ser Choose AlmaLinux if you want a community-driven RHEL fork with strong commercial backing. Opt for Rocky Linux if you prefer a community-led project directly managed by the original CentOS founder. Both are solid choices for a new server, offering similar features and support. Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Johannes C. … extremely difficult for new companies to grow past a certain point. While I believe that [the social contract](https://en.wikipedia… Re: Improve HAVING BY performance Programming Databases by Dani > Point #2 would apply if the improvement was noticible but I … Re: Improve HAVING BY performance Programming Databases by Reverend Jim … improves the user experience 3. It provides personl satisfaction Point #1 would save you money if the savings were significant…. Point #2 would apply if the improvement was noticible but… on my computer or home network, etc. As for point #3, personal satisfaction is a big deal, but I… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani … means that all links on the web (social media, etc.) point to the same version of your domain. All internal links… on your website point to the same version of your domain (if they are… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani You are correctly implementing 301 redirects in an .htaccess file. Ensure that the redirects point to the exact same URL as you have in the canonical. Additionally, ensure that all internal links throughout your site point to that same URL as well.