diff --git a/site/cellthing.html b/site/cellthing.html index ec62872..4e21216 100644 --- a/site/cellthing.html +++ b/site/cellthing.html @@ -13,6 +13,7 @@

cell thingy

+2024-06-02
I made/am making some kind of asynchronous cellular automata or cell-based spatial programming environment. Idk, those are fancy words for a silly experiment. It is inspired by cellpond and Markov Junior. If you have rust installed, you can try it yourself! The source code is here and here.

diff --git a/site/horological-crimes.html b/site/horological-crimes.html index e49ec72..0d41a0f 100644 --- a/site/horological-crimes.html +++ b/site/horological-crimes.html @@ -13,6 +13,7 @@

Horological crimes

+2024-07-05
I have this old pocket watch that doesn't run any more. I recieved it as a gift a number of years back, and I have no idea how long it has been broken.

diff --git a/site/humans/distracting.html b/site/humans/distracting.html index 4b161f2..5c57390 100644 --- a/site/humans/distracting.html +++ b/site/humans/distracting.html @@ -11,10 +11,11 @@

-

distracting

+

distracting

+2024-05-25
i work in an open office. that means there are 30 people in the same room trying to work. and between 1 and 5 conversations happening at once. i cannot work if i hear people talking, this is a constant problem. loud music helps some but makes me more tired too.
-today i brought a bearing, i like to fidget with something while i think.
+today i brought a bearing, i like to fidget with something while i think.
as soon as i spun the bearing, the two people having a conversation next to me that i was trying to ignore just stared at me then said "sorry but that's really distracting". how is that more distracting than people talking everywhere all the time? how can i be the only one struggling with this here?

diff --git a/site/index.html b/site/index.html index 35a4f5b..61da491 100644 --- a/site/index.html +++ b/site/index.html @@ -29,10 +29,13 @@ this means it is
- horological crimes
- photo archive
- snad (cell thing)
-- internets
- keyboar
- distracting
- todo: put more words in the computer
+

+

+other sites
+my other stuff

diff --git a/site/keyboards-are-fun.html b/site/keyboards-are-fun.html index 7660f17..7605a08 100644 --- a/site/keyboards-are-fun.html +++ b/site/keyboards-are-fun.html @@ -13,6 +13,7 @@

keyboards!

+2024-05-25
I love weird keyboards. I have many ideas for more weird keyboards that I might make one day, physical and digital.

diff --git a/site/my-other-stuff.html b/site/my-other-stuff.html new file mode 100644 index 0000000..2c269d3 --- /dev/null +++ b/site/my-other-stuff.html @@ -0,0 +1,27 @@ + + + + + + + something silly - my-other-stuff + + + + + +

+

+I also exist on:
+- my git server
+- itch.io
+- youtube
+- github
+

+

+home
+ +

+ + + \ No newline at end of file diff --git a/write/cellthing.md b/write/cellthing.md index af78bb6..09b56dd 100644 --- a/write/cellthing.md +++ b/write/cellthing.md @@ -1,4 +1,5 @@ # cell thingy +`2024-06-02` I made/am making some kind of asynchronous cellular automata or cell-based spatial programming environment. Idk, those are fancy words for a silly experiment. It is inspired by [cellpond](https://www.youtube.com/watch?v=xvlsJ3FqNYU) and [Markov Junior](https://github.com/mxgmn/MarkovJunior). If you have [rust](https://www.rust-lang.org/) installed, you can try it yourself! The source code is [here](https://git.crispypin.cc/CrispyPin/snad) and [here](https://github.com/CrispyPin/snad). The world consists of a grid of cells, and you can create new cell types and assign them names and colours. You can create rules, which are like the chemistry of this world. You make a pattern on the left and a pattern on the right. diff --git a/write/horological-crimes.md b/write/horological-crimes.md index 083d1fd..067c2ae 100644 --- a/write/horological-crimes.md +++ b/write/horological-crimes.md @@ -1,4 +1,5 @@ # Horological crimes +`2024-07-05` I have this old pocket watch that doesn't run any more. I recieved it as a gift a number of years back, and I have no idea how long it has been broken. The brand is Halda (a swedish watch company that has existed since the 1880s), and it's marked with the number 17882, if that means anything. diff --git a/write/humans/distracting.md b/write/humans/distracting.md index 1f54b5c..f3168ab 100644 --- a/write/humans/distracting.md +++ b/write/humans/distracting.md @@ -1,6 +1,7 @@ -# distracting +# distracting +`2024-05-25` i work in an open office. that means there are 30 people in the same room trying to work. and between 1 and 5 conversations happening at once. i cannot work if i hear people talking, this is a constant problem. loud music helps some but makes me more tired too. -today i brought a bearing, i like to fidget with something while i think. +today i brought a bearing, i like to fidget with something while i think. as soon as i spun the bearing, the two people having a conversation next to me that i was trying to ignore just stared at me then said "sorry but that's really distracting". how is that more distracting than people talking everywhere all the time? how can i be the only one struggling with this here? i refuse to believe that *anyone* likes open offices. they just suck. bosses just choose it because it is cheaper and the status quo. diff --git a/write/index.md b/write/index.md index da68200..8ce29e4 100644 --- a/write/index.md +++ b/write/index.md @@ -13,9 +13,10 @@ this means it is - [horological crimes](/horological-crimes) - [photo archive](/photos) - [snad (cell thing)](/cellthing) -- [internets](/internets) - [keyboar](/keyboards-are-fun) - [distracting](/humans/distracting) - todo: put more words in the computer +[other sites](/internets) +[my other stuff](/my-other-stuff) diff --git a/write/keyboards-are-fun.md b/write/keyboards-are-fun.md index 43c138e..7da1c08 100644 --- a/write/keyboards-are-fun.md +++ b/write/keyboards-are-fun.md @@ -1,4 +1,5 @@ # keyboards! +`2024-05-25` I love weird keyboards. I have many ideas for more weird keyboards that I might make one day, physical and digital. My main keyboard is a funny little 36-key split one that i designed myself ([here](https://git.crispypin.cc/CrispyPin/leko-pona)) diff --git a/write/my-other-stuff.md b/write/my-other-stuff.md new file mode 100644 index 0000000..3755b04 --- /dev/null +++ b/write/my-other-stuff.md @@ -0,0 +1,7 @@ +I also exist on: +- [my git server](https://git.crispypin.cc/CrispyPin/) +- [itch.io](https://crispypin.itch.io/) +- [youtube](https://www.youtube.com/CrispyPin42) +- [github](https://github.com/CrispyPin/) + +[home](/)