<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Pantaleone.net - Blog]]></title>
        <description><![CDATA[Latest writings on AI, content and technology from pantaleone.net]]></description>
        <link>https://pantaleone.net</link>
        <generator>Pantaleone.net</generator>
        <lastBuildDate>Wed, 07 Feb 2024 02:51:03 GMT</lastBuildDate>
        <atom:link href="https://pantaleone-net-blog.vercel.app/public/feed.xml" rel="self" type="application/rss+xml"/>
        <author><![CDATA[Matt Pantaleone]]></author>
        <item>
            <title><![CDATA[Computer Generated Photorealisim - A few Amazing Prompts to Get Going]]></title>
            <description><![CDATA[A photorealistic prompt refers to a text prompt that describes a scene or object in such detail and accuracy that it could be used as a reference for a photographer or artist to recreate the image exactly as described.]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/photorealistic-prompts-february2024</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/photorealistic-prompts-february2024</guid>
            <category><![CDATA[prompt examples]]></category>
            <category><![CDATA[text]]></category>
            <category><![CDATA[images]]></category>
            <category><![CDATA[3d]]></category>
            <category><![CDATA[creative]]></category>
            <category><![CDATA[photorealism]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Implementing the ThirdWeb Marketplace Contract in Solidity]]></title>
            <description><![CDATA[A Marketplace is a contract where you can buy and sell NFTs, such as OpenSea or Rarible. The Marketplace contract allows users to list NFTs for direct sale or auction. Other users can place offers/bids or buy the NFTs for the specified amount in the listing.]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/thirdwb-nft-marketplace-pantaleonenet</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/thirdwb-nft-marketplace-pantaleonenet</guid>
            <category><![CDATA[smart contracts]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[evm]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[thirdweb]]></category>
            <category><![CDATA[nft]]></category>
            <category><![CDATA[marketplace]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Fri, 02 Feb 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What is Solidity and why is it important]]></title>
            <description><![CDATA[Solidity is a programming language used for developing smart contracts on the Ethereum blockchain. It is a statically typed, compiled language that runs on the Ethereum Virtual Machine or EVM]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/solidity-web3-smartcontract-tech</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/solidity-web3-smartcontract-tech</guid>
            <category><![CDATA[smart contracts]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[thirdweb]]></category>
            <category><![CDATA[programming]]></category>
            <category><![CDATA[solidity]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Mon, 29 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Unlocking the Power of Smart Contracts - 5 Transformative Use Cases]]></title>
            <description><![CDATA[Built on blockchain platforms like Ethereum, smart contracts are self-executing contracts with the terms of the agreement directly written into code. Their decentralized and tamper-resistant nature brings transparency, efficiency, and trust to a wide range of applications]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/smart-contracts-top-use-cases</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/smart-contracts-top-use-cases</guid>
            <category><![CDATA[smart contracts]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[thirdweb]]></category>
            <category><![CDATA[programming]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Sun, 28 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Creating abstract graphics with WebGL - Code Samples]]></title>
            <description><![CDATA[Creating abstract graphics with WebGL involves manipulating vertices, colors, and shaders to produce unique and visually appealing visualizations.]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/webgl-abstractart</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/webgl-abstractart</guid>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[code]]></category>
            <category><![CDATA[creative]]></category>
            <category><![CDATA[programming]]></category>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[webgl]]></category>
            <category><![CDATA[threejs]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Sat, 27 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Getting Started with Next.js - A Powerful Framework for React]]></title>
            <description><![CDATA[Next.js is a React framework that enables developers to build server-rendered React applications easily]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/nextjs-overview-code-samples</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/nextjs-overview-code-samples</guid>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[code]]></category>
            <category><![CDATA[creative]]></category>
            <category><![CDATA[programming]]></category>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[webgl]]></category>
            <category><![CDATA[threejs]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Harnessing the Power of WebGL in Next.js A Comprehensive Guide with Code Examples]]></title>
            <description><![CDATA[WebGL or Web Graphics Library is a JavaScript API that enables high-performance 3D graphics rendering in web browsers. It can help create visually stunning and interactive web applications]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/webgl-what-why</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/webgl-what-why</guid>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[code]]></category>
            <category><![CDATA[creative]]></category>
            <category><![CDATA[programming]]></category>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[webgl]]></category>
            <category><![CDATA[threejs]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Integrating Three.js into Next.js A Guide with Sample Code]]></title>
            <description><![CDATA[ThreeJS, when combined with Next.js can open up exciting possibilities for building interactive and immersive web applications]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/threejs-nextjs</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/threejs-nextjs</guid>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[code]]></category>
            <category><![CDATA[creative]]></category>
            <category><![CDATA[programming]]></category>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[threejs]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Thu, 25 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Stanford HAI - Improving Transparency in AI Language Models]]></title>
            <description><![CDATA[Stanfords report on the need for transparency and accountability in llms]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/stanford</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/stanford</guid>
            <category><![CDATA[llms]]></category>
            <category><![CDATA[foundational models]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[stanford]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Wed, 24 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Upscaling Images - Techniques and Code Sample]]></title>
            <description><![CDATA[AI image upscaling with OpenCV]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/upscaling</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/upscaling</guid>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[code]]></category>
            <category><![CDATA[upscale]]></category>
            <category><![CDATA[images]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Tue, 23 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What the Heck is a LoRA?]]></title>
            <description><![CDATA[Improving quality of generative AI outputs with LoRAs]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/whatis-a-lora</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/whatis-a-lora</guid>
            <category><![CDATA[lora]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[generator]]></category>
            <category><![CDATA[creative]]></category>
            <category><![CDATA[training]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Tue, 23 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Creative Coding with p5js]]></title>
            <description><![CDATA[Creative coding made easy with p5js including generative code samples]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/creative-coding</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/creative-coding</guid>
            <category><![CDATA[p5js]]></category>
            <category><![CDATA[code]]></category>
            <category><![CDATA[generator]]></category>
            <category><![CDATA[creative]]></category>
            <category><![CDATA[javascript]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Mon, 22 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create Variational Autoencoders (VAEs) in Python]]></title>
            <description><![CDATA[An overview for creating VAEs in Python on Your Own Content]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/customize-vaes</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/customize-vaes</guid>
            <category><![CDATA[genAI]]></category>
            <category><![CDATA[customization]]></category>
            <category><![CDATA[comfyui]]></category>
            <category><![CDATA[vae]]></category>
            <category><![CDATA[tuning]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[pytorch]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Sun, 21 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What is RAG? (Reinforcement Learning with Human-AI Collaboration)]]></title>
            <description><![CDATA[RAG Reinforcement Learning with Human-AI Collaboration is a powerful technique for human and machine collaboration]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/rag-whatisit</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/rag-whatisit</guid>
            <category><![CDATA[rag]]></category>
            <category><![CDATA[genAI]]></category>
            <category><![CDATA[customization]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Sun, 21 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Variational Autoencoder (VAE) - An Overview]]></title>
            <description><![CDATA[An overview of VAEs, explain their importance, and discuss considerations for implementing them into modern workflows.]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/vaes-anoverview</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/vaes-anoverview</guid>
            <category><![CDATA[genAI]]></category>
            <category><![CDATA[customization]]></category>
            <category><![CDATA[comfyui]]></category>
            <category><![CDATA[vae]]></category>
            <category><![CDATA[tuning]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Sun, 21 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Amazing Prompts for AI Content Generation]]></title>
            <description><![CDATA[Text, image, blog prompt examples for chatGPT, MidJourney or similar tools]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/great-gpt-prompts</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/great-gpt-prompts</guid>
            <category><![CDATA[prompt examples]]></category>
            <category><![CDATA[text]]></category>
            <category><![CDATA[images]]></category>
            <category><![CDATA[3d]]></category>
            <category><![CDATA[creative]]></category>
            <category><![CDATA[coding]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Sat, 20 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Install ComfyUI]]></title>
            <description><![CDATA[ComfyUI is the most powerful and modular stable diffusion GUI and backend - learn how to install.]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/howtoinstallcomfyui</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/howtoinstallcomfyui</guid>
            <category><![CDATA[genAI]]></category>
            <category><![CDATA[customization]]></category>
            <category><![CDATA[comfyui]]></category>
            <category><![CDATA[stable diffusion]]></category>
            <category><![CDATA[code]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Sat, 06 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The Art and Science of Image Generation - A Comprehensive Guide to Crafting Visual Masterpieces]]></title>
            <description><![CDATA[How to customize Dall-e and MidJourney for the highest quality outputs]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/image-generation-customization</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/image-generation-customization</guid>
            <category><![CDATA[image generation]]></category>
            <category><![CDATA[dalle]]></category>
            <category><![CDATA[midjourney]]></category>
            <category><![CDATA[sdxl]]></category>
            <category><![CDATA[comfyui]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Tue, 02 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Code Samples for Customizing ChatGPT for your Business]]></title>
            <description><![CDATA[Training ChatGPT or other LLMs on your company data]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/gptcustomizecodesamples</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/gptcustomizecodesamples</guid>
            <category><![CDATA[business]]></category>
            <category><![CDATA[genAI]]></category>
            <category><![CDATA[customization]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[code]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Fri, 29 Dec 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Unleashing Potential - 10 Real-World Examples of Customizing ChatGPT for Business]]></title>
            <description><![CDATA[Explore 10 real-world examples of customizing ChatGPT for business success]]></description>
            <link>https://pantaleone-net-blog.vercel.app/posts/customize-gpt</link>
            <guid isPermaLink="true">https://pantaleone-net-blog.vercel.app/posts/customize-gpt</guid>
            <category><![CDATA[business]]></category>
            <category><![CDATA[genAI]]></category>
            <category><![CDATA[customization]]></category>
            <category><![CDATA[creative]]></category>
            <dc:creator><![CDATA[Matt Pantaleone]]></dc:creator>
            <pubDate>Sun, 24 Dec 2023 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>