<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mudler blog</title>
    <link>https://mudler.pm/</link>
    <description>Recent content on Mudler blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
    <lastBuildDate>Sat, 28 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://mudler.pm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A call to open source maintainers, stop babysitting AI: How I Built a 100% Local Autonomous Dev Team to Maintain LocalAI, and why you should too</title>
      <link>https://mudler.pm/posts/2026/02/28/a-call-to-open-source-maintainers-stop-babysitting-ai-how-i-built-a-100-local-autonomous-dev-team-to-maintain-localai-and-why-you-should-too/</link>
      <pubDate>Sat, 28 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://mudler.pm/posts/2026/02/28/a-call-to-open-source-maintainers-stop-babysitting-ai-how-i-built-a-100-local-autonomous-dev-team-to-maintain-localai-and-why-you-should-too/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://mudler.pm/images/agents_header.png&#34; alt=&#34;header&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re building software today, you&amp;rsquo;ve probably felt the new kind of developer burnout.&lt;/p&gt;&#xA;&lt;p&gt;Things changed drammatically in the last two months.&lt;/p&gt;&#xA;&lt;p&gt;Even Karpathy sensei could not write it better:&lt;/p&gt;&#xA;&lt;div class=&#34;tweet-embed&#34;&gt;&#xA;  &lt;iframe&#xA;    src=&#34;https://platform.twitter.com/embed/Tweet.html?id=2026731645169185220&amp;amp;theme=auto&#34;&#xA;    title=&#34;Tweet from @karpathy&#34;&#xA;    width=&#34;550&#34;&#xA;    style=&#34;max-width: 100%; border: 0; min-height: 200px;&#34;&#xA;    loading=&#34;lazy&#34;&#xA;  &gt;&lt;/iframe&gt;&#xA;  &lt;p class=&#34;tweet-fallback&#34;&gt;&lt;a href=&#34;https://x.com/karpathy/status/2026731645169185220&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;View on X (Twitter) →&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;The real pain isn&amp;rsquo;t writing the code anymore, it&amp;rsquo;s the brutal cognitive load of context switching between managing agent sessions. You try to scale your output with AI, and suddenly you&amp;rsquo;re managing a dozen different agents across a sea of split terminal windows, or clicking endlessly through bloated, dedicated UIs just to figure out what broke.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LocalAI and llama.cpp on Jetson Nano Devkit</title>
      <link>https://mudler.pm/posts/2024/05/30/localai-and-llama.cpp-on-jetson-nano-devkit/</link>
      <pubDate>Thu, 30 May 2024 00:00:00 +0000</pubDate>
      <guid>https://mudler.pm/posts/2024/05/30/localai-and-llama.cpp-on-jetson-nano-devkit/</guid>
      <description>&lt;p&gt;If you are a lucky(?) owner of the Jetson Nano Devkit (4GB), and you don&amp;rsquo;t know anymore on what to do with it, you can try to run LocalAI with llama.cpp on it.&lt;/p&gt;&#xA;&lt;p&gt;The Jetson Nano Devkit is currently not supported anymore by Nvidia, and receives little to no attention, however, it can &lt;em&gt;still&lt;/em&gt; do something, and if you are like me that recycles the board at home, you might want to have fun with it by running AI on top of it. It might be also good candidate for the workload distribution features that LocalAI has (see: &lt;a href=&#34;https://localai.io/features/distribute/%29&#34;&gt;https://localai.io/features/distribute/)&lt;/a&gt;, but leaving that for another post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create a Question answering bot for Slack on your data, that you can run locally</title>
      <link>https://mudler.pm/posts/2023/06/22/create-a-question-answering-bot-for-slack-on-your-data-that-you-can-run-locally/</link>
      <pubDate>Thu, 22 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://mudler.pm/posts/2023/06/22/create-a-question-answering-bot-for-slack-on-your-data-that-you-can-run-locally/</guid>
      <description>&lt;p&gt;There has been a lot of buzz around AI, Langchain, and the possibilities they offer nowadays. In this blog post, I will delve into the process of creating a small assistant for yourself or your team on Slack. This assistant will be able to provide answers related to your documentation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://github.com/spectrocloud-labs/Slack-QA-bot/assets/2420543/6047e1ff-22d5-4b03-9d73-fcb7fb19a2c1&#34; alt=&#34;Kairos-TPM-Slackbot&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-problem&#34;&gt;The problem&lt;/h2&gt;&#xA;&lt;p&gt;I work at &lt;a href=&#34;https://www.spectrocloud.com/&#34;&gt;Spectro Cloud&lt;/a&gt;, and we have an exciting open source project called &lt;a href=&#34;https://kairos.io&#34;&gt;Kairos&lt;/a&gt; (check it out at &lt;a href=&#34;https://kairos.io&#34;&gt;https://kairos.io&lt;/a&gt; if you want to learn more about it!). Kairos is a Meta-Linux, immutable distribution designed for running Kubernetes at the Edge.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Question Answering on Documents locally with LangChain, LocalAI, Chroma, and GPT4All</title>
      <link>https://mudler.pm/posts/2023/05/12/question-answering-on-documents-locally-with-langchain-localai-chroma-and-gpt4all/</link>
      <pubDate>Fri, 12 May 2023 00:00:00 +0000</pubDate>
      <guid>https://mudler.pm/posts/2023/05/12/question-answering-on-documents-locally-with-langchain-localai-chroma-and-gpt4all/</guid>
      <description>&lt;p&gt;Have you ever dreamed of building AI-native applications that can leverage the power of large language models (LLMs) without relying on expensive cloud services or complex infrastructure? If so, you’re not alone. Many developers are looking for ways to create and deploy AI-powered solutions that are fast, flexible, and cost-effective, or just experiment locally. In this blog post, I’m going to show you how you can use three amazing tools and a language model like gpt4all to : LangChain, LocalAI, and Chroma.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LocalAI updates</title>
      <link>https://mudler.pm/posts/2023/05/11/localai-updates/</link>
      <pubDate>Thu, 11 May 2023 00:00:00 +0000</pubDate>
      <guid>https://mudler.pm/posts/2023/05/11/localai-updates/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://user-images.githubusercontent.com/2420543/233147843-88697415-6dbf-4368-a862-ab217f9f7342.jpeg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;LocalAI has been a massive hit! Thanks to everyone who has shown support by following us. Your contribution is helping to democratize AI!&lt;/p&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re not familiar with LocalAI, it&amp;rsquo;s a self-hostable, free, and open-source alternative to the OpenAI API. It simplifies the AI development process and makes it accessible to everyone. You can check it out on Github: &lt;a href=&#34;https://github.com/go-skynet/LocalAI&#34;&gt;https://github.com/go-skynet/LocalAI&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;news&#34;&gt;News&lt;/h2&gt;&#xA;&lt;p&gt;We have exciting news to share in the latest release (1.9.0).&#xA;The GPT4All binding family models have been updated, as we are upstreaming our implementations (&lt;a href=&#34;https://github.com/nomic-ai/gpt4all/pull/534%29&#34;&gt;https://github.com/nomic-ai/gpt4all/pull/534)&lt;/a&gt;, and now all models in &lt;a href=&#34;https://gpt4all.io/index.html&#34;&gt;https://gpt4all.io/index.html&lt;/a&gt; should work, including token stream back to the client, for additional glamourous effects :) . Additionally, that means added support for MosaicML MPT models (&lt;a href=&#34;https://huggingface.co/mosaicml/mpt-7b&#34;&gt;https://huggingface.co/mosaicml/mpt-7b&lt;/a&gt;) and I&amp;rsquo;ve been looking at adding experimental support for bloomz models with &lt;a href=&#34;https://github.com/NouamaneTazi/bloomz.cpp&#34;&gt;bloomz.cpp&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Whut?! Sabayon Community Repositories is here!</title>
      <link>https://mudler.pm/2016/04/whut-sabayon-community-repositories-is.html</link>
      <pubDate>Mon, 18 Apr 2016 06:02:00 -0700</pubDate>
      <guid>https://mudler.pm/2016/04/whut-sabayon-community-repositories-is.html</guid>
      <description>&lt;h4 id=&#34;maaaaaaaaaaaaany-dependencies-for-enman-still-he&#34;&gt;Maaaaaaaaaaaaany dependencies for enman… Still, he&amp;hellip;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.blogger.com/profile/05988645683809592011&#34; title=&#34;noreply@blogger.com&#34;&gt;Tedel&lt;/a&gt; - &lt;time datetime=&#34;2016-04-18T14:39:43.293-07:00&#34;&gt;Apr 1, 2016&lt;/time&gt;&lt;/p&gt;&#xA;&lt;p&gt;Maaaaaaaaaaaaany dependencies for enman…&lt;br&gt;&#xA;Still, here we go! :D&lt;/p&gt;&#xA;&lt;hr /&gt;</description>
    </item>
    <item>
      <title>Whut?! Sabayon Community Repositories is here!</title>
      <link>https://mudler.pm/2016/04/whut-sabayon-community-repositories-is.html</link>
      <pubDate>Mon, 18 Apr 2016 06:02:00 -0700</pubDate>
      <guid>https://mudler.pm/2016/04/whut-sabayon-community-repositories-is.html</guid>
      <description>&lt;p&gt;Hello users,&lt;/p&gt;&#xA;&lt;p&gt;Time passed when i first wrote the article &amp;ldquo;&lt;a href=&#34;https://blog.mudler.pm/2015/11/part-1-building-gentoo-and-sabayon.html&#34;&gt;[Part 1] Building Gentoo and Sabayon packages in your machine locally or remotely with Docker and Cloud Services&lt;/a&gt;&amp;rdquo; that was going to be divided into parts. But things changed amazingly fast and there is better news, I wrote up a suite of tools that makes the whole operation much easier, thanks also to &lt;a href=&#34;https://plus.google.com/104283756158326784792&#34;&gt;+Ben Roberts&lt;/a&gt; (optiz0r) who contributed in the development and he is also kindly sponsoring the buildserver.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updates: Rpi2 joins to testing boards, Mate testing repository, Sabayon devkit</title>
      <link>https://mudler.pm/2016/02/updates-rpi2-joins-to-testing-boards.html</link>
      <pubDate>Sun, 07 Feb 2016 10:22:00 -0800</pubDate>
      <guid>https://mudler.pm/2016/02/updates-rpi2-joins-to-testing-boards.html</guid>
      <description>&lt;p&gt;Updates, TMiD (This Month in the Dev world)&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://the9gag.com/images/pictuers/thumb/eat_sleep_code_repeat.jpg&#34;&gt;&lt;img src=&#34;http://the9gag.com/images/pictuers/thumb/eat_sleep_code_repeat.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Something landed here! Thanks to &lt;a href=&#34;https://plus.google.com/104283756158326784792&#34;&gt;+Ben Roberts&lt;/a&gt; for the donation!&lt;/p&gt;&#xA;&lt;h2 id=&#34;arm&#34;&gt; ARM&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://4.bp.blogspot.com/-2-6OxD55XIw/VreGFqrZAGI/AAAAAAAAOTg/QsV25IFm1dA/s1600/photo_2016-02-07_18-59-21.jpg&#34;&gt;&lt;img src=&#34;https://4.bp.blogspot.com/-2-6OxD55XIw/VreGFqrZAGI/AAAAAAAAOTg/QsV25IFm1dA/s320/photo_2016-02-07_18-59-21.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Marsala, the board that &lt;a href=&#34;https://plus.google.com/104283756158326784792&#34;&gt;+Ben Roberts&lt;/a&gt; was so kind to donate has just landed here, and i&amp;rsquo;m very happy about it, because that means that i can test against the board again myself.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m glad also to announce that the ROS framework and some other goodies(among of them firefox and libreoffice) have been pushed into our ARM repo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tech Preview: Sabayon on RaspberryPi2 </title>
      <link>https://mudler.pm/2016/01/tech-preview-sabayon-on-raspberrypi2.html</link>
      <pubDate>Mon, 11 Jan 2016 05:02:00 -0800</pubDate>
      <guid>https://mudler.pm/2016/01/tech-preview-sabayon-on-raspberrypi2.html</guid>
      <description>&lt;h4 id=&#34;hi-this-is-a-really-good-new-are-there-chances-o&#34;&gt;hi, this is a really good new are there chances o&amp;hellip;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.blogger.com/profile/14210313797077979642&#34; title=&#34;noreply@blogger.com&#34;&gt;Unknown&lt;/a&gt; - &lt;time datetime=&#34;2016-02-20T00:58:52.881-08:00&#34;&gt;Feb 6, 2016&lt;/time&gt;&lt;/p&gt;&#xA;&lt;p&gt;hi, this is a really good new&lt;/p&gt;&#xA;&lt;p&gt;are there chances of having sabayon on Raspberry PI (not PI2)?&lt;/p&gt;&#xA;&lt;hr /&gt;</description>
    </item>
    <item>
      <title>Tech Preview: Sabayon on RaspberryPi2 </title>
      <link>https://mudler.pm/2016/01/tech-preview-sabayon-on-raspberrypi2.html</link>
      <pubDate>Mon, 11 Jan 2016 05:02:00 -0800</pubDate>
      <guid>https://mudler.pm/2016/01/tech-preview-sabayon-on-raspberrypi2.html</guid>
      <description>&lt;p&gt;As anticipated on Sabayon Linux site releases notes, that day was going to be close.&lt;br&gt;&#xA;&lt;strong&gt;ARM&lt;/strong&gt; meet &lt;strong&gt;Sabayon&lt;/strong&gt;, &lt;strong&gt;Sabayon&lt;/strong&gt; meet &lt;strong&gt;ARM&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.raspberrypi.org/wp-content/uploads/2015/01/Pi2ModB1GB_-comp.jpeg&#34;&gt;&lt;img src=&#34;https://www.raspberrypi.org/wp-content/uploads/2015/01/Pi2ModB1GB_-comp.jpeg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The approach to the ARM(hfp) support will be different from the previous attempt, we are not going to support  kernels for each different board we intend to build images, instead we will release cutted images with vendor-kernel to avoid incompatibilities and unexpected features. This is what almost every distribution does for tons of reasons, among them i want just to underline that in those years we have seen a lot of new ARM boards out of there and we can&amp;rsquo;t just support all of them, mantain a kernel branch for each one would results low QA (since our dev-team is small) and probably in hard decision to be made when support will be dropped from vendors (think also on how short is a board lifespan, and how projects dies quickly). In that way, we can still provide support also for legacy devices as well.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Part 1] Building Gentoo and Sabayon packages in your machine locally or remotely with Docker and Cloud Services</title>
      <link>https://mudler.pm/2015/11/part-1-building-gentoo-and-sabayon.html</link>
      <pubDate>Sun, 15 Nov 2015 07:09:00 -0800</pubDate>
      <guid>https://mudler.pm/2015/11/part-1-building-gentoo-and-sabayon.html</guid>
      <description>&lt;h4 id=&#34;with-spawning-a-compilation-the-second-line-with&#34;&gt;With spawning a compilation, the second line (with&amp;hellip;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.blogger.com/profile/14316408440182908236&#34; title=&#34;noreply@blogger.com&#34;&gt;fusion809&lt;/a&gt; - &lt;time datetime=&#34;2015-11-18T22:15:18.006-08:00&#34;&gt;Nov 4, 2015&lt;/time&gt;&lt;/p&gt;&#xA;&lt;p&gt;With spawning a compilation, the second line (with the package you wish to merge) is it possible to point to a specific version of a package. For example, atm I&amp;rsquo;d like to merge app-editors/atom-1.2.0 from the Sabayon overlay, do I have to enter it as `app-editors/atom-1.2.0 &amp;ndash;overlay sabayon` or `=app-editors/atom-1.2.0 &amp;ndash;overlay sabayon`?&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;#### In section 3 I think you gave incorrect syntax, al...&#xA;[fusion809](https://www.blogger.com/profile/14316408440182908236 &#34;noreply@blogger.com&#34;) - &lt;time datetime=&#34;2015-11-18T23:11:19.327-08:00&#34;&gt;Nov 4, 2015&lt;/time&gt;&#xA;&lt;p&gt;In section 3 I think you gave incorrect syntax, although it may be because of formatting limitations imposed by blogger. I think the two lines:&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Part 1] Building Gentoo and Sabayon packages in your machine locally or remotely with Docker and Cloud Services</title>
      <link>https://mudler.pm/2015/11/part-1-building-gentoo-and-sabayon.html</link>
      <pubDate>Sun, 15 Nov 2015 07:09:00 -0800</pubDate>
      <guid>https://mudler.pm/2015/11/part-1-building-gentoo-and-sabayon.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://1.bp.blogspot.com/-s-2KEJ0FoF8/VkiGi_oCjBI/AAAAAAAAMfg/JkAeUmowseI/s1600/cloud-47581_1280.png&#34;&gt;&lt;img src=&#34;http://1.bp.blogspot.com/-s-2KEJ0FoF8/VkiGi_oCjBI/AAAAAAAAMfg/JkAeUmowseI/s640/cloud-47581_1280.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;As previously anticipated in the previous blog post, here i explain what&amp;rsquo;s going on with Sabayon Docker images, and how can the Official Sabayon images help you in developing/deploying your application. In this article, i&amp;rsquo;ll show how to build Sabayon/Gentoo packages using Docker.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ll cover five cases and will be divided in differents articles:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;You want to build packages locally&lt;/li&gt;&#xA;&lt;li&gt;You want to remotely build packages&lt;/li&gt;&#xA;&lt;li&gt;You want to host an overlay or a Sabayon repository and want your packages to get built on each push to the git repository&lt;/li&gt;&#xA;&lt;li&gt;You want to track remote repository changes and test (useful if you can&amp;rsquo;t setup a webhook)&lt;/li&gt;&#xA;&lt;li&gt;Setup an Entropy repo with a Docker image, and how to mantain packages&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;In future, i&amp;rsquo;ll write also a post also on how to track the packages remotely with CircleCi.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sabayon: testers, testers, testers</title>
      <link>https://mudler.pm/2015/10/sabayon-testers-testers-testers.html</link>
      <pubDate>Wed, 07 Oct 2015 14:28:00 -0700</pubDate>
      <guid>https://mudler.pm/2015/10/sabayon-testers-testers-testers.html</guid>
      <description>&lt;h4 id=&#34;i-will-give-it-a-go-installing-new-motherboard-tod&#34;&gt;I will give it a go installing new motherboard tod&amp;hellip;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.blogger.com/profile/02509968321297586933&#34; title=&#34;noreply@blogger.com&#34;&gt;Unknown&lt;/a&gt; - &lt;time datetime=&#34;2015-10-07T17:29:49.660-07:00&#34;&gt;Oct 4, 2015&lt;/time&gt;&lt;/p&gt;&#xA;&lt;p&gt;I will give it a go installing new motherboard today will start testing after thate&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;#### Thanks for your efforts , please remember to file ...&#xA;[Ettore](https://www.blogger.com/profile/03411449232588367668 &#34;noreply@blogger.com&#34;) - &lt;time datetime=&#34;2015-10-08T02:33:20.827-07:00&#34;&gt;Oct 4, 2015&lt;/time&gt;&#xA;&lt;p&gt;Thanks for your efforts , please remember to file a bug for whatever problem you will face!&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;#### I have jut installed a new motherboard,it is a msi...&#xA;[Unknown](https://www.blogger.com/profile/02509968321297586933 &#34;noreply@blogger.com&#34;) - &lt;time datetime=&#34;2015-10-08T06:38:10.996-07:00&#34;&gt;Oct 4, 2015&lt;/time&gt;&#xA;&lt;p&gt;I have jut installed a new motherboard,it is a msi z97a the only problem so far is I cant install sabayon in uefi mode I am runing 15.10 on the other hard dive fedora 22 xfce installed in uefi mode no problem&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sabayon: testers, testers, testers</title>
      <link>https://mudler.pm/2015/10/sabayon-testers-testers-testers.html</link>
      <pubDate>Wed, 07 Oct 2015 14:28:00 -0700</pubDate>
      <guid>https://mudler.pm/2015/10/sabayon-testers-testers-testers.html</guid>
      <description>&lt;p&gt;Sabayon, official call for testers (and well, developers are welcome too)&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://4.bp.blogspot.com/-aKxCHaqb3X4/VhTf8i951mI/AAAAAAAAMB0/1HrGxtWUY2Q/s1600/keep-calm-and-test-develop.png&#34;&gt;&lt;img src=&#34;http://4.bp.blogspot.com/-aKxCHaqb3X4/VhTf8i951mI/AAAAAAAAMB0/1HrGxtWUY2Q/s320/keep-calm-and-test-develop.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;testers-come-to-us&#34;&gt;Testers, come to us&lt;/h2&gt;&#xA;&lt;p&gt;Probably most of you already have seen Ballmer in &lt;em&gt;show-mode&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Also if controversial, it was a quite funny commercial / raindance move, balls included. But i can say that he is wrong, &lt;strong&gt;testers are as important as developers.&lt;/strong&gt;&lt;br&gt;&#xA;Consider helping Sabayon in a &lt;em&gt;different&lt;/em&gt; way: testing it.&lt;/p&gt;&#xA;&lt;p&gt;I am here, begging YOU for some help. The more the merrier! What we need are brave folks proud to be bleeding edge, ready to install all the latest updates, capable observers that carries on using their machine normally BUT taking notes on functionality, installation problems, and any other weirdness or lack thereof.&lt;br&gt;&#xA;Grab a freshly built image or enable our testing repositories, but more importantly:_ report back_ to our &lt;a href=&#34;https://bugs.sabayon.org/&#34;&gt;bugzilla&lt;/a&gt; or dropping by on our IRC channel (#sabayon on chat.freenode.net).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sabayon 15.10 press release</title>
      <link>https://mudler.pm/2015/09/sabayon-1510-press-release.html</link>
      <pubDate>Mon, 28 Sep 2015 11:07:00 -0700</pubDate>
      <guid>https://mudler.pm/2015/09/sabayon-1510-press-release.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://3.bp.blogspot.com/-AbWz1Wk7__U/Vgl_vSomVNI/AAAAAAAAL4I/rdcLxP0vxOE/s1600/mars-sabayon.jpg&#34;&gt;&lt;img src=&#34;http://3.bp.blogspot.com/-AbWz1Wk7__U/Vgl_vSomVNI/AAAAAAAAL4I/rdcLxP0vxOE/s400/mars-sabayon.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Image: an ancient hen-foot print found on Mars (Mars Photo credit to NASA)&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Sabayon &lt;strong&gt;15.10&lt;/strong&gt; is a modern and easy to use Linux distribution based on Gentoo, following an extreme, yet reliable, rolling release model.&lt;/p&gt;&#xA;&lt;p&gt;This is a monthly release generated, tested and published to mirrors by our build servers containing the latest and greatest collection of software available in the Entropy repositories.&lt;/p&gt;&#xA;&lt;p&gt;The ChangeLog files related to this release are available &lt;a href=&#34;http://dl.sabayon.org/iso/ChangeLogs/&#34;&gt;on our mirrors.&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sabayon is moving to KDE Plasma 5.4</title>
      <link>https://mudler.pm/2015/09/sabayon-is-moving-to-kde-plasma-54.html</link>
      <pubDate>Sat, 12 Sep 2015 10:36:00 -0700</pubDate>
      <guid>https://mudler.pm/2015/09/sabayon-is-moving-to-kde-plasma-54.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://3.bp.blogspot.com/-jRJmCVvyYJ4/Vebu_7a86OI/AAAAAAAALnE/d8DCNFt13_w/s1600/plasma_sab.png&#34;&gt;&lt;img src=&#34;http://3.bp.blogspot.com/-jRJmCVvyYJ4/Vebu_7a86OI/AAAAAAAALnE/d8DCNFt13_w/s320/plasma_sab.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Sabayon is officially moving to Plasma 5, &lt;strong&gt;please read if you are a KDE Sabayon user.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;KDM is going to be removed! migrate to SDDM now!&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Yes, finally we are moving on.&lt;/p&gt;&#xA;&lt;p&gt;While KDE 4 was a pretty stable DM, Plasma 5 brings awesomeness and, if you didn&amp;rsquo;t noticed, it&amp;rsquo;s the future.&lt;/p&gt;&#xA;&lt;h2 id=&#34;from-kdm-to-sddm&#34;&gt;From KDM to SDDM&lt;/h2&gt;&#xA;&lt;p&gt;We tried to do our best to make the transition as smooth as possible and automatic, but if your system just got broken here is why: the KDE team announced SDDM as the default KDE display manager.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tech Preview: Sabayon Plasma 5 LiveCD</title>
      <link>https://mudler.pm/2015/09/tech-preview-sabayon-plasma-5-livecd.html</link>
      <pubDate>Wed, 02 Sep 2015 05:46:00 -0700</pubDate>
      <guid>https://mudler.pm/2015/09/tech-preview-sabayon-plasma-5-livecd.html</guid>
      <description>&lt;h4 id=&#34;thanks-unfortunately-running-in-virtualbox-4328&#34;&gt;Thanks, Unfortunately running in VirtualBox 4.3.28&amp;hellip;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.blogger.com/profile/13048373511639941641&#34; title=&#34;noreply@blogger.com&#34;&gt;Unknown&lt;/a&gt; - &lt;time datetime=&#34;2015-09-02T08:36:36.416-07:00&#34;&gt;Sep 3, 2015&lt;/time&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thanks, Unfortunately running in VirtualBox 4.3.28, NetworkManager is crashing and can&amp;rsquo;t access desktop. :(&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;#### Thanks for your feedback, i run the image on Virtu...&#xA;[Ettore](https://www.blogger.com/profile/03411449232588367668 &#34;noreply@blogger.com&#34;) - &lt;time datetime=&#34;2015-09-03T10:27:44.048-07:00&#34;&gt;Sep 4, 2015&lt;/time&gt;&#xA;&lt;p&gt;Thanks for your feedback, i run the image on VirtualBox 4.3.28 as well without problems, can you try to change the Network Adaptor type under the image settings, Network-&amp;gt; Advanced -&amp;gt; Card type&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tech Preview: Sabayon Plasma 5 LiveCD</title>
      <link>https://mudler.pm/2015/09/tech-preview-sabayon-plasma-5-livecd.html</link>
      <pubDate>Wed, 02 Sep 2015 05:46:00 -0700</pubDate>
      <guid>https://mudler.pm/2015/09/tech-preview-sabayon-plasma-5-livecd.html</guid>
      <description>&lt;p&gt;&lt;strong&gt;!!&lt;/strong&gt; &lt;strong&gt;WARNING&lt;/strong&gt; &lt;strong&gt;- HERE BE DRAGONS&lt;/strong&gt; &lt;strong&gt;!!&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://1.bp.blogspot.com/-jRJmCVvyYJ4/Vebu_7a86OI/AAAAAAAALnA/tCSegvEXQDc/s1600/plasma_sab.png&#34;&gt;&lt;img src=&#34;http://1.bp.blogspot.com/-jRJmCVvyYJ4/Vebu_7a86OI/AAAAAAAALnA/tCSegvEXQDc/s320/plasma_sab.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;strong&gt;Sabayon&lt;/strong&gt; &lt;strong&gt;Plasma 5&lt;/strong&gt; &lt;strong&gt;LiveCD&lt;/strong&gt;  &lt;strong&gt;Tech&lt;/strong&gt;  &lt;strong&gt;preview&lt;/strong&gt; &lt;strong&gt;is available for&lt;/strong&gt; &lt;strong&gt;&lt;a href=&#34;https://mirror.spike-pentesting.org/mirrors/spike/mirror/images/&#34;&gt;download&lt;/a&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This release is just for testing only, it is just a preview of Plasma5 on Sabayon for those of you that &lt;/p&gt;&#xA;&lt;p&gt;wants just to snoop on what&amp;rsquo;s going on without touching your system.&lt;/p&gt;&#xA;&lt;p&gt;If you want to install Plasma 5 with the community repository, &lt;a href=&#34;http://blog.mudler.pm/p/sabayon-plasma5-community-repository_27.html&#34;&gt;follow those instructions.&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;known-issues&#34;&gt;Known issues:&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Dolphin Shortcut on favorites is not working&lt;/li&gt;&#xA;&lt;li&gt;Desktop isn&amp;rsquo;t in folderview so you can&amp;rsquo;t quickly access to the install icon, but the installer is present (search for &amp;ldquo;Calamares&amp;rdquo; or &amp;ldquo;Installer&amp;rdquo; in the Plasma menu)&lt;/li&gt;&#xA;&lt;li&gt;No Sabayon artwork is present, plasma is vanilla&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Please, if you encounter other issues let us know, Thank you!&lt;/p&gt;</description>
    </item>
    <item>
      <title>KDE Plasma 5.4, available on Plasma5 Sabayon community repository</title>
      <link>https://mudler.pm/2015/08/kde-plasma-54-available-on-plasma5.html</link>
      <pubDate>Thu, 27 Aug 2015 05:03:00 -0700</pubDate>
      <guid>https://mudler.pm/2015/08/kde-plasma-54-available-on-plasma5.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;m glad to announce that Plasma 5.4 &lt;strong&gt;is available&lt;/strong&gt; on Sabayon Plasma5 community repository.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.kde.org/announcements/plasma-5.4/plasma-screen-desktop-2-shadow.png&#34;&gt;&lt;img src=&#34;https://www.kde.org/announcements/plasma-5.4/plasma-screen-desktop-2-shadow.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Plasma 5.4&lt;/p&gt;&#xA;&lt;p&gt;The KDE team announced on 25 August the release of Plasma 5.4:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;This release of Plasma brings many nice touches for our users such as much improved high DPI support, KRunner auto-completion and many new beautiful Breeze icons. It also lays the ground for the future with a tech preview of Wayland session available. We&amp;rsquo;re shipping a few new components such as an Audio Volume Plasma Widget, monitor calibration tool and the User Manager tool comes out beta. &lt;a href=&#34;https://www.kde.org/announcements/plasma-5.4.0.php?site_locale=en&#34;&gt;Look at the official press release here&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>on Calamares, Docker and Sabayon</title>
      <link>https://mudler.pm/2015/08/on-calamares-docker-and-sabayon.html</link>
      <pubDate>Mon, 10 Aug 2015 04:29:00 -0700</pubDate>
      <guid>https://mudler.pm/2015/08/on-calamares-docker-and-sabayon.html</guid>
      <description>&lt;p&gt;Since i became Sabayon developer, i started to work on customizing it and giving some love to the entropy packages.&lt;br&gt;&#xA;A lot as been done in those months, and you can see that picking up &lt;a href=&#34;http://na.mirror.garr.it/mirrors/sabayonlinux/iso/daily/&#34;&gt;a &amp;ldquo;-dev&amp;rdquo; image from our mirrors&lt;/a&gt;.&lt;br&gt;&#xA;After giving to the entropy packages a fullfill of love (systemd was bumped, ati-drivers and nvidia-drivers as well to be in line with upstream, implemented iptables saving rules for systemd, &amp;hellip; ) then we decided that the time of Anaconda installer was finished.&lt;br&gt;&#xA;Anaconda was buggy and most of the users couldn&amp;rsquo;t even install Sabayon also if, for now, we loose a lot of  nice features like &lt;strong&gt;LUKS&lt;/strong&gt; support and **LVM **we chose to swap it with the new and shiny &lt;a href=&#34;http://calamares.io/&#34;&gt;Calamares&lt;/a&gt; .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google at Home installation [#1 Howto]</title>
      <link>https://mudler.pm/2014/10/google-at-home-installation-1-howto.html</link>
      <pubDate>Wed, 15 Oct 2014 03:04:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/10/google-at-home-installation-1-howto.html</guid>
      <description>&lt;p&gt;The first post of a series that will guide you to install and configure your domotic environment with Google@Home (following updates)&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;m starting in the blog a new series of posts illustrating the features of &lt;a href=&#34;https://github.com/IntelliHome/Google-at-Home&#34;&gt;G@H&lt;/a&gt; as they are being developed, and how you can start to play with it.&lt;/p&gt;&#xA;&lt;p&gt;This time we are going to see how to install it correctly, how to handle the basic configuration needed to start and we will install the Wikipedia plugin to allow to query wikipedia with our voice (you can lookup stuff on wikipedia just saying &amp;ldquo;wikipedia house&amp;rdquo;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>GitInsight, predicting your github contribs calendar</title>
      <link>https://mudler.pm/2014/08/gitinsight-predicting-your-github.html</link>
      <pubDate>Sat, 09 Aug 2014 02:59:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/08/gitinsight-predicting-your-github.html</guid>
      <description>&lt;p&gt;Predicting github contrib calendar with Perl and PDL&lt;/p&gt;&#xA;&lt;p&gt;Premise : this is my first time using &lt;strong&gt;PDL&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Lately i had the chance to put my hands on PDL, i was glad to discover that it&amp;rsquo;s awesome!&lt;/p&gt;&#xA;&lt;p&gt;I come from a matlab/octave and Mathematica background, at first was a bit difficult to dig thru the PDL equivalents functions and i have to admit that PyMC has some fancy stuff that require a lot of code to implement in PDL and i wanted to borrow in that case.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introducing Deeme</title>
      <link>https://mudler.pm/2014/06/introducing-deeme.html</link>
      <pubDate>Sat, 21 Jun 2014 02:57:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/06/introducing-deeme.html</guid>
      <description>&lt;p&gt;&lt;em&gt;Introducing Deeme a database-agnostic driven event emitter base-class.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Deeme is a database-agnostic driven event emitter base-class. Deeme allows you to define binding subs on different points in multiple applications, and execute them later, in another worker with a switchable backend database. It is handy if you have to attach subs to events that are delayed in time and must be fixed. It is strongly inspired by (and a rework of) Mojo::EventEmitter.&lt;/p&gt;</description>
    </item>
    <item>
      <title>G@H updates! (5)</title>
      <link>https://mudler.pm/2015/08/gh-updates-5.html</link>
      <pubDate>Mon, 16 Jun 2014 02:55:00 -0700</pubDate>
      <guid>https://mudler.pm/2015/08/gh-updates-5.html</guid>
      <description>&lt;p&gt;This post is an update of the current status of the Google@Home project. Google@Home tries to bring domotic control in your home using Google Services for Speech Synthesis and Text-to-Speech. Finally a sketchup of the Android App!&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s the current status of the project:&lt;/p&gt;&#xA;&lt;p&gt;The GSoC student :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;RPC server integration, fully pluggable with Mojolicious (better than the one was in the proposal, less dependencies since that framework will be used also for the UI)&lt;/li&gt;&#xA;&lt;li&gt;RPC Parser service, that forward request to the Parser that handles the actions to be made (by voice)&lt;/li&gt;&#xA;&lt;li&gt;Finished SQLite Schema with DBIx::Class, working on the SQLite Backend, Parser and deployer (using DBIx::Class::DeploymentHandler) facing some bugs encountered in his way&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This is what i have done so far:&lt;/p&gt;</description>
    </item>
    <item>
      <title>G@H updates! (4)</title>
      <link>https://mudler.pm/2014/06/gh-updates-4.html</link>
      <pubDate>Wed, 04 Jun 2014 02:52:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/06/gh-updates-4.html</guid>
      <description>&lt;p&gt;This post is an update of the current status of the Google@Home project. Google@Home tries to bring domotic control in your home using Google Services for Speech Synthesis and Text-to-Speech. It is also planned a web interface to control the embedded nodes in the current environment. In this post i&amp;rsquo;ll report also the work by the GSoC student so far&lt;/p&gt;&#xA;&lt;p&gt;During this period i haven&amp;rsquo;t much time to code, due to my knee surgery, but that&amp;rsquo;s the current status of the project:&lt;/p&gt;</description>
    </item>
    <item>
      <title>love for pushbullet</title>
      <link>https://mudler.pm/2014/05/love-for-pushbullet.html</link>
      <pubDate>Thu, 22 May 2014 02:49:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/05/love-for-pushbullet.html</guid>
      <description>&lt;p&gt;Well, if you don&amp;rsquo;t know what pushbullet is, it&amp;rsquo;s a free-less-complicated version of what pusher.com does, unifying push&amp;rsquo;s across all the devices. In this article i&amp;rsquo;ll show how to implement pushbullet api in perl, in few lines of code.&lt;/p&gt;&#xA;&lt;p&gt;Pushbullet enables to notify instantly to all your devices a message, a link, a file, an address or even a list of todo&amp;rsquo;s (and probably more) : that can be quite handy if you don&amp;rsquo;t want to setup an entire notification system, want to avoid the hassle of email alerts (that&amp;rsquo;s not a critique, but i hate having my mailbox full of short report status messages ) or if you want that all your clients are notified immediately. I personally needed it to notify myself from simple status report by automatic programs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Multiple issues in libXfont</title>
      <link>https://mudler.pm/2014/05/multiple-issues-in-libxfont.html</link>
      <pubDate>Thu, 15 May 2014 02:49:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/05/multiple-issues-in-libxfont.html</guid>
      <description>&lt;p&gt;_&lt;br&gt;&#xA;These months are full of bugs to put hands on, there are multiple vulnerabilities (3) found in libXfont that trusts the font server protocol data, and not verifying that the values will not overflow or cause other damage._&lt;/p&gt;&#xA;&lt;p&gt;From the Alan Coopersmith announce:&lt;/p&gt;&#xA;&lt;p&gt;Ilja van Sprundel, a security researcher with IOActive, has discovered several issues in the way the libXfont library handles the responses it receives from xfs servers, and has worked with X.Org&amp;rsquo;s security team to analyze, confirm, and fix these issues.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CVE-2014-0196: Linux kernel pty layer race</title>
      <link>https://mudler.pm/2014/05/cve-2014-0196-linux-kernel-pty-layer.html</link>
      <pubDate>Thu, 15 May 2014 02:38:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/05/cve-2014-0196-linux-kernel-pty-layer.html</guid>
      <description>&lt;p&gt;Two days ago a temible exploit was released for local privilage escalation in the linux kernel. The bug was found on the &lt;a href=&#34;https://bugzilla.novell.com/show_bug.cgi?id=875690&#34;&gt;29th of April&lt;/a&gt;: memory corruption via a race in pty write handling , affected kernels are 2.6.31 -&amp;gt; 3.14rcX&lt;/p&gt;&#xA;&lt;p&gt;The n_tty_write function in drivers/tty/n_tty.c in the Linux kernel through 3.14.3 does not properly manage tty driver access in the &amp;ldquo;LECHO &amp;amp; !OPOST&amp;rdquo; case, which allows local users to cause a denial of service (memory corruption and system crash) or gain privileges by triggering a race condition involving read and write operations with long strings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>G@H updates! (3)</title>
      <link>https://mudler.pm/2014/03/gh-updates-3.html</link>
      <pubDate>Sun, 11 May 2014 02:36:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/03/gh-updates-3.html</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is an update of the current status of the Google@Home project. Google@Home tries to bring domotic control in your home using Google Services for Speech Synthesis and Text-to-Speech. It is also planned a web interface to control the embedded nodes in the current environment.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;During this period i focused on fixing bugs, microphone settings and some structural restyling&lt;/p&gt;&#xA;&lt;p&gt;This is a small summary of the changes ( for a complete list, check commit diffs in github page) :&lt;/p&gt;</description>
    </item>
    <item>
      <title>About</title>
      <link>https://mudler.pm/about/</link>
      <pubDate>Wed, 09 Apr 2014 00:00:00 +0000</pubDate>
      <guid>https://mudler.pm/about/</guid>
      <description>&lt;h1 id=&#34;about-me&#34;&gt;About me&lt;/h1&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://github.com/mudler/blog/assets/2420543/5794f640-7c7d-4f9a-a617-ecc31356c08a&#34; alt=&#34;me&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Hey! Thanks for stepping by!&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m Ettore and I&amp;rsquo;m a long-time Open Source hacker and hacktivist. I&amp;rsquo;ve been involved in the Open Source community for more than 16 years. I&amp;rsquo;ve studied CS at University, and pursued my degree at full votes with a MS in Computer Science.&lt;/p&gt;&#xA;&lt;p&gt;I formerly was a Gentoo developer, I did lead Sabayon Linux and contributed to several FOSS projects among openSUSE, Cloud Foundry, openQA, and more that I can&amp;rsquo;t remember.&lt;/p&gt;</description>
    </item>
    <item>
      <title>G@H updates! (2)</title>
      <link>https://mudler.pm/2014/04/this-post-is-update-of-current-status.html</link>
      <pubDate>Fri, 04 Apr 2014 02:30:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/04/this-post-is-update-of-current-status.html</guid>
      <description>&lt;p&gt;This post is an update of the current status of the Google@Home project. Google@Home tries to bring domotic control in your home using Google Services for Speech Synthesis and Text-to-Speech. It is also planned a web interface to control the embedded nodes in the current environment.&lt;/p&gt;&#xA;&lt;p&gt;During this week i focused on fixing bug and few structural enhancements&lt;/p&gt;&#xA;&lt;p&gt;This is a small summary of the changes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;[fix] Plugin can be removed safetly&lt;/li&gt;&#xA;&lt;li&gt;master now can load node configurations by their backends (e.g. Mongo)&lt;/li&gt;&#xA;&lt;li&gt;a dump of an example of mongo db&lt;/li&gt;&#xA;&lt;li&gt;added the model for the node&lt;/li&gt;&#xA;&lt;li&gt;fixed &lt;a href=&#34;https://github.com/mudler/Google-at-Home/issues/1&#34;&gt;#1&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;tuned up SoX&lt;/li&gt;&#xA;&lt;li&gt;started the prototyping of the listening agent that directly commands GPIO&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If you wish to install and try you can just still follow &lt;a href=&#34;https://github.com/mudler/Google-at-Home#quick-start&#34;&gt;the quick start on the repository page&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google at Home updates</title>
      <link>https://mudler.pm/2014/03/google-at-home-updates.html</link>
      <pubDate>Sat, 29 Mar 2014 02:15:00 -0700</pubDate>
      <guid>https://mudler.pm/2014/03/google-at-home-updates.html</guid>
      <description>&lt;p&gt;_&lt;br&gt;&#xA;This post is an update of the current status of the Google@Home project. Google@Home tries to bring domotic control in your home using Google Services for Speech Synthesis and Text-to-Speech. It is also planned a web interface to control the embedded nodes in the current environment.&lt;br&gt;&#xA;_&lt;/p&gt;&#xA;&lt;p&gt;For now it&amp;rsquo;s still required to manually set-up the YAML file to configure which nodes belongs to the network, but if you set up some RaspberryPi on the network and a master node that has installed MongoDB the dispatchment of the commands and of the voice (so you can command everything by issuing commands on one node) works for now.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Welcome!</title>
      <link>https://mudler.pm/2015/08/welcome.html</link>
      <pubDate>Sun, 02 Mar 2014 01:40:00 -0800</pubDate>
      <guid>https://mudler.pm/2015/08/welcome.html</guid>
      <description>&lt;p&gt;This is my blog, &lt;del&gt;it&amp;rsquo;s powered&lt;/del&gt; it was powered with Perl and Mojolicious. Enjoy! You will find here some interesting perl posts and updates for the projects where i am involved.&lt;/p&gt;&#xA;&lt;p&gt;Unfortunately i had to move to blogger, due to time issues. Enjoy!&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
