diff --git a/site/index.html b/site/index.html index d3a9b45..703cdba 100644 --- a/site/index.html +++ b/site/index.html @@ -34,7 +34,7 @@ this means it is
- keyboar
- distracting
- blender
-- old projects
+- old projects
- todo: put more words in the computer

diff --git a/site/music.html b/site/music.html index c7b10bf..82e0fa9 100644 --- a/site/music.html +++ b/site/music.html @@ -58,6 +58,7 @@ Artism
LORN
Oxart
Worakls
+DEADLIFE
Faux Tales
Wojciech Golchzewski
Death & Rebirth
diff --git a/site/projects/fractal_tree.png b/site/old-projects/fractal_tree.png similarity index 100% rename from site/projects/fractal_tree.png rename to site/old-projects/fractal_tree.png diff --git a/site/projects/fractals.html b/site/old-projects/fractals.html similarity index 98% rename from site/projects/fractals.html rename to site/old-projects/fractals.html index 8d348cc..a8c892d 100644 --- a/site/projects/fractals.html +++ b/site/old-projects/fractals.html @@ -69,7 +69,7 @@ You can set the iteration count in the input field.

- + diff --git a/site/projects/fractals.js b/site/old-projects/fractals.js similarity index 100% rename from site/projects/fractals.js rename to site/old-projects/fractals.js diff --git a/site/projects/gol.png b/site/old-projects/gol.png similarity index 100% rename from site/projects/gol.png rename to site/old-projects/gol.png diff --git a/site/projects/old-project-list.html b/site/old-projects/old-project-list.html similarity index 87% rename from site/projects/old-project-list.html rename to site/old-projects/old-project-list.html index 22798ee..721af15 100644 --- a/site/projects/old-project-list.html +++ b/site/old-projects/old-project-list.html @@ -24,8 +24,8 @@ source: github.com/CrispyPin/

I made a voxel engine in rust to learn rust and godot-rust as well as explore voxel systems. It has (practically) infinite terrain generation, lets you place and remove voxels and supports transparent voxel types. The main point was to develop an optimised meshing algorithm.
- -This one I actually wrote a post about
here
+ +This one I actually wrote a post about here

OVR Utils

@@ -45,7 +45,7 @@ source: github.com/Crisp

A raymarched voxel renderer made with a Godot shader.
- +

Game of Life wallpaper

@@ -55,7 +55,7 @@ source: github.com/CrispyP

This is hosted on github pages at gol.crispypin.cc
-screenshot of conways game of life +screenshot of conways game of life

Fractals

@@ -65,8 +65,8 @@ source: github.com/Crispy

While I was learning web development and JavaScript I made a page with fractals.
-It has now been moved
here
- +It has now been moved here
+

back to more recent stuff
diff --git a/site/projects/raymarched-voxels.png b/site/old-projects/raymarched-voxels.png similarity index 100% rename from site/projects/raymarched-voxels.png rename to site/old-projects/raymarched-voxels.png diff --git a/site/projects/voxel_media/demo.mp4 b/site/old-projects/voxel_media/demo.mp4 similarity index 100% rename from site/projects/voxel_media/demo.mp4 rename to site/old-projects/voxel_media/demo.mp4 diff --git a/site/projects/voxel_media/demo2.mp4 b/site/old-projects/voxel_media/demo2.mp4 similarity index 100% rename from site/projects/voxel_media/demo2.mp4 rename to site/old-projects/voxel_media/demo2.mp4 diff --git a/site/projects/voxel_media/fig1.png b/site/old-projects/voxel_media/fig1.png similarity index 100% rename from site/projects/voxel_media/fig1.png rename to site/old-projects/voxel_media/fig1.png diff --git a/site/projects/voxel_media/fig2.png b/site/old-projects/voxel_media/fig2.png similarity index 100% rename from site/projects/voxel_media/fig2.png rename to site/old-projects/voxel_media/fig2.png diff --git a/site/projects/voxel_media/fig3.png b/site/old-projects/voxel_media/fig3.png similarity index 100% rename from site/projects/voxel_media/fig3.png rename to site/old-projects/voxel_media/fig3.png diff --git a/site/projects/voxels.html b/site/old-projects/voxels.html similarity index 100% rename from site/projects/voxels.html rename to site/old-projects/voxels.html diff --git a/write/apocalypse/server.md b/write/apocalypse/server.md new file mode 100644 index 0000000..651aeef --- /dev/null +++ b/write/apocalypse/server.md @@ -0,0 +1,19 @@ +# impact +The server this website is served from is bad for the environment. So is every other computing device. + +The server is a Lenovo Legion Y520T-25IKL purchased in 2018. +It consists of: +- 3 modules of RAM +- a 250W power supply +- a case +- a CPU +- a graphics card +- a motherboard +- a laptop SSD +- an M.2 SSD +It was **delivered by truck** from a warehouse somewhere else in sweden. +Before that, it was assembled from parts in a lenovo factory somewhere else and **transported** to the warehouse of the seller. +Before that, all the parts were probably **transported** from other warehouses and factories all over the world, using **fossil fuels**. +All the *parts* were assembled in at *least* one factory each, probably all in china, from components created in other factories in china. +the raw materials were processed in + diff --git a/write/index.md b/write/index.md index c559d67..0b32d86 100644 --- a/write/index.md +++ b/write/index.md @@ -18,7 +18,7 @@ this means it is - [keyboar](/keyboards-are-fun) - [distracting](/humans/distracting) - [blender](/blender) -- [old projects](/projects/old-project-list) +- [old projects](/old-projects/old-project-list) - todo: put more words in the computer [me elsewhere](/my-other-stuff) | [photos](/photos) diff --git a/write/music.md b/write/music.md index b323e7c..778e04a 100644 --- a/write/music.md +++ b/write/music.md @@ -38,6 +38,7 @@ Artism LORN Oxart Worakls +DEADLIFE Faux Tales Wojciech Golchzewski Death & Rebirth diff --git a/write/projects/fractals.md b/write/old-projects/fractals.md similarity index 97% rename from write/projects/fractals.md rename to write/old-projects/fractals.md index f87902d..d338848 100644 --- a/write/projects/fractals.md +++ b/write/old-projects/fractals.md @@ -49,4 +49,4 @@ You can set the iteration count in the input field. - + diff --git a/write/projects/old-project-list.md b/write/old-projects/old-project-list.md similarity index 83% rename from write/projects/old-project-list.md rename to write/old-projects/old-project-list.md index 55e4993..c061741 100644 --- a/write/projects/old-project-list.md +++ b/write/old-projects/old-project-list.md @@ -8,8 +8,8 @@ last update: `2022-05-05` source: [github.com/CrispyPin/gd-voxel-rs](https://github.com/CrispyPin/gd-voxel-rs) I made a voxel engine in rust to learn rust and godot-rust as well as explore voxel systems. It has (practically) infinite terrain generation, lets you place and remove voxels and supports transparent voxel types. The main point was to develop an optimised meshing algorithm. - -This one I actually wrote a post about [here](/projects/voxels) + +This one I actually wrote a post about [here](/old-projects/voxels) ### OVR Utils start: `2021-05-14` @@ -25,7 +25,7 @@ last update: `2021-04-29` source: [github.com/CrispyPin/voxel-raymarcher](https://github.com/CrispyPin/voxel-raymarcher) A raymarched voxel renderer made with a Godot shader. - + ### Game of Life wallpaper start: `2021-03-21` @@ -33,7 +33,7 @@ last update: `2022-02-22` source: [github.com/CrispyPin/gol-wallpaper](https://github.com/CrispyPin/gol-wallpaper/) This is hosted on github pages at [gol.crispypin.cc](https://gol.crispypin.cc/?cellsize=5&time=2&margin=0&populate=true) -screenshot of conways game of life +screenshot of conways game of life ### Fractals start: `2020-03-04` @@ -41,8 +41,8 @@ last update: `2020-05-19` source: [github.com/CrispyPin/Webb-1-Projekt/](https://github.com/CrispyPin/Webb-1-Projekt/) While I was learning web development and JavaScript I made a page with fractals. -It has now been moved [here](/projects/fractals) - +It has now been moved [here](/old-projects/fractals) + diff --git a/write/projects/voxels.md b/write/old-projects/voxels.md similarity index 100% rename from write/projects/voxels.md rename to write/old-projects/voxels.md