<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>www.rusinov.ie</title><link>https://www.rusinov.ie/</link><description></description><atom:link href="/en/rss.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:vladimir.rusinov@gmail.com"&gt;Vladimir Rusinov&lt;/a&gt; </copyright><lastBuildDate>Fri, 06 Feb 2026 07:19:27 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Scottish islands of Mull and Arran on an electric car</title><link>/en/posts/2024/scottish-islands-of-mull-and-arran-on-an-electric-car/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;div&gt;&lt;p&gt;I got a new car. And this August/September we brought it on a nice roadtip from Dublin to Scotland.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Highland Cow" src="/posts/2024/highland_cow.jpg"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/en/posts/2024/scottish-islands-of-mull-and-arran-on-an-electric-car/"&gt;Read more…&lt;/a&gt; (8 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>arran</category><category>car</category><category>mull</category><category>scotland</category><category>travel</category><guid>/en/posts/2024/scottish-islands-of-mull-and-arran-on-an-electric-car/</guid><pubDate>Mon, 09 Sep 2024 11:24:37 GMT</pubDate></item><item><title>Hardware-ish project: Display for Netatmo Weather Station</title><link>/en/posts/2023/hardware-ish-project-display-for-netatmo-weather-station/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;p&gt;I've finally &lt;a href="https://github.com/vrusinov/co2_monitors/tree/main/netatmo_esphome_m5stickc_display"&gt;published&lt;/a&gt; a small project: ESPHome-powered display for the &lt;a href="https://www.netatmo.com/en-gb/weather/weatherstation"&gt;Netatmo weather station&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="/posts/2023/netatmo_co2_monitor_original.jpg"&gt;&lt;img src="/posts/2023/netatmo_co2_monitor.jpg" alt="Netatmo CO2 monitor" width="1532" height="1136" style="max-width: 100%; height: auto"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is ESPHome-based display for Netatmo weather station. The primary goal is to display indoors CO2 concerntation in my home office so that I know when to open a window. Or when to close and hopefully save some money on heating.&lt;/p&gt;
&lt;p&gt;The device itself is not a CO2 monitor and requires Netatmo to be working with HomeAssistant.&lt;/p&gt;
&lt;script type="module"&gt;
  import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
  mermaid.initialize({ startOnLoad: true });
&lt;/script&gt;

&lt;pre class="mermaid"&gt;
graph LR
    subgraph Internet
        NC([netatmo.com])
    end
    subgraph Home
        Netatmo[(Netatmo Weather Station fa:fa-cloud)]
        HomeAssistant[HomeAssistant fa:fa-house]
        Display[CO2 Display fa:fa-display]
    end

    click Netatmo https://www.netatmo.com/en-gb/weather/weatherstation
    click NC https://my.netatmo.com/
    click HomeAssistant https://www.home-assistant.io/

    Netatmo--&amp;gt;Internet
    Internet--&amp;gt;HomeAssistant
    HomeAssistant-- Wi-Fi --&amp;gt;Display
&lt;/pre&gt;

&lt;p&gt;Find it here: &lt;a href="https://github.com/vrusinov/co2_monitors/tree/main/netatmo_esphome_m5stickc_display"&gt;https://github.com/vrusinov/co2_monitors/tree/main/netatmo_esphome_m5stickc_display&lt;/a&gt;&lt;/p&gt;</description><category>hardware</category><category>home</category><category>netatmo</category><guid>/en/posts/2023/hardware-ish-project-display-for-netatmo-weather-station/</guid><pubDate>Sun, 21 May 2023 19:30:46 GMT</pubDate></item><item><title>Leaving Google, Joining Snowflake</title><link>/en/posts/2023/leaving-google-joining-snowflake/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;div&gt;&lt;p&gt;This Friday was my last day in &lt;a href="https://sre.google/"&gt;Google&lt;/a&gt;. Tomorrow will be my first day in &lt;a href="https://snowflake.com/"&gt;Snowflake&lt;/a&gt;. I loved my job in Google but after over 10 years it was a time for a change. It is a big change.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Google MTV" src="/posts/2023/google_mtv.jpg"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/en/posts/2023/leaving-google-joining-snowflake/"&gt;Read more…&lt;/a&gt; (6 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>google</category><category>management</category><category>snowflake</category><category>sre</category><category>work</category><guid>/en/posts/2023/leaving-google-joining-snowflake/</guid><pubDate>Sun, 12 Feb 2023 22:04:14 GMT</pubDate></item><item><title>How learning is different from fixing</title><link>/en/posts/2023/how-learning-is-different-from-fixing/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;p&gt;I've started a &lt;a href="/en/pages/recommended-reading-and-talks"&gt;page&lt;/a&gt; where I intend to collect links to various materials that I liked.&lt;/p&gt;
&lt;p&gt;Today's addition is John Allspaw's talk &lt;a href="https://youtu.be/Zw_ASI-rk1s"&gt;Incident Analysis: How &lt;em&gt;Learning&lt;/em&gt; is Different Than &lt;em&gt;Fixing&lt;/em&gt;&lt;/a&gt;. The talk is only about 20 minutes long (the rest are questions and I didn't find that part particularly interesting). In the talk John describes common pitfalls of incident analysis.&lt;/p&gt;
&lt;p&gt;A few points that resonated with me:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Severity of the incident has nothing to do with how difficult and interesting it was&lt;/li&gt;
&lt;li&gt;Good postmortems are stories - they use typical story-telling techniques and are interesting to read&lt;/li&gt;
&lt;li&gt;Often postmortems become box-ticking exercises. Many postmortems are written to be filed, not read. This happens even in pioneering SRE orgs like Google.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Spend 20 minutes of your time, it may be worth it.&lt;/p&gt;</description><category>recommendation</category><category>sre</category><guid>/en/posts/2023/how-learning-is-different-from-fixing/</guid><pubDate>Sat, 07 Jan 2023 23:00:49 GMT</pubDate></item><item><title>House renovation: August 2022</title><link>/en/posts/2022/house-renovation-august-2022/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;p&gt;A month spent refining detailed electrical, ventilation, plumbing and structural designs. Nothing exciting.&lt;/p&gt;</description><category>house</category><category>renovation</category><guid>/en/posts/2022/house-renovation-august-2022/</guid><pubDate>Tue, 30 Aug 2022 12:33:22 GMT</pubDate></item><item><title>House renovation: July 2022</title><link>/en/posts/2022/house-renovation-july-2022/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;div&gt;&lt;p&gt;Another moderately busy month. Philip was working on detailed design and advised us to continue looking at finishes, etc.&lt;/p&gt;
&lt;p&gt;&lt;img alt="kitchen" src="/posts/2022/kitchen_jun.jpg"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/en/posts/2022/house-renovation-july-2022/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>house</category><category>renovation</category><guid>/en/posts/2022/house-renovation-july-2022/</guid><pubDate>Sat, 30 Jul 2022 20:45:26 GMT</pubDate></item><item><title>House renovation: June 2022</title><link>/en/posts/2022/house-renovation-june-2022/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;div&gt;&lt;p&gt;Busy month with no visible progress.&lt;/p&gt;
&lt;p&gt;As expected, planning application received no appeals. So we are good to go.&lt;/p&gt;
&lt;p&gt;Thus, we are ready for... not construction yet. But for more design work. With more details now. Electrical, mechanical, etc.&lt;/p&gt;
&lt;p&gt;&lt;a href="/en/posts/2022/house-renovation-june-2022/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>house</category><category>renovation</category><guid>/en/posts/2022/house-renovation-june-2022/</guid><pubDate>Thu, 30 Jun 2022 17:37:50 GMT</pubDate></item><item><title>Windfarm walk</title><link>/en/posts/2022/windfarm-walk/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;div&gt;&lt;p&gt;There is an interesting walk on the border between Wicklow and Wexford in Ireland. The walk is unusual as it in the windfarm. I didn't have an opportunity to walk under the wind turbine before. It's an interesting experience and it was worth a drive from Dublin.&lt;/p&gt;
&lt;video width="100%" autoplay muted loop&gt;
    &lt;source src="/posts/2022/windfarm_1.mp4" type="video/mp4"&gt;
&lt;/source&gt;&lt;/video&gt;

&lt;p&gt;&lt;a href="/en/posts/2022/windfarm-walk/"&gt;Read more…&lt;/a&gt; (2 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>ireland</category><category>walking</category><guid>/en/posts/2022/windfarm-walk/</guid><pubDate>Wed, 29 Jun 2022 08:14:03 GMT</pubDate></item><item><title>House renovation: May 2022</title><link>/en/posts/2022/house-renovation-may-2022/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;div&gt;&lt;p&gt;The planning permission is approved.&lt;/p&gt;
&lt;p&gt;However even though it's a "clean" approval with no unusual conditions and no protests/submissions, we now need to wait until beginning of June in case there is an appeal.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Flowers" src="/posts/2022/house_flowers.jpg"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/en/posts/2022/house-renovation-may-2022/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>house</category><category>renovation</category><guid>/en/posts/2022/house-renovation-may-2022/</guid><pubDate>Mon, 30 May 2022 17:13:38 GMT</pubDate></item><item><title>House renovation: Apr 2022</title><link>/en/posts/2022/house-renovation-apr-2022/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;p&gt;No objections submitted to the coulcil about our planning application. But no decision made yet.&lt;/p&gt;
&lt;p&gt;So we wait.&lt;/p&gt;</description><category>house</category><category>renovation</category><guid>/en/posts/2022/house-renovation-apr-2022/</guid><pubDate>Sat, 30 Apr 2022 18:07:39 GMT</pubDate></item></channel></rss>