/boot partition is too small
Once upon a time when I installed my Linux I made a decision. The decision was to make my /boot into a separate partition and I also decided mere 512MB are just enough. After all the kernel is a few … Read More »
Technology, programming, engineering
Once upon a time when I installed my Linux I made a decision. The decision was to make my /boot into a separate partition and I also decided mere 512MB are just enough. After all the kernel is a few … Read More »
I believe I know stuff about technology and this includes some knowledge about data and data management. So I know that I have to do regular backups of my home computer. And I actually do! Maybe I should do them … Read More »
Lately I’m working on a project that involves gathering data in one way or another and then visualizing it using a chart. Up to now I have created a web page with a chart on it, and it wasn’t easy. … Read More »
I have this tiny web-based project which isn’t fun, doesn’t go well and I still keep working on once every 6 months or so (perhaps this is its main problem). One of its features is related to presenting loads of … Read More »
A while ago I started a completely unnecessary project. There are many problems with it. Nothing is easy. The one that really frustrates me is how the canvas is fixed-size and no matter how big the browser window is, it … Read More »
Several times now I have tried to make a simple web application that tracks some personal data. Each time I halt on different place, as is usual, but this time it was when I tried to display the data in … Read More »
Any program you start developing, which turns into a multi-file project has the same problem. How do you use code from a different file? In Python, this is done with the import keyword. But it isn’t as easy as you … Read More »
Two months ago I switched my internet provider from a DOCSIS-based to a DSL-based one. I thought that the horrendous IP-telephony quality of my previous provider would be much better with a different, more reliable one. I should have known … Read More »
Last time I described how to set up WordPress locally using Docker. This was necessary to make a playground for a few pet projects I have. One of them is setting up an online shop using WooCommerce. I want to … Read More »
When you wonder if you want to start an online shop one questions inevitably appears. What platform should I use? Usually the choice is between Shopify and Woo-commerce on WordPress. One is a Software-as-a-Service company which charges you a monthly … Read More »