diff --git a/site/lists/music.html b/site/lists/music.html index aea40eb..0cd4b0f 100644 --- a/site/lists/music.html +++ b/site/lists/music.html @@ -15,6 +15,14 @@

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, Funeral Dream
+Kiki Rockwell - Seven Angels Greet Me In The Carpark, Cup Runneth Over, Same Old Energy
+Amélie Farren - suffering, Carolina Reaper
+Rabbitology - The Bog Bodies
+Tanger - Prefer Not To Say (album)
+

vocaloid

Steampianist, they have great lyrics too, i especially like Dream Eating Machine
diff --git a/site/portfolio.html b/site/portfolio.html index 2efdc30..8b5ec49 100644 --- a/site/portfolio.html +++ b/site/portfolio.html @@ -148,6 +148,8 @@ Little worms following the hilbert curve
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.
+

+

(I used 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

@@ -181,7 +183,7 @@ They are both animated slowly, but the second one has distortion based on world

2024-05
source: git.crispypin.cc/CrispyPin/android-shaders
-Using the app Shader Editor, I made some shaders for my phones' wallpaper.
+Using the app Shader Editor, I made some shaders for my phone's wallpaper.

binary clock variants

diff --git a/write/lists/music.md b/write/lists/music.md index 8093fbf..af364ab 100644 --- a/write/lists/music.md +++ b/write/lists/music.md @@ -1,6 +1,13 @@ # music 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 [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 diff --git a/write/portfolio.md b/write/portfolio.md index f678136..d50ce73 100644 --- a/write/portfolio.md +++ b/write/portfolio.md @@ -111,6 +111,7 @@ Little worms following the hilbert curve `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. ==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) ### shader quine @@ -139,7 +140,7 @@ They are both animated slowly, but the second one has distortion based on world ## andriod `2024-05` 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 `2024-05`