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,10 +11,11 @@
<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>
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>
</p>
<p>

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>