add date stamps and links to my stuff elsewhere

This commit is contained in:
Crispy 2024-07-06 13:45:47 +02:00
parent 7b82a7719e
commit d99f1c3870
12 changed files with 52 additions and 6 deletions

View file

@ -13,6 +13,7 @@
<main>
<h1 id="cell-thingy">cell thingy</h1>
<p>
<code>2024-06-02</code><br>
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 <a href="https://www.youtube.com/watch?v=xvlsJ3FqNYU">cellpond</a> and <a href="https://github.com/mxgmn/MarkovJunior">Markov Junior</a>. If you have <a href="https://www.rust-lang.org/">rust</a> installed, you can try it yourself! The source code is <a href="https://git.crispypin.cc/CrispyPin/snad">here</a> and <a href="https://github.com/CrispyPin/snad">here</a>.<br>
</p>
<p>

View file

@ -13,6 +13,7 @@
<main>
<h1 id="horological-crimes">Horological crimes</h1>
<p>
<code>2024-07-05</code><br>
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.<br>
</p>
<p>

View file

@ -11,8 +11,9 @@
<body>
<main>
<h1 id="distracting-">distracting </h1>
<h1 id="distracting">distracting</h1>
<p>
<code>2024-05-25</code><br>
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.<br>
today i brought a bearing, i like to fidget with something while i think.<br>
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?<br>

View file

@ -29,10 +29,13 @@ this means it is<br>
- <a href="/horological-crimes">horological crimes</a><br>
- <a href="/photos">photo archive</a><br>
- <a href="/cellthing">snad (cell thing)</a><br>
- <a href="/internets">internets</a><br>
- <a href="/keyboards-are-fun">keyboar</a><br>
- <a href="/humans/distracting">distracting</a><br>
- todo: put more words in the computer<br>
</p>
<p>
<a href="/internets">other sites</a><br>
<a href="/my-other-stuff">my other stuff</a><br>
</p>
</main>

View file

@ -13,6 +13,7 @@
<main>
<h1 id="keyboards">keyboards!</h1>
<p>
<code>2024-05-25</code><br>
I love weird keyboards. I have many ideas for more weird keyboards that I might make one day, physical and digital.<br>
</p>
<p>

27
site/my-other-stuff.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>something silly - my-other-stuff</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/cretin.png">
</head>
<body>
<main>
<p>
I also exist on:<br>
- <a href="https://git.crispypin.cc/CrispyPin/">my git server</a><br>
- <a href="https://crispypin.itch.io/">itch.io</a><br>
- <a href="https://www.youtube.com/CrispyPin42">youtube</a><br>
- <a href="https://github.com/CrispyPin/">github</a><br>
</p>
<p>
<a href="/">home</a><br>
</main>
</body>
</html>

View file

@ -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.

View file

@ -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.

View file

@ -1,4 +1,5 @@
# 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.
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?

View file

@ -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)

View file

@ -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))

7
write/my-other-stuff.md Normal file
View file

@ -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](/)