Posts
 
Reputation
Joined
Last Seen
Ranked #77
Strength to Increase Rep
+11
Strength to Decrease Rep
-2
94% Quality Score
Upvotes Received
327
Posts with Upvotes
230
Upvoting Members
114
Downvotes Received
17
Posts with Downvotes
10
Downvoting Members
13
82 Commented Posts
~565.61K People Reached
About Me

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…

Favorite Tags
Member Avatar for Johannes C.

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 ?

Member Avatar for Johannes C.
1
67
Member Avatar for John_165

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 …

Member Avatar for Lihui Zhang
3
203
Member Avatar for nexacare
Member Avatar for cored0mp

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 …

Member Avatar for jkon
0
59
Member Avatar for Johannes C.

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 …

Member Avatar for Dani
-1
148
Member Avatar for Johannes C.

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 …

Member Avatar for trueframe
2
385
Member Avatar for Tzanko

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)

1
26
Member Avatar for Carrie8909

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 …

Member Avatar for cored0mp
0
95
Member Avatar for FarrisFahad

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 …

Member Avatar for jkon
2
112
Member Avatar for jkon

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 …

Member Avatar for rproffitt
0
138
Member Avatar for Dani

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 …

Member Avatar for sgtamilan
0
117
Member Avatar for Haseeb_12

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 …

Member Avatar for jkon
0
86
Member Avatar for Dani

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 …

Member Avatar for Dani
6
197
Member Avatar for jkon

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 …

Member Avatar for Dani
3
48
Member Avatar for Reverend Jim

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. …

Member Avatar for jkon
2
121
Member Avatar for jkon

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 …

Member Avatar for Best tattoo ser
1
107
Member Avatar for jkon

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 ? …

Member Avatar for Dani
1
89
Member Avatar for jkon

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 …

Member Avatar for jkon
0
117
Member Avatar for FarrisFahad

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() { …

Member Avatar for aishamushtaq
1
171
Member Avatar for Dani

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 …

Member Avatar for lucytaylor01
0
119
Member Avatar for Dani

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 …

Member Avatar for Chris_103
1
132
Member Avatar for Dani

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 …

Member Avatar for KomalBhatt
2
132
Member Avatar for Duki

pot roast beef with sun-dried tomatoes , a bit olive oil , cheddar cheese on top and a lot oregano and thyme

Member Avatar for Dani
22
17K
Member Avatar for Dani

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 …

Member Avatar for jkon
0
168
Member Avatar for verrandhack

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 …

Member Avatar for learnerya
1
68
Member Avatar for Dani

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;

Member Avatar for Dani
1
81
Member Avatar for jkon

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 …

Member Avatar for rproffitt
2
56
Member Avatar for Mindmade

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 …

Member Avatar for jofrachalya142
0
79
Member Avatar for techtheclone

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 …

Member Avatar for jkon
0
59
Member Avatar for jkon

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 …

Member Avatar for jkon
0
32