Accessing Gitea Postgres inside Docker

The gitea issue #5917 discusses how to make multiple users unwatch a repository. It has inspired to write the steps down, as it was not entirely obvious to me. There was a change introduced via PR #5852 released that added an option AUTO_WATCH_NEW_REPOS into the Gitea config file…

I have published my first game

Go play it at https://triangles.fun It's a 2D relaxing puzzle game, made with Svelte, TailwindCSS, PWA and NORD theme. IRL inspiration The real word version of this games is called Jumpy! or something similar and the picture I have found in my archive is below. Reception I have …

Using Kanban board in Gitea

Kanban board is a tool to manage workflow. In essence, the work is divided into columns, that represent teams with their resources. The goal is to move tasks across columns from one side to the other. When this happens with any single task, it usually represents that the task is …

Digital privacy as a new currency

This morning I was a briefly a part of the interesting conversation started at the Fediverse microblogging server fosstodon.org by the user kip. The thread started by the privacy oriented resolution kip made, stating that they are about to make steps aimed at increasing their onl…

Comparing my domain registrars

Over my life as a mostly hobby web developer I had used multiple domain registrars. I did not look at this as a problem. Domains are usually paid once a year and sometimes even less often, and many can be turned on auto renew, so it is mostly set and forget. The problems start to…

Netlify email forwarding problem

I have created a static page application and hosted in on Netlify. I did it mostly for fun and a learning experience. I was poking around and tinkering it, doing some bugfixing and polishing. The day of the release is coming near and I have started thinking about adding a contact…

Using mnemonics outside of my vim

Vim. Many swear by it, many hate it. It has a steep learning curve, but once I got proficient, I really saw the benefits. As with everything muscle memory related, it is now even harder for me to use a normal writing mode, for instance on web sites. :wq In vim I build a memory ma…