top of page


Vibe Coding
What is vibe coding? Quoting Wikipedia [2]: Vibe coding describes a chatbot -based approach to creating software where the developer describes a project or task to a large language model (LLM), which generates code based on the prompt . The developer does not review or edit the code but solely uses tools and execution results to evaluate it and asks the LLM for improvements. Unlike traditional AI-assisted coding or pair programming , the human developer avoids examination o
Dec 175 min read


Copying a website
Have you ever wondered how to make a copy of your website? If you're using Linux, you can use WGET to do this. It works on macOS as well but you need HomeBrew. If you're on macOS, read the next point. Linux Open up your favorite terminal tool and type wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org Each of those parameters means (quoting official documentation): --mirror Turn on options suitable for mirroring. This option tur
Dec 72 min read
bottom of page




