Browse Source

Updated blog posts to use new youtube lazy loading rendering engine.

pull/39/head
jrtechs 5 years ago
parent
commit
d764a2bf91
7 changed files with 9 additions and 14 deletions
  1. +1
    -1
      blogContent/posts/hardware/2018-rochester-maker-faire.md
  2. +1
    -1
      blogContent/posts/other/morality-of-self-driving-cars.md
  3. +2
    -7
      blogContent/posts/projects/musical-floppy-drive-build-log.md
  4. +2
    -2
      blogContent/posts/projects/musical-floppy-drives.md
  5. +1
    -1
      blogContent/posts/projects/steam-friends-graph.md
  6. +1
    -1
      blogContent/posts/projects/time-lapse-programming-pong.md
  7. +1
    -1
      blogContent/posts/projects/time-lapse-programming-zombie-game.md

+ 1
- 1
blogContent/posts/hardware/2018-rochester-maker-faire.md View File

@ -17,7 +17,7 @@ for giving me the opportunity to present at the Maker Faire.
Musical floppy drives are floppy drives wired to an Arduino to play music. I initially started with two floppy drives;
however, that grew to 8 drives very fast.
<iframe width="100%" height="315" src="https://www.youtube.com/embed/Y5msiFa54Ug" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<youtube src="Y5msiFa54Ug" />
I currently have 10 floppy drives stacked together in a tower like structure to make it easier to take to places
like the Maker Faire and [Imagine RIT](https://www.rit.edu/imagine/).

+ 1
- 1
blogContent/posts/other/morality-of-self-driving-cars.md View File

@ -1,4 +1,4 @@
<iframe width="100%" height="315" src="https://www.youtube.com/embed/_MFGx8d1zl0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<youtube src="_MFGx8d1zl0" />
Although the movie *I Robot* has not aged well, it still brings up some interesting ethical questions
that we are still discussing concerning self driving cars. The protagonist Detective Spooner

+ 2
- 7
blogContent/posts/projects/musical-floppy-drive-build-log.md View File

@ -6,9 +6,6 @@ floppy drives, however, there are thousands of videos on YouTube.
This project first started over a year ago when I connected two floppy drives to
a Raspberry Pi to play the Star Wars theme.
<iframe width="100%" height="315" src="https://www.youtube.com/embed/wcnUvPMpqjA" frameborder="0" allow="autoplay;
encrypted-media" allowfullscreen></iframe>
<youtube src="wcnUvPMpqjA" />
Although this was fun, there was hardly any software for playing different music
@ -18,9 +15,7 @@ however, that took hours to input just a single song.
A half a year ago I got an Arduino board and built a new and improved floppy
drive orchestra.
<iframe width="100%" height="315"
src="https://www.youtube.com/embed/qwbcrR-6dTU" frameborder="0" allow="autoplay;
encrypted-media" allowfullscreen></iframe>
<youtube src="qwbcrR-6dTU" />
What is nice about using an Arduino, is that the software used is more
developed. Unlike the program I used with the Raspberry Pi, the software used
@ -423,4 +418,4 @@ bunch of MIDI files that work’s well with floppy drives.
I hope that this tutorial was helpful.
<iframe width="100%" height="315" src="https://www.youtube.com/embed/X0FeJPFKpQw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<youtube src="X0FeJPFKpQw" />

+ 2
- 2
blogContent/posts/projects/musical-floppy-drives.md View File

@ -1,5 +1,5 @@
<iframe width="100%" height="315" src="https://www.youtube.com/embed/b65Av0gy_m8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<youtube src="b65Av0gy_m8" />
<iframe width="100%" height="315" src="https://www.youtube.com/embed/DBrR6sE-vaY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<youtube src="DBrR6sE-vaY" />
A more detailed description of how I made this will be coming soon.

+ 1
- 1
blogContent/posts/projects/steam-friends-graph.md View File

@ -1,4 +1,4 @@
<iframe width="100%" height="315" src="https://www.youtube.com/embed/DoDaHmyIPvQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<youtube src="DoDaHmyIPvQ" />
# Links

+ 1
- 1
blogContent/posts/projects/time-lapse-programming-pong.md View File

@ -1,4 +1,4 @@
<iframe width="100%" height="315" src="https://www.youtube.com/embed/5OZfKYzYHPM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<youtube src="5OZfKYzYHPM" />
Downloads:

+ 1
- 1
blogContent/posts/projects/time-lapse-programming-zombie-game.md View File

@ -1,4 +1,4 @@
<iframe width="100%" height="315" src="https://www.youtube.com/embed/KC9zrgMt1FA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<youtube src="KC9zrgMt1FA" />
This is a simple zombie shooter game that I made in visual basics. The graphics
are very basic due to copyrights that I wanted to avoid – and lack of artistic

Loading…
Cancel
Save