<?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>open source &#8211; About Things | A Hans Scharler Blog</title>
	<atom:link href="https://nothans.com/tag/open-source/feed" rel="self" type="application/rss+xml" />
	<link>https://nothans.com</link>
	<description>Life, Comedy, Games, Tech, Marketing, and Community</description>
	<lastBuildDate>Tue, 01 Oct 2024 21:08:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/cropped-settings.png?fit=32%2C32&#038;ssl=1</url>
	<title>open source &#8211; About Things | A Hans Scharler Blog</title>
	<link>https://nothans.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114568856</site>	<item>
		<title>The Open Source FlexGen Project Enables LLMs Like ChatGPT to Run on a Single GPU</title>
		<link>https://nothans.com/flexgen-enables-llms-like-chatgpt-to-run-on-a-single-gpu</link>
					<comments>https://nothans.com/flexgen-enables-llms-like-chatgpt-to-run-on-a-single-gpu#respond</comments>
		
		<dc:creator><![CDATA[Hans Scharler]]></dc:creator>
		<pubDate>Thu, 23 Feb 2023 22:49:37 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ChatGPT]]></category>
		<category><![CDATA[FlexGen]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[open source]]></category>
		<guid isPermaLink="false">https://nothans.com/?p=3657</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<p>Things are moving fast, getting weird, and staying exciting. <a href="https://github.com/FMInference/FlexGen" target="_blank" rel="noreferrer noopener">FlexGen</a> dropped on GitHub on February 20, 2023. It&#8217;s a game changer. You can now run ChatGPT like large language models on a single graphics card. You used to need to 10 GPUs to get to the same performance.</p>



<figure class="wp-block-pullquote"><blockquote><p><a href="https://github.com/FMInference/FlexGen" target="_blank" rel="noreferrer noopener">FlexGen</a> is a high-throughput generation engine for running large language models with limited GPU memory (e.g., a 16GB T4 GPU or a 24GB RTX3090 gaming card). FlexGen allows high-throughput generation by increasing the effective batch size through IO-efficient offloading and compression.</p></blockquote></figure>



<p>FlexGen is an open source collaboration among the <a href="https://discord.com/invite/JfphDTkBAh" target="_blank" rel="noreferrer noopener">LMSys community</a>, Stanford, UC Berkeley, <a rel="noreferrer noopener" href="https://www.together.xyz/" target="_blank">TOGETHER</a>, and <a href="http://www.ethz.ch/">ETH Zürich</a>.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://github.com/FMInference/FlexGen"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="637" height="426" data-attachment-id="3658" data-permalink="https://nothans.com/flexgen-enables-llms-like-chatgpt-to-run-on-a-single-gpu/image-4-6" data-orig-file="https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/image-4.png?fit=637%2C426&amp;ssl=1" data-orig-size="637,426" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="FlexGen" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/image-4.png?fit=300%2C201&amp;ssl=1" data-large-file="https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/image-4.png?fit=637%2C426&amp;ssl=1" src="https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/image-4.png?resize=637%2C426&#038;ssl=1" alt="" class="wp-image-3658" srcset="https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/image-4.png?w=637&amp;ssl=1 637w, https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/image-4.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/image-4.png?resize=420%2C280&amp;ssl=1 420w" sizes="(max-width: 637px) 100vw, 637px" /></a><figcaption class="wp-element-caption">FlexGen Reduces Weight I/O By Traversing Column by Column</figcaption></figure>
</div>


<p>The high computational and memory requirements of large language model (LLM) inference traditionally make it feasible only with multiple high-end accelerators. FlexGen aims to lower the resource requirements of LLM inference down to a single commodity GPU (e.g., T4, 3090) and allow flexible deployment for various hardware setups. The key technique behind FlexGen is to trade off between&nbsp;<strong>latency</strong>&nbsp;and&nbsp;<strong>throughput</strong>&nbsp;by developing techniques to increase the effective batch size.</p>



<p>The key features of FlexGen include:</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a1.png" alt="⚡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>High-Throughput, Large-Batch Offloading</strong><br>Higher-throughput generation than other offloading-based systems (e.g., Hugging Face Accelerate, DeepSpeed Zero-Inference). The key innovation is a new offloading technique that can effectively increase the batch size. This can be useful for batch inference scenarios, such as benchmarking (e.g., <a href="https://github.com/stanford-crfm/helm">HELM</a>) and <a href="https://arxiv.org/abs/2205.09911">data wrangling</a>.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e6.png" alt="📦" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Extreme Compression</strong><br>Compress both the parameters and attention cache of models, such as OPT-175B, down to 4 bits with negligible accuracy loss.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Scalability</strong><br>Comes with a distributed pipeline parallelism runtime to allow scaling if more GPUs are available.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Limitations</strong><br>As an offloading-based system running on weak GPUs, FlexGen also has its limitations. The throughput of FlexGen is significantly lower than the case when you have enough powerful GPUs to hold the whole model, especially for small-batch cases. FlexGen is mostly optimized for throughput-oriented batch processing settings (e.g., classifying or extracting information from many documents in batches), on single GPUs.</p>



<p><strong>Learn more by checking out the FlexGen GitHub <a rel="noreferrer noopener" href="https://github.com/FMInference/FlexGen" target="_blank">project</a> and read the supporting <a rel="noreferrer noopener" href="https://github.com/FMInference/FlexGen/blob/main/docs/paper.pdf" target="_blank">paper</a>.</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://nothans.com/flexgen-enables-llms-like-chatgpt-to-run-on-a-single-gpu/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3657</post-id>	</item>
		<item>
		<title>The IoT Debugger App for ThingSpeak Now Includes a CheerLights Example</title>
		<link>https://nothans.com/the-iot-debugger-app-for-thingspeak</link>
					<comments>https://nothans.com/the-iot-debugger-app-for-thingspeak#respond</comments>
		
		<dc:creator><![CDATA[Hans Scharler]]></dc:creator>
		<pubDate>Sat, 30 Apr 2022 12:14:54 +0000</pubDate>
				<category><![CDATA[CheerLights]]></category>
		<category><![CDATA[ThingSpeak]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[internet of things]]></category>
		<category><![CDATA[iot]]></category>
		<category><![CDATA[iot-debugger]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[thingspeak]]></category>
		<guid isPermaLink="false">https://nothans.com/?p=2816</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<p>I updated the <a rel="noreferrer noopener" href="https://github.com/nothans/iot-debugger" target="_blank">IoT Debugger</a> app to fix some bugs and while I was there I added a new default example for <a rel="noreferrer noopener" href="https://nothans.github.io/iot-debugger/app/thingspeak.html" target="_blank">CheerLights</a>. <em>I just couldn&#8217;t help myself.</em> The app is open source and with it, you can explore your ThingSpeak channel data to make sure your <em>things </em>are working properly. </p>


<div class="wp-block-image is-style-default">
<figure class="aligncenter size-large is-resized"><a href="https://nothans.github.io/iot-debugger/app/thingspeak.html"><img data-recalc-dims="1" decoding="async" data-attachment-id="2817" data-permalink="https://nothans.com/the-iot-debugger-app-for-thingspeak/iot-debugger-cheerlights" data-orig-file="https://i0.wp.com/nothans.com/wp-content/uploads/2022/04/iot-debugger-cheerlights.jpg?fit=1277%2C759&amp;ssl=1" data-orig-size="1277,759" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1651144610&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="iot-debugger-cheerlights" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/nothans.com/wp-content/uploads/2022/04/iot-debugger-cheerlights.jpg?fit=300%2C178&amp;ssl=1" data-large-file="https://i0.wp.com/nothans.com/wp-content/uploads/2022/04/iot-debugger-cheerlights.jpg?fit=750%2C446&amp;ssl=1" src="https://i0.wp.com/nothans.com/wp-content/uploads/2022/04/iot-debugger-cheerlights.jpg?resize=750%2C446&#038;ssl=1" alt="" class="wp-image-2817" width="750" height="446" srcset="https://i0.wp.com/nothans.com/wp-content/uploads/2022/04/iot-debugger-cheerlights.jpg?resize=1024%2C609&amp;ssl=1 1024w, https://i0.wp.com/nothans.com/wp-content/uploads/2022/04/iot-debugger-cheerlights.jpg?resize=300%2C178&amp;ssl=1 300w, https://i0.wp.com/nothans.com/wp-content/uploads/2022/04/iot-debugger-cheerlights.jpg?resize=768%2C456&amp;ssl=1 768w, https://i0.wp.com/nothans.com/wp-content/uploads/2022/04/iot-debugger-cheerlights.jpg?w=1277&amp;ssl=1 1277w" sizes="(max-width: 750px) 100vw, 750px" /></a><figcaption class="wp-element-caption"><a href="https://nothans.github.io/iot-debugger/app/thingspeak.html" target="_blank" rel="noreferrer noopener">IoT Debugger App</a> Showing CheerLights Results</figcaption></figure>
</div>


<p>I had to make some updates for jQuery and Bootstrap. &#8220;Software&#8221; does not age well. Even a lowly app like mine sitting in a GitHub repository needs attention to make sure they work. </p>



<p>Here are some features of the <a href="https://github.com/nothans/iot-debugger" target="_blank" rel="noreferrer noopener">IoT Debugger App</a>:</p>



<ul class="wp-block-list">
<li>ThingSpeak Data Logger and Channel Browser</li>



<li>Particle.io Webhooks Manager</li>



<li>Settings are saved in LocalStorage</li>



<li>Built using HTML5, Bootstrap, and jQuery</li>
</ul>



<p>I now host a demo of the app using GitHub Pages. Even if you don&#8217;t want to download the app and run it yourself, you can just point your browser to <a rel="noreferrer noopener" href="https://nothans.github.io/iot-debugger/app/thingspeak.html" target="_blank">https://nothans.github.io/iot-debugger/app/thingspeak.html</a> and use it from there. To use the app, start by entering a channel number. If the channel is public and has data, you should start seeing data on your screen. You can try <a rel="noreferrer noopener" href="https://thingspeak.com/channels/1417" target="_blank">ThingSpeak channel 1417</a>. This is the channel that stores the CheerLights colors. Use the app to explore your channel data.</p>



<p>Feel free to suggest new features, submit bugs, and make your own changes. That is the awesome thing about open source. We are building this together. See you on <a href="https://github.com/nothans/iot-debugger" target="_blank" rel="noreferrer noopener">GitHub</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nothans.com/the-iot-debugger-app-for-thingspeak/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2816</post-id>	</item>
		<item>
		<title>How To Build A Thriving Open Source Community</title>
		<link>https://nothans.com/how-to-build-a-thriving-open-source-community</link>
					<comments>https://nothans.com/how-to-build-a-thriving-open-source-community#respond</comments>
		
		<dc:creator><![CDATA[Hans Scharler]]></dc:creator>
		<pubDate>Mon, 26 Jul 2021 19:27:42 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Bevy]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[DevRel]]></category>
		<category><![CDATA[open source]]></category>
		<guid isPermaLink="false">https://nothans.com/?p=2311</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<p>Are you interested in Developer Relations (DevRel), open source software, and online communities? Well, check out Bevy&#8217;s virtual conference event: <a rel="noreferrer noopener" href="https://events.bevy.com/events/details/bevy-events-devrel-open-source-presents-how-to-build-a-thriving-open-source-community/" target="_blank">How To Build A Thriving Open Source Community</a>.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://events.bevy.com/events/details/bevy-events-devrel-open-source-presents-how-to-build-a-thriving-open-source-community/"><img data-recalc-dims="1" decoding="async" width="584" height="410" data-attachment-id="2312" data-permalink="https://nothans.com/how-to-build-a-thriving-open-source-community/bevy_open_source_event" data-orig-file="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event.jpg?fit=584%2C410&amp;ssl=1" data-orig-size="584,410" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;Hans Scharler&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1627311763&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bevy Open Source Event" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event.jpg?fit=300%2C211&amp;ssl=1" data-large-file="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event.jpg?fit=584%2C410&amp;ssl=1" src="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event.jpg?resize=584%2C410&#038;ssl=1" alt="" class="wp-image-2312" srcset="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event.jpg?w=584&amp;ssl=1 584w, https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event.jpg?resize=300%2C211&amp;ssl=1 300w" sizes="(max-width: 584px) 100vw, 584px" /></a><figcaption><a href="https://events.bevy.com/events/details/bevy-events-devrel-open-source-presents-how-to-build-a-thriving-open-source-community/" target="_blank" rel="noreferrer noopener">How To Build A Thriving Open Source</a> Community Virtual Conference Event</figcaption></figure></div>



<p>I am honored to be on the panel along with Jana Boruta / HashiCorp and Xavier Portilla Edo / Voiceflow.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://events.bevy.com/events/details/bevy-events-devrel-open-source-presents-how-to-build-a-thriving-open-source-community/"><img data-recalc-dims="1" loading="lazy" decoding="async" width="750" height="313" data-attachment-id="2314" data-permalink="https://nothans.com/how-to-build-a-thriving-open-source-community/bevy_open_source_event_panel" data-orig-file="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event_panel.jpg?fit=1051%2C439&amp;ssl=1" data-orig-size="1051,439" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;Hans Scharler&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1627312873&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="bevy_open_source_event_panel" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event_panel.jpg?fit=300%2C125&amp;ssl=1" data-large-file="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event_panel.jpg?fit=750%2C313&amp;ssl=1" src="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event_panel.jpg?resize=750%2C313&#038;ssl=1" alt="" class="wp-image-2314" srcset="https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event_panel.jpg?resize=1024%2C428&amp;ssl=1 1024w, https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event_panel.jpg?resize=300%2C125&amp;ssl=1 300w, https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event_panel.jpg?resize=768%2C321&amp;ssl=1 768w, https://i0.wp.com/nothans.com/wp-content/uploads/2021/07/bevy_open_source_event_panel.jpg?w=1051&amp;ssl=1 1051w" sizes="auto, (max-width: 750px) 100vw, 750px" /></a><figcaption>How To Build A Thriving Open Source Community panel</figcaption></figure></div>



<p>&#8220;As people seek new opportunities to meet and collaborate with like-minded developers locally and globally, community-led open source events are becoming more important than ever. The impact of today’s leading Open Source programs are driven by the grassroots, passionate community organizers.&#8221;</p>



<p>Some questions that we will tackle:</p>



<ul class="wp-block-list"><li>What makes a strong open source community?&nbsp;</li><li>How can we create authentic experiences?&nbsp;</li><li>How are leading Open Source professionals measuring the success of their programs?&nbsp;</li><li>As the world shifts into hybrid and in-person experiences, what does the future of open source community events look like?</li></ul>



<p>Join us <a href="https://events.bevy.com/events/details/bevy-events-devrel-open-source-presents-how-to-build-a-thriving-open-source-community/" target="_blank" rel="noreferrer noopener">Thursday, July 29 at 9:00 AM (PDT)</a> for an expert panel where we&#8217;ll discuss these topics, share wins and challenges, and connect with other Open Source community leaders across the world.</p>



<p><a rel="noreferrer noopener" href="https://events.bevy.com/events/details/bevy-events-devrel-open-source-presents-how-to-build-a-thriving-open-source-community/" target="_blank">Register at Bevy</a>. I am looking forward to answering your questions.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nothans.com/how-to-build-a-thriving-open-source-community/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2311</post-id>	</item>
		<item>
		<title>Send Your Windows Server’s Disk Free Space to ThingSpeak Using PowerShell</title>
		<link>https://nothans.com/thingspeak-powershell-for-free-disk-space</link>
					<comments>https://nothans.com/thingspeak-powershell-for-free-disk-space#respond</comments>
		
		<dc:creator><![CDATA[Hans Scharler]]></dc:creator>
		<pubDate>Wed, 11 Mar 2015 20:26:27 +0000</pubDate>
				<category><![CDATA[ThingSpeak]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[internet of things]]></category>
		<category><![CDATA[iot]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[thingspeak]]></category>
		<category><![CDATA[web of things]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows server]]></category>
		<guid isPermaLink="false">http://nothans.com/thingspeak-powershell-for-free-disk-space</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<p>I manage many servers. One of the things that I am always curious about is how much disk space is left on my servers. I know there are many ways to track this, but almost always, the service that I am using changes or breaks over time.</p>



<p>My super simple solution for tracking server disk space is to use Windows PowerShell and <a href="https://thingspeak.com" target="_blank" rel="noopener">ThingSpeak</a>. I went to the trouble <span style="margin: 0px; padding: 0px;">of releasing the code to <a href="https://github.com/nothans/ThingSpeak-PowerShell" target="_blank" rel="noopener">GitHub</a> so that you can try this out for yourself. This can be used on any Windows Server as long as you can execute PowerShell scripts. ThingSpeak gives you a place to store data from anything. In this case, I am sending my disk-free</span> space to ThingSpeak once per day by scheduling a Windows Task.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://github.com/nothans/thingspeak-powershell-examples"><img data-recalc-dims="1" loading="lazy" decoding="async" width="750" height="463" data-attachment-id="4819" data-permalink="https://nothans.com/thingspeak-powershell-for-free-disk-space/image-1-27" data-orig-file="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?fit=865%2C534&amp;ssl=1" data-orig-size="865,534" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Windows PowerShell and ThingSpeak" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?fit=300%2C185&amp;ssl=1" data-large-file="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?fit=750%2C463&amp;ssl=1" src="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?resize=750%2C463&#038;ssl=1" alt="" class="wp-image-4819" style="width:498px;height:auto" srcset="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?w=865&amp;ssl=1 865w, https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?resize=750%2C463&amp;ssl=1 750w" sizes="auto, (max-width: 750px) 100vw, 750px" /></a></figure>
</div>


<p><strong><em>Check out the open-source code on <a href="https://github.com/nothans/ThingSpeak-PowerShell" target="_blank" rel="noopener">GitHub</a>!</em></strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://nothans.com/thingspeak-powershell-for-free-disk-space/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">624</post-id>	</item>
	</channel>
</rss>
