<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.baszerr.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>BaSzErr - blog:2016:01:04</title>
        <description></description>
        <link>https://www.baszerr.eu/</link>
        <lastBuildDate>Wed, 06 May 2026 09:35:18 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://www.baszerr.eu/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>BaSzErr</title>
            <link>https://www.baszerr.eu/</link>
        </image>
        <item>
            <title>c_vs_c_the_embedded_perspective</title>
            <link>https://www.baszerr.eu/doku.php?id=blog:2016:01:04:c_vs_c_the_embedded_perspective</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;c_vs_c_the_embedded_perspective&quot;&gt;2016-01-04 - C++ vs C the embedded perspective&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.baszerr.eu/lib/exe/detail.php?id=blog%3A2016%3A01%3A04%3Ac_vs_c_the_embedded_perspective&amp;amp;media=blog:2016:01:04:proving_ground.jpg&quot; class=&quot;media&quot; title=&quot;blog:2016:01:04:proving_ground.jpg&quot;&gt;&lt;img src=&quot;https://www.baszerr.eu/lib/exe/fetch.php?w=600&amp;amp;tok=1cd94f&amp;amp;media=blog:2016:01:04:proving_ground.jpg&quot; class=&quot;mediaright&quot; align=&quot;right&quot; loading=&quot;lazy&quot; title=&quot;presenting &amp;#039;proving ground&amp;#039; during the talk&quot; alt=&quot;presenting &amp;#039;proving ground&amp;#039; during the talk&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;
i&amp;#039;ve just got informed that &lt;a href=&quot;http://codedive.pl/agenda/c-vs-c-the-embedded-perspective/&quot; class=&quot;urlextern&quot; title=&quot;http://codedive.pl/agenda/c-vs-c-the-embedded-perspective/&quot; rel=&quot;ugc nofollow&quot;&gt;my talk&lt;/a&gt; from this year&amp;#039;s (pardon – last year&amp;#039;s ;)) &lt;a href=&quot;http://www.codedive.pl&quot; class=&quot;urlextern&quot; title=&quot;http://www.codedive.pl&quot; rel=&quot;ugc nofollow&quot;&gt;Code::Dive conference&lt;/a&gt; is now available online – &lt;a href=&quot;https://www.youtube.com/watch?v=PDSvjwJ2M80&quot; class=&quot;urlextern&quot; title=&quot;https://www.youtube.com/watch?v=PDSvjwJ2M80&quot; rel=&quot;ugc nofollow&quot;&gt;C++ vs C the embedded perspective&lt;/a&gt;. here&amp;#039;s the abstract:
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;
C is commonly “known to be the best choice for embedded”. Many embedded developers consider C++ to be generally slower and generating larger binaries… but is it really so? During the presentation series of case studies will be presented and measured in order to check out how things really are. &lt;br/&gt;

Knowing how tools work allows to understand our software better. Even though presentation is focused on embedded software, most of the gained knowledge can be applied to desktop development equally well. &lt;br/&gt;

Target audience are C and C++ developers. In-depth knowledge of embedded development is not required to understand the content.
&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
have fun! :)
&lt;/p&gt;

&lt;/div&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 15 Jun 2021 20:09:19 +0000</pubDate>
        </item>
        <item>
            <title>changing_default_cursor</title>
            <link>https://www.baszerr.eu/doku.php?id=blog:2016:01:04:changing_default_cursor</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;changing_default_cursor&quot;&gt;2016-01-04 - changing default cursor&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
i&amp;#039;m usually fine with minor, default &lt;a href=&quot;https://en.wikipedia.org/wiki/X11&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/X11&quot;&gt;X11&lt;/a&gt; settings like fonts and sizes. after recent &lt;a href=&quot;https://en.wikipedia.org/wiki/debian&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/debian&quot;&gt;debian&lt;/a&gt; update (debian/testing to be precise) default cursor changed to something about 3x bigger than previous one. it looked just awful and attracted way to much attention than mouse cursor should. since i&amp;#039;m using &lt;a href=&quot;https://en.wikipedia.org/wiki/fluxbox&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/fluxbox&quot;&gt;fluxbox&lt;/a&gt;, and apps from many different environments, i&amp;#039;ve ended up reconfiguring it from the command line:
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;apt-get install&lt;/span&gt; xcursor-themes
update-alternatives &lt;span class=&quot;re5&quot;&gt;--config&lt;/span&gt; x-cursor-theme&lt;/pre&gt;

&lt;p&gt;
the one i&amp;#039;m used to is &lt;em&gt;/etc/X11/cursors/core.theme&lt;/em&gt; – small, simple and just fine. the whole operation is trivial, but it takes a bit time if you do not know &lt;strong&gt;The Answer&lt;/strong&gt;. hope this will save you some time.
&lt;/p&gt;

&lt;/div&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 15 Jun 2021 20:09:19 +0000</pubDate>
        </item>
    </channel>
</rss>
