icon
Personal Website

Weekly Coding • 2026-02-25

It's time to write a weekly diary report 📅

-= Personal Website =-

Improved HTML page formatting for my static website generation program using Prettier instead of yosssi/gohtml. The latter struggled with mixing spaces and tabs.

  • Old: yosssi/gohtml
  • New: Prettier (in a separate Docker container with 16MB RAM)

Planning to make minor updates to my personal website. For now, I feel the project is complete and won't be doing any major changes. I've already experimented with various interesting aspects:

  • LLM API for automatic translations into other languages
  • Dynamic React.js vs Server-side HTML rendering
  • SQLite vs PostgreSQL
  • Search Engine Indexing

While there's room to delve deeper and develop new features, finding motivation will be challenging as the project's novelty has worn off 😔. Future updates will likely be lazy.

-= Goals for February =-

  1. Migrate personal website to PostgreSQL - Completed
  2. Compare post search speed: SQLite vs PostgreSQL - Completed
  3. Sort personal files in the cloud: organize useful, delete useless -
    1. Made some progress. Deleted several large files and a lot of extra photos from Yandex Disk.

-= Issues with Yandex Disk =-

Currently, I have 40 out of 53GB used on Yandex Disk. Overall, Yandex Disk is a convenient storage solution. For today's standards, 50GB free storage is amazing. However, there are some drawbacks:

  1. They removed unlimited photo storage. It existed before 🤔💭
  2. They also removed WebDav protocol support. It was available before 🌐🕊️
  3. Yandex Disk 4.0 moved to a new, messy Windows 11 API for file synchronization that I don't like, as synchronization is not straightforward. So, I'm staying with version 3.0.

Eventually, free gigabytes will be limited, and they'll cut off Disk 3.0 from the API. Then I'll need to find a new cloud storage provider. But that's for the future; for now, I'm sticking with Yandex Disk.