<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>Spencer&#039;s TIL Blog</title>
      <link>https://til.maroukis.net</link>
      <description>Last 10 notes on Spencer&#039;s TIL Blog</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>Recent TILs</title>
    <link>https://til.maroukis.net/</link>
    <guid>https://til.maroukis.net/</guid>
    <description>Collecting short tidbits of things I learn along the way. Subscribe via RSS. My other websites: Projects Blog | Working Notes. Have a specific interest? This site has full-page search, or you can check out the tag index.</description>
    <pubDate>Wed, 19 Mar 2025 02:56:04 GMT</pubDate>
  </item><item>
    <title>README</title>
    <link>https://til.maroukis.net/README</link>
    <guid>https://til.maroukis.net/README</guid>
    <description> Note if you are viewing this on the https://til.maroukis.net domain this is the README of the source notes at https://github.com/smaroukis/til-source.</description>
    <pubDate>Wed, 19 Mar 2025 02:56:03 GMT</pubDate>
  </item><item>
    <title>Deriving the Noise Gain vs Signal Gain of the Inverting Op Amp</title>
    <link>https://til.maroukis.net/Deriving-the-Noise-Gain-vs-Signal-Gain-of-the-Inverting-Op-Amp</link>
    <guid>https://til.maroukis.net/Deriving-the-Noise-Gain-vs-Signal-Gain-of-the-Inverting-Op-Amp</guid>
    <description>A further derivation of the closed loop gain equation found in Walter Jung's seminal book on operational amplifiers.</description>
    <pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>Programming STM32 via SWD with Arduino IDE on Ubuntu</title>
    <link>https://til.maroukis.net/Programming-STM32-via-SWD-with-Arduino-IDE-on-Ubuntu</link>
    <guid>https://til.maroukis.net/Programming-STM32-via-SWD-with-Arduino-IDE-on-Ubuntu</guid>
    <description>Oh Linux. I just wanted to quickly program an STM32 chip over SWD with the Arduino IDE for a blinky test but .</description>
    <pubDate>Sun, 16 Feb 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>The black magic of noise shaping in Sigma-Delta ADCs</title>
    <link>https://til.maroukis.net/The-black-magic-of-noise-shaping-in-Sigma-Delta-ADCs</link>
    <guid>https://til.maroukis.net/The-black-magic-of-noise-shaping-in-Sigma-Delta-ADCs</guid>
    <description>Now that I understand it I am even more confused on why it works.</description>
    <pubDate>Tue, 11 Feb 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>Faradays Ice Pail Experiment and the Effect of Shield Grounding</title>
    <link>https://til.maroukis.net/Faradays-Ice-Pail-Experiment-and-the-Effect-of-Shield-Grounding</link>
    <guid>https://til.maroukis.net/Faradays-Ice-Pail-Experiment-and-the-Effect-of-Shield-Grounding</guid>
    <description>An incomplete inquiry into shield grounding from the electrostatics point of view.</description>
    <pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>Frequency Compensated Voltage Divider Uses Pole Zero Cancellation</title>
    <link>https://til.maroukis.net/Frequency-Compensated-Voltage-Divider-Uses-Pole-Zero-Cancellation</link>
    <guid>https://til.maroukis.net/Frequency-Compensated-Voltage-Divider-Uses-Pole-Zero-Cancellation</guid>
    <description>The frequency compensated divider uses pole zero cancellation to achieve constant gain over all frequencies.</description>
    <pubDate>Sat, 19 Oct 2024 00:00:00 GMT</pubDate>
  </item><item>
    <title>The same amount of energy is lost in an RC circuit no matter how small R is made</title>
    <link>https://til.maroukis.net/The-same-amount-of-energy-is-lost-in-an-RC-circuit-no-matter-how-small-R-is-made</link>
    <guid>https://til.maroukis.net/The-same-amount-of-energy-is-lost-in-an-RC-circuit-no-matter-how-small-R-is-made</guid>
    <description>There is no free lunch thanks to the 2nd law of thermodynamics.</description>
    <pubDate>Wed, 14 Aug 2024 00:00:00 GMT</pubDate>
  </item><item>
    <title>Everything is Analog 1</title>
    <link>https://til.maroukis.net/Everything-is-Analog-1</link>
    <guid>https://til.maroukis.net/Everything-is-Analog-1</guid>
    <description>The bit-banged Clock waveform of a found-online TM1637 library for STM32 is ugly and only shows the clock getting up to 1.6V (3.3V supply) for “High”…but bit banging at TM1637_BIT_DELAY = 40 works, and “10” doesn’t (not enough time for the signal to reach the lower threshold of digital 1.</description>
    <pubDate>Sat, 13 Jul 2024 00:00:00 GMT</pubDate>
  </item><item>
    <title>itoa not included in macos gcc following POSIX and ANSI standards</title>
    <link>https://til.maroukis.net/itoa-is-not-included-in-stdlib-in-the-ANSI-gcc-standard-but-is-included-by-the-Arduino-implementation</link>
    <guid>https://til.maroukis.net/itoa-is-not-included-in-stdlib-in-the-ANSI-gcc-standard-but-is-included-by-the-Arduino-implementation</guid>
    <description>Although the Arduino GCC implementation of &lt;stdlib.h&gt; includes itoa(), this is as an extension and not the standard for most compiler implementations following the ANSI / POSIX C standard library implementations.</description>
    <pubDate>Thu, 09 May 2024 00:00:00 GMT</pubDate>
  </item>
    </channel>
  </rss>