$chiubaca / notes / fleeting / 2021-10-30
  • Tinkering away on hacker.fm. Got the media control implmented.
  • The audio html element can take multiple sources:
    <audio controls>
    <source src="myAudio.mp3" type="audio/mpeg">
    <source src="myAudio.ogg" type="audio/ogg">
    <p>Your browser doesn't support HTML5 audio. Here is
       a <a href="myAudio.mp3">link to the audio</a> instead.</p>
    </audio>
    • Partial hydration in Astro is magic.
Edit on GitHub ✏️

Hey I'm Alex Chiu 👋. These are my notes for literally anything.

I'm using the Zettelkasten method to organise my thoughts here.

My more polished writings are published to my main blog at chiubaca.com

Follow me on: Github / X (Twitter) / Mastodon / LinkedIn