michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit 407b3f501606ce2de63075e7ebb757ea466d35a8
parent f6f8048b605858703b7cbf01e55583948cecd3a5
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Sun, 22 Jan 2023 09:22:18 +0100

feat: article for 2023-01022

Diffstat:
Acontent/2023/perfection-from-the-90s.md | 15+++++++++++++++
Alayouts/shortcodes/youtube.html | 5+++++
2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/content/2023/perfection-from-the-90s.md b/content/2023/perfection-from-the-90s.md @@ -0,0 +1,15 @@ +--- +title: "Perfection From the 90s" +category: "hardware" +date: 2023-01-22T09:05:17+01:00 +draft: false +tags: ['audio', 'dual', 'remote-control', 'industrial-design', 'creativity'] +--- +Yes, the audio industry still does crazy design. Just look at Marantz! Dual, however, perfected the game back in the 90s. The MN 8010 was held back by technology, but the designers were brave enough to achieve greatness. Remember when "bravery" didn't mean removing the headphone jack? + +> Wow. surprised to see this pop up. I designed this interface back in 1994 while at frogdesign. It's a handmade interface, written in machine code, running on a moto 6508 with 128kb ram- totally custom hardware and software build. Everything is custom drawn, even the fonts, as 4 bit art. And it supports a bunch of different languages. I + +> (Mark Rolston commenting on the video) + +{{<youtube "ckiZf9X8GrY" >}} + diff --git a/layouts/shortcodes/youtube.html b/layouts/shortcodes/youtube.html @@ -0,0 +1,5 @@ +{{ $id := .Get 0 }} +<center> +<iframe id="ytplayer" type="text/html" width="500" height="280" + src="https://www.youtube.com/embed/{{ $id }}?autoplay=1&origin=https://michal.sapka.me" frameborder="0"></iframe> +</center>