<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml-stylesheet href="https://maik.io/pretty-feed-v3.xsl" type="text/xsl"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>prototyping on maik.io</title>
    <link>https://maik.io/tags/prototyping/</link>
    <description>Recent content in prototyping on maik.io</description>
    <generator>maik.io</generator>
    <language>de-de</language>
    <lastBuildDate>Tue, 29 Jul 2025 19:47:22 +0200</lastBuildDate>
    <atom:link href="https://maik.io/tags/prototyping/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Stabil, beweglich, durchdacht</title>
      <link>https://maik.io/notes/2025-07-29-stabil-beweglich-durchdacht/</link>
      <pubDate>Tue, 29 Jul 2025 19:47:22 +0200</pubDate>
      <guid>https://maik.io/notes/2025-07-29-stabil-beweglich-durchdacht/</guid>
      <description>&lt;p&gt;Menschen beim Bauen zuzusehen, hat etwas Beruhigendes. Noch mehr, wenn sie wissen, was sie tun. &lt;em&gt;SECTOR 07&lt;/em&gt; ist so jemand. Sein neuestes Projekt: ein tragbarer Dual-Screen-Rechner, gebaut um einen Raspberry Pi 5. Alles ist 3D-druckbar. Der Quellcode offen. Die Dokumentation ausführlich.&lt;/p&gt;
&lt;p&gt;Im rund 20 Minuten langen Video führt er durch den gesamten Prozess, vom Gehäusedesign über die interne Verkabelung bis zur Software. Die Tastatur ist fest verbaut. GPIO-Leiste und Sensoranschlüsse sind nach außen geführt. An die SD-Karte kommt man problemlos heran. Wer will, kann den Raspberry Pi mit ein paar Handgriffen austauschen.&lt;/p&gt;</description>
      <content:encoded>
      <![CDATA[<p>Menschen beim Bauen zuzusehen, hat etwas Beruhigendes. Noch mehr, wenn sie wissen, was sie tun. <em>SECTOR 07</em> ist so jemand. Sein neuestes Projekt: ein tragbarer Dual-Screen-Rechner, gebaut um einen Raspberry Pi 5. Alles ist 3D-druckbar. Der Quellcode offen. Die Dokumentation ausführlich.</p>
<p>Im rund 20 Minuten langen Video führt er durch den gesamten Prozess, vom Gehäusedesign über die interne Verkabelung bis zur Software. Die Tastatur ist fest verbaut. GPIO-Leiste und Sensoranschlüsse sind nach außen geführt. An die SD-Karte kommt man problemlos heran. Wer will, kann den Raspberry Pi mit ein paar Handgriffen austauschen.</p>
<p>Besonders auffällig: die Monitorhalterung. Stabil, beweglich, durchdacht. Kein Provisorium.</p>
<p>Das Video unterhält, ohne laut zu sein. Es zeigt, was mit etwas Know-how und einem 3D-Drucker möglich ist: »<a href="https://www.youtube.com/watch?v=cigAxzQGeLg" title="DIY Dual-Screen Cyberdeck: Sleek Design, Ultimate Functionality - YouTube" target="_blank" >DIY Dual-Screen Cyberdeck: Sleek Design, Ultimate Functionality</a>«</p>
<p>Wer sich für Cyberdecks interessiert, sollte außerdem ins passende Subreddit schauen. Dort tauchen regelmäßig eigenwillige, teils experimentelle Entwürfe auf. Nicht jeder ist fertig, aber fast jeder spannend: <a href="https://www.reddit.com/r/cyberDeck/" target="_blank" >r/cyberDeck auf Reddit</a></p>
]]>    
      <![CDATA[<br><br><hr><br><small><p>Vielen Dank fürs Lesen! Wenn du Lust auf noch mehr Gedanken, Updates und ab und zu einen Blick hinter die Kulissen hast, folge mir doch gern auf <a href="https://maik.io/mastodon">Mastodon</a> oder <a href="https://maik.io/instagram">Instagram</a>.</p><p>Hast du Fragen oder Feedback? Schreib mir gern eine <a href="https://maik.io/email">E-Mail</a>.</p></small>]]>
      </content:encoded>  
    </item>
    <item>
      <title>More pressure</title>
      <link>https://maik.io/notes/2025-07-01-more-pressure/</link>
      <pubDate>Tue, 01 Jul 2025 19:19:16 +0200</pubDate>
      <guid>https://maik.io/notes/2025-07-01-more-pressure/</guid>
      <description>&lt;p&gt;Pedro Tavares schreibt in »&lt;a href=&#34;https://ordep.dev/posts/writing-code-was-never-the-bottleneck&#34; title=&#34;Writing Code Was Never The Bottleneck&#34; target=&#34;_blank&#34; &gt;Writing Code Was Never The Bottleneck&lt;/a&gt;« für ordep.dev&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Tools like Claude can speed up initial implementation. Still, the result is often more code flowing through systems and more pressure on the people responsible for reviewing, integrating, and maintaining it.&lt;/p&gt;
&lt;p&gt;This becomes especially clear when:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It’s unclear whether the author fully understands what they submitted.&lt;/li&gt;
&lt;li&gt;The generated code introduces unfamiliar patterns or breaks established conventions.&lt;/li&gt;
&lt;li&gt;Edge cases and unintended side effects aren’t obvious.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We end up in a situation where code is more straightforward to produce but more complex to verify, which doesn’t necessarily make teams move faster overall.&lt;/p&gt;</description>
      <content:encoded>
      <![CDATA[<p>Pedro Tavares schreibt in »<a href="https://ordep.dev/posts/writing-code-was-never-the-bottleneck" title="Writing Code Was Never The Bottleneck" target="_blank" >Writing Code Was Never The Bottleneck</a>« für ordep.dev</p>
<blockquote>
<p>Tools like Claude can speed up initial implementation. Still, the result is often more code flowing through systems and more pressure on the people responsible for reviewing, integrating, and maintaining it.</p>
<p>This becomes especially clear when:</p>
<ul>
<li>It’s unclear whether the author fully understands what they submitted.</li>
<li>The generated code introduces unfamiliar patterns or breaks established conventions.</li>
<li>Edge cases and unintended side effects aren’t obvious.</li>
</ul>
<p>We end up in a situation where code is more straightforward to produce but more complex to verify, which doesn’t necessarily make teams move faster overall.</p>
</blockquote>
]]>    
      <![CDATA[<br><br><hr><br><small><p>Vielen Dank fürs Lesen! Wenn du Lust auf noch mehr Gedanken, Updates und ab und zu einen Blick hinter die Kulissen hast, folge mir doch gern auf <a href="https://maik.io/mastodon">Mastodon</a> oder <a href="https://maik.io/instagram">Instagram</a>.</p><p>Hast du Fragen oder Feedback? Schreib mir gern eine <a href="https://maik.io/email">E-Mail</a>.</p></small>]]>
      </content:encoded>  
    </item>      
  </channel>
</rss>