<?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>Synthetase's World of Nerd - Articles</title> <description>Latest Posts</description> <link>https://syntheta.se</link> <item> <title>4-Way Stereo Input Selector</title> <description>&lt;p&gt;I created this 4-way stereo input selector module becuase I needed an analogue stereo input selector for a couple of audio projects I had in mind.&lt;/p&gt; </description> <pubDate>2026-07-12T00:00:00+00:00</pubDate> <link>https://syntheta.se/projects/2026/07/12/selector-board.html</link> <guid isPermaLink="true">https://syntheta.se/projects/2026/07/12/selector-board.html</guid> </item> <item> <title>Small Power Amplifier Build</title> <description>&lt;p&gt;I built this power amplifier recently for a friend of mine. It’s a “moderate power” &lt;a href=&quot;https://sound-au.com/project3a.htm&quot;&gt;ESP P3A&lt;/a&gt; that’s intended to drive a pair of bookshelf speakers.&lt;/p&gt; </description> <pubDate>2025-09-10T00:00:00+00:00</pubDate> <link>https://syntheta.se/projects/2025/09/10/power-amp.html</link> <guid isPermaLink="true">https://syntheta.se/projects/2025/09/10/power-amp.html</guid> </item> <item> <title>Stereo RCA breakout box</title> <description>&lt;p&gt;I’ve built quite a few amplifiers over the years and every time I get to the point of testing them, I always end up having to hack together some kind of RCA-to-rat’s-nest interface (including a level control) so I can connect a source like a CD player into the jumble of boards and wires sitting on my bench that constitutes the device under test. But no longer!&lt;/p&gt; </description> <pubDate>2023-12-10T00:00:00+00:00</pubDate> <link>https://syntheta.se/projects/2023/12/10/rca-breakout-box.html</link> <guid isPermaLink="true">https://syntheta.se/projects/2023/12/10/rca-breakout-box.html</guid> </item> <item> <title>Nintendo Switch Re-Skin</title> <description>&lt;p&gt;When I was a kid, I had a Gameboy Color in Atomic Purple. I loved that thing to death and I always thought the translucent case was the &lt;em&gt;coolest thing ever&lt;/em&gt;, so when I noticed people on ebay selling custom shells for the Switch, I just had to have one.&lt;/p&gt; </description> <pubDate>2022-02-20T00:00:00+00:00</pubDate> <link>https://syntheta.se/projects/2022/02/20/switch-re-skin.html</link> <guid isPermaLink="true">https://syntheta.se/projects/2022/02/20/switch-re-skin.html</guid> </item> <item> <title>Death of Zen Class A Headphone Amplifier</title> <description>&lt;p&gt;Having never listened to a &lt;a href=&quot;https://sound-au.com/articles/amp-classes.htm#classa&quot;&gt;class A amplifier&lt;/a&gt; before, and with nothing better to do during the long Covid shutdown, I thought it might be nice to build one. The circuit is another of &lt;a href=&quot;https://sound-au.com/index.html&quot;&gt;Rod Elliott&lt;/a&gt;’s designs: the low-power headphone variant of the “&lt;a href=&quot;https://sound-au.com/project70.htm&quot;&gt;Death of Zen&lt;/a&gt;” class A power amp. There’s quite a bit of history to this circuit, which Rod explains in the &lt;a href=&quot;https://sound-au.com/project36.htm&quot;&gt;original project article&lt;/a&gt;. It’s well worth a read if you’re at all curious about the design decisions or class A in general.&lt;/p&gt; </description> <pubDate>2021-10-11T00:00:00+00:00</pubDate> <link>https://syntheta.se/projects/2021/10/11/P70-class-a-headphone-amp.html</link> <guid isPermaLink="true">https://syntheta.se/projects/2021/10/11/P70-class-a-headphone-amp.html</guid> </item> <item> <title>Yamaha CDX-397 Repair</title> <description>&lt;p&gt;Recently, one of the channels in my Yamaha CDX-397 CD player died. After disconnecting the working channel from the amplifier and turning up the volume, I could still hear faint music, so clearly something was still working. Time to investigate!&lt;/p&gt; </description> <pubDate>2021-10-10T00:00:00+00:00</pubDate> <link>https://syntheta.se/projects/2021/10/10/repair-yamaha-cdx-397-cd-player.html</link> <guid isPermaLink="true">https://syntheta.se/projects/2021/10/10/repair-yamaha-cdx-397-cd-player.html</guid> </item> <item> <title>Setting up a Test Matrix</title> <description>&lt;p&gt;This post is the text version of a talk I gave at the Melbourne Ruby meet-up earlier this year. I thought some people would prefer the information presented in plain text over the video. For anyone interested, I’ve embedded the video below.&lt;/p&gt; </description> <pubDate>2020-03-14T00:00:00+00:00</pubDate> <link>https://syntheta.se/coding/2020/03/14/Setting-up-a-test-matrix.html</link> <guid isPermaLink="true">https://syntheta.se/coding/2020/03/14/Setting-up-a-test-matrix.html</guid> </item> <item> <title>has_protected_token</title> <description>&lt;p&gt;I recently released &lt;a href=&quot;https://rubygems.org/gems/has_protected_token&quot;&gt;has_protected_token&lt;/a&gt; to the world. It’s my first ever Ruby gem and I’m pretty happy with it.&lt;/p&gt; </description> <pubDate>2019-11-03T00:00:00+00:00</pubDate> <link>https://syntheta.se/coding/2019/11/03/has-protected-token.html</link> <guid isPermaLink="true">https://syntheta.se/coding/2019/11/03/has-protected-token.html</guid> </item> <item> <title>OpenSSL and Ruby build failures</title> <description>&lt;p&gt;I came across the following error while trying to install an old version of Ruby recently:&lt;/p&gt; </description> <pubDate>2019-10-26T00:00:00+00:00</pubDate> <link>https://syntheta.se/coding/2019/10/26/ruby-build-failed.html</link> <guid isPermaLink="true">https://syntheta.se/coding/2019/10/26/ruby-build-failed.html</guid> </item> <item> <title>On Learning New Things</title> <description>&lt;p&gt;I recently had occasion to write a little C code. This is something I haven’t done since around 2005 and it meant I had to go back and re-learn a lot of the basics before I could tackle the task at hand. It got me thinking about my approach to learning and why I do things the way I do.&lt;/p&gt; </description> <pubDate>2019-01-02T00:00:00+00:00</pubDate> <link>https://syntheta.se/coding/2019/01/02/on-learning-new-things.html</link> <guid isPermaLink="true">https://syntheta.se/coding/2019/01/02/on-learning-new-things.html</guid> </item> </channel> </rss>