<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>chatgpt on James Alvarez</title><link>https://jamesalvarez.co.uk/tags/chatgpt/</link><description>Recent content in chatgpt on James Alvarez</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sat, 09 Sep 2023 00:00:00 +0100</lastBuildDate><atom:link href="https://jamesalvarez.co.uk/tags/chatgpt/index.xml" rel="self" type="application/rss+xml"/><item><title>So it turns out PHP rules the web?</title><link>https://jamesalvarez.co.uk/blog/php/</link><pubDate>Sat, 09 Sep 2023 00:00:00 +0100</pubDate><guid>https://jamesalvarez.co.uk/blog/php/</guid><description>&lt;p&gt;PHP is often the butt of jokes online, but I've always thought that quite unfair. Turns out, that I am certainly not the only one, as outlined in this article '&lt;a href="https://timotijhof.net/posts/2023/an-internet-of-php/"&gt;The Internet of PHP&lt;/a&gt;' where I learn that PHP is powering 77.2% of the top 10 million website backends, with the next contender being ASP.NET at a measly 6.9%. A large amount of this is Wordpress (obviously), but either way, it's a huge amount of the web and to me the summary of this article captures why:&lt;/p&gt;</description></item><item><title>The way things are going...</title><link>https://jamesalvarez.co.uk/blog/waythingsgoing/</link><pubDate>Wed, 22 Mar 2023 00:00:00 +0000</pubDate><guid>https://jamesalvarez.co.uk/blog/waythingsgoing/</guid><description>&lt;p&gt;I have now been using &lt;a href="https://openai.com/research/chatgpt/"&gt;Chat-GPT&lt;/a&gt;, and &lt;a href="https://copilot.github.com/"&gt;Github's Copilot&lt;/a&gt; for coding for 3 months, and I just have to say, some days I am just breezing through tasks that would otherwise take me ages. For me, it's perfect as it excels at the tasks I actually struggle with, e.g. boring boilerplate, repetitive, data entry type things, leaving me to feel more mental space to think about the big picture as well as staying more organised.&lt;/p&gt;</description></item><item><title>Chat-GPT is not coming for my job just yet!</title><link>https://jamesalvarez.co.uk/blog/chatgpt2/</link><pubDate>Sun, 26 Feb 2023 00:00:00 +0000</pubDate><guid>https://jamesalvarez.co.uk/blog/chatgpt2/</guid><description>&lt;p&gt;The dust has settled a bit after the wide release of Chat-GPT and my excitement has tempered somewhat. It is capable of some very cool stuff, but its main limitation is accuracy. There are a &lt;em&gt;lot&lt;/em&gt; of mistakes, and it asserts itself so confidently you have to be very careful when using it. Despite this I have been using it daily, finding it especially useful for SQL and React and as a general search engine for programming language questions. It is very good with error messages for instance, and if stackoverflow.com doesn’t instantly give me the answer, often Chat-GPT will. It is also surprisingly good at converting data. I turned a hastily written design brief into a well formatted JSON structure, a task that would have otherwise been 15mins of cutting and pasting.&lt;/p&gt;</description></item><item><title>Using Chat-GPT to do my job</title><link>https://jamesalvarez.co.uk/blog/chatgpt/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://jamesalvarez.co.uk/blog/chatgpt/</guid><description>&lt;p&gt;I am so excited! Today after reading articles about Chat GPT I decided to see if I could start using it to help me do my job. Here is my first bit of work:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How can I prevent a user from signing up with a particular email address, without retaining the email address itself?&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you want to prevent a user from signing up with a particular email address, but do not want to retain the email address itself, one possible solution is to create a hash of the email address and store the hash instead of the email address itself.&lt;/p&gt;</description></item></channel></rss>