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 …: RayCount = 320 'Divide the FOV in a Radians steps by level width: RadiansSteps = Radian60 / RayCount 'Get the FOV start radians(player… ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Johannes C. … towards a human. In case the system is of human-level intelligence or thereabouts, our dialogue could be as provocative as… Image Analysis Using OpenAI GPT-4o Model Programming Computer Science by usmanmalik57 … model output is highly detailed, and the analysis's accuracy level is mind-blowing. ``` base64_image = encode_image64(image_path) def analyze_graph(query): response… Re: Which Python PDF writing library is best? Digital Media UI / UX Design by pyeri I've had pretty decent experience with [xhtml2pdf](https://xhtml2pdf.readthedocs.io/). The best part about this PDF library is that you don't have to worry about the low level nitty-gritty of PDF creation, you can simply generate a PDF from your HTML formatted content. Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by pyeri … certainly has its uses, not all use cases need this level of bureaucratic scaling. The vast majority of PHP apps are… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Since getting the laptop back the rear USB/power port has started acting up again. I've adjusted by glueing a clip to the lid so that the power cord does not move when plugged in. Three screws have fallen off the bottom and I have replaced them with my own screws that I can tighten without the need of a special ($$$) tool. The rubber feet have … 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 ASUS Laptops - my experience Hardware and Software by Reverend Jim … press Fn+F7 to cycle to the next back-lighting level (it goes low-medium-high-off). This is a pain… 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. … other AI are influencing the information environment at a system level**, and that's really concerning to me. It's not… 'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Johannes C. … a wide range of financial and accounting tasks at a level of competence comparable to or surpassing that of a human… Do backlinks to disallowed URLs help the domain overall? Digital Media Digital Marketing Search Engine Strategies by Dani … up? Or does that pagerank completely evaporate at the URL level? Re: How is Website Framework detected Programming Web Development by Dani … being used on the front end. It takes some hacker-level sleuthing to figure out what backend technologies a website is… Re: This is me venting Community Center Meta DaniWeb by Dani … of days ago. Of course, we don't have the level of clout that we used to in order to attract… Re: Eero plus vs NextDNS Hardware and Software by rproffitt Network level? My answer would be a VPN. Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by Dani … heart condition, and I can relate to you on that level as well. As far as I'm concerned, ChatGPT has… Re: ASUS Laptops - my experience Hardware and Software by toneewa Some information left out is the actual name/ model of laptop, hard drive, and whether or not it was visible in the BIOS. Some features may have a power saving mode or power plan, even software controls. Create a new power plan, go to high performance mode. Update drivers and BIOS. Inspecting the controller's connection to the motherboard and port,… Re: ASUS Laptops - my experience Hardware and Software by rproffitt I've had a lot of their laptops at my brother's insurance office. We've been lucky with them. OK, there is a "thing" about some models where you have to install a media/storage driver for some drives to show up. So far Linux shows such drives since that driver is baked into all the current distros I've used recently. I can't offer … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim The previous unit was a Vivobook 15 X513EA-BH59-CB. The current one is a Vivoboox ASUS K350 2ZA BB51 CB. I'm assuming that the problem with the first unit was not a missing driver because both ASUS and Best Buy (Geek Squad) could not get it working. Re: ASUS Laptops - my experience Hardware and Software by rproffitt https://www.asus.com/support/faq/1044458/ notes the Intel RST as well. As to BB/GS, I've found them hit or miss on this area. And on some models you "Disable Intel Volume Management Device (VMD) technology". I'm of the opinion that such steps should be automatic and built into "modern" Windows. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Took my laptop in to Best Buy ths morning and they said it would have to be shipped back to ASUS for repair (again). The good news is that it's still under warranty and I have a spare laptop. The bad news it that it's also an ASUS, but at least it's an older one from before they started making (in my opinion) crap. Re: ASUS Laptops - my experience Hardware and Software by toneewa USB-C ports can wear out, and become loose after 6 months of use. I've heard there was a dip in quality from ASUS. I haven't experienced it myself. I have 2 monitors from them, 1 has over 73,500 hours and ~98% uptime. Ironically, I was looking at this [ASUS Vivobook](https://www.bestbuy.com/site/asus-vivobook-16-laptop-amd-ryzen-7-5800hs-with-12gb-…