<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Scratch 2.0: all-new features for your Raspberry Pi</title>
	<atom:link href="http://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Wed, 22 Apr 2026 18:32:18 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1776551</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 10 Aug 2022 14:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1776551</guid>
		<description><![CDATA[Scratching Out Business Intelligence
https://hackaday.com/2022/08/09/scratching-out-business-intelligence/

At Hackaday, we love things both from scratch and in Scratch, Scratch being the blocks building helpful language for teaching kids and the like how to program. However, when you have a large amount of data that needs to be processed, queried, and collated to get meaningful insights, it is a pain to rewrite a SQL query every time a new question arises that needs an answer. So perhaps a more elegant approach would be to give the people asking the questions the tools to answer them, but rather than teach them SQL, Mongo, GraphQL, or any other database, give them the tools to scratch out the answers themselves.

How I made advanced BI queries child’s play with Scratch puzzle pieces
https://pixelspark.nl/2022/making-advanced-bi-queries-childs-play-with-puzzle-pieces]]></description>
		<content:encoded><![CDATA[<p>Scratching Out Business Intelligence<br />
<a href="https://hackaday.com/2022/08/09/scratching-out-business-intelligence/" rel="nofollow">https://hackaday.com/2022/08/09/scratching-out-business-intelligence/</a></p>
<p>At Hackaday, we love things both from scratch and in Scratch, Scratch being the blocks building helpful language for teaching kids and the like how to program. However, when you have a large amount of data that needs to be processed, queried, and collated to get meaningful insights, it is a pain to rewrite a SQL query every time a new question arises that needs an answer. So perhaps a more elegant approach would be to give the people asking the questions the tools to answer them, but rather than teach them SQL, Mongo, GraphQL, or any other database, give them the tools to scratch out the answers themselves.</p>
<p>How I made advanced BI queries child’s play with Scratch puzzle pieces<br />
<a href="https://pixelspark.nl/2022/making-advanced-bi-queries-childs-play-with-puzzle-pieces" rel="nofollow">https://pixelspark.nl/2022/making-advanced-bi-queries-childs-play-with-puzzle-pieces</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1773912</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 04 Jul 2022 12:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1773912</guid>
		<description><![CDATA[https://hackaday.com/2019/01/09/mit-scratch-3-0-opens-new-doors-for-users-and-builders-alike/]]></description>
		<content:encoded><![CDATA[<p><a href="https://hackaday.com/2019/01/09/mit-scratch-3-0-opens-new-doors-for-users-and-builders-alike/" rel="nofollow">https://hackaday.com/2019/01/09/mit-scratch-3-0-opens-new-doors-for-users-and-builders-alike/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1773911</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 04 Jul 2022 12:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1773911</guid>
		<description><![CDATA[Need A Linux Kernel Module? Scratch That
https://hackaday.com/2022/07/04/need-a-linux-kernel-module-scratch-that/

If you have been for (or against) Rust in the Linux kernel, get ready for a Linux kernel module written in… Scratch. That’s right. Scratch, the MIT-developed language with blocks popular for teaching kids to code. We didn’t mean “from scratch.” We meant IN Scratch. The bootstrap code and Makefile is out there on GitHub.

Of course, it is a simple module and the reason it is possible is because of the scratchnative system that lets you compile Scratch into C code. If you want to look at the decidedly simple code, you can open it in your browser.

https://www.reddit.com/r/linux/comments/vm9r63/i_wrote_a_kernel_module_in_scratch/]]></description>
		<content:encoded><![CDATA[<p>Need A Linux Kernel Module? Scratch That<br />
<a href="https://hackaday.com/2022/07/04/need-a-linux-kernel-module-scratch-that/" rel="nofollow">https://hackaday.com/2022/07/04/need-a-linux-kernel-module-scratch-that/</a></p>
<p>If you have been for (or against) Rust in the Linux kernel, get ready for a Linux kernel module written in… Scratch. That’s right. Scratch, the MIT-developed language with blocks popular for teaching kids to code. We didn’t mean “from scratch.” We meant IN Scratch. The bootstrap code and Makefile is out there on GitHub.</p>
<p>Of course, it is a simple module and the reason it is possible is because of the scratchnative system that lets you compile Scratch into C code. If you want to look at the decidedly simple code, you can open it in your browser.</p>
<p><a href="https://www.reddit.com/r/linux/comments/vm9r63/i_wrote_a_kernel_module_in_scratch/" rel="nofollow">https://www.reddit.com/r/linux/comments/vm9r63/i_wrote_a_kernel_module_in_scratch/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1685723</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sat, 18 Jul 2020 10:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1685723</guid>
		<description><![CDATA[This Robotic Cornhole Board Compensates for Your Terrible Throws
YouTuber Michael Rechtin has built an auto-adjusting cornhole board that&#039;ll make sure you never miss!
https://www.hackster.io/news/this-robotic-cornhole-board-compensates-for-your-terrible-throws-5c763525cedf]]></description>
		<content:encoded><![CDATA[<p>This Robotic Cornhole Board Compensates for Your Terrible Throws<br />
YouTuber Michael Rechtin has built an auto-adjusting cornhole board that&#8217;ll make sure you never miss!<br />
<a href="https://www.hackster.io/news/this-robotic-cornhole-board-compensates-for-your-terrible-throws-5c763525cedf" rel="nofollow">https://www.hackster.io/news/this-robotic-cornhole-board-compensates-for-your-terrible-throws-5c763525cedf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1651528</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sat, 14 Sep 2019 09:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1651528</guid>
		<description><![CDATA[How to draw vector graphics with Scratch 3
https://opensource.com/article/19/9/drawing-vectors-scratch-3

Create new objects for your video games with Scratch&#039;s vector drawing app.]]></description>
		<content:encoded><![CDATA[<p>How to draw vector graphics with Scratch 3<br />
<a href="https://opensource.com/article/19/9/drawing-vectors-scratch-3" rel="nofollow">https://opensource.com/article/19/9/drawing-vectors-scratch-3</a></p>
<p>Create new objects for your video games with Scratch&#8217;s vector drawing app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1629649</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 17 Mar 2019 17:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1629649</guid>
		<description><![CDATA[About S4A
http://s4a.cat/

S4A is a Scratch modification that allows for simple programming of the Arduino open source hardware platform. It provides new blocks for managing sensors and actuators connected to Arduino. There is also a sensors report board similar to the PicoBoard one.

The main aim of the project is attracting people to the programming world.]]></description>
		<content:encoded><![CDATA[<p>About S4A<br />
<a href="http://s4a.cat/" rel="nofollow">http://s4a.cat/</a></p>
<p>S4A is a Scratch modification that allows for simple programming of the Arduino open source hardware platform. It provides new blocks for managing sensors and actuators connected to Arduino. There is also a sensors report board similar to the PicoBoard one.</p>
<p>The main aim of the project is attracting people to the programming world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1629648</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 17 Mar 2019 17:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1629648</guid>
		<description><![CDATA[Scratch Arduino Extension
https://khanning.github.io/scratch-arduino-extension/blocks.html]]></description>
		<content:encoded><![CDATA[<p>Scratch Arduino Extension<br />
<a href="https://khanning.github.io/scratch-arduino-extension/blocks.html" rel="nofollow">https://khanning.github.io/scratch-arduino-extension/blocks.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1629647</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 17 Mar 2019 17:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1629647</guid>
		<description><![CDATA[Scratch Extensions Browser Plugin
https://scratch.mit.edu/info/ext_download/

This Scratch Extensions Browser Plugin allows you to use LEGO WeDo 1.0, the PicoBoard and other serial or USB devices with the online version of Scratch.]]></description>
		<content:encoded><![CDATA[<p>Scratch Extensions Browser Plugin<br />
<a href="https://scratch.mit.edu/info/ext_download/" rel="nofollow">https://scratch.mit.edu/info/ext_download/</a></p>
<p>This Scratch Extensions Browser Plugin allows you to use LEGO WeDo 1.0, the PicoBoard and other serial or USB devices with the online version of Scratch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1629646</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 17 Mar 2019 17:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1629646</guid>
		<description><![CDATA[Scratch Arduino Extension
https://khanning.github.io/scratch-arduino-extension/gettingstarted.html]]></description>
		<content:encoded><![CDATA[<p>Scratch Arduino Extension<br />
<a href="https://khanning.github.io/scratch-arduino-extension/gettingstarted.html" rel="nofollow">https://khanning.github.io/scratch-arduino-extension/gettingstarted.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2017/06/27/scratch-2-0-all-new-features-for-your-raspberry-pi/comment-page-1/#comment-1629645</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 17 Mar 2019 17:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=56876#comment-1629645</guid>
		<description><![CDATA[Scratch Arduino Extension
https://khanning.github.io/scratch-arduino-extension/

This Scratch extension lets you interact with the physical world using an Arduino board. For example, you can control lights and motors or measure light and temperature. The extension communicates with an Arduino board running the Firmata firmware.

The Arduino extension uses ScratchX, which is the Experiemental Extension system for the Scratch programming language.]]></description>
		<content:encoded><![CDATA[<p>Scratch Arduino Extension<br />
<a href="https://khanning.github.io/scratch-arduino-extension/" rel="nofollow">https://khanning.github.io/scratch-arduino-extension/</a></p>
<p>This Scratch extension lets you interact with the physical world using an Arduino board. For example, you can control lights and motors or measure light and temperature. The extension communicates with an Arduino board running the Firmata firmware.</p>
<p>The Arduino extension uses ScratchX, which is the Experiemental Extension system for the Scratch programming language.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
