<?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>Dzu's Blog (Einträge über python)</title><link>https://blog.lazy-evaluation.net/</link><description></description><atom:link href="https://blog.lazy-evaluation.net/de/categories/python.xml" rel="self" type="application/rss+xml"></atom:link><language>de</language><copyright>Contents © 2025 &lt;a href="mailto:dzu@member.fsf.org"&gt;Detlev Zundel&lt;/a&gt; </copyright><lastBuildDate>Wed, 10 Dec 2025 16:11:12 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Vdirsyncer calling gcc?</title><link>https://blog.lazy-evaluation.net/de/posts/linux/vdirsyncer-gcc.html?pk_campaign=feed</link><dc:creator>Detlev Zundel</dc:creator><description>&lt;div&gt;&lt;div id="org7da341f" class="figure"&gt;
&lt;p&gt;&lt;img src="https://blog.lazy-evaluation.net/de/images/nikola-50px-grey.png" alt="nikola-50px-grey.png" title="Logo lock" align="middle" width="150"&gt;
&lt;/p&gt;
&lt;/div&gt;

&lt;p&gt;
Why is vdirsyncer calling gcc?  
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://blog.lazy-evaluation.net/de/posts/linux/vdirsyncer-gcc.html?pk_campaign=feed"&gt;Weiterlesen…&lt;/a&gt; (1 min verbleiben zum Lesen)&lt;/p&gt;&lt;/div&gt;</description><guid>https://blog.lazy-evaluation.net/de/posts/linux/vdirsyncer-gcc.html</guid><pubDate>Thu, 20 Mar 2025 20:04:06 GMT</pubDate></item><item><title>MicroPython on Zephyr - MCXN947</title><link>https://blog.lazy-evaluation.net/de/posts/embedded/micropython-zephyr-mcxn947.html?pk_campaign=feed</link><dc:creator>Detlev Zundel</dc:creator><description>&lt;div&gt;&lt;p&gt;
In my &lt;a href="https://blog.lazy-evaluation.net/de/posts/embedded/micropython-zephyr-imxrt1060.html"&gt;recent post on MicroPython&lt;/a&gt; I looked at the Zephyr port of
MicroPython on the i.MXRT1060 EVK.  As that board has an SD card
connector populated, I was able to use an VFAT SD card for storing
Python programs.  For the FRDM-MCXN947 the situation is different.
Although the MCXN947 micro-controller features an SD controller, the
Freedom board is lacking the actual SD card connector as it is not
populated, probably to save money.  As I am a software guy, mounting
this SMD connector is more difficult than looking for software
alternatives, so let's find out if we can use the internal flash or
the external QSPI as a file system instead.
&lt;/p&gt;

&lt;div style="text-align:center" class="imageblock" id="org8261cce"&gt;

&lt;div id="org222e5b2" class="figure"&gt;
&lt;p&gt;&lt;img src="https://blog.lazy-evaluation.net/de/images/micropython-logo.jpeg" alt="micropython-logo.jpeg" title="Big lock" align="middle" width="150"&gt;
&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;

&lt;p&gt;&lt;a href="https://blog.lazy-evaluation.net/de/posts/embedded/micropython-zephyr-mcxn947.html?pk_campaign=feed"&gt;Weiterlesen…&lt;/a&gt; (7 min verbleiben zum Lesen)&lt;/p&gt;&lt;/div&gt;</description><guid>https://blog.lazy-evaluation.net/de/posts/embedded/micropython-zephyr-mcxn947.html</guid><pubDate>Thu, 13 Feb 2025 21:24:15 GMT</pubDate></item><item><title>MicroPython on Zephyr - i.MXRT1060</title><link>https://blog.lazy-evaluation.net/de/posts/embedded/micropython-zephyr-imxrt1060.html?pk_campaign=feed</link><dc:creator>Detlev Zundel</dc:creator><description>&lt;div&gt;&lt;p&gt;
Not having looked at the
&lt;a href="https://docs.micropython.org/en/latest/zephyr/tutorial/intro.html"&gt;MicroPython
"port" for the Zephyr operating system&lt;/a&gt;, I decided to check the current state of it.  Having an
&lt;a href="https://www.nxp.com/design/design-center/development-boards-and-designs/MIMXRT1060-EVKB"&gt;MIMXRT1060-EVK&lt;/a&gt; on my desk, I decided to try it on this platform.
&lt;/p&gt;

&lt;div style="text-align:center" class="imageblock" id="org1622de8"&gt;

&lt;div id="org8f7177c" class="figure"&gt;
&lt;p&gt;&lt;img src="https://blog.lazy-evaluation.net/de/images/micropython-logo.jpeg" alt="micropython-logo.jpeg" title="Big lock" align="middle" width="150"&gt;
&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;

&lt;p&gt;&lt;a href="https://blog.lazy-evaluation.net/de/posts/embedded/micropython-zephyr-imxrt1060.html?pk_campaign=feed"&gt;Weiterlesen…&lt;/a&gt; (10 min verbleiben zum Lesen)&lt;/p&gt;&lt;/div&gt;</description><guid>https://blog.lazy-evaluation.net/de/posts/embedded/micropython-zephyr-imxrt1060.html</guid><pubDate>Tue, 11 Feb 2025 12:01:41 GMT</pubDate></item><item><title>Undertime - Matching Up Time Zones</title><link>https://blog.lazy-evaluation.net/de/posts/linux/undertime.html?pk_campaign=feed</link><dc:creator>Detlev Zundel</dc:creator><description>&lt;div&gt;&lt;img alt="Multiple Timezone Clocks" class="align-center" src="https://blog.lazy-evaluation.net/images/multiple-time-zone-clocks.jpg" style="width: 300px;"&gt;
&lt;p&gt;Occasionally I need to setup teleconferences with people in different
time zones.  For two timezones I am still able to do the calculations
and assessment of the possibilities in my head.  However, once three
or more timezones are involved, I find myself requiring some
assistance.&lt;/p&gt;
&lt;p&gt;Already a while ago I found the neat little Python script &lt;a class="reference external" href="https://gitlab.com/anarcat/undertime"&gt;undertime&lt;/a&gt; which is very easy to use.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://blog.lazy-evaluation.net/de/posts/linux/undertime.html?pk_campaign=feed"&gt;Weiterlesen…&lt;/a&gt; (2 min verbleiben zum Lesen)&lt;/p&gt;&lt;/div&gt;</description><guid>https://blog.lazy-evaluation.net/de/posts/linux/undertime.html</guid><pubDate>Tue, 26 Nov 2019 19:02:53 GMT</pubDate></item></channel></rss>