<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Coding Archives | Ros&#039; Rants</title>
	<atom:link href="https://rosrants.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosrants.com/category/coding/</link>
	<description>I blog, therefore I am.</description>
	<lastBuildDate>Sun, 03 Dec 2023 15:01:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://rosrants.com/wp-content/uploads/2016/12/cropped-profile-560x560-1-32x32.png</url>
	<title>Coding Archives | Ros&#039; Rants</title>
	<link>https://rosrants.com/category/coding/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">74311559</site>	<item>
		<title>Touchcursor using QMK/VIA</title>
		<link>https://rosrants.com/touchcursor-using-qmk-via/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Sun, 03 Dec 2023 14:44:23 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">https://rosrants.com/?p=808</guid>

					<description><![CDATA[<p>i just received one of these Keychron QMK/VIA beasts. I&#8217;ve opted for the Keychron K9 Pro, for reasons i&#8217;ll likely go into in too much depth about. i couldn&#8217;t find a guide on setting QMK up to act like Touchcursor, hence this guide on setting up your QMK keyboard via VIA (why not give VIA&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/touchcursor-using-qmk-via/" class="more-link">Read more <span class="screen-reader-text">Touchcursor using QMK/VIA</span></a></p>
<p>The post <a href="https://rosrants.com/touchcursor-using-qmk-via/">Touchcursor using QMK/VIA</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">808</post-id>	</item>
		<item>
		<title>`npm i -g missingDependency`</title>
		<link>https://rosrants.com/npm-i-g-missingdependency/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Fri, 04 Aug 2023 02:10:34 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ranting]]></category>
		<guid isPermaLink="false">https://rosrants.com/?p=800</guid>

					<description><![CDATA[<p>title says it all really. &#8220;works on my machine&#8221;npm publish</p>
<p>The post <a href="https://rosrants.com/npm-i-g-missingdependency/">`npm i -g missingDependency`</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">800</post-id>	</item>
		<item>
		<title>tfjs for M1 very close!</title>
		<link>https://rosrants.com/tfjs-for-m1-very-close/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Mon, 22 Nov 2021 02:29:09 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Rants]]></category>
		<guid isPermaLink="false">https://rosrants.com/?p=774</guid>

					<description><![CDATA[<p>https://github.com/tensorflow/tfjs/issues/4514#issuecomment-974982349 hmm, I think I have a working binary. I probably should have contributed it</p>
<p>The post <a href="https://rosrants.com/tfjs-for-m1-very-close/">tfjs for M1 very close!</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">774</post-id>	</item>
		<item>
		<title>Unit testing</title>
		<link>https://rosrants.com/unit-testing/</link>
					<comments>https://rosrants.com/unit-testing/#comments</comments>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Thu, 06 May 2021 11:03:05 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Rants]]></category>
		<guid isPermaLink="false">https://rosrants.com/?p=769</guid>

					<description><![CDATA[<p>Spending even a nanosecond chasing down bugs in unit test feels like a raging contradiction. &#8230;although if we wrote perfect unit tests, then why couldn&#8217;t we write perfect code every time. Still infuriating spending even the slightest nanosecond debugging when writing a test :-D</p>
<p>The post <a href="https://rosrants.com/unit-testing/">Unit testing</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
					<wfw:commentRss>https://rosrants.com/unit-testing/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">769</post-id>	</item>
		<item>
		<title>Dropbox Indexing Maxing out CPU on Windows Boot [UPDATED 22-02-2017]</title>
		<link>https://rosrants.com/dropbox-maxing-cpu-windows-fix/</link>
					<comments>https://rosrants.com/dropbox-maxing-cpu-windows-fix/#comments</comments>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Tue, 28 Feb 2017 20:13:25 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Ref]]></category>
		<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=634</guid>

					<description><![CDATA[<p>[Originally Published on: Mar 10, 2016, but since updated to a working permanent fix] Dropbox is amazingly useful. But on windows it occasionally annoys the jayzis out of me of late. Maxing out my CPU and causing explorer and mouse to fight for resources with it. For example after creating several thousand new small files&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/dropbox-maxing-cpu-windows-fix/" class="more-link">Read more <span class="screen-reader-text">Dropbox Indexing Maxing out CPU on Windows Boot [UPDATED 22-02-2017]</span></a></p>
<p>The post <a href="https://rosrants.com/dropbox-maxing-cpu-windows-fix/">Dropbox Indexing Maxing out CPU on Windows Boot [UPDATED 22-02-2017]</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
					<wfw:commentRss>https://rosrants.com/dropbox-maxing-cpu-windows-fix/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">634</post-id>	</item>
		<item>
		<title>BSPlayer Custom Codec AC3/DTS libffmpeg7_v19.so libffmpeg7_v20.so</title>
		<link>https://rosrants.com/bsplayer-custom-codec-ac3-libffmpeg7_v19/</link>
					<comments>https://rosrants.com/bsplayer-custom-codec-ac3-libffmpeg7_v19/#comments</comments>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Sun, 19 Feb 2017 03:03:10 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Ref]]></category>
		<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=698</guid>

					<description><![CDATA[<p>How to fix &#8220;error loading ac3 audio&#8221; BSPlayer on android. Not bad! It has all the features I want, like floating window mode, and the in-app subtitle downloads work really well compared to any other player I have tried. So I was getting a message like &#8220;error loading ac3 audio&#8221; when trying to play certain&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/bsplayer-custom-codec-ac3-libffmpeg7_v19/" class="more-link">Read more <span class="screen-reader-text">BSPlayer Custom Codec AC3/DTS libffmpeg7_v19.so libffmpeg7_v20.so</span></a></p>
<p>The post <a href="https://rosrants.com/bsplayer-custom-codec-ac3-libffmpeg7_v19/">BSPlayer Custom Codec AC3/DTS libffmpeg7_v19.so libffmpeg7_v20.so</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
					<wfw:commentRss>https://rosrants.com/bsplayer-custom-codec-ac3-libffmpeg7_v19/feed/</wfw:commentRss>
			<slash:comments>16</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">698</post-id>	</item>
		<item>
		<title>CSS @media Queries With Orientation Example</title>
		<link>https://rosrants.com/css-media-queries-with-orientation-example/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Mon, 07 Sep 2015 20:39:27 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Ref]]></category>
		<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=564</guid>

					<description><![CDATA[<p>Like the title says. For your reference, an example set of media queries conforming to Bootstrap 3&#8217;s width breakpoints. Here is the example. EXAMPLE CODE HERE. Check the code, and play with the width and height of your viewport to see where the queries reach. Notes On The Example This example is mobile first like your&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/css-media-queries-with-orientation-example/" class="more-link">Read more <span class="screen-reader-text">CSS @media Queries With Orientation Example</span></a></p>
<p>The post <a href="https://rosrants.com/css-media-queries-with-orientation-example/">CSS @media Queries With Orientation Example</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">564</post-id>	</item>
		<item>
		<title>Javascript Static Variable / Closure</title>
		<link>https://rosrants.com/javascript-static-variable-closure/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Tue, 21 Jul 2015 08:43:39 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=550</guid>

					<description><![CDATA[<p>Still having fun with this mad JS stuff! var alt = (function(){     var hide = false;     return function() { return (hide = !hide); } })(); All you have is functions, but they are made so powerful! &#8220;var hide&#8221; is an example of an equivalent of a static type variable in C/C++/Java/etc., but it is&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/javascript-static-variable-closure/" class="more-link">Read more <span class="screen-reader-text">Javascript Static Variable / Closure</span></a></p>
<p>The post <a href="https://rosrants.com/javascript-static-variable-closure/">Javascript Static Variable / Closure</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">550</post-id>	</item>
		<item>
		<title>Right-Click Translate FireFox Add-On</title>
		<link>https://rosrants.com/right-click-translate-firefox-add-on/</link>
					<comments>https://rosrants.com/right-click-translate-firefox-add-on/#comments</comments>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Sat, 23 May 2015 20:10:23 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=529</guid>

					<description><![CDATA[<p>I started dabbling with FireFox add-ons yesterday. Pretty quickly I had published my first simple add-on. This post will be my documentation. The premise is simple, I wanted to be able to highlight text then right-click and have a new Google Translate tab open with the text translated. I often highlight text, right-click then type&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/right-click-translate-firefox-add-on/" class="more-link">Read more <span class="screen-reader-text">Right-Click Translate FireFox Add-On</span></a></p>
<p>The post <a href="https://rosrants.com/right-click-translate-firefox-add-on/">Right-Click Translate FireFox Add-On</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
					<wfw:commentRss>https://rosrants.com/right-click-translate-firefox-add-on/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">529</post-id>	</item>
		<item>
		<title>WP-CLI not working on namecheap.com [SOLVED]</title>
		<link>https://rosrants.com/wp-cli-not-working-namecheap-com-solved/</link>
					<comments>https://rosrants.com/wp-cli-not-working-namecheap-com-solved/#comments</comments>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Thu, 04 Dec 2014 01:37:11 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Ref]]></category>
		<category><![CDATA[Review]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=388</guid>

					<description><![CDATA[<p>So when I tried to run WP-CLI on namecheap.com with php wp-cli.phar --info absolutely nothing happened. It just went to the next line in the terminal, no hints nothing. Background Some background, I bought some incredibly cheap webhosting from namecheap.com today. Real cheap! Like €8 for the first year. You can bring along your own&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/wp-cli-not-working-namecheap-com-solved/" class="more-link">Read more <span class="screen-reader-text">WP-CLI not working on namecheap.com [SOLVED]</span></a></p>
<p>The post <a href="https://rosrants.com/wp-cli-not-working-namecheap-com-solved/">WP-CLI not working on namecheap.com [SOLVED]</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
					<wfw:commentRss>https://rosrants.com/wp-cli-not-working-namecheap-com-solved/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">388</post-id>	</item>
		<item>
		<title>Collaborating on WordPress Site Development</title>
		<link>https://rosrants.com/collaborating-on-wordpress-site-development/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Tue, 09 Sep 2014 00:44:02 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Ref]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=351</guid>

					<description><![CDATA[<p>Just how does a team of 2+ people go about collaborating on WordPress site development? That&#8217;s something I&#8217;ve been fooling around with over the last while now. Having used Git and SVN for programming work, it seemed like a no brainer that this was probably the way to go. SVN has fallen out of favour&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/collaborating-on-wordpress-site-development/" class="more-link">Read more <span class="screen-reader-text">Collaborating on WordPress Site Development</span></a></p>
<p>The post <a href="https://rosrants.com/collaborating-on-wordpress-site-development/">Collaborating on WordPress Site Development</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">351</post-id>	</item>
	</channel>
</rss>
