add musics

This commit is contained in:
Crispy 2024-11-28 22:57:10 +01:00
parent 60fcbd530d
commit 892d803d3f
4 changed files with 20 additions and 2 deletions

View file

@ -15,6 +15,14 @@
<p> <p>
I like a lot of music. I kind of have a problem keeping track of it, I follow over 800 artists on spotify.<br> I like a lot of music. I kind of have a problem keeping track of it, I follow over 800 artists on spotify.<br>
</p> </p>
<h2 id="currently-on-repeat">currently on repeat</h2>
<p>
Ky Vöss - <a href="https://www.youtube.com/watch?v=r9S3dzOwzAQ">Only Humans</a>, <a href="https://www.youtube.com/watch?v=29ucfNRhEZE">Funeral Dream</a><br>
Kiki Rockwell - <a href="https://www.youtube.com/watch?v=IHa0NFgVb64">Seven Angels Greet Me In The Carpark</a>, <a href="https://www.youtube.com/watch?v=xNx0_NJyl20">Cup Runneth Over</a>, <a href="https://www.youtube.com/watch?v=MZDWqU8LAMU">Same Old Energy</a><br>
Amélie Farren - <a href="https://www.youtube.com/watch?v=vVH5urvJirE">suffering</a>, <a href="https://www.youtube.com/watch?v=orBkXUt0Mhw">Carolina Reaper</a><br>
Rabbitology - <a href="https://www.youtube.com/watch?v=-6BJEasgFKU&list=PLu8CIS2mx88zGTf41wz081JKp76_9q0mC&index=6">The Bog Bodies</a><br>
Tanger - <a href="https://www.youtube.com/watch?v=UbouNYelvoo">Prefer Not To Say (album)</a><br>
</p>
<h2 id="vocaloid">vocaloid</h2> <h2 id="vocaloid">vocaloid</h2>
<p> <p>
<a href="https://www.youtube.com/@Steampianist/videos">Steampianist</a>, they have great lyrics too, i especially like <a href="https://www.youtube.com/watch?v=nj_YTleCWqw">Dream Eating Machine</a><br> <a href="https://www.youtube.com/@Steampianist/videos">Steampianist</a>, they have great lyrics too, i especially like <a href="https://www.youtube.com/watch?v=nj_YTleCWqw">Dream Eating Machine</a><br>

View file

@ -148,6 +148,8 @@ Little worms following the hilbert curve<br>
<code>2024-08</code><br> <code>2024-08</code><br>
A shader that can display qr codes of any size, though it requires computing the error correction codes beforehand. Partially because it would be slow to do for every pixel every frame, but mostly because I couldn't find a resource explaining how to do it.<br> A shader that can display qr codes of any size, though it requires computing the error correction codes beforehand. Partially because it would be slow to do for every pixel every frame, but mostly because I couldn't find a resource explaining how to do it.<br>
<video loading="lazy" src="/media/shaders/qr_shader_bit_order.mp4" alt="" title="" controls ></video> <video loading="lazy" src="/media/shaders/qr_shader_bit_order.mp4" alt="" title="" controls ></video>
</p>
<p>
(I used <a href="https://www.nayuki.io/page/creating-a-qr-code-step-by-step">https://www.nayuki.io/page/creating-a-qr-code-step-by-step</a> as a reference, though the algorithm is very different because I'm using a shader)<br> (I used <a href="https://www.nayuki.io/page/creating-a-qr-code-step-by-step">https://www.nayuki.io/page/creating-a-qr-code-step-by-step</a> as a reference, though the algorithm is very different because I'm using a shader)<br>
</p> </p>
<h3 id="shader-quine">shader quine</h3> <h3 id="shader-quine">shader quine</h3>
@ -181,7 +183,7 @@ They are both animated slowly, but the second one has distortion based on world
<p> <p>
<code>2024-05</code><br> <code>2024-05</code><br>
source: <a href="https://git.crispypin.cc/CrispyPin/android-shaders">git.crispypin.cc/CrispyPin/android-shaders</a><br> source: <a href="https://git.crispypin.cc/CrispyPin/android-shaders">git.crispypin.cc/CrispyPin/android-shaders</a><br>
Using the app <a href="https://f-droid.org/en/packages/de.markusfisch.android.shadereditor/">Shader Editor</a>, I made some shaders for my phones' wallpaper.<br> Using the app <a href="https://f-droid.org/en/packages/de.markusfisch.android.shadereditor/">Shader Editor</a>, I made some shaders for my phone's wallpaper.<br>
</p> </p>
<h3 id="binary-clock-variants">binary clock variants</h3> <h3 id="binary-clock-variants">binary clock variants</h3>
<p> <p>

View file

@ -1,6 +1,13 @@
# music # music
I like a lot of music. I kind of have a problem keeping track of it, I follow over 800 artists on spotify. I like a lot of music. I kind of have a problem keeping track of it, I follow over 800 artists on spotify.
## currently on repeat
Ky Vöss - [Only Humans](https://www.youtube.com/watch?v=r9S3dzOwzAQ), [Funeral Dream](https://www.youtube.com/watch?v=29ucfNRhEZE)
Kiki Rockwell - [Seven Angels Greet Me In The Carpark](https://www.youtube.com/watch?v=IHa0NFgVb64), [Cup Runneth Over](https://www.youtube.com/watch?v=xNx0_NJyl20), [Same Old Energy](https://www.youtube.com/watch?v=MZDWqU8LAMU)
Amélie Farren - [suffering](https://www.youtube.com/watch?v=vVH5urvJirE), [Carolina Reaper](https://www.youtube.com/watch?v=orBkXUt0Mhw)
Rabbitology - [The Bog Bodies](https://www.youtube.com/watch?v=-6BJEasgFKU&list=PLu8CIS2mx88zGTf41wz081JKp76_9q0mC&index=6)
Tanger - [Prefer Not To Say (album)](https://www.youtube.com/watch?v=UbouNYelvoo)
## vocaloid ## vocaloid
[Steampianist](https://www.youtube.com/@Steampianist/videos), they have great lyrics too, i especially like [Dream Eating Machine](https://www.youtube.com/watch?v=nj_YTleCWqw) [Steampianist](https://www.youtube.com/@Steampianist/videos), they have great lyrics too, i especially like [Dream Eating Machine](https://www.youtube.com/watch?v=nj_YTleCWqw)
[INABAKUMORI](https://www.youtube.com/@inabakumori/videos) fairly popular and great upbeat songs [INABAKUMORI](https://www.youtube.com/@inabakumori/videos) fairly popular and great upbeat songs

View file

@ -111,6 +111,7 @@ Little worms following the hilbert curve
`2024-08` `2024-08`
A shader that can display qr codes of any size, though it requires computing the error correction codes beforehand. Partially because it would be slow to do for every pixel every frame, but mostly because I couldn't find a resource explaining how to do it. A shader that can display qr codes of any size, though it requires computing the error correction codes beforehand. Partially because it would be slow to do for every pixel every frame, but mostly because I couldn't find a resource explaining how to do it.
==video:"/media/shaders/qr_shader_bit_order.mp4" ==video:"/media/shaders/qr_shader_bit_order.mp4"
(I used [https://www.nayuki.io/page/creating-a-qr-code-step-by-step](https://www.nayuki.io/page/creating-a-qr-code-step-by-step) as a reference, though the algorithm is very different because I'm using a shader) (I used [https://www.nayuki.io/page/creating-a-qr-code-step-by-step](https://www.nayuki.io/page/creating-a-qr-code-step-by-step) as a reference, though the algorithm is very different because I'm using a shader)
### shader quine ### shader quine
@ -139,7 +140,7 @@ They are both animated slowly, but the second one has distortion based on world
## andriod ## andriod
`2024-05` `2024-05`
source: [git.crispypin.cc/CrispyPin/android-shaders](https://git.crispypin.cc/CrispyPin/android-shaders) source: [git.crispypin.cc/CrispyPin/android-shaders](https://git.crispypin.cc/CrispyPin/android-shaders)
Using the app [Shader Editor](https://f-droid.org/en/packages/de.markusfisch.android.shadereditor/), I made some shaders for my phones' wallpaper. Using the app [Shader Editor](https://f-droid.org/en/packages/de.markusfisch.android.shadereditor/), I made some shaders for my phone's wallpaper.
### binary clock variants ### binary clock variants
`2024-05` `2024-05`