- Strength to Increase Rep
- +11
- Strength to Decrease Rep
- -2
- Upvotes Received
- 327
- Posts with Upvotes
- 230
- Upvoting Members
- 114
- Downvotes Received
- 17
- Posts with Downvotes
- 10
- Downvoting Members
- 13
When I was kid my father bought me an Amstrad 6128 (after playing a little I desided it to brake down a program to see what is inside it and re fix it – same logic I did with toy cars or anything that had the unfortunate lack to be in my hands), that…
Re: 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: Probably in near future you could through a standalone code file to an LLM and correct the errors for you , or even perform optimizations, already some LLMs are pretty good at that (not perfect, witch means you can't just copy / paste) but this is not what programmers really … | |
Re: 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 … | |
Re: I have seen hundreds of eShops (with many admins in each) on my company's platform , fail to set proper meta tags in the CMS and never bother to do so for individual products or entire catalogs. The strange thing is that they expect —and some even live—their businesses through … | |
Re: 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 … | |
Re: I started replying to Robert_171 but in the middle I realized that this doesn't worth typing. Its just an advertisement of a link (not SEO apparently) | |
Re: My company also has its own "firewall middle tier" call it WAF if you like. We build it many years ago when cloudflare wasn't an option , and it still requires maintenance, but the up side is that it is highly customized and we really know what is happening, and … | |
Re: Many can write code , even an LLM can , but to understand the needs of each project , choose the right architecture and built an app to meet all the needs isn't something that anyone can do. My advice would be "build your brand before freelancing", witch means create … | |
One thing that I have learned , is to acknowledge my fears in order to see if I can do anything about them. I would love to read yours fears about this A.I. revolution. I have chosen to participate in this weave with what ever resources my small company has … | |
Re: Dani I have never seen in in that way , just two clarification questions if you would like. As I understood you are talking about URLs that are disallowed in robots.txt to be crawled by Google , but what meta name="robots" do the have in their html head ? Also … | |
Re: This is a really broad topic. Although PWA doesn't seem to catch up , I write client side web apps more than 14 years now because it doesn't make any sense to me why you should reload the whole page if what you only want to change is the main … | |
Re: Dani , yes I also believe that you are responsible for the decline of DaniWeb .... BUUUT that was many years ago. We all foreseen the decline of "forums" back in early 2010's , there were many alternatives of what to do , and I strongly believe that you choose … | |
LMs are great , but if you don't know how to ask the right questions , break your thoughts in manageable pieces they can't do it for you. Even when you do , you must have a level of experience to distinguish a wrong or crappy response from a legitimate … | |
Re: One more take on your question "My question (and I do have one) is, how difficult is it for the web site to customize the html for the target device?" Apparently a lot. As a user / visitor I am constantly annoyed by the "mobile first" approach in web design. … | |
I watched both grow , from their early beginnings , because our current servers are on CentOS and of course I am not happy with where CentOS has gone. Because the CentOS lesson , I have been really caution and I am a little bit too worried from witch one … | |
I don't get it. It is different answering a thread to quote an answer that you got from an LLM and it is completely different to post it as your own. I don't understand why people do that ? Don't they understand that it is obvious what they did ? … | |
I don't love Reddit , in fact before Google started to slap it on my face few months ago , I had many years to been there for a simple reason· I didn't liked their format nor their way of "building" a programmers community. Now everything I search in Google … | |
Re: In every OOP language that I know you can create infinite recursive loops in a construction method . Lets play a bit with it in PHP: class A { private $obj; public function __construct() { $this->obj = new B(); } } class B { private $obj; public function __construct() { … | |
Re: There are some apps that claim to detect AI Generated content and have paid APIs (e.g. GPTZero , Originality) , I haven't use them except of testing , I didn't had any good reason and furthermore the landscape is changing so fast that all the statistical patterns they might detect … | |
Re: Growing up in the 80's in an environment where nerds where literally punished I developed lots of skills to sugarcoat the fact that I had a computer , I was coding and I liked math. Most of them were various martial arts. Now in my late 40's I still enjoy … | |
Re: I have none internal Google info , but my understanding always was that having an internal "nofollow" link doesn't tell Google not to crawl it , just not to follow it in the specific context / association / graph with the URL where the "nofollow" link is. Of course (in … | |
Re: pot roast beef with sun-dried tomatoes , a bit olive oil , cheddar cheese on top and a lot oregano and thyme | |
Re: Of course I agree with toneewa and pritaeas but because it is an intresting topic I thought to share some thoughts to it. Given the fact that I load jQuery (in one minified file that contains also every JavaScript that this part of the app requires) I load it dynamically … | |
Re: It seems that the issue has nothing to do with C++ or with functions. If you are new to programming why not try some tutorials in an easy accessible language (like JavaScript for example) and when you understand a few basics ( like null , functions , variables , loops … | |
Re: I completely agree with you with the "hackily" part , but here it is: $arr = [ 'foo' => 'bar', 'baz' => 'bat' ]; $obj = json_decode(json_encode($arr)); $obj->newProperty = "something"; var_export($obj); exit; | |
I am curious how other programmers that I have no interaction with in this subject , are using LLM AI tools in their daily programming workflow. Although I use them I have an issue recommending them to others in my company because I believe you have to have a certain … | |
Re: The title of the post and the subject din't mentioned anything about keywords or "words of interest" to by more precise, it just mentioned "backlinks" . I that context my experience says that backlinks building , black or "white" SEO is dead in 2023. Your rank has more to do … | |
Re: PHP is pretty good and expressive with warning , error and exception messages. If you don't understand anything from the messages that you get please write more about what exactly you don't understand and we could make it clearer. But ... ignoring warnings is a bad practice because there is … | |
Mouse Elbow or Lateral Epicondylitis, a big elephant in the room. Anyone else ? My first computers didn't had any mouse so this wasn't an issue. Since the early 90's I worked in various settings at the same era , some times sitting some times on the floor some times … |