<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brian2000</title>
	<atom:link href="https://www.brian2000.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.brian2000.com/</link>
	<description>programming and randomness</description>
	<lastBuildDate>Thu, 30 Jan 2025 21:47:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>How DeepSeek&#8217;s Efficient Model Is Shaking Up the AI Landscape</title>
		<link>https://www.brian2000.com/generative-ai/how-deepseeks-efficient-model-is-shaking-up-the-ai-landscape/</link>
					<comments>https://www.brian2000.com/generative-ai/how-deepseeks-efficient-model-is-shaking-up-the-ai-landscape/#respond</comments>
		
		<dc:creator><![CDATA[Brian Kennedy]]></dc:creator>
		<pubDate>Thu, 30 Jan 2025 21:14:25 +0000</pubDate>
				<category><![CDATA[Generative AI]]></category>
		<category><![CDATA[DeepSeek]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.brian2000.com/?p=193</guid>

					<description><![CDATA[<p>Exciting news this week in the fast-moving world of artificial intelligence! The &#8220;DeepSeek R1&#8221; model, developed by a small Chinese company, DeepSeek, has managed to achieve what was once thought impossible—competing with OpenAI&#8217;s best models using just a fraction of the computational power and cost. This breakthrough not only threatens the dominance of AI giants ... <a title="How DeepSeek&#8217;s Efficient Model Is Shaking Up the AI Landscape" class="read-more" href="https://www.brian2000.com/generative-ai/how-deepseeks-efficient-model-is-shaking-up-the-ai-landscape/" aria-label="Read more about How DeepSeek&#8217;s Efficient Model Is Shaking Up the AI Landscape">Read more</a></p>
<p>The post <a href="https://www.brian2000.com/generative-ai/how-deepseeks-efficient-model-is-shaking-up-the-ai-landscape/">How DeepSeek&#8217;s Efficient Model Is Shaking Up the AI Landscape</a> appeared first on <a href="https://www.brian2000.com">Brian2000</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.brian2000.com/generative-ai/how-deepseeks-efficient-model-is-shaking-up-the-ai-landscape/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Setting Up Django in a VS Code Dev Container: A Step-by-Step Guide</title>
		<link>https://www.brian2000.com/python/setting-up-django-in-a-vs-code-dev-container-a-step-by-step-guide/</link>
					<comments>https://www.brian2000.com/python/setting-up-django-in-a-vs-code-dev-container-a-step-by-step-guide/#respond</comments>
		
		<dc:creator><![CDATA[Brian Kennedy]]></dc:creator>
		<pubDate>Sun, 26 Jan 2025 23:35:34 +0000</pubDate>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Dev Containers]]></category>
		<guid isPermaLink="false">https://www.brian2000.com/?p=173</guid>

					<description><![CDATA[<p>Running Django in a VS Code dev container is a great way to standardize your development environment while leveraging the power of Docker. With a dev container, you can eliminate &#8220;it works on my machine&#8221; problems and create a portable development setup. In this tutorial, I&#8217;ll walk you through the process of setting up Django ... <a title="Setting Up Django in a VS Code Dev Container: A Step-by-Step Guide" class="read-more" href="https://www.brian2000.com/python/setting-up-django-in-a-vs-code-dev-container-a-step-by-step-guide/" aria-label="Read more about Setting Up Django in a VS Code Dev Container: A Step-by-Step Guide">Read more</a></p>
<p>The post <a href="https://www.brian2000.com/python/setting-up-django-in-a-vs-code-dev-container-a-step-by-step-guide/">Setting Up Django in a VS Code Dev Container: A Step-by-Step Guide</a> appeared first on <a href="https://www.brian2000.com">Brian2000</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.brian2000.com/python/setting-up-django-in-a-vs-code-dev-container-a-step-by-step-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python Essentials: What Programmers Coming From Other Languages Need to Know</title>
		<link>https://www.brian2000.com/python/transitioning-to-python-essentials-guide/</link>
					<comments>https://www.brian2000.com/python/transitioning-to-python-essentials-guide/#respond</comments>
		
		<dc:creator><![CDATA[Brian Kennedy]]></dc:creator>
		<pubDate>Tue, 05 Sep 2023 18:54:05 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">https://www.brian2000.com/?p=163</guid>

					<description><![CDATA[<p>Welcome to the world of Python! If you&#8217;re transitioning from another programming language or if you&#8217;ve been dabbling in various languages and decided to give Python a deeper look, there are some essential quirks and features you should be aware of. Python, often lauded for its readability and elegance, does have its unique characteristics. In ... <a title="Python Essentials: What Programmers Coming From Other Languages Need to Know" class="read-more" href="https://www.brian2000.com/python/transitioning-to-python-essentials-guide/" aria-label="Read more about Python Essentials: What Programmers Coming From Other Languages Need to Know">Read more</a></p>
<p>The post <a href="https://www.brian2000.com/python/transitioning-to-python-essentials-guide/">Python Essentials: What Programmers Coming From Other Languages Need to Know</a> appeared first on <a href="https://www.brian2000.com">Brian2000</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.brian2000.com/python/transitioning-to-python-essentials-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress: Movable Type and TypePad Import Plugin + Image Downloader</title>
		<link>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/</link>
					<comments>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/#comments</comments>
		
		<dc:creator><![CDATA[Brian Kennedy]]></dc:creator>
		<pubDate>Thu, 16 May 2013 18:22:03 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://www.brian2000.com/?p=110</guid>

					<description><![CDATA[<p>A coworker of mine has been keeping a blog with Typepad for several years now. As of recently he decided he wanted to switch to using WordPress on one of our servers. This is usually easy; you export your blog from the original site and import it using the appropriate plugin. WordPress provides great plugins ... <a title="WordPress: Movable Type and TypePad Import Plugin + Image Downloader" class="read-more" href="https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/" aria-label="Read more about WordPress: Movable Type and TypePad Import Plugin + Image Downloader">Read more</a></p>
<p>The post <a href="https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/">WordPress: Movable Type and TypePad Import Plugin + Image Downloader</a> appeared first on <a href="https://www.brian2000.com">Brian2000</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.brian2000.com/wordpress/typepad-import-plus-image-downloader/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>HTML5 Canvas 2D Game Experimentation: Basic sprite movement and map management</title>
		<link>https://www.brian2000.com/game-design/html5-canvas-2d-game-pt1/</link>
					<comments>https://www.brian2000.com/game-design/html5-canvas-2d-game-pt1/#respond</comments>
		
		<dc:creator><![CDATA[Brian Kennedy]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 22:39:46 +0000</pubDate>
				<category><![CDATA[Game Design]]></category>
		<category><![CDATA[experimental]]></category>
		<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">https://www.brian2000.com/?p=69</guid>

					<description><![CDATA[<p>Here’s an HTML5 experiment in progress… HTML5’s canvas element is pretty powerful and easy to use. Rendering images, shapes, and text typically does not require a lot of code. So I decided it would be fun to build a simple javascript gaming engine to see what I could do with the canvas element in a ... <a title="HTML5 Canvas 2D Game Experimentation: Basic sprite movement and map management" class="read-more" href="https://www.brian2000.com/game-design/html5-canvas-2d-game-pt1/" aria-label="Read more about HTML5 Canvas 2D Game Experimentation: Basic sprite movement and map management">Read more</a></p>
<p>The post <a href="https://www.brian2000.com/game-design/html5-canvas-2d-game-pt1/">HTML5 Canvas 2D Game Experimentation: Basic sprite movement and map management</a> appeared first on <a href="https://www.brian2000.com">Brian2000</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.brian2000.com/game-design/html5-canvas-2d-game-pt1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>BK Countdown: A robust, fully customizable javascript Countdown class for jQuery</title>
		<link>https://www.brian2000.com/jquery/bk-countdown/</link>
					<comments>https://www.brian2000.com/jquery/bk-countdown/#respond</comments>
		
		<dc:creator><![CDATA[Brian Kennedy]]></dc:creator>
		<pubDate>Fri, 03 Aug 2012 19:30:20 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">https://www.brian2000.com/?p=62</guid>

					<description><![CDATA[<p>I was looking for one of those javascript date counters we’ve all seen a million times and came across a bunch. Each had its own unique twist but not too many were flexible. I realized it would be way more fun to just write my own. In doing so, I wound up with a wonderful ... <a title="BK Countdown: A robust, fully customizable javascript Countdown class for jQuery" class="read-more" href="https://www.brian2000.com/jquery/bk-countdown/" aria-label="Read more about BK Countdown: A robust, fully customizable javascript Countdown class for jQuery">Read more</a></p>
<p>The post <a href="https://www.brian2000.com/jquery/bk-countdown/">BK Countdown: A robust, fully customizable javascript Countdown class for jQuery</a> appeared first on <a href="https://www.brian2000.com">Brian2000</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.brian2000.com/jquery/bk-countdown/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ArcGIS JavaScript API: Understanding the Query Task</title>
		<link>https://www.brian2000.com/gis/arcgis-understanding-the-query-task/</link>
					<comments>https://www.brian2000.com/gis/arcgis-understanding-the-query-task/#respond</comments>
		
		<dc:creator><![CDATA[brian]]></dc:creator>
		<pubDate>Thu, 12 Jul 2012 02:05:09 +0000</pubDate>
				<category><![CDATA[ArcGIS JavaScript API]]></category>
		<category><![CDATA[GIS]]></category>
		<guid isPermaLink="false">https://www.brian2000.com/?p=56</guid>

					<description><![CDATA[<p>The Query Task is probably the single most important class in the ArcGIS Server Javascript API. Understanding how to access data from the server and how to manipulate it is the cornerstone to developing any GIS application. There are a few examples within ESRI’s sample page, however I wanted to provide two examples outlining how ... <a title="ArcGIS JavaScript API: Understanding the Query Task" class="read-more" href="https://www.brian2000.com/gis/arcgis-understanding-the-query-task/" aria-label="Read more about ArcGIS JavaScript API: Understanding the Query Task">Read more</a></p>
<p>The post <a href="https://www.brian2000.com/gis/arcgis-understanding-the-query-task/">ArcGIS JavaScript API: Understanding the Query Task</a> appeared first on <a href="https://www.brian2000.com">Brian2000</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.brian2000.com/gis/arcgis-understanding-the-query-task/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Understanding Alternative syntax for control structures in PHP</title>
		<link>https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/</link>
					<comments>https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/#comments</comments>
		
		<dc:creator><![CDATA[Brian Kennedy]]></dc:creator>
		<pubDate>Fri, 22 Jun 2012 19:09:38 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.brian2000.com/?p=54</guid>

					<description><![CDATA[<p>Sometimes you wind up working on a page that switches back and forth between php and html. It can be tricky keeping track of code or making the mistake of over using the echo function. Luckily php supports an alternative syntax for control structures allowing you to jump in and out of php and html. ... <a title="Understanding Alternative syntax for control structures in PHP" class="read-more" href="https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/" aria-label="Read more about Understanding Alternative syntax for control structures in PHP">Read more</a></p>
<p>The post <a href="https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/">Understanding Alternative syntax for control structures in PHP</a> appeared first on <a href="https://www.brian2000.com">Brian2000</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.brian2000.com/php/understanding-alternative-syntax-for-control-structures-in-php/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Stamen&#8217;s new basemaps are beautiful</title>
		<link>https://www.brian2000.com/gis/stamens-new-basemaps-are-beautiful/</link>
					<comments>https://www.brian2000.com/gis/stamens-new-basemaps-are-beautiful/#respond</comments>
		
		<dc:creator><![CDATA[Brian Kennedy]]></dc:creator>
		<pubDate>Wed, 13 Jun 2012 14:17:40 +0000</pubDate>
				<category><![CDATA[GIS]]></category>
		<guid isPermaLink="false">https://www.brian2000.com/?p=48</guid>

					<description><![CDATA[<p>Stamen recently released a set of free open source web mapping services that are both fast and beautiful. Watercolor (my favorite) is a great map service for anyone looking to add some artistic flare to their maps. The basemap incorporates hand-painted brush textures and high-level cartographic algorithms to create a map that honestly looks like ... <a title="Stamen&#8217;s new basemaps are beautiful" class="read-more" href="https://www.brian2000.com/gis/stamens-new-basemaps-are-beautiful/" aria-label="Read more about Stamen&#8217;s new basemaps are beautiful">Read more</a></p>
<p>The post <a href="https://www.brian2000.com/gis/stamens-new-basemaps-are-beautiful/">Stamen&#8217;s new basemaps are beautiful</a> appeared first on <a href="https://www.brian2000.com">Brian2000</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.brian2000.com/gis/stamens-new-basemaps-are-beautiful/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
