Hello dear visitor!

I created this website for the various coding projects I make in my free time. I started coding as a hobby in 2024. First I did things in Python, because it's said to be a good language for beginners, and because I had already used it in a few limited ways. And yes, based on my experiences it's clean and simple, ideal to learn the basics of programming, it can be really elegant, but it has its limitations.

The most of the internet is either written in- or compiled into JavaScript. So if you want to create something for the world-wide-web, your best chance is to use that. For me, personally, I was already very interested in the language, because of ZampanioSim. (If you don't know, ZampanioSim is an ARG about a nonexistent old video game, you can check out my Zampanio website I use as an archive for the things I find for more info: https://lostinzampanio.neocities.org/). So ZampanioSim is also mostly written in JavaScript, and it really encourages digging into the code, there are countless hidden secrets in it, and treats programming as a simple, everyday thing.

So here I just share the things I make, I don't really have a theme, just things that come to my mind. I have a devlog here to write about the current thing I'm working on, and also a guestbook. It's hosted by an external site, I hope it won't break in the near future. If you want to know more about coding, check out the Guides page, I collect useful resources there.

Have a nice time on my website!
The Watcher of Threads

Devlog

2025. 11. 17.
Okay, I guess the site is finally ready to go online! The credits and the guides page is done too, I'm satisfied with them. The guestbook had a header advertizing a zine by the hosting page, but that was temporary I suppose, and now it's gone. I hope it will work as I intend it.
I've chosen Verdana as a font. It seems to be widely supported, and looks okay, but now I realized that it's the default font of neocities. Oh well. Choosing a font is always so hard. Times New Roman screams that I didn't bother with setting anything, Arial is very basic, and most other fonts are either too similar to these or too fancy and characteristic. I'm not an expert on fonts, okay?
I've corrected some weird bug in the hieroglyph program a few days ago, but my solution was a bit unreliable, now I modified it a bit to make it cleaner.
So now I just have to upload everything, and link the pages to each other in the navigation bar on the top. Hopefully it will go smooth.

2025. 11. 15.
I'm finally making a homepage! I've been using this site to share my little coding projects with friends for almost over a year now, but now I decided that the time has come for this. On this occasion I decided to make a lot of minor edits and bugfixes I've been procrastinating about, like the mandala maker doesn't have a sizing problem on phone now, and the space room's speed doesn't get messed up after a few movements.
I also made a few summarizing pages: for the seal game, for the fishpond program, for the infinite library and for the little 3D projects. Many more pages have favicons and titles too. In general I just made the individual projects more presentable
I worked so hard on that moving light gif on the sides, and it looks fine, but it took me four hours. Photoshop wasn't meant to function in the dimension of time.
I had to mess around a lot with the sizing and postioning of the elements, as always. But now everything is centerer, and has a sensible size.
Now I just have to see how making a guestbook works, and make the "Guides" and the "Credits" pages.