diff options
Diffstat (limited to 'content/posts/2019-10-14-simplifying-and-reducing-clutter.md')
| -rw-r--r-- | content/posts/2019-10-14-simplifying-and-reducing-clutter.md | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/content/posts/2019-10-14-simplifying-and-reducing-clutter.md b/content/posts/2019-10-14-simplifying-and-reducing-clutter.md new file mode 100644 index 0000000..603faf1 --- /dev/null +++ b/content/posts/2019-10-14-simplifying-and-reducing-clutter.md | |||
| @@ -0,0 +1,59 @@ | |||
| 1 | --- | ||
| 2 | title: Simplifying and reducing clutter in my life and work | ||
| 3 | url: /simplifying-and-reducing-clutter.html | ||
| 4 | date: 2019-10-14T12:00:00+02:00 | ||
| 5 | type: post | ||
| 6 | draft: false | ||
| 7 | --- | ||
| 8 | |||
| 9 | I recently moved my main working machine back from Hachintosh to Linux. Well the | ||
| 10 | experiment was interesting and I have done some great work on macOS but it was | ||
| 11 | time to move back. | ||
| 12 | |||
| 13 | I actually really missed Linux. The simplicity of `apt-get` or just the amount | ||
| 14 | of software that exists for Linux should be a no-brainer. I spent most of my | ||
| 15 | time on macOS finding solutions to make things work. Using | ||
| 16 | [Brew](https://brew.sh/) was just a horrible experience and far from package | ||
| 17 | managers of Linux. At least they managed to get that `sudo` debacle sorted. | ||
| 18 | |||
| 19 | Not all was bad. macOS in general was a perfectly good environment. Things like | ||
| 20 | Docker and tooling like this worked without any hiccups. My normal tools like | ||
| 21 | coding IDE worked flawlessly and the whole look and feel is just superb. I have | ||
| 22 | been using MacBook Air for couple of years so I was used to the system but never | ||
| 23 | as a daily driver. | ||
| 24 | |||
| 25 | One of the things I did after I installed Linux back on my machine was cleaning | ||
| 26 | up my Dropbox folder. I have everything on Dropbox. Even projects folder. I | ||
| 27 | write code for living so my whole life revolves around couple of megs of code | ||
| 28 | (with assets). So it's not like I have huge files on my machine. I don't have | ||
| 29 | movies or music or pictures on my PC. All of that stuff is in cloud. I use | ||
| 30 | Google music and I have Netflix account which is more than enough for me. | ||
| 31 | |||
| 32 | I also went and deleted some of the repositories on my Github account. I have | ||
| 33 | deleted more code than deployed. People find this strange but for me deleting | ||
| 34 | something feels so cathartic and also forces me to write better code next time | ||
| 35 | around when I am faced with similar problem. That was a huge relief if I am | ||
| 36 | being totally honest. | ||
| 37 | |||
| 38 | Next step was to do something with my webpage. I have been using some scripts I | ||
| 39 | wrote a while ago to generate static pages from markdown source posts. I kept on | ||
| 40 | adding and adding stuff on top of it and it became a source of a | ||
| 41 | frustration. And this is just a simple blog and I was using gulp and npm. | ||
| 42 | Anyways after couple of hours of searching and testing static generators I found | ||
| 43 | an interesting one | ||
| 44 | [https://github.com/piranha/gostatic](https://github.com/piranha/gostatic) and I | ||
| 45 | just decided to use this one. It was the only one that had a simple templating | ||
| 46 | engine, not that I really need one. But others had this convoluted way of trying | ||
| 47 | to solve everything and at the end just required quite bigger learning curve I | ||
| 48 | was ready to go with. So I deleted couple of old posts, simplified HTML, trashed | ||
| 49 | most of the CSS and went with | ||
| 50 | [https://motherfuckingwebsite.com/](https://motherfuckingwebsite.com/) | ||
| 51 | aesthetics. Yeah, the previous site was more visually stimulating but all I | ||
| 52 | really care is the content at this point. And Times New Roman font is kind of | ||
| 53 | awesome. | ||
| 54 | |||
| 55 | I stopped working on most of the projects in the past couple of months because | ||
| 56 | the overhead was just too insane. There comes a point when you stretch yourself | ||
| 57 | too much and then you stop progressing and with that comes dissatisfaction. | ||
| 58 | |||
| 59 | So that's about it. Moving forward minimal style. | ||
