<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: bromagosa</title><link>https://news.ycombinator.com/user?id=bromagosa</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 18 Sep 2026 05:59:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bromagosa" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bromagosa in "MicroBlocks: Scratch and Smalltalk-inspired MCU VM for live embedded programming"]]></title><description><![CDATA[
<p>Yup, totally. Power feature discoverability is not where we shine... :p</p>
]]></description><pubDate>Mon, 10 Aug 2020 13:05:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=24108814</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=24108814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24108814</guid></item><item><title><![CDATA[New comment by bromagosa in "MicroBlocks: Scratch and Smalltalk-inspired MCU VM for live embedded programming"]]></title><description><![CDATA[
<p>Yes, I totally agree that the website needs to make the important aspects apparent right away :)<p>We've been basically focused on finalizing the last details before launching beta, but reworking the website is on our list of urgent tasks, possibly even before the launch, who knows!</p>
]]></description><pubDate>Fri, 07 Aug 2020 08:41:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=24079749</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=24079749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24079749</guid></item><item><title><![CDATA[New comment by bromagosa in "MicroBlocks: Scratch and Smalltalk-inspired MCU VM for live embedded programming"]]></title><description><![CDATA[
<p>In Snap!, GP and MicroBlocks there's a pretty powerful keyboard interface to assemble blocks. I use it all the time instead of dragging blocks. Check out page 115 of the Snap! reference manual here: <a href="https://snap.berkeley.edu/snap/help/SnapManual.pdf" rel="nofollow">https://snap.berkeley.edu/snap/help/SnapManual.pdf</a><p>Jens Mönig implemented keyboard input for both GP and Snap!, so the same hotkeys will work on both. Since we're using GP for the MicroBlocks GUI, the same will also work on MicroBlocks.</p>
]]></description><pubDate>Fri, 07 Aug 2020 08:21:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=24079626</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=24079626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24079626</guid></item><item><title><![CDATA[New comment by bromagosa in "MicroBlocks: Scratch and Smalltalk-inspired MCU VM for live embedded programming"]]></title><description><![CDATA[
<p>Hi Avi! Let me first say that my final project at university was about Seaside, and that project landed me a Smalltalk job that marked the beginning of my professional life as a developer. I can't thank you enough!<p>Regarding Teensy boards, it would have to be version >3.0, because MicroBlocks uses 32 bit instructions and needs at least 16kb of RAM. The Teensy 3.0 just about meets the requirements, and 3.1 exceeds them comfortably.<p>We don't yet support any M4 MCUs, but we do support a couple of M0s, so I think porting the VM to the Teensy should be fairly easy. I don't currently have one, but I see they're cheap, so I'm going to order one and try to find some time to work on the port :)<p>If you'd like to, we can continue the discussion over email at interest (at) microblocks (dot) fun.</p>
]]></description><pubDate>Fri, 07 Aug 2020 08:13:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=24079565</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=24079565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24079565</guid></item><item><title><![CDATA[New comment by bromagosa in "MicroBlocks: Scratch and Smalltalk-inspired MCU VM for live embedded programming"]]></title><description><![CDATA[
<p>Actually, there are no similar projects that I can tell of. MakeCode, the "one that comes with the micro:bit", as you say, is not a live language and only works for a couple of boards. It's not even a language, it's a façade for an underlying text language.<p>To sum up what's different about MicroBlocks:<p>* It is blocks based.<p>* It is live. That means you can change scripts in real time while they're running. You can see the result of running any block in real time. You don't have to wait for any compilation/upload cycles.<p>* It is autonomous. You can disconnect the board at any point, and the program will keep running in it.<p>* It is parallel. You can run multiple tasks at the same time.<p>* It is portable. It runs in several boards thanks to our VM approach.<p>There was no language that did all these, so we made our own :)</p>
]]></description><pubDate>Thu, 06 Aug 2020 13:46:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=24070796</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=24070796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24070796</guid></item><item><title><![CDATA[New comment by bromagosa in "MicroBlocks: Scratch and Smalltalk-inspired MCU VM for live embedded programming"]]></title><description><![CDATA[
<p>Glad to see MicroBlocks on the front page of HN!<p>I'm one of the project devs. Feel free to AMA :)</p>
]]></description><pubDate>Thu, 06 Aug 2020 11:35:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=24070033</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=24070033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24070033</guid></item><item><title><![CDATA[New comment by bromagosa in "Ask HN: Best Lego Mindstorms alternative for fun programming projects?"]]></title><description><![CDATA[
<p>microblocks.fun is still in Alpha, but check it out nevertheless! It works on lots of 32 bit microcontrollers.<p>It's been tested on the micro:bit, circuit playground express, calliope and several Arduinos.</p>
]]></description><pubDate>Mon, 23 Jul 2018 14:44:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=17593099</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=17593099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17593099</guid></item><item><title><![CDATA[New comment by bromagosa in "Pharo 3.0 (the immersive live environment) Released"]]></title><description><![CDATA[
<p>Great! Congratulations on the web redesign as well!</p>
]]></description><pubDate>Wed, 30 Apr 2014 15:11:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=7673800</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7673800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7673800</guid></item><item><title><![CDATA[Learning to Press Doorbell Buttons]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.ece.iastate.edu/~alexs/lab/publications/papers/ICDL_2010_Buttons/ICDL_2010_Buttons.pdf">http://www.ece.iastate.edu/~alexs/lab/publications/papers/ICDL_2010_Buttons/ICDL_2010_Buttons.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7586907">https://news.ycombinator.com/item?id=7586907</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 14 Apr 2014 15:56:44 +0000</pubDate><link>http://www.ece.iastate.edu/~alexs/lab/publications/papers/ICDL_2010_Buttons/ICDL_2010_Buttons.pdf</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7586907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7586907</guid></item><item><title><![CDATA[New comment by bromagosa in "Another.cat"]]></title><description><![CDATA[
<p>Nope, you need to have contents in Catalan in your .cat site, not for six months but forever. I couldn't find this 6-months clause anywhere, and the terms don't mention it at all: <a href="http://fundacio.cat/ca/domini/sobre-el-cat/normativa" rel="nofollow">http://fundacio.cat/ca/domini/sobre-el-cat/normativa</a><p>Furthermore, they clearly say that violation of the only usage restriction (contents in Catalan) can result in your domain being suspended.<p>edit: Just a little correction to your text in Catalan: L'idioma català és una llengua bonica. ;)</p>
]]></description><pubDate>Mon, 14 Apr 2014 11:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=7585607</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7585607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7585607</guid></item><item><title><![CDATA[An HTML5 snake game in 7 minutes using Ludus (Amber Smalltalk)]]></title><description><![CDATA[
<p>Article URL: <a href="http://vimeo.com/31597779">http://vimeo.com/31597779</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7559142">https://news.ycombinator.com/item?id=7559142</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 09 Apr 2014 13:36:36 +0000</pubDate><link>http://vimeo.com/31597779</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7559142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7559142</guid></item><item><title><![CDATA[Semi-autonomous line tracer robot with S4A]]></title><description><![CDATA[
<p>Article URL: <a href="http://blog.s4a.cat/2014/04/03/look-ma-no-cables.html">http://blog.s4a.cat/2014/04/03/look-ma-no-cables.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7529875">https://news.ycombinator.com/item?id=7529875</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 04 Apr 2014 07:40:01 +0000</pubDate><link>http://blog.s4a.cat/2014/04/03/look-ma-no-cables.html</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7529875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7529875</guid></item><item><title><![CDATA[Crazy little thing called Science]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.jutlandstation.dk/crazy-little-thing-called-science/">http://www.jutlandstation.dk/crazy-little-thing-called-science/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7521425">https://news.ycombinator.com/item?id=7521425</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 03 Apr 2014 07:36:22 +0000</pubDate><link>http://www.jutlandstation.dk/crazy-little-thing-called-science/</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7521425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7521425</guid></item><item><title><![CDATA[Homeopathic medicine possibly contaminated with actual drugs]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.improbable.com/2014/03/31/homeopathic-medicine-possibly-contaminated-with-actual-drugs/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ImprobableResearch+%28Improbable+Research%29">http://www.improbable.com/2014/03/31/homeopathic-medicine-possibly-contaminated-with-actual-drugs/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ImprobableResearch+%28Improbable+Research%29</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7500264">https://news.ycombinator.com/item?id=7500264</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 31 Mar 2014 08:10:30 +0000</pubDate><link>http://www.improbable.com/2014/03/31/homeopathic-medicine-possibly-contaminated-with-actual-drugs/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+ImprobableResearch+%28Improbable+Research%29</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7500264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7500264</guid></item><item><title><![CDATA[NASA's STEREO Solar Observation Mission [video]]]></title><description><![CDATA[
<p>Article URL: <a href="http://upload.wikimedia.org/wikipedia/commons/transcoded/e/e1/STEREO_overview_2011-02-06.ogv/STEREO_overview_2011-02-06.ogv.360p.webm">http://upload.wikimedia.org/wikipedia/commons/transcoded/e/e1/STEREO_overview_2011-02-06.ogv/STEREO_overview_2011-02-06.ogv.360p.webm</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7481940">https://news.ycombinator.com/item?id=7481940</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 27 Mar 2014 17:30:50 +0000</pubDate><link>http://upload.wikimedia.org/wikipedia/commons/transcoded/e/e1/STEREO_overview_2011-02-06.ogv/STEREO_overview_2011-02-06.ogv.360p.webm</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7481940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7481940</guid></item><item><title><![CDATA[The human body as an electrode to power portable electronics]]></title><description><![CDATA[
<p>Article URL: <a href="http://phys.org/news/2014-03-human-body-electrode-power-portable.html">http://phys.org/news/2014-03-human-body-electrode-power-portable.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7475201">https://news.ycombinator.com/item?id=7475201</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 26 Mar 2014 18:13:03 +0000</pubDate><link>http://phys.org/news/2014-03-human-body-electrode-power-portable.html</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7475201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7475201</guid></item><item><title><![CDATA[New comment by bromagosa in "Forge – mobile 3-D capture [video]"]]></title><description><![CDATA[
<p>I tried the URL that's shown at the end of the video and it didn't work :(<p>Any live demos?</p>
]]></description><pubDate>Wed, 26 Mar 2014 17:30:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=7474910</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7474910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7474910</guid></item><item><title><![CDATA[How dung beatles use the Milky Way to find their way home]]></title><description><![CDATA[
<p>Article URL: <a href="http://vimeo.com/80765214">http://vimeo.com/80765214</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7457636">https://news.ycombinator.com/item?id=7457636</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 24 Mar 2014 11:26:14 +0000</pubDate><link>http://vimeo.com/80765214</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7457636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7457636</guid></item><item><title><![CDATA[New comment by bromagosa in "Show HN: YinYangPaint, an HTML5 image editor I made"]]></title><description><![CDATA[
<p>Well, opensourcing a product doesn't forbid you to earn from it, but that's your personal decision ;)</p>
]]></description><pubDate>Thu, 13 Mar 2014 14:32:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=7391999</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7391999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7391999</guid></item><item><title><![CDATA[New comment by bromagosa in "Show HN: YinYangPaint, an HTML5 image editor I made"]]></title><description><![CDATA[
<p>Is it opensource? I'd love to see the code.</p>
]]></description><pubDate>Thu, 13 Mar 2014 14:19:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=7391910</link><dc:creator>bromagosa</dc:creator><comments>https://news.ycombinator.com/item?id=7391910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7391910</guid></item></channel></rss>