icon
Personal Website

Weekly Coding • 2025-04-20

This text was automatically translated to English language by LLM tool.

Hi everyone,

Last week, I worked on the code for my personal website and spent about 12 hours on it. Here is what I managed to get done: [https://hinst.github.io/]

  • New feature 📝 There is now an option for the administrator (me) to edit post text.
    • I had to create this feature to fix a translation error in the LLM. The model translates the word “samokat” differently:
      • Scooter - correct 👌
      • Skateboard - incorrect 😐
    • It’s not very clear why this is happening; apparently, it depends on the AI model’s context.
  • New feature ⚙️ There is now a settings page where you can change the color theme and language.
    • Color: System, Dark, Light
    • Language: System, English, Russian, German
  • Set up the PHP Adminer tool for my cluster. [https://www.adminer.org]
    • Now I can view and edit the SQLite database using this tool.
    • Initially, I planned to fix Skateboard -> Scooter via Adminer, but later realized that would be inconvenient. We’ll see what else this Adminer might come in handy for in the future.
  • Fixed various small issues, including the time zone for posts.

The work was quite intense. I really wanted to finish and fix as many features and bugs as possible by the end of the week, so I spent over 5 hours coding on Sunday. I think next week I’ll work on some other simpler project.