")
+```
+
+If you ever used Obsidian, with Periodic Notes and Templater, you probably stumbled upon creating a
+note in a day which isn't today, and when this happens, Periodic Note gets the date right, but
+Templater's JavaScript not. This is kinda obvious why, the template script is run when the file
+created and retrieves the date of the creation and not from the template's itself, so this "trick"
+just lets you use time manipulation in your template based on the actual template's date.
+
+And that's it\! I probably will take advantage that the week is ending to refactor the Monthly,
+Quarterly and Yearly notes' codes and logic, so it's easier to change in the future like the Weekly
+and Daily are, and probably recreate all my projects notes so the template and data is correct for
+the periodic notes. Hopefully next week I can actually start working and making use of the workflow.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Aleph - by. Gesaffelstein](https://music.youtube.com/watch?v=PWdM8XJ7ets)
+>
+> This is probably the most different song I recommended based on style. I found it out of nowhere,
+> just listening songs on random/radio of another song, and the beat of this and "mysterious vibe"
+> got me by surprise. My mind on the first moment already started to imagine a video, something like
+> a trailer for some obscure facility/series, following the beat and just giving a sense of
+> uneasiness. So because of the inspiration it gave me, I recommend it, maybe you also imagine some
+> sort of video or something to create to go along with the music.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0)
diff --git a/daily-blogs/day-19_2023-11-24.md b/daily-blogs/day-19_2023-11-24.md
new file mode 100644
index 00000000..3c62fdd1
--- /dev/null
+++ b/daily-blogs/day-19_2023-11-24.md
@@ -0,0 +1,142 @@
+---
+public: true
+tumblr_id: 734922914109014016
+post_date: 2023-11-24
+scope: guzsdaily
+modified: 2024-03-26T11:57:13-03:00
+created: 2024-03-05T13:50:33-03:00
+counter: 19
+url: https://guz.one/19
+title: 'Day 19: [Actually] [finishing] automating my life'
+---
+
+# \[Actually\] \[finishing\] Automating My Life
+
+**It's finally done\!** ~hopefully~.
+
+But everything I needed to be done to start working again next week is done by now, the only thing
+that it's incomplete is the yearly note template, which I probably will almost never open anyway. It
+has been a long week doing this, but hopefully it will pay off in the long term the same way that
+customizing my operating system paid. So why not make a complete tour of the workflow and periodic
+notes today anyway?
+
+-----
+
+## Periodic
+
+### Quarterly Notes
+
+
+
+Quarterly notes have just one purpose, they choose / select a theme for each half season. As you can
+see on the GIF, it also has some info about what tasks' projects and scopes were worked on the
+season/quarter, in a radar graphic so it's easier to see if the work was balanced on each scope and
+project, if I focused too much or too little in one, etc.
+
+Each season has a color: Spring is green; Summer, red; Autumn, yellow; And winter is blue. These
+colors also affects each season's periodic notes, so I can easily the pass of time and what quarter
+of the year we are.
+
+### Monthly Notes
+
+
+
+Monthly notes are similar to quarterly, but they focus on projects. Each month can have up to four
+projects that I want to work with mainly, yes I probably can have some task or another from other
+projects some days, but this can help me focus a little more on what to do on the month. As you can
+see, the quarter's theme is also retrieved on each note, again helping me remember on what direction
+I want to go. On the monthly project I placed some graphics to help me see how many tasks I worked
+on each project and scope, mostly to fill space really, and also some to know how my routine is
+going and how many tasks I made the past days. I also list all the events on the month and daily
+notes.
+
+Most of the graphs are just to help me see data easily, instead of just guessing numbers and where I
+am. And also, graphs are pretty\!
+
+### Weekly Notes
+
+
+
+Weekly notes are where the interaction and functionality start to increase. They are \[supposed\] to
+be created at the start of each week, at creation they prompt a project from the ones selected on
+the monthly note, this becomes the week's project. On the weekly note is where the project's tasks
+are supposed to be scheduled to be worked on, so each day I don't have to question myself what to do
+anymore. Also noticing now, having the project's tasks and miscellaneous tasks side by side also
+helps notice how I balanced the work for the week, neat\! The weekly note also lists events and
+notes like the monthly one.
+
+### Daily Notes
+
+
+
+This is the note that I will most see compared to all of them, and now it is a lot easier to work
+with for me. The daily note has two primary functions: routine tracking, to know that I'm staying
+true to my routine and because now there's the heat map of them right below, I can see my progress
+in the past days of the year; and tasks completion, so I know easily what needs to be worked on and
+finished today, and also the overdue tasks to be worked ASAP so I don't drown myself in uncompleted
+tasks.
+
+Also, here events that will be shown in my calendar are placed, and the daily annotations if
+anything ends up happening that got in the way of doing my routine or tasks. I probably will add
+more thing to it to keep track of daily, such as related to health like how many water bottles I
+drank on the day, and also things such as mood and how much I felt productive. But relating to work
+itself, it is mostly completed.
+
+## Projects' Notes
+
+But from where are these projects got from? Well, there are projects notes, where tasks and ideas
+are saved on, independent if I end up working on them even, this way I don't need to remember that
+totally "a million dollars idea".
+
+
+
+The project note has three main "data entry points": title, which also gives its "code-name" to be
+used in the tags (so something like "Test Project" becomes "\#project/test-project"); summary, which
+gives a brief description of the idea of the project; and tasks, which is listed in the periodic
+notes when the project is selected in the monthly note.
+
+Some details which I really liked about this new template is being: one, able to select up to 5
+scopes right when it is created; two, the more use of QuickAdd to use more the keyboard than the
+mouse in general; three, the automatic banner which is fetched from Unsplash, but also if I put a
+link in the banner prompt, it is used instead.
+
+## Commands
+
+If you notice on the GIFs, I used a lot of commands to create and manipulate some of these notes,
+this is something which I also want to improve as time passes. On my operating system and working
+environment in general, I pretty much just use the keyboard for everything, having keystrokes and
+motions to be able to navigate and work without the mouse, this is something I would like to talk
+more later, but it really makes my work a lot faster in general. These commands are macros and just
+renamed commands that I made using [QuickAdd](https://github.com/chhoumann/quickadd), and if you
+noticed, all of them start with `>`, "why?" because when I type `>` now, it gives me all the
+commands I actually want to use without needing to type all the command.
+
+-----
+
+And I think that's it, I didn't post the code for each note because I probably will make them public
+in some GitHub repository in the future, if I do so, I update this post to link it. There are still
+things that I want to add in Obsidian in general, I have to admit that the note-taking part I almost
+never use directly unfortunately and it would be good to do so, also things such as RSS feeds or
+some sort of "read-it-later" functionality, and the most important, be able to automate things such
+as this journal to post them automatically.
+
+But all of them will be projects for another time, I still need to test this new workflow and adapt
+when needed. I didn't also migrate the old projects notes to the new template, which I need to make
+them work correctly now, and I still need to adapt my brain to make everything I want to work on a
+project and not some idea or random tasks scattered around my brain and app. So there are a lot of
+things to still work on, but hopefully I now can have a workflow and process to let me do them, but
+next week I want to code something because I'm tired of making templates.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Minecraft / C418 - Aria Math (Metal\
+> Cover)](https://music.youtube.com/watch?v=WxZpVTZ6OME)
+>
+> I already recommended the Minecraft soundtrack on day here. But this cover for some reason made me
+> cry the first time I heard it, I don't know, for me electric guitar is an instrument that passes
+> so much emotion that I simply cried when I listened to this song. I just know that I really hope
+> to some day learn this instrument and play this and other Minecraft songs, and just songs in
+> general of course, but the soundtrack is really awesome in metal in my opinion.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0)
diff --git a/daily-blogs/day-20_2023-11-25.md b/daily-blogs/day-20_2023-11-25.md
new file mode 100644
index 00000000..7dfa517b
--- /dev/null
+++ b/daily-blogs/day-20_2023-11-25.md
@@ -0,0 +1,49 @@
+---
+modified: 2024-03-26T11:57:12-03:00
+created: 2024-03-05T13:50:33-03:00
+url: https://guz.one/20
+post_date: 2023-11-25
+tumblr_id: 735002925998424065
+title: Resting and preparing
+counter: 20
+scope: guzsdaily
+public: true
+---
+
+# Resting and Preparing
+
+Today I have to admit that I want to rest, I know that making templates is not hard work, but
+yesterday after finishing the daily journal I was exhausted. Next week, or more correctly, tomorrow,
+I will start using the workflow more and work on a new project hopefully, I am kinda eager to do
+some actual programming work because it has been weeks that I don't do something.
+
+This will be a small project, but it will be different because I plan to work with another person
+that I met here on Tumblr (shout out to [@sophia-codes](https://www.tumblr.com/sophia-codes), hope
+that you like working together and on the Lored organization\!), so it will be interesting, and I
+hope both of us can learn something new.
+
+Nonetheless, even being tired of it, I still made some things on my setup, mostly just putting
+recurring tasks for things like gym and reading, things that I don't do daily, but are some sort of
+routine still. I also migrated all my past projects to the new template, so they work now with the
+periodic notes and the monthly/weekly system, and hopefully I will also put all my other projects
+ideas on it somewhat soon, I need to remember myself that now it isn't just the apps and programming
+ideas, but everything I want to work in my life (so for example, doing this Obsidian setup will now
+be under the "My Productivity" project). I didn't burn myself with today's work, because I could
+watch videos and things like that doing them, without needing to focus that much and put that much
+energy today.
+
+Furthermore, I have to admit that there's still a lot of work and things I need to make, tasks to
+list and organize, I still need to find a simple theme for this end of the year, but now I can do it
+in small steps and use the system to guide myself.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Serenata Existencialista - by O Grilo](https://music.youtube.com/watch?v=BjjwNmfrAjE)
+>
+> This was a song recommended by my girlfriend some time ago, and I have to admit that I didn't
+> listen to it and the artist a lot to have a lot of opinions and reasons for why to recommend here,
+> but the song is good. It somewhat remembered us a little of Scatolove, actually YouTube
+> recommended it because of Scatolove, so there's another reason to listen to it.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-21_2023-11-26.md b/daily-blogs/day-21_2023-11-26.md
new file mode 100644
index 00000000..6db96064
--- /dev/null
+++ b/daily-blogs/day-21_2023-11-26.md
@@ -0,0 +1,41 @@
+---
+counter: 21
+public: true
+scope: guzsdaily
+post_date: 2023-11-26
+title: Accidentally resting
+modified: 2024-03-26T11:57:11-03:00
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 735099668592214016
+url: https://guz.one/21
+---
+
+# Accidentally Resting
+
+a.k.a. procrastinating.
+
+I don't know if it is Sunday being Sunday as always, but today I felt a lot more tired than normal,
+maybe it is also the summer here that isn't helping that much. But I have to admit that I don't feel
+shame of procrastinating today that much, I had a somewhat productive week and I want to rest a
+little now y'know?
+
+However, I need to pay attention for the next days, I already noticed that now without the clear
+goal of creating my productivity system/periodic notes and knowing what to do next, I'm a little
+lost on what to do. This week's project is an old one that I worked before, and now I want to
+rewrite/refactor the code, it is somewhat small and simple, but I didn't organize the steps and
+tasks of doing it yet, so I can easily be loose the grep on what to do. Creating and trying to
+predict what you need to do is kinda hard sometimes, and today I was totally distracted with videos
+when trying to do it.
+
+Nonetheless, tomorrow is a working day for me, so I will probably focus a little more.
+
+> **Today's artists & creative things**
+>
+> **Song:** [You Will Be Okay - cover by Caleb Hyles](https://music.youtube.com/watch?v=9zSlgZA8RnU)
+>
+> I'm not listening to a lot of songs and/or consuming a lot of creative media the last couple of
+> days, so it's becoming kinda hard to recommend something new today. So today I will just recommend
+> again this song that I recommended in day 16, sorry about this.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-22_2023-11-27.md b/daily-blogs/day-22_2023-11-27.md
new file mode 100644
index 00000000..84d79c94
--- /dev/null
+++ b/daily-blogs/day-22_2023-11-27.md
@@ -0,0 +1,107 @@
+---
+created: 2023-11-26T21:44:08-03:00
+public: true
+counter: 22
+title: 12.023s 4th Quarter Theme
+scope: guzsdaily
+modified: 2024-03-26T11:57:10-03:00
+tumblr_id: 735191114087268352
+post_date: 2023-11-27
+url: https://guz.one/22
+---
+
+# 12.023's 4th Quarter Theme
+
+Today will be a somewhat different post, a type of post that I plan to do each quarter/season of the
+year. Something which I adopted this year is the idea of yearly themes instead of yearly goals, and
+I have to admit it is a lot better to know you improve regardless of whatever you met a number or
+touchable objective in one year.
+
+But before, what are "Themes"?
+
+## Your Theme
+
+Before everything, this concept is not mine, it was something which I adopted from this CGP Grey
+video:
+
+VIDEO
+
+In summary, a theme is a word that reflects something you want to improve and/or resonate with you
+on a period of time. This word is what will guide you on the year, instead of a final objective.
+
+"Why?" because of how year's resolutions always fail. It is really hard to be able to continue with
+a resolution for an entire year, shits happens, and numbers becomes difficult to achieve. If you
+want to improve your health losing weight, you probably will end up failing the resolution by some
+kilograms, if you want to read more books and place a clear goal of reading 100 books that year, you
+will feel bad about yourself for "just" reading 60.
+
+Themes solve this problem by being abstract. It is not important how many kilograms you lost, if
+your theme is "year of health" and you were able to lose some amount, it stills "year of health", or
+maybe you didn't lose any, but created a lot more muscles, it's still "year of health". Maybe it is
+"year of reading", but you noticed that full-fledged books aren't your type, and you prefer articles
+and newsletters, it's still "year of reading". The word that you choose is not a clear objective or
+goal, but a concept to help you guide your daily decisions, to make you instead of scrolling social
+media while waiting a queue, end up reading a web-book if it is "year of reading".
+
+It is a word that resonates with something you want to improve your life in general.
+
+## My 12.023's Theme
+
+I adopted this concept on the start of this year, just to test if it really helped my life. On the
+end of the previous year I was leaving school, and now, being legally an adult, I need to find what
+to do with my life and what I actually want to work with. I always jumped between interests and if I
+wanted to go somewhere I needed to try things and focus on one of them, I needed to concretize what
+I wanted with my life and myself.
+
+So that was the theme, "concretize", or more specific "concretizar" in Portuguese. I didn't really
+care if the word has an actual meaning different, for me, it was "placing things into stone",
+"focusing on one thing", "hardening what I want to do", it resonated with what I wanted to improve.
+I still had plans, objectives, I hopped to make some money this year at least, I wanted to try being
+my own boss before trying to find a formal job.
+
+And did I make any money? No. Did I complete the plans of multiple projects that I had? No,
+unfortunately. But now I know what I want to do in the next years of my life, I want to develop good
+software and development tools, independent if it is in a formal job or in my own brands, I want to
+create good code and products. For pretty much the entire year, I never touched things like video
+editing, drawing, modeling, etc., which to be clear, I still want to do, but they are hobbies, not
+my job anymore.
+
+The theme was successful for me, it guided me the entire year to be where I am now. But now it is
+time for another.
+
+## Today's Theme
+
+This is something which in CGP Gray's video is mentioned, so I also want to try now this and next
+year. Themes will not be for the year, but the season/quarter of the year, because it is a lot
+easier to feel time passing when you can easily tell just by the climate.
+
+But because the year is ending, I pretty much have just 1 month of this new theme, which can be good
+for a reason, because I'm lacking something these past days and it is something which I can improve
+in one month easily:
+
+"Productivity"
+
+What is "productivity" (or "produtividade" in Portuguese) for me? Well, it represents for me the
+ability of opening every day my daily notes, every week my weekly notes, organizing my tasks,
+annotating my projects, and automating and streamlining my life in some way or another. I already
+made and configure the tools for this theme for the most part, but there are still some things to
+improve, and I still need to test and put this workflow in my routine totally. This end of the year
+I don't plan to focus totally on making templates, but actually using them, and using them on the
+projects I want to make, and tweaking them when I need to. Not just templates, but my entire OS,
+keystrokes, etc.
+
+I want to be more productive and find what works better for me. And every day being more productive,
+is better than a day just procrastinaning.
+
+> **Today's Artists & Creative Things**
+>
+> **Song: [Temporary Love - by The Living Tombstone (feat.
+> CG5)](https://music.youtube.com/watch?v=5jxZiLEC0_M)**
+>
+> I really love the original songs from The Living Tombstone, it just proves how they aren't just a
+> "meme music maker" or something like that. And this collaboration with CG5 just makes this feeling
+> even stronger. I don't know why, but CG5's just fits perfectly with TLT style in this song. I just
+> wanted to be song to be longer to be honest.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-23_2023-11-28.md b/daily-blogs/day-23_2023-11-28.md
new file mode 100644
index 00000000..4e345277
--- /dev/null
+++ b/daily-blogs/day-23_2023-11-28.md
@@ -0,0 +1,57 @@
+---
+title: Returning to code
+tumblr_id: 735269663855001600
+post_date: 2023-11-28
+scope: guzsdaily
+modified: null
+url: https://guz.one/23
+created: null
+public: true
+counter: 23
+---
+
+# Returning to Code
+
+This is my first day programming again after a lot of weeks not working, and I'm very rusty. Just
+setting up a new project takes hours, because I still don't have any template for them. But it is
+good to return to this work/hobby that I personally love.
+
+I unfortunately didn't make anything big yet, and today I still needed to do some design work for
+this project, which I hope to explain in my coding blog ([@guzcode](https://www.tumblr.com/guzscode)
+somewhat soon. Also, I just want to thank again [@sophia-codes](https://www.tumblr.com/sophia-codes)
+for accepting my invite to work on this project, just having someone to work with really helps be
+motivated and responsible to finish tasks in schedule.
+
+Some things that I noticed and needed to work on during today was my text editor (NeoVim), which I
+still need to finish configuring, and just in general need to improve the tools that I use. A lot of
+them were smashed together in an attempt to make them work, however fixing them now that I'm not so
+used to them is somewhat hard.
+
+There is also a big concern that I have that is my way of working, that is mostly just "get the
+task, and work until you finish it", and I have to admit that not having any breaks for hours
+doesn't help in my energy at the end of the day. Yes, I know that I will feel tired, but being able
+to get at least a five-minute break would help to fresh the mind when trying to solve problems.
+
+These entries will probably be a lot shorter in the working days, because the long ones take one to
+two hours to finish, and if I want to work, have a coding blog, and have this daily journal,
+something or another will need to be shrunk to fit my time.
+
+But to finish it off, it is good to be back.
+
+> **Today's Artists & Creative Things**
+>
+> **Video:** [PHOENIX - by Neytirix](https://youtu.be/E4w4pzj9wE8) **& Song:** [Phoenix - by Netrum
+> & Halvorsen](https://music.youtube.com/watch?v=yH88qRmgkGI)
+>
+> Two for one baby\! I'm totally addicted to this song thanks to Neytirix's animation today,
+> literally bopping my head with the song in my mind like the bird in the video. Her animations are
+> a big inspiration for the world I want to build with my OCs that I hope to do someday, little by
+> little, drawing by drawing. The gory details and contrast with adorable and cute creatures in just
+> fantastic, and it really fitted just perfect with the music. The music is also a bop, I feel like
+> I'm in a 80s movie, and the little details like the radio/tv broadcast audio just makes it so fun
+> and playful. This song just makes me feel joy and want to dance non-stop. Also, there's an
+> [official punk rock version](https://music.youtube.com/watch?v=OO1SgoLT-BY), and I don't even need
+> to say that I loved it.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-24_2023-11-29.md b/daily-blogs/day-24_2023-11-29.md
new file mode 100644
index 00000000..19c9cb4f
--- /dev/null
+++ b/daily-blogs/day-24_2023-11-29.md
@@ -0,0 +1,43 @@
+---
+tumblr_id: 735369751000481793
+scope: guzsdaily
+title: Working non-stop
+post_date: 2023-11-29
+created: 2023-11-29T19:54:03-03:00
+modified: 2024-03-26T11:57:09-03:00
+counter: 24
+url: https://guz.one/24
+public: true
+---
+
+# Working Non-stop
+
+Well, it is kinda obvious now why I had that burnout in the first place.
+
+I'm writing this entry with a headache, because I was coding from around 9:00 a.m. to 6 p.m.
+non-stop. Furthermore, today I thought it would be somewhat easy, but like everything in
+programming, it is hard to predict how much of a challenge something can be, and I spent a lot of
+time just researching and trying to design the code and features in a way that felt correct. Yes, in
+programming it is not the best idea to design a lot before actual typing things, but this project is
+a rewrite of an old one, so I had some concepts and ideas already in mind.
+
+Like I said in the previous entry, I'm not tracking time and having breaks, so it would probably be
+good to start doing so now to prevent having another mental break and end up burning-out myself.
+Your mind is not very good at solving problems when it is in actual pain, y'know?
+
+But a problem for me is that it is somewhat hard to find good time tracking apps, even more
+open-source ones (I always try to find free and open-source (FOSS) alternatives of software in
+general, it is a personal preference that maybe I will talk later about in the future). So I will
+try to do some research, and hopefully post tomorrow about what I set up.
+
+Well, again, sorry for the short post, but I'm somewhat tired and just want to distract myself now.
+
+> **Today's Artists & Creative Things**
+>
+> **Song:** [You Will Be Okay - cover by Caleb Hyles](https://music.youtube.com/watch?v=9zSlgZA8RnU)
+>
+> I didn't find a new song to recommend here today unfortunately. So I'm going to recommend again
+> this song. Sorry about the lazy post in general, just wanted to finish things today.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-25_2023-11-30.md b/daily-blogs/day-25_2023-11-30.md
new file mode 100644
index 00000000..73177583
--- /dev/null
+++ b/daily-blogs/day-25_2023-11-30.md
@@ -0,0 +1,145 @@
+---
+modified: 2024-03-26T11:57:08-03:00
+public: true
+title: 'Day 25: [A little taste of] The joy of Linux'
+counter: 25
+tumblr_id: 735455391413043200
+created: 2024-03-05T13:50:33-03:00
+post_date: 2023-11-30
+scope: guzsdaily
+url: https://guz.one/25
+---
+
+# \[A Little Taste of\] The Joy of Linux
+
+This is a little premise for a post that I hope to do in the future to talk more about the topic.
+But for the time being, this is a "little preview" on how I utilize my Operating System (OS), Linux,
+daily and how I think it is has more advantages outside just development work.
+
+## Pomodoro Timer
+
+If you read the last entry of the daily journal, you remember that I was in need of some sort of
+pomodoro timer. I already tried researching for one some time ago, but never found one that
+satisfied me. Most of the ones you find for Linux use outdated technology, look, or don't integrate
+easily with your environment. ~I have one installed on my cellphone, however I completely forgot
+about it yesterday, and now it's too late to go back.~ And I wanted one just to remember myself to
+take a break or so, with sound and notification when the time finishes.
+
+So I researched again for pomodoro timers on Linux, and seeing one of the results, a concept
+returned to my mind: creating a timer just using the terminal and Bash.
+
+The result was this video:
+
+VIDEO
+
+And seeing the code that she used, I was impressed:
+
+``` bash
+declare -A pomo_options
+pomo_options["work"]="45"
+pomo_options["break"]="10"
+
+pomodoro () {
+ if [ -n "$1" -a -n "${pomo_options["$1"]}" ]; then
+ val=$1
+ echo $val | lolcat
+ timer ${pomo_options["$val"]}m
+ spd-say "'$val' session done"
+ fi
+}
+
+alias wo="pomodoro 'work'"
+alias br="pomodoro 'break'"
+```
+
+[Link to the original code](https://gist.github.com/bashbunni/3880e4194e3f800c4c494de286ebc1d7)
+
+I know that if you don't know how to code it is complete gibberish, but you can deny that it is
+small and simple, and just a `ctrl+c` `ctrl+v` away of using. That is what took to have a simple
+pomodoro time in your system. No installation, no term of services, no privacy policy checkbox, no
+login, no setup. Just create one file, paste it, run it, and you're good to go.
+
+That's what I love when about using Linux, you can easily create your own tools. Or just copy,
+paste, and tweak some things if you don't know how to code or basic scripting (*~which to be honest,
+you should, even on Windows, but that's a talk for the future~*).
+
+## Bash Everywhere
+
+"But what is bash?", well, in simple words for someone who doesn't know how to code, it is a simple
+programming language that you can run from your terminal or turn into an executable to run when you
+click the file. **It comes built-in in every Linux system,** and macOS too, I think. And in simple
+terms, it just lets you automate some boring things like opening apps, moving files, etc. and run
+commands.
+
+"That's it?", yes. "So why it is so special?", well, again it comes built-in, so you don't need to
+install anything, and it can run any command that there is on Linux. And when you match some bash
+scripts and the extensive list of Linux commands and CLI tools... you can pretty much automate
+everything and run it from one command.
+
+And that's what I did. As an example, with bash I created some scripts that enable me to switch
+environments with just one command:
+
+
+
+> I unfortunately can't record both screens, but in summary, what this command does:
+>
+> - Close active windows from current environment;
+> - Opens programs for the new environment;
+> - Changes the look of the OS, wallpaper, etc;
+> - And in the case of the coding environment: opens the browser for preview, browser for
+> documentation and text editor.
+>
+> And I still plan to in the future add the feature of opening software from the past session in
+> each environment, so I can continue my work from where I left.
+
+All of it was written in pure bash, no dependencies outside what already is in my \[customized\]
+operating system. And just a note: I changed the system that handles the programs window (the Window
+Manager), to one that I can navigate completely with the keyboard and remove the distraction to make
+it the most clean possible. ~~On Linux you can pretty much remove the entire OS part by part that it
+doesn't't care or stops you.
+
+### And the Pomodoro Timer?
+
+Well, I customized it a little to be more in touch with my OS and also add custom sounds for it. But
+again, I just use one command for it:
+
+
+
+> That's it, it just opens another terminal where the timer runs and when it finishes and the bar is
+> at 100%, the terminal closes and a sound is played and a notification sent.
+
+If you want the code I probably will post in my [@guzscode](https://www.tumblr.com/guzscode) showing
+it better, but if you want it now, [here is my dot files](https://github.com/GuzArchives/.dotfiles)
+and the [pomodoro timer
+script](https://github.com/GuzArchives/.dotfiles/blob/main/.my-env/apps/pomodoro.sh). I still want
+to add some things to it, like sending notifications to my phone when the timer finishes and things
+like that.
+
+-----
+
+I hope that this shows at least one of the things that I like about Linux, and how I think it lets
+you do a lot more than you could in other OSes.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Herói do Futuro - by O
+> Grilo](https://music.youtube.com/playlist?list=OLAK5uy_lemiz3p2ZsDO8O53glgZxGtC28UT2Fxic)
+>
+> I already recommended a music from this album, but I now listened to it more, and it's a bop. To
+> be honest, I don't have a lot of opinion about it,I like the guitar and style in general. It is
+> just good, y'know?
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0)
diff --git a/daily-blogs/day-26_2023-12-01.md b/daily-blogs/day-26_2023-12-01.md
new file mode 100644
index 00000000..57fdd3d3
--- /dev/null
+++ b/daily-blogs/day-26_2023-12-01.md
@@ -0,0 +1,65 @@
+---
+counter: 26
+post_date: 2023-12-01
+url: https://guz.one/26
+tumblr_id: 735551799511203840
+scope: guzsdaily
+created: 2024-03-05T13:50:33-03:00
+modified: 2024-03-26T11:57:07-03:00
+title: Slow last day
+public: true
+---
+
+# Slow Last Day
+
+So today was the last day of my "return to work", and it wasn't the most productive of them, to be
+honest with you. I didn't start the day following my routine and used some time to configure my
+network ad blocker and what some new videos in the morning, I don't have really a reason, maybe the
+climate being just too hot and melting my energy, and also this week's project not going so well as
+I hoped, but they are just excuses really.
+
+However... I was able to complete most of the tasks of this week\! And finished a working prototype
+that I like\! It is kinda surprising how much work you can do if you know... just do it.
+
+I'm feeling satisfied and proud now, and even knowing that I didn't complete the project itself this
+week, I can work on it again right where I left after next week. Likewise, I need to organize the
+next month's projects and tasks, which I probably will focus more on the tools and things that I
+need to do to find a job. There are things like resume, portfolio, challenges, tools and concept
+that I still need to do and/or learn, so having a project for it to list them would be good. Even
+more, knowing that the year is ending, I need to take care and don't lose focus with all events that
+happens during this period. Things like my girlfriend's birthday, Christmas and 31st of December
+will probably affect how I can focus on work, but are good tests on the system that I'm trying.
+Also, something that I noticed is the time I spend with my girlfriend, which of course decreased,
+but I noticed that I'm not stopping to work or doing thing to be with her even when my normal
+working hours end, so it is something that I also need to take care of.
+
+Nonetheless, it was a good week and a good learning experience to improve as the weeks passes, and I
+adapt and change to, hopefully, someone better. Because again, I'm just someone who's trying to
+improve.
+
+-----
+
+Also, shout out to [@sophia-codes](https://www.tumblr.com/sophia-codes) again, she's being someone
+great to work with and just tank in general about tech. And she nailed perfectly the front-end of
+the application to the style that I wanted, I'm really thankful that she accepted my invite to work
+in this project, hope she also liked it and hopefully helped her on her journey on learning web
+development. Hope we can work again in other projects\!
+
+> **Today's artists & creative things**
+>
+> **Song:** [Abrasive - by Ratatat](https://music.youtube.com/watch?v=YCnzInuu-Lo)
+>
+> I normally work listening to Daft Punk and "disco songs" that are recommended alongside them, I
+> don't know why, I kinda just associated this type of song with my coding work and because of the
+> somewhat lack of lyrics, it doesn't distract me. But this song, for some reason it popped out of
+> nowhere in the recommendations, and every time I listen to it, I start to dance in the chair. Why?
+> First, it pretty much just electric guitars, which already scales the likeness factor for me. But
+> second, **it is such a good song to listen to**. It doesn't have lyrics, or any things that make
+> it somewhat stand out of what I already listen to. However, **it is just pure upbeat**, I listed
+> to it and just feel happy and feel a sense of gratefulness for being alive, and the [official
+> music video](https://youtu.be/f7wkRET0hbo) reflects it so perfectly. The music video is just
+> people feeling joy, dancing, showing talent, life, energy. Perfect song to listen to, even more to
+> remember yourself to be happy just for the sake of being happy and living y'know?
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-27_2023-12-02.md b/daily-blogs/day-27_2023-12-02.md
new file mode 100644
index 00000000..11503071
--- /dev/null
+++ b/daily-blogs/day-27_2023-12-02.md
@@ -0,0 +1,44 @@
+---
+scope: guzsdaily
+url: https://guz.one/27
+tumblr_id: 735642010570096640
+created: 2024-03-05T13:50:33-03:00
+counter: 27
+title: I dont know a good title for today
+modified: 2024-03-26T11:57:06-03:00
+public: true
+post_date: 2023-12-02
+---
+
+# I Don't Know a Good Title for Today
+
+So today was... strange by some reasons.
+
+Yesterday I went to bed somewhat late, so I ended up sleeping most of the morning. And after
+around 2 p.m. the hours just passed without me noticing. I don't know, I just wanted to distract
+myself for the rest of the day and play games and watch videos without giving it much thought into,
+but for pretty much the entire day I had a headache that just made me don't be able to process
+anything correctly. Talking to friends and my girlfriend was off, I couldn't process and answer the
+messages without needing to read them again and again to process, I don't know what happened to me
+today.
+
+Maybe I didn't plan or thought on what I actually wanted to do to rest today, and just ended up
+burning energy more than I should. I hope that tomorrow I can actually rest and have a better mind
+in general, I need to plan what I will do this month and week, so it would be good to be able to
+process things. Sorry for the short post, I wanted to in the weekends make more and talk about more
+insightful topics, but I simply can't even choose a title for today's post.
+
+Sometimes you just have a bad day, and it is okay I guess.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Magnifique - by\
+> Ratatat](https://music.youtube.com/playlist?list=OLAK5uy_mdJtm6GkGAh1mFO5MBtFhwdXgqs2DVK9w)
+>
+> Yesterday I recommended a song from this album, Abrasive, but just wanted to say here that the
+> entire album is also a bot to listen to and really different from anything that I listened to in
+> the past days. Not all songs are exactly like Abrasive, which is personally my favorite, but it's
+> still a good album and I hope to listen to more Ratatat in the coming days.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-28_2023-12-03.md b/daily-blogs/day-28_2023-12-03.md
new file mode 100644
index 00000000..fee38ae0
--- /dev/null
+++ b/daily-blogs/day-28_2023-12-03.md
@@ -0,0 +1,85 @@
+---
+title: A growing factory
+post_date: 2023-12-03
+modified: 2024-03-26T11:57:05-03:00
+tumblr_id: 735733879113154560
+created: 2024-03-05T13:50:33-03:00
+url: https://guz.one/28
+counter: 28
+public: true
+scope: guzsdaily
+---
+
+# A Small, but Persistent, Factory
+
+So, I don't have a good post subject for today to be honest. Today I just organized some tasks for
+this week's project, which is learning and creating things like a LinkedIn and resume to get a job,
+but nothing actually practical I would say. But something that I did today is play Factorio, **a
+lot.** So because I already did a post about this game, why not a small update.
+
+
+
+And as you can see, it didn't change that much, aside from some decorations, that's because of
+biters. If you don't know Factorio, biters are your main enemy, and they grow and start to attack
+more when you start polluting a lot of the world/map. And let's just say that I didn't pay so much
+attention to it until it was too late, so they attacked, not just once, destroying almost half of
+the factory.
+
+I'm still learning the survival of the game, and I am trying to research everything I can before
+start some type of proper base, which is what I'm already starting at the time of writing. However,
+because of this strategy, I don't have a lot of defenses or even a factory that can easily produce
+them, as you can see in the print, some belts are low, even more the ones that need things like
+petroleum.
+
+I have to admit that after that biters attack, I stopped playing for a lot of time, because seeing
+your progress be destroyed in a blink of an eye is not the best feeling y'know? But also, I don't
+want to create a new save and give up on this. So I improvised. In this save, I enabled so mods in
+it, and one of them is one that lets you build water tiles in the map and canals. And you know what
+can't swim in deep water? Biters\! So instead of just going on building walls and tower that can be
+destroyed, I planned on using these water tiles to, in a coward way, don't let the biters even enter
+the factory. Which was somewhat of a challenge because the TNT to create this water tiles, is not
+that cheap, but over time I was able to accumulate enough to at least protect the main base.
+
+After this, I also focused on artillery research, and was able to get the most op thing until now:
+The tank. I really wanted to have now the screenshots from before, but let's just say that I won't
+need to care about biters for a reasonable time now:
+
+
+
+Nonetheless, as it is shown in the map, I'm now working on making canals between the lakes that are
+around the base, for two reasons: biters can swim; And I have the [Cargo Ships\
+mod](https://mods.factorio.com/mod/cargo-ships) installed, so them will be used to navigate around
+the base to transport items in bulk to different hemispheres of the base. I really want to actually
+start a proper factory, with heavy use of train networks that I love, and also with something
+different: proper pollution management. Why? I like the trees of this game, and the idea of a green
+factory in some sense is cool to me, and managing pollution to not kill them will be an interesting
+challenge. How? With mainly this mod: [Pollution Solutions\
+Lite](https://mods.factorio.com/mod/PollutionSolutionsLiteWLearnedResearch); so I can even recycle
+pollution back to energy to be used\!
+
+-----
+
+Well, I think this is for today. It was a silly entry, but an entry nonetheless, and I am kinda
+proud for not giving up on this save. I want to play another games also, but Factorio is addicting
+very easily. Maybe a good reason to think more about yesterday's topic of planning my free time, so
+I can play and do all the things that I like, but that's a talk for another day.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Abrasive - by Ratatat](https://music.youtube.com/watch?v=YCnzInuu-Lo)
+>
+> (I'm addicted to this song, every time I start writing this daily journal, I start to listen to
+> it)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-29_2023-12-04.md b/daily-blogs/day-29_2023-12-04.md
new file mode 100644
index 00000000..5ffae32e
--- /dev/null
+++ b/daily-blogs/day-29_2023-12-04.md
@@ -0,0 +1,150 @@
+---
+public: true
+modified: 2024-03-26T11:57:04-03:00
+title: Anxiety with jobs
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 735827496707227648
+scope: guzsdaily
+counter: 29
+post_date: 2023-12-04
+url: https://guz.one/29
+---
+
+# Anxiety with Jobs
+
+As I said in past posts, I'm in the look of finding a job. And this week's project is researching,
+create and learn things to do so, but let's just say that researching didn't help with my anxiety at
+all. Knowing that I need one somewhat soon if I want to be financially stable and have a home or
+apartment in some years, it is not good to enter a new social media and see how fucked you are, even
+YouTube videos didn't help that much to be honest, because none seems to actually talk about this
+"middle ground" that I'm in.
+
+## Why Be Anxious?
+
+### Lack of \[real\] Experience,
+
+If you aren't in tech, let's just say that in this market it's really hard to prove that you can do
+a good job, because a good programmer is something subjective most of the time. And the big problem
+also is that your recruiter won't actually see things like source code and the "behind the scenes"
+of your work, it will probably just see your experience in other past jobs, like any other
+profession. Which is kinda hard to get when to get a job to have experience, you need experience, I
+think everyone here already knows this paradox. I don't have experiences, so maybe I can prove
+saying the things I know? Like, saying the things I learned?
+
+### Lack of \[real\] Education,
+
+Well, no. I'm self-taught, so I don't have a degree or prove that I learned something these past 2
+years. Yes, I made some courses here and there, but most of them I left and started to learn based
+on YouTube videos and mostly creating my own projects and learning by trying. Thankfully in this
+industry, something like a degree is not mandatory for getting a job, but it probably helps a lot.
+Well, maybe I can then show someone my skills and what I learned? Possibly someone whose work in a
+company that is recruiting?
+
+### Lack of Networking,
+
+Again, no, and this is the one that gives me more anxiety. I mostly have relationships online now
+days, because of my social anxiety which I developed during my young teenager years, and let's just
+say that this anxiety also applies to social interactions on the internet. There's pretty much no
+one that I know that could network with to get a job, I actually just started to have people who
+work in tech to talk with some weeks ago, by accident in some sense. Yes, there are Discord servers
+and communities that I could talk in, but again, social anxiety still attacks. But in this industry,
+it seems that it is more possible to get a job if someone recommends you than if you apply directly,
+even more after the layoffs that happened after the pandemic. There are a lot of people applying,
+lack of jobs it seems, but also lack of quality in the people who apply, so a lot of companies seems
+to be making intern hires and position shifts instead of getting someone new who probably doesn't
+have experience to work.
+
+#### LinkedIn
+
+This anxiety worse a lot after I created a LinkedIn account, because of their emphasis in
+connections, which is similar to the "mutual" concept in other social medias, but worse. I don't
+have people to connect, to improve my account algorithm or whatever. This social media in general
+seems so bad, and worse than just applying to random companies in job finding sites even. And it is
+somewhat funny that a platform which has a lot of tech people in it, has a 5 to 10 seconds loading
+stage in each page.
+
+### But a Lot of Projects
+
+As you seen in some past entry, I have a lot of projects ideas related to code, around 20 notes just
+in my Obsidian, and some more in my phone's note-taking app. And to be honest, that's what I'm good
+at, actually coding. Yes, I need and kinda want to have more connections with people in this
+industry, but we all are in this because we are/want to be good at something: programming. I want to
+create software and things that help people, so that's what I will do every day to be someone who's
+desired to be hired. Thankfully I didn't fall in tutorial hell, didn't stop some framework or one
+tool (without even know basic programming logic to begin with), so you know what? **I will fucking
+show it by creating things that "someone else" couldn't create. FUCK. OFF.** ~ok, sorry, but I
+really needed to emphasize this for me even.~ I created Lored and Capytal for a reason, to show that
+I can create quality code and products, and maybe even be able to don't need a traditional job in
+the future.
+
+## Talking More Serious Now
+
+Ok, but now talking in a more serious note. I feel like I cannot really plan well how I can get a
+job in this industry, in a lot of sense luck has a factor in it, but you also need to create your
+own luck. Something that I'm trying a lot now is to be more persistent, continue even if I fail, and
+it is what I need now when finding a job. It makes take months or even more, one year until I get
+one, but I need to try something to improve the things I lack now days. So I created a small plan to
+do so:
+
+### Create Projects
+
+This is what I like and am good at, but would also help me a lot in showing my skills. Out counting
+the idea that my projects are open-source, built in public and people can judge clearly if the code
+and process are good, having a good list of projects in your portfolio or resume can really show
+that you actually want to learn, improve, and code y'know?
+
+### Contributing to Open-source
+
+This will be challenging to me, but I need to start to contribute more back to open-source projects.
+Wanting a job or not, contributing is one of the best ways to connect with people and say like
+"hey\! I exist and know how to code\!", and just giving back to this community and tools that I use
+seems fair, I want to help, and a lot of people needs help. Soooo why I don't have an "open-source
+weekend"? Contribute to a project every week, while also creating my own projects, seems reasonable
+and won't pressure my social anxiety that much every single day.
+
+### Applying to Jobs
+
+I will mostly be rejected because of the reasons above, period. But if I at least get to the
+interview part of the recruiting process, I can learn how they work and how to communicate and don't
+be anxious during the live coding section, which will really come in handy when I start to apply to
+jobs that I actually want and/or have a change to be hired. And there's a change in these random
+applications, that I actually get hired to work, so why not try one every week also?
+
+### Connect in Social Media
+
+This is the part that, I'm going to be honest, I plan to be lazy with. I really don't care that much
+in opening Twitter or LinkedIn in general, even Mastodon to be honest, I just got tired of them, but
+I can't deny the value that them have in showing your work to an audience, even more if you play the
+algorithm and post consistently every day. But you know what I can use to do this part? Automation\!
+(And even AI, possibly\!). I will probably create something, with my own website, to get notes in my
+note-taking app here where I write my daily journal entries, to post them in social media, and maybe
+have a section to weekly tweets related to blog posts that I posted, so hopefully I never actually
+open these platforms. And yes, I'm seeing the possibility to use AI to create tweets related to
+posts automatically, but I don't want to use OpenAI's ChatGPT for reasons, a lot of them, and would
+like to use some open-source alternative and/or create/run my own model even. But I will probably
+just batch write a bunch of them to be posted daily automatically.
+
+-----
+
+I think that's it, today's was a little different, but I'm trying new formats to these daily
+journals. Nonetheless, it is my daily journal, so I will write how I like them. ;')
+
+> **Today's artists & creative things**
+>
+> **Video & Song:** [Glimpse of Us - by Joji](https://youtu.be/NgsWGfUlwJI)
+>
+> Joji never was really my style of music, and it still isn't, but recently I remembered about him
+> and had the curiosity to listen again. And this music, and mostly the video clip, make me shocked.
+> I actually thought that this video was actually found footage, that those people were real, and
+> the history talked in it was real (which to be clear is not, here is the [behind the
+> scenes](https://youtu.be/vturpIwaaz8)). The visual direction of it is simply superb and of course
+> the music just makes it even more excellent, seeing these people in such destructive life, and
+> even them realizing that life shouldn't be this, the chaos increasing together with the music,
+> this is fucking art. I didn't follow Filthy Frank, but knowing about he and what Joji is now, how
+> his persona changed, just gives even more weight to it and his music to be honest. I don't know if
+> this video somehow reflects how was his life in the past when he was doing Filthy Frank and all
+> his past videos, I probably don't, but I like somehow to interpret some connection to be honest.
+> In general, just love the music and art he created and the artist that he became.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-30_2023-12-05.md b/daily-blogs/day-30_2023-12-05.md
new file mode 100644
index 00000000..9b4bbe17
--- /dev/null
+++ b/daily-blogs/day-30_2023-12-05.md
@@ -0,0 +1,48 @@
+---
+counter: 30
+scope: guzsdaily
+title: Lack of easy tasks
+tumblr_id: 735912145845469184
+url: https://guz.one/30
+public: true
+modified: 2024-03-26T11:57:03-03:00
+created: 2024-03-05T13:50:33-03:00
+post_date: 2023-12-05
+---
+
+# Lack of "easy" Tasks
+
+Today, I can't say if I procrastinated or not. This week's project, like I said yesterday, is "Learn
+Job", so the focus is on primarily researching and creating a resume to be able to apply to jobs.
+
+However, having this open-ended project and tasks isn't working for me that much. Most of the day I
+have done other tasks like organizing my Obsidian's graph view and trying to learn and use LaTeX,
+because I saw that some people use it to create their resumes, but it was harder than I thought and
+not something which I feel like putting effort for now. Yes, it kinda goes against my "principle" of
+having everything in plain text and/or in a readable format, but for now I will use LibreOffice
+(*a.k.a. Microsoft Word but open source*) until there's other solution.
+
+I'm thinking of somewhat changing the week's project in the middle of it a little, maybe try to
+focus on my website and automation tools that I talked about yesterday, because in a way or another
+they will help me to get a job and networking probably. Nonetheless, I really don't know, it is hard
+to work on a project that "you don't know what you don't know", so I think the most I can do is
+experiment and see what information I can collect and annotate.
+
+Also, tomorrow the entry will be a special one, "because 31 is 13 but in reverse", and I will talk
+about one of the topics that I mentioned in one of my introduction posts here on Tumblr. And I think
+that's it for today, small post, but also it's hard to say anything when so little happened today.
+
+> **Today's artists & creative things**
+>
+> **Song & Video:** [Look my way (Helluva Boss) - by Vivziepop /\
+> Spindlehorse](https://youtu.be/rATbtwj1qls)
+>
+> I really can't describe how I appreciate Helluva Boss, the animation and characters in it are just
+> so well animated and written, and one of the best examples is Stolas and Ozzie relationship.
+> Stolas is such a character that you can feel the pain in how he sees his life and himself, and
+> this song and Bryce's voice really sells the feelings of the character. Similar to You'll Be Okay,
+> for me this became one of my favorite songs in this series and in general. Highly recommend give a
+> listen.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-31_2023-12-06.md b/daily-blogs/day-31_2023-12-06.md
new file mode 100644
index 00000000..1cbbd7b3
--- /dev/null
+++ b/daily-blogs/day-31_2023-12-06.md
@@ -0,0 +1,126 @@
+---
+scope: guzsdaily
+post_date: 2023-12-06
+public: true
+tumblr_id: 736006830473592832
+counter: 31
+title: Someone whos writing a journal
+url: https://guz.one/31
+modified: 2024-03-26T11:56:56-03:00
+created: 2023-12-06T18:42:25-03:00
+---
+
+# Someone Who's Writing a Journal
+
+One month doing these daily journals, with just one day being posted outside the daily time frame, I
+have to say that I'm somewhat surprised that I was able to do it. Yes, not all of them were long or
+really thought of, some I have to admit that I'm not so proud of and could have more attention to
+them, but to be honest, I think it reflects the day they're written somehow. Yesterday I annotated a
+lot of ideas that I have for this journal, some philosophical thoughts and believes that kinda drive
+who I am and/or want to be, and simply things to talk about. And today's topic is in this category.
+
+If you read any of the past entries and became curios and/or just looked at any of my other social
+media, you probably saw that I created some type of brand/identity for me here on the internet.
+Things like the phrase "someone who's trying to improve" or the symbols in my profile pictures, and
+even my nickname/username "Guz013". And maybe you asked yourself, "what's all of this?", so well,
+why not talk about it today?
+
+## Why Create a Brand?
+
+If you are one of the zero people who aren't close to me and read the Day 2 entry, you probably
+already noticed that I like brands. That's something which I developed around the past recent years,
+even more after the pandemic, because I started to like and learn about design, primarily logo
+design. There is something special to me in having a name and more importantly, a logo, which
+represents a creation of yours, even more when said design is able to express the creation. For me,
+creating logos is a type of art and hobby that I like in general. Yes, a lot of them are
+minimalistic and somewhat follow the recent trend of oversimplifying everything, which in most cases
+ends up being a bad idea, however there's also some challenge and art in trying to make a simplistic
+logo look good and unique, and to be honest, I just like that style y'know?
+
+Is all of this maybe a "capitalism thing" or whatever political view you want to put into it? I
+don't know, and I don't care to be honest. Personally, I just like the idea of people looking at a
+logo or name and instantly recognizing what or who it's representing, even better when it's
+represents a good thing.
+
+## Who's "someone Who's Trying to improve"?
+
+To be honest, I can't remember when/why I adopted this phrase, I just remember that it was around
+two to three years ago, and it wasn't the best time of my life. I was having a lot of
+procrastination problems, and my self-esteem wasn't the best, I just felt that I would never be who
+I wanted to be. So you can see now at least why I started using it, it's a way to remember myself
+that I'm not perfect, that I will never be perfect or even the person which I want to be someday,
+the only thing that I can be is *someone who's trying to improve* constantly. Every step, every win,
+is an improvement, and I don't want to give up and stop.
+
+Nonetheless, this phrase also doesn't represent just my journey in trying to be someone better for
+myself, but also in relation to the world. I won't go in details, but I had a time in my life where
+I wasn't the greatest, I never disrespected anyone or were aggressive in any way, I just hadn't the
+best views of the world, and I regret that. And thankfully, having better influence and just trying
+to open my mind in general changed that, but I will make mistakes, I will probably hurt people, on
+purpose or not, but I'm trying to not, because I want to be a better person, and also try to make
+this world a better place in the means I can like everyone else tries.
+
+## What Are Those Symbols?
+
+If you saw my work somewhere, and primarily my profile pictures, you saw at least one of these
+symbols:
+
+   
+
+
+And I will already get this out of the way, **they aren't meant to be any preexisting symbol or
+language typography**. All of them were created using a custom alphabet/typing system that I
+created, and no, I will not place how to "decode" them, because: one, it is very simple to do; two,
+it would get the fun out of it.
+
+These symbols represent different aspects of my life: me as a creator and person; my art and
+drawings; my codes and interest in software; my likeness of graphics and design; and my love for
+listening, and hopefully one day creating, music. They represent my personality and who I am as a
+person in this internet, and primarily, who I am as a creator.
+
+All of them also have my main symbol:
+
+
+
+Which represents the 013 in my brand.
+
+## Who is "Guz013"?
+
+Like everyone else, I had a lot of usernames as time passed, some notable were: "Gu\_BRASIL",
+because I wanted to create a channel called "GG Brasil" with a friend which also had a name starting
+with a "G"; Gu013, because "Gu" is a common nickname for my name ("Gustavo") here in Brazil; and
+finally, "Guz013". And I'm going to be honest with you, the history of this nickname is nothing
+special, even more when knowing that I created it when I was around 14 to 16.
+
+The "013" came when I was around 14, because 13 ended up being my "luck number". Why my luck number?
+Because it is the number which everyone associate with bad luck, and like every teenager, I
+want\[ed\] to be different. But because just "13" is kinda lame, I added a zero, and "013" became my
+luck number, and also, part of my username/brand. To be honest with you, I don't like it that much,
+but it comes handy when creating usernames in platforms with unique ones. And "Guz" is again just a
+common nickname for "Gustavo", normally spelled "Gus" with a "s", but I didn't know and to be
+honest, "z" is a prettier letter. ;')
+
+Ye, it isn't the best origin, but welcome to names on the internet, most of them don't have a good
+origin history, even the big ones.
+
+-----
+
+And that's it for today. To be honest, seeing now, it feels somewhat egocentric having a whole entry
+just to explain my brand image, but whatever, it probably will be handy if anyone ask about them one
+day. It is surprising and kinda scary to know that it already passed an entire month doing this, and
+I didn't notice. Just seeing this list below is strange, never thought that I could handle this type
+of consistency in my life. *Even more knowing how much I ended up procrastinating today lol.*
+
+
+
+Hopefully tomorrow will be better. And remember, never stop trying.
+
+> **Today's Artists & Creative Things**
+>
+> **Musicians:** [Scatolove](https://music.youtube.com/channel/UCRrcJVynB_ahge0NwWfdJkQ)
+>
+> I recommended this Brazilian couple in my first ever post here, so why not recommend again? I love
+> their songs, so go give a listen to them.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-32_2023-12-07.md b/daily-blogs/day-32_2023-12-07.md
new file mode 100644
index 00000000..4300274f
--- /dev/null
+++ b/daily-blogs/day-32_2023-12-07.md
@@ -0,0 +1,45 @@
+---
+url: https://guz.one/32
+tumblr_id: 736087856633741312
+public: true
+created: 2023-12-10T09:29:50-03:00
+scope: guzsdaily
+modified: 2024-03-26T11:56:56-03:00
+counter: 32
+post_date: 2023-12-07
+title: No tasks
+---
+
+# No Tasks
+
+This should be a positive title, but to be honest, it is. "Why?" because without any task, I end up
+procrastinating. Like I did most of this day. Having an open-ended project/task is something which
+doesn't work for me.
+
+So this week is not going so great, but at least now I created a basic resume and probably will
+create some note or system for listing and managing contributions to open-source that I want to do
+in the weekends. I'm kinda, I don't know if it is the best word, but addicted to coding. Doing just
+research and not putting things into work seems to tire me more than working on a project, even more
+when what I'm doing I can tell if is having progress or not.
+
+-----
+
+Something which I'm done today at lest to improve and actual have a beneficial effect over time, is
+installing [Tridactyl](https://github.com/tridactyl/tridactyl), an extension that lets me navigate
+in Firefox pretty much just using the keyboard. I plan to one day create a post talking more about
+this "keyboard-centric" approach that I have, but it is somewhat technical, and I'm still
+experimenting and trying new things to do so. Well, sorry for the small post, I'm simply cannot
+write that much today.
+
+> **Today's Artists & Creative Things**
+>
+> **Song:** [Merry-Go-Round - by Joe Hisaishi](https://music.youtube.com/watch?v=xxsvTvDQKMY)
+>
+> This is a song that a friend of mine one day found, and became addicted to it. It is simply so...
+> I don't know, it has a mix of being hopeful, but also treating in some small parts. I can easily
+> see this music playing in some sort of end or start scene in the fields, actually I don't need so,
+> because it is an opening to an anime, so it kinda makes sense. In general, it is just a beautiful
+> song, so highly recommend giving a listen.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-33_2023-12-08.md b/daily-blogs/day-33_2023-12-08.md
new file mode 100644
index 00000000..0929df38
--- /dev/null
+++ b/daily-blogs/day-33_2023-12-08.md
@@ -0,0 +1,40 @@
+---
+modified: 2024-03-26T11:56:55-03:00
+counter: 33
+url: https://guz.one/33
+scope: guzsdaily
+tumblr_id: 736186462472716288
+post_date: 2023-12-08
+title: Not the best week
+created: 2023-12-08T21:18:20-03:00
+public: true
+---
+
+# Not the Best Week
+
+So this wasn't the best week, like I said yesterday. And unfortunately there's a chance to things go
+a little off rails because of some personal life and important people around me which I want to take
+care of and be able to be with them, for now at least everything is okay and normal, it is just
+something which I need to be conscious about. But let's not live in the future that much.
+
+Today again I mostly procrastinated, I felt how the lack of a routine really kills my day and
+productivity, so at least I can learn to not let my intrusive thoughts win. At least I was able to
+configure something to organize a little of the "open source Friday" thing, so hopefully I can start
+it next week. I also need to remember to continue with the plan of applying jobs every week and
+things like that. In general, doing nothing made me feel a lot more tired than when I was actively
+coding/working, it's kinda the thing that's really driving my day I noticed, however I also need to
+remember to not just code, but socialize, apply to jobs, do my hobbies, etc., so creating and
+organizing my free time would also help.
+
+In general, at least now, I have some ideas to work and improve upon. Maybe next week will be
+better.
+
+> **Today's Artists & Creative Things**
+>
+> **Song:** [You Will Be Okay - cover by Caleb Hyles](https://music.youtube.com/watch?v=9zSlgZA8RnU)
+>
+> (Sorry for the repetitiveness\! I will try to make a list that I can accumulate creative things to
+> put here\!)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) sa/4.0)
diff --git a/daily-blogs/day-34_2023-12-09.md b/daily-blogs/day-34_2023-12-09.md
new file mode 100644
index 00000000..f922ce80
--- /dev/null
+++ b/daily-blogs/day-34_2023-12-09.md
@@ -0,0 +1,181 @@
+---
+post_date: 2023-12-09
+title: Killing demons
+public: true
+scope: guzsdaily
+counter: 34
+created: 2023-12-09T22:14:09-03:00
+modified: 2024-03-26T11:56:54-03:00
+tumblr_id: 736285955704733696
+url: https://guz.one/34
+---
+
+# Killing Demons
+
+With a title like that, you're probably thinking that today's topic is something like: "killing your
+inner demons". But nop, I just don't have any good subject that I want to write today, so I will
+just talk about one of my favorite games that I played today.
+
+
+
+**GO FUCKING PLAY THIS GAME.** I don't care if you like boomer shooters or first-person shooters,
+**go play this fucking piece of art.** This is simply one of the best, if not the best game I played
+in a long time. I not even good at it **and a love it.**
+
+This game is still unfinished, but I think I never had so much fun with a game, the sound design,
+the graphics, the hidden lore, the soundtrack, **oh my fucking god the soundtrack.** I will try to
+be straight to the point and explain without giving spoilers, but just let me say, talking about
+this game in text, is not an easy task. However, let's just say that if this was a video essay, I
+would be screaming.
+
+## The Gameplay
+
+I will just say this out of the gate: I'm not good at shooters, and even worse at fast-paced ones. I
+died **a lot** in this game, every single boss needed me at least 7 to 10 tries in this game, and
+the more difficult ones (*I'm looking at you V2 and Gabriel*) I lost count of how many tries I
+needed. But I think I never had so much satisfaction with a difficult game in my life.
+
+This game is a boomer shooter, but not like your typical Doom, no no, this is Doom on fucking
+steroids. While games like Doom I would say it's just a walk and shot, I can't really say much
+because I never play it, but from what I seem it is somewhat to the ground. Well, let's just say
+that in this game, good luck being on the ground for more than 10 minutes without dying. Want to be
+in one place waiting for the enemies and being a tank? You will probably die instantly. I never
+played a game that makes me have to move and go around this much, while still needing to aim and
+kill enemies. *I really wanted to have screenshots and videos for this entry, but unfortunately I
+didn't record any of my runs, but just fucking search it on YouTube or something, and you will know
+what I'm talking about.*
+
+And this isn't the best part. Again, I'm not good at this game, so unfortunately I can't really say
+that much. But the sheer amount of guns and attack combos you can do in this game is something which
+makes even my humble programmer mind blow up trying to figure out how much there's it. I think that
+the best way I can really tell about the combos is: you can toss a coin from your revolver, change
+to a laser canon, and shot that coin in the middle of the air to make the laser ricochet to the back
+of an enemy, killing it instantly most of the time. *I almost am never able to shoot the coin, but
+when I do, the dopamine hits hard.*
+
+### Also, the Enemies
+
+I will not turn this entry into an entire essay, ~I already plan to do it on the future~, but I just
+wanted to highlight the design of some of the enemies here, because as someone who likes design
+characters, they are an inspiration I would say.
+
+  
+
+*This first fella has a flamethrower, and if you toss a coin behind him and hit it, the bullet will
+ricochet to its gas tank, blowing him up.*
+
+ 
+
+*These two made my life be miserable... but also a lot happier.*
+
+> *Images taken from the [ULTRAKILL's community wiki](https://ultrakill.fandom.com/wiki/Home)*
+
+## The Lore
+
+I will pass this paragraph because I've to admit that I didn't yet dig deeper into the lore and
+didn't finish the game yet. However, just the fact that that angel is called "Gabriel, Judge of
+Hell" and "The Apostate of Hate", is already a win for me. Just want to say that this game seems to
+have a lot of secrets, because it has a lot of actual hidden levels and sections, but also a lot of
+secrets and history telling in his characters and world in general.
+
+## The Soundtrack \[and Voice acting\]
+
+This is something which I need to talk about, because it was what made me actually dragged to play
+this game in the first place. The soundtrack of this game makes my blood flow faster, even more when
+you mix the voice acting, I wanted to be lying here, but I actually feel hotter and something when
+listening to it.
+
+The best way to describe is showing, so just listen to it:
+
+VIDEO
+
+I can feel the hatred of Gabriel, and when the music kicks in, it just makes me scream in a sense.
+I'm not a violent person, I'm not someone who feels hate or any similar feeling. However this song,
+makes me understand what hate means in a way. Also, I cannot stop thinking about fight scenes and
+characters in a epic battle fighting for their deaths when I listen to it. It's the last breath,
+it's this or nothing, **I can't die now, I will not die now.**
+
+### The Album Arts
+
+Never in my life I would think that a cover art for an album/song would inspire me so much.
+
+    
+
+I would like to again be lying here, but these cover arts actually made me create an entire section
+of the fictional universe that I'm writing/creating for my art and characters. This duotone style
+and even more the blend between holy and tech/industrial is something which I personally never seen,
+and simply love.
+
+## An Inspiration in the Form of Game
+
+This is probably stretching too much, however ULTRAKILL is somewhat of an inspiration to me. One,
+this game is made by mostly one guy as its seem, and he was able to make such a game design that I
+have never seen in other games. Two, every media that I consume of it makes me be somewhat inspired
+to create my world and characters, from music to art. Three, it made me remember what I love in
+games, which is see your progress and skills improving over time, challenge yourself, actually give
+focus to the game instead of having it together with a video in the background or something like it.
+
+Yes, it can be "just another boomer shooter", but it actually made me enjoy games again as a hobby
+and made me feel a lot more inspired, even more now when I'm focusing on work and job, and almost
+forgot for my love in video games, art and even video making. I have to admit that I almost forget
+to play it sometimes unfortunately, because it is comforting just sit and watch videos all day, but
+playing this game again really made me remember to also focus and have fun doing things that I love
+and can improve upon. Even when what you're improving is how fast and stylish you can kill a demon
+in a virtual game.
+
+**So go fucking play this game\!** And remember:
+
+Mankind is dead.\
+Blood is fuel.\
+**Hell is full.**
+
+> **Today's Artists & Creative Things**
+>
+> **Game:** [ULTRAKILL - by Arsi "Hakita" Patala (published by New Blood\
+> Interactive)](https://store.steampowered.com/app/1229490/ULTRAKILL/)\
+> Go play this game.
+>
+> **Album:** [Ultrakill: Imperfect Hatred (Original Game Soundtrack) - by Heaven Pierce Her\
+> (Hakita)](https://music.youtube.com/playlist?list=OLAK5uy_n0fai8FhkaKYVIZcPJEVz0w53i3yO7El0)\
+> Go listen to this album (I personally prefer this act/soundtrack/album).
+>
+> **Song:** [The Death of God's Will - by Heaven Pierce Her\
+> (Hakita)](https://music.youtube.com/watch?v=BSpR0DJEgxM)\
+> Go listen to this song (Personally prefer when it has the voice acting together, but even then it
+> stills superb. Just the name of the song is already a piece on its own).
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) org/licenses/by-sa/4.0)
diff --git a/daily-blogs/day-35_2023-12-10.md b/daily-blogs/day-35_2023-12-10.md
new file mode 100644
index 00000000..5bbafb7c
--- /dev/null
+++ b/daily-blogs/day-35_2023-12-10.md
@@ -0,0 +1,100 @@
+---
+post_date: 2023-12-10
+modified: 2024-03-26T11:56:54-03:00
+counter: 35
+public: true
+created: 2023-12-10T20:02:18-03:00
+url: https://guz.one/35
+tumblr_id: 736366052137746432
+title: Personal projects
+scope: guzsdaily
+---
+
+# Personal Projects
+
+I really don't know if I should separate them from "normal ones".
+
+This is something which I can't decide now when I'm trying to organize more my "free-time", personal
+projects never really worked well for me. Outside of projects for people around me, gifts, etc. most
+of my projects I like to add the same amount of effort and brand in them, because like I said in
+some previous posts, I like branding and creating logos and good-looking projects. But does it make
+me really be resting when every project looks like a work project?
+
+## The Problem with Coding
+
+Coding is one of the most enjoyable things that nowadays I do, I simply love how puzzle-solving-like
+it sometimes feels, and it's probably one of the best types of creative things you can do, because
+not only you have a fast feedback and see your work being built in front of your eyes, but also
+having it be interactive and probably something you want to use on your life is really a rewarding
+experience.
+
+However, this is not the same experience that you will have when you're working with code in a
+professional environment. Most of the time you will be doing tasks for a product that you don't use,
+or even like. Which is... Ok, really, you can still do the projects that you like after work. Still,
+there's something which I can't really explain, but in this part of my life, coding always feel
+somewhat work-ish in every way, and also, having just code related projects for my hobbies and work
+feels almost a prepared recipe for burnout and boredom.
+
+It's clear that coding projects are projects and not "personal projects".
+
+## The Problem with Hobbies
+
+But, hobbyist projects shouldn't be put in a different category, personally. Why? Because every
+project nowadays can become a work and/or have and need the same amount of effort as the other ones,
+even more when you like to make them public and "marketable" like I do. With things like social
+media, my like of open-source, of brand and logo design, the Capytal dream, every project can and
+probably will become its own thing in the future.
+
+I'm not even touching the monetary part of things and how hobbies can turn into profitable "side
+hustle". Yes, you are doing a hobby because you like it and have a passion, but liking or not, the
+idea of making it into an actual thing will always come to mind when you're creating it.
+*Nonetheless, side-hustles still are a bad idea for me and I don't like them, the point I wanted to
+make is more about recognition and showing your work publicly in a nice way.*
+
+## A solution\[?\]: Intention
+
+It's kinda obvious, this "solution", but I can't really think of anything better. But separation of
+intentions instead of projects themselves is probably the best solution for me. Not only that, but
+also the focus that I want in my life right now.
+
+Coding is still a hobby for me, but it's also the focus of my life nowadays. Independent if it is a
+project created by me, one created by a boss, or one that won't help me get a job/work somewhere,
+coding is the focus of my life because I need a job, and what is driving my life in the future days
+to months. So, said projects related to it are the ones which I will work Monday to Friday, giving
+the most time of my days. Everything else is what's help me break the routine and help my creative
+mind still be able to work with different areas of my life.
+
+The only thing I actually need to do is balance, and oh boy it's hard to do it. I have a lot of
+projects and hobbies,\\from creating a fictional world and drawing its characters, to creating
+modpacks and resourcepacks with custom 3D models for Minecraft, so the thing which I need to take
+care of if it's these "secondary focuses" are balanced in some way, so I don't end up just coding
+during the week, and drawing during the weekends. Do I really know how to do it or program it on
+Obsidian? No really, but for some time now I had the \#scope/ tag group lying around, so maybe I
+could do something like Quarter's or Month's scope or something like that, so I can filter them when
+choosing my projects and days in general. I will make an update when this feature become added to
+the system.
+
+-----
+
+However, there's a footnote: relationships. This is the only part of my organization and workflow
+which I still don't know how to organize. Yes, it can feel unnatural to "organize people in my
+life", but I'm not the best person when trying to pull conversation with friends and sometimes even
+save some hours to be with my girlfriend, so yes, I need some way to at least see if I'm giving
+attention to the important people in my life. This system probably will be best implemented when I
+start using some sort of time tracking software, so I'm able to actively see and choose to be with
+someone in that day. *I just want to be a good friend and boyfriend, y'know?*
+
+> **Today's Artists & Creative Things**
+>
+> **Creator:** [Aarthificial](https://youtube.com/channel/UCtEwVJZABCd0tels2KIpKGQ)
+>
+> This is a creator that I have been watching for a very long time, since it's first video,
+> actually. And it's a big inspiration for my interest in video making, creation and even game
+> development and devlogs. Just the idea that he actually created an entire library/application to
+> edit his videos and make the graphics that you see in his videos, explaining the logic and systems
+> of his game in a visual way that I have never seen before, really makes he stands out from the
+> rest for me. I know that I don't have a big influence or number of people reading these entries,
+> but even then, subscribe to his channel, he's having just 100k is a disservice.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) y-sa/4.0)
diff --git a/daily-blogs/day-36_2023-12-11.md b/daily-blogs/day-36_2023-12-11.md
new file mode 100644
index 00000000..fa67b1f7
--- /dev/null
+++ b/daily-blogs/day-36_2023-12-11.md
@@ -0,0 +1,60 @@
+---
+modified: 2024-03-26T11:56:52-03:00
+tumblr_id: 736455146711711744
+scope: guzsdaily
+counter: 36
+title: A small post
+created: 2024-03-05T13:50:33-03:00
+url: https://guz.one/36
+public: true
+post_date: 2023-12-11
+---
+
+# A Small Post and Victory
+
+Today I just want to do a small post and talk about a "small victory" if we could call it that.
+
+I sent my first job application\! Of course, I didn't receive any emails yet, but I hope to at least
+get an interview in a foreseeable future. I don't want to tell where I applied for reasons and
+anxiety in a way, I don't know, it just doesn't feel right to say the company, but it is a platform
+that I use pretty much everyday and is related to things that pretty much introduced me to
+programming. The tech is things that I already worked with and/or want to work more in the future.
+But Independently if I'm lucky or not to get a job or even an interview, just applying is a bit step
+for me.
+
+-----
+
+Also, talking about companies, because I'm trying to annotate places that I would like to work in, I
+pushed the Obsidian Templater plugin to another level pretty much I would say. Just look at this:
+
+
+
+> *No, Vercel is not the company that I applied, I'm not in that level yet. It's just an example,
+> and I used them because it's the hosting solution that I use. And I also used their website as a
+> test while developing the template.*
+
+Yes, this is a template which gets information directly from a company's website. I'm still
+developing it, but just the idea that I can actually fetch a website and scrap information from it
+like name, description, Twitter, GitHub profile, careers/jobs page, etc. is really eye-opening, and
+I will probably integrate more when working on annotating and collecting info from the internet.
+
+> **Today's artists & creative things**
+>
+> **Website/tool:** [Screenia - Free and Open Source Website Screenshot\
+> Tool](https://www.screenia.best/)
+>
+> I know that it is not "creative" in the common definition of it, but it's still something that
+> helped me and inspired me to create this template and other projects/tools in the future. While
+> working on the template I wanted to have the note's banner be the company's website/front-page,
+> and every single solution to do it via an API were paid, not open-source and/or needed some sort
+> of account, and Screenia is the opposite of all of that. So if you're a developer and or need a
+> tool like it, highly recommend you to use it, just remember that it's a personal/small project, so
+> please not abuse the API. Because it's open-source, you can host it yourself if you need a lot of
+> screenshots on demand.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-37_2023-12-12.md b/daily-blogs/day-37_2023-12-12.md
new file mode 100644
index 00000000..b88a323e
--- /dev/null
+++ b/daily-blogs/day-37_2023-12-12.md
@@ -0,0 +1,85 @@
+---
+public: true
+tumblr_id: 736547389250387968
+url: https://guz.one/37
+modified: 2024-03-26T11:56:51-03:00
+scope: guzsdaily
+created: 2024-03-05T13:50:33-03:00
+post_date: 2023-12-12
+counter: 37
+title: Laughing at my insecurities
+---
+
+# Laughing at My Insecurities
+
+> Another small post because I'm with a headache, since I didn't use my pomodoro timer, and now I'm
+> tired.
+
+It's not news that I have anxiety and insecurity, I mentioned it a lot in these posts, and it's
+obvious how it affects my life and productivity. Yesterday I had an attack because of all the
+thoughts and feelings that didn't got out of my mind, about how much I'm not spending time with
+people, how I wasted this year, how I didn't try hard enough and didn't do anything this year. I
+cried, a lot, and unfortunately worried my girlfriend which was in bed with me trying to give me
+comfort and someone to talk to.
+
+That feelings passed, sometimes you just need to let it out for things to be better, and a lot of it
+I also thank my girlfriend for being with and supporting me even when seeing me in that state hurts
+a lot to her. I wanted to be better and have less of these attacks, but now that I'm in a somewhat
+new stage of my life and mind, things still hard.
+
+-----
+
+So today, after all of that happening, I woke up and continued my day as usual, and one of the tasks
+for today was writing a script for a video that I need to do in the coming weeks. This video is
+something special to me, like this daily journal, and it always makes me reflect in myself a little
+while writing and making it. I needed to write something talking about how this year was and just an
+overview of it, somehow I was able to make it a little more upbeat, because being honest I learned a
+lot of things this year. And it kinda just placed me in a good mood.
+
+After finishing the script, I close it and open my daily note to check the task's checkbox to mark
+it as done. And while seeing the note and thinking on what to do next, I look at this little heat
+calendar that I have of the year, showing much work I did in a day and how much I followed my
+routine (the brighter the green, the better):
+
+
+
+...
+
+.......
+
+**HOW THE FUCK THIS WAS A BAD YEAR?\!?\!?\!?\! This doesn't look like a bad one, THIS WASN'T A BAD
+YEAR\!\!**
+
+And immediately after that, I started to have a laugh attack and couldn't stop. Literally all that
+insecurity started to feel like a joke, I couldn't believe how much I actually worked this year and
+how much I was blinding myself.
+
+**HAHAHAHAHHAHAH\!\!\!**
+
+How I could consider this a bad year?\!?\! *Go fuck yourself Gustavo, my fucking god lol.*
+
+After seeing and showing to my girlfriend, she literally just sent me this:
+
+
+
+-----
+
+That's it for today.
+
+> Also as a little update, I didn't got the job that I applied yesterday.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Abrasive - by Ratatat](https://music.youtube.com/watch?v=YCnzInuu-Lo)
+>
+> I don't know if it makes sense recommend it again here, but for me it does.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-38_2023-12-13.md b/daily-blogs/day-38_2023-12-13.md
new file mode 100644
index 00000000..8bb3f467
--- /dev/null
+++ b/daily-blogs/day-38_2023-12-13.md
@@ -0,0 +1,34 @@
+---
+tumblr_id: 736635715429040128
+title: Empty brain
+modified: 2024-03-26T11:56:51-03:00
+scope: guzsdaily
+url: https://guz.one/38
+created: 2024-03-05T13:50:33-03:00
+counter: 38
+post_date: 2023-12-13
+public: true
+---
+
+# Empty Brain
+
+I gonna admit, I have no ideas to what to talk about here today. There are some ideas annotated in a
+file here, but none of them "feels right" to talk about in a week day, to be honest. Maybe I'm just
+tired or making excuses? Maybe, but some after 38 days writing this journal, one day or another
+there will be posts like this where it is just paragraphs of nothing. And I think that's ok, even
+more when I'm sincere about it to my self and you who's reading this. Really, the only thing that's
+on my mind is that I need to start going back to the gym, I stopped for a lot of days now, and it
+isn't good for my physical and mental health, probably.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Random Access Memories - by Daft\
+> Punk](https://music.youtube.com/playlist?list=OLAK5uy_kNhM2yaBTOVwrcZJepB1C9P3-n5_Sfy5c)
+>
+> For some reason this album nowadays is my go-to album when I'm working, I really don't know why, I
+> just started to listen to it while working, and now it's just routine to open it and let the
+> algorithm decide after it's ended what I'm going to listen to. Most of the time I don't really
+> listen to the music, I just like to have something in the background really.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-39_2023-12-14.md b/daily-blogs/day-39_2023-12-14.md
new file mode 100644
index 00000000..35797f0a
--- /dev/null
+++ b/daily-blogs/day-39_2023-12-14.md
@@ -0,0 +1,31 @@
+---
+public: true
+title: Not productive day
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 736731889944199168
+scope: guzsdaily
+url: https://guz.one/39
+post_date: 2023-12-14
+modified: 2024-03-26T11:56:50-03:00
+counter: 39
+---
+
+# Not Productive Day
+
+So today wasn't a productive day at all, most of the day I just watched videos after again didn't
+start my routine trigger in the morning. I'm actually writing this while watching with my
+girlfriend, so sorry if this post is not the best.
+
+But to be honest, I'm not so shameful of myself as I was before, It's just one day and at least
+today I was able to go to the gym and do most of my exercises, so at lest a little win today was
+made. Also, this week I don't have a big project, I want to pass the following days to do a gift for
+my girlfriend, because her birthday is coming, and I want to make something special.
+
+> **Today's artists & creative things**
+>
+> **Blog:** [@sophia-codes](https://www.tumblr.com/sophia-codes)
+>
+> Nice to see you posting again, my friend ;'')
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-40_2023-12-15.md b/daily-blogs/day-40_2023-12-15.md
new file mode 100644
index 00000000..67f2e7eb
--- /dev/null
+++ b/daily-blogs/day-40_2023-12-15.md
@@ -0,0 +1,41 @@
+---
+public: true
+tumblr_id: 736812079676309504
+title: A rainy day
+modified: 2024-03-26T11:56:49-03:00
+post_date: 2023-12-15
+url: https://guz.one/40
+counter: 40
+created: 2024-03-05T13:50:33-03:00
+scope: guzsdaily
+---
+
+# A Rainy Day
+
+I'm writing this sooner and somewhat on a fast pace than normally because after the hot climate that
+was the past days, now as I'm writing this there's a storm going on, not too big, so I'm not in
+danger, just big enough to have the possibility of energy going out. And I don't want to end up not
+posting today, which now that I realized, is the Day 40\! My god, time flies.
+
+Today was better than yesterday, I mostly didn't procrastinate or watch videos, and was able to
+continue the gift on a somewhat fast pace. So another win in a way\! At least, I'm now able to kinda
+recover quickly after a bad day and just continue as normal. The only thing I wasn't really able was
+to contribute to open-source like I wanted to do in the Fridays, I don't know if it's I doing
+excuses, but it seems that the following days until my girlfriend's birthday will be somewhat
+different because I need to complete this gift in time. No, she's not pressuring me to give
+something or even in time, I personally just have a somewhat strong feeling when it comes to
+commemorative dates, so I want to make something special and just be a good partner to her - maybe
+there's a little of insecurity and anxiety in this, because I already lost a lot of dates and even
+remembered wrongly what was our dating birthday this year, so I not want to do wrong again. But it
+is my problem, and she already helps a lot me to not pressure myself also, to be honest I can't
+believe how I'm with someone so lovely as her.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Inbox - by Scatolove](https://music.youtube.com/watch?v=zXolFH2CyfsB)
+>
+> I already recommended this song in the past, but I just love it, and unfortunately I'm not being
+> able to find new ones to recommend here lately.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-41_2023-12-16.md b/daily-blogs/day-41_2023-12-16.md
new file mode 100644
index 00000000..eda7d0c6
--- /dev/null
+++ b/daily-blogs/day-41_2023-12-16.md
@@ -0,0 +1,60 @@
+---
+modified: 2024-03-26T11:56:47-03:00
+tumblr_id: 736909572089020416
+created: 2024-03-05T13:50:33-03:00
+public: true
+post_date: 2023-12-16
+url: https://guz.one/41
+scope: guzsdaily
+title: Predicting and programmin
+counter: 41
+---
+
+# Predicting and Programming: Enemies for Life
+
+> Today I will try to write something bigger, but I'm somewhat short on time now, so sorry if it's
+> not the best.
+
+Never believe when a programmer says that he knows how much time and effort a project will take,
+they're lying, even more when this programmer is yourself. In the past couple of days I passed
+programming a small mobile application, as a gift for my girlfriend like I talked about in the past
+entries, and I gave me around one week and a half more or less, because I didn't want to disturb my
+normal routine and other projects so much, but also wanted to do something special from the ground
+up. It seems like a small-time frame, even more when it is time-sensitive and has a completion date,
+but I already did some apps in the past, and it actually was a rewrite/remaking of an app that I
+made for her in the past year, so it would be somewhat easy.
+
+However, as you can tell by the title, it did not was that easy.
+
+## Wanting to Be on the Edge
+
+The shit started right when I started to set up the project, because I wanted to try a new
+tool/library to make this app, one that is in late alpha at the time of writing this:
+[Tauri](https://tauri.app), more specifically the 2.0 version that introduces mobile support;
+instead of [Capacitor](https://capacitorjs.com), that was what I used before.
+
+In my defense, this is a personal project, and in personal projects I tend to want to try new
+technologies and things that I'm interested in to be able to learn something new that I can use in
+my "commercial" projects in the process. But against my defense, this tool is not even in Beta, so
+obscure bugs and/or lack of documentation were something that would happen, and it's not the best
+scenario when you need to do something in time.
+
+At the start of the development it was smooth sailing, just enter the initialization command, choose
+a framework, yadda yadda. And Tauri was compiling and working fine, my web app was being wrapped in
+a native one and because it is an app that it's mostly "client-side", I didn't need to worry so much
+about Tauri itself, it was just a wrapper really so I could give the app as a .apk to be installed.
+But then, out of nowhere, the web app stops working inside the wrapper. The app is a static website,
+however for some reason, when I opened the app, it complained about not having a server.
+
+-----
+
+I will have to separate this post into 2 parts, the next one I will post tomorrow, hopefully. There
+are some emergencies happening in my life now that I need to take care of and stopped me from
+writing more.
+
+> **Today's artists & creative things**
+>
+> **Song:** [The Loneliest - by Måneskin](https://music.youtube.com/watch?v=jqJX_FEDI3s)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) ommons.org/licenses/by-sa/4.0)
diff --git a/daily-blogs/day-42_2023-12-17.md b/daily-blogs/day-42_2023-12-17.md
new file mode 100644
index 00000000..b383c818
--- /dev/null
+++ b/daily-blogs/day-42_2023-12-17.md
@@ -0,0 +1,130 @@
+---
+counter: 42
+url: https://guz.one/42
+public: true
+post_date: 2023-12-17
+created: 2024-03-05T13:50:33-03:00
+title: Programming and predictin
+scope: guzsdaily
+modified: 2024-03-26T11:56:47-03:00
+tumblr_id: 737000506201882624
+---
+
+# Predicting and Programming: Enemies for Life (part 2)
+
+> This is the direct continuation of yesterday's post.
+>
+> I hope that I'm able to continue my daily journals as usual, but there's a strong possibility that
+> one day or another I will not able to post, or need to post after midnight. Also, the entries
+> probably will be shorter or just small updates sometimes even on weekends, but I will try to write
+> them on the morning to be able to have time and brain to do something bigger and with better
+> quality. And some posts I could even need to split into two if I need to stop writing one in the
+> middle, like what's happened yesterday. There's no need to go into details, I don't want to expose
+> my personal life nor of the people around me, I just want to inform that this end of year is not
+> being great to my partner, so I want to be with her as much as I can to help and support her to
+> whatever she needs to.
+
+-----
+
+### "A Ghostly server"
+
+Like I said in the last part, the application was complaining about not having a server, and the
+stranger, it was complaining about not having the development server running. This as a production
+build of the application, the embedded web-app were a static one, a static HTML file, why was it
+complaining about the server\!? I tried searching around the Tauri's GitHub issues, but there was
+nothing about it, and creating an issue wasn't in my mind at the time because again, I am short in
+time and couldn't wait for a fix.
+
+So because Tauri wasn't working, and I didn't even want to think about how to fix this problem, I
+switched back to CapacitorJS. This process was somewhat easy, because both of them are a "wrapper",
+so I just needed to move the web app part of the application from a template to another, but it was
+somewhat time-consuming (I'm not so accustomed to Vim and my new file explorer, so navigating was
+somewhat slower, and like every JavaScript project, just setting it up a template can be
+time-consuming). But after setting it up, Capacitor compiled, and the app was working as normal
+without any differences.
+
+## Framework Hopping
+
+While that was happening, when I started the project, I also wasted a lot of time choosing what
+framework to use. "Why?" One, JavaScript is an ecosystem that in general can be somewhat
+overwhelming with choices; Two, I already used [SvelteKit](https://kit.svelte.dev) for my last
+application and projects, so this time I wanted something different; Three, I wanted to try
+something more "native-like".
+
+### Web as Native
+
+I started trying to use [Framework7](https://framework7.io), because it has a collection of
+components and routing that emulates the native-app experience, and most important to me, it had the
+updated Material Design 3 (Material You) design; with [Svelte](https://svelte.dev), my primary UI
+framework of choice. But it didn't work that well. The routing wasn't how I liked it to be, and
+Framework7 is a somewhat old framework as it seems (it uses [Gulp](https://gulpjs.com) as its build
+system and the last commits were a month ago, the project is not that active), it stills a great
+project, but somewhat difficult to integrate with newer thing like Svelte 4 and
+[Vite](https://vitejs.dev). After not being able to, I tried to [KonstaUI](https://konstaui.com/)
+with Svelte, but ended up with the same results. If you know something about this area of trying to
+make web apps feel like a native app, you are probably thinking something like "why you didn't use
+[Ionic](https://ionic.io/)?", and the main reason is that it stills uses Material Design 2, and
+personally I like more how the newer version looks. Also, Ionic doesn't have official support for
+Svelte, and even knowing that the [community package](https://github.com/Tommertom/svelte-ionic-app)
+is good, I already used it in the past and wanted something new to try.
+
+So, after probably hours, if not a day, trying that, I hopped into another idea. I found something
+called [Beer CSS](https://www.beercss.com/), a library that creates a Material You look and app
+using just CSS pretty much, so I could use any framework that I liked\! Nonetheless, because it was
+pure JS and CSS, I thought it would be good to use [Astro](https://astro.build), so I could also
+take advantage of its new View Transitions feature, and could use Svelte still for the interactivity
+blocks. But as you can already tell if you know Astro, it's probably not the best idea to use a
+static site generator (SSG) as a mobile application framework, however it was working, and I was
+being able to create something and actually develop the application part of things and not just
+continue setting up new projects.
+
+### Lack of Documentation
+
+But then some cracks started to open. Beer CSS's documentation is not the greatest for me, it's
+mostly code examples and there's pretty much no words about customization and how the CSS words
+and/or how to manipulate it, and it seems that you really need to follow Material's system and
+hierarchy to it to work properly. I don't have time for this, and I already wasted 2 to 3 days
+fighting my way around all of this.
+
+Also, while this was happening, the problem with Tauri also happened, which for some reason also
+made me switch from Astro to SvelteKit. Why? I don't know really, for me the problem with the server
+could be related to it, but of course it didn't work, and I had to switch to Capacitor like I said.
+
+## Blank Screen and Broken Dreams
+
+And then, another problem appeared out of nowhere, the built app with CapacitorJS started to have a
+total black screen when I opened it. There were no errors in the console, warnings on the screen,
+nothing, the app simply stopped working, and I couldn't find anything about it on the issues, and
+being honest, at this point I had already wasted around a week and couldn't handle it anymore. The
+idea of not being able to give at least something in time was storming my mind and I ended up
+wasting another day procrastinating, because I couldn't handle and think of solutions.
+
+I had so many ideas for this app and now everything stopped working, I was exhausted, this was
+supposed to be something special for my girlfriend, and I don't want to lose the date again, even
+more now when she's passing difficult times in her life. I need to do and try something.
+
+### Compromises
+
+This is where I am right now. I have less than a week to finish this project, and the app itself is
+way unfinished than I anticipated it would be days ago. So, what we do when this happens?
+Compromises, I already had in mind that I would create just some features until the date and then
+update over time, but now it will be just one feature and as an online website for now.
+
+One of the features of this app is an interactive messaging page, to give complements and things
+like that, but for now I will try to repurpose it to some predefined messages and just express out
+of my heart to her using it. Do I want to be simple as that? No, but it only what I can do for now,
+and hopefully I will be able to add more things as time passes, I really want to do something
+special and specific for my girlfriend. Thankfully, porting it to a native app in the future won't
+be so hard, and I already have some ideas now on how to fix the past bugs that impossibilitaded me
+from porting it, however I will try to focus more on the features themselves for now.
+
+Knowing my girlfriend, she will understand, but again, it's more of me to her thing in my mind.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Hello, World - by Louie Zong](https://music.youtube.com/watch?v=5GtWIwTeS-4)
+>
+> I don't know why, writing this post just remembered me this music.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) mons.org/licenses/by-sa/4.0)
diff --git a/daily-blogs/day-43_2023-12-18.md b/daily-blogs/day-43_2023-12-18.md
new file mode 100644
index 00000000..75156ae6
--- /dev/null
+++ b/daily-blogs/day-43_2023-12-18.md
@@ -0,0 +1,32 @@
+---
+modified: 2024-03-26T11:56:46-03:00
+created: 2024-03-05T13:50:33-03:00
+url: https://guz.one/43
+title: Another day without a title
+scope: guzsdaily
+counter: 43
+tumblr_id: 737090729918267392
+post_date: 2023-12-18
+public: true
+---
+
+# Another Day without a Title
+
+I don't know if I'm just being lazy at this point, but I really don't know what to say in today's
+post.
+
+Most of the day I just procrastinated, at least in the morning being honest, and then worked a
+little more on the app and in some models for something I want to do in a Minecraft world that I
+have with my partner. I don't know, just had an idea of doing something chill and simple on her
+birthday to commemorate and be with her a little closer.
+
+Hopefully in the next days after her birthday I will try to put myself on the road again and return
+to being more productive, I have some ideas, and probably will switch Linux distro also, but that's
+another talk for another day. Thanks for reading.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Inbox - by Scatolove](https://music.youtube.com/watch?v=zXolFH2CyfsB)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-44_2023-12-19.md b/daily-blogs/day-44_2023-12-19.md
new file mode 100644
index 00000000..a38f890f
--- /dev/null
+++ b/daily-blogs/day-44_2023-12-19.md
@@ -0,0 +1,35 @@
+---
+tumblr_id: 737177974236971008
+created: 2024-03-05T13:50:33-03:00
+public: true
+modified: 2024-03-26T11:56:45-03:00
+title: Lost momentum
+counter: 44
+post_date: 2023-12-19
+url: https://guz.one/44
+scope: guzsdaily
+---
+
+# Lost Momentum
+
+I don't have a lot of time for today's post, it's already late, and I blame myself for not writing
+this on the morning as I should do because of what is happening around my life at the moment. My
+productive momentum was pretty much lost after everything happening in the last weeks, for some
+reason bad things always happens at bad times, so I'm needing to rethinking and reorganize a lot of
+things, specially my thoughts and focus. Hopefully everything will return to normal in a foreseeable
+future, or I don't know, at least be able to go to my therapist to work with them how I can handle
+everything.
+
+But I will not give up. Everything one day or another has to change, and at least we can try to give
+directions so it changes to something better.
+
+> **Today's artists & creative things**
+>
+> **Playlist:** [cool japanese songs with funky vibes (playlist) | duskfall - by\
+> qiruto](https://youtu.be/lZL3WB5mmDw)
+>
+> This is what I'm listening to at the moment of writing, and this channel in general has a lot of
+> playlists that I like and hopefully you will like too.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-45_2023-12-20.md b/daily-blogs/day-45_2023-12-20.md
new file mode 100644
index 00000000..3126f7f5
--- /dev/null
+++ b/daily-blogs/day-45_2023-12-20.md
@@ -0,0 +1,23 @@
+---
+modified: 2024-03-26T11:56:44-03:00
+public: true
+tumblr_id: 737269870500167680
+url: https://guz.one/45
+title: Gifts
+scope: guzsdaily
+post_date: 2023-12-20
+counter: 45
+created: 2024-03-05T13:50:33-03:00
+---
+
+# Gifts
+
+She loved all of them. And I don't know who cried more, she from happiness, or me from happiness and
+relief. Honey, I love you.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Inbox - by Scatolove](https://music.youtube.com/watch?v=zXolFH2CyfsB)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-46_2023-12-21.md b/daily-blogs/day-46_2023-12-21.md
new file mode 100644
index 00000000..fc629a0c
--- /dev/null
+++ b/daily-blogs/day-46_2023-12-21.md
@@ -0,0 +1,49 @@
+---
+url: https://guz.one/46
+created: 2024-03-05T13:50:33-03:00
+modified: 2024-03-26T11:56:43-03:00
+title: Years end thoughts
+counter: 46
+scope: guzsdaily
+public: true
+post_date: 2023-12-21
+tumblr_id: 737368978346983424
+---
+
+# Year's End Thoughts
+
+I don't know if everyone has the same moment or situation, probably yes, but do you know when
+December starts and everything just hits or is done different?
+
+There's no way I can explain this properly, but I simply, don't want? Or am unable to continue my
+routine that I was doing recently more, at least for this month it feels. With family, love, the
+holidays and things just happening all at once, it's almost strange to just work on a coding project
+as I was planning to do. I feel like I can, I don't know, make some small projects or tasks, things
+like changing my operating system, organizing some stuff, things like that to "prepare me for next
+year".
+
+Yesterday was my girlfriend's birthday, in the next days it's Christmas, and in one week is
+already 12.024. Like I said before, I don't have a year's objective or goal, nor feel like my life
+changes when a number in the calendar changes. However, just ignoring the holidays and working as
+normal, as if nothing was happening, feels wrong.
+
+Probably I will talk more tomorrow about this, but I feel like I just want to finish the video that
+I need to post at the end of this year, and then in the next week just turn off my mind a little, or
+at least do small things for my workflow and things like that;
+
+Year's ends are always strange to me.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Banana Man - by Tally Hall](https://music.youtube.com/watch?v=BRD9BqjIk-E)
+>
+> I found this song because of a [Minecraft's villager AI cover of it on\
+> Reddit](https://www.reddit.com/r/Minecrafthmmm/comments/18gcc9y/hmmm), how? Why? I don't fucking
+> know\! But I love both the cover, and even more the original version. The only thing I'm
+> questioning really is: Do you want a banana?
+>
+> This is probably the most off-topic song to place in this post, and you know what? I love it. For
+> some reason,
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-47_2023-12-22.md b/daily-blogs/day-47_2023-12-22.md
new file mode 100644
index 00000000..c72b9649
--- /dev/null
+++ b/daily-blogs/day-47_2023-12-22.md
@@ -0,0 +1,27 @@
+---
+public: true
+modified: 2024-03-26T11:56:42-03:00
+url: https://guz.one/47
+tumblr_id: 737451636838023168
+created: 2024-03-05T13:50:33-03:00
+title: Laziness
+scope: guzsdaily
+counter: 47
+post_date: 2023-12-22
+---
+
+# Laziness
+
+I'm kinda with laziness with making this entry, I'm gonna be honest. Today I just worked on some
+Minecraft modpacks, so I can use it later and also working on a custom one for my girlfriend, to
+give it as a simple gift in Christmas, ~I like to give gifts~. So yea, kinda doing nothing this week
+and maybe next week.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Banana Man - by Tally Hall](https://music.youtube.com/watch?v=BRD9BqjIk-E)
+>
+> Do you want a banana?
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-48_2023-12-23.md b/daily-blogs/day-48_2023-12-23.md
new file mode 100644
index 00000000..75287b36
--- /dev/null
+++ b/daily-blogs/day-48_2023-12-23.md
@@ -0,0 +1,40 @@
+---
+tumblr_id: 737543407845654528
+scope: guzsdaily
+title: Not knowing what to do
+post_date: 2023-12-23
+counter: 48
+public: true
+modified: 2024-03-26T11:56:42-03:00
+url: https://guz.one/48
+created: 2024-03-05T13:50:33-03:00
+---
+
+# Not Knowing What to Do
+
+I've to admit that I'm lost again on what to do daily in this end of year, mostly because **I'm not
+planning as I should weekly y'know?** Again, ends of the year are strange to me, and I really don't
+know if I should work as normally or do something different and "lither"? Making a project feels
+like, wrong for some reason, like, I know that I will go out on the Holidays, and my sleep routine
+will probably be affected, so trying to work as normally feels like a bad idea. I don't know if what
+I'm doing is bad or good, being honest, I feel strange not working nowadays, and/or not having a
+clear task for the day, so maybe I will try to plan and work on my computer like I said.
+
+I have some ideas to improving my workflow and how I manage code repositories on my computer and
+just a more stable way to work, probably, I will update about it when I start working on it.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Moonlight Sonata (3rd Movement) - by Beethoven, remix by\
+> Meganeko](https://music.youtube.com/watch?v=sC2V5CQ4OgA)
+>
+> For some reason, this morning I entered on a small rabbit hole about Geometry Dash, and remembered
+> how much the community of this game is still alive and creative. Even more when knowing about the
+> new 2.2 update. But with that out of the way, because of [one of the levels that I saw
+> today](https://youtu.be/RoazdzhDEIs) ~which I don't know how the fuck it is made in Geometry
+> Dash,~ I found this music. **And brother,** I don't know why, but when you remix a classic music
+> with something new, it becomes a masterpiece. Beethoven already goes hard sometimes, but this
+> remix takes it to another level I would say. Give it a listen.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-49_2023-12-24.md b/daily-blogs/day-49_2023-12-24.md
new file mode 100644
index 00000000..901182e1
--- /dev/null
+++ b/daily-blogs/day-49_2023-12-24.md
@@ -0,0 +1,115 @@
+---
+title: Another return, another change
+tumblr_id: 737626114195963905
+post_date: 2023-12-24
+created: 2024-03-05T13:50:33-03:00
+scope: guzsdaily
+modified: 2024-03-26T11:56:41-03:00
+url: https://guz.one/49
+public: true
+counter: 49
+---
+
+# Another "return", Another "change"
+
+Today I, procrastinated, but also organized the tasks for this week. It's again the end of the year,
+and after December 31st, it will be another "return to productivity" for be, seeing how I didn't
+work so much on my projects these pasts 2 to 3 weeks. I don't plan to make a lot of changes for my
+organization workflow that much, even more on Obsidian, the main blocks are already done, so there
+are just some small system to do, but said systems are more about the collecting information,
+note-taking, etc. part of things. Now, something I want to work on more is my Operating System.
+
+## My Current OS
+
+### Using Arch, Btw
+
+"I use Arch, btw" for around a year now, and being honest, it's great\! I made my switch to Linux
+not a lot more than a year ago also, but in the first months I tried using [Zorin\
+OS](https://zorin.com/os/), but switched to [Arch Linux](https://archlinux.org/) not long after,
+because of [Davinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve) being easier
+to install on it \[and\] because of the [Arch User Repository](https://aur.archlinux.org/) (AUR)
+\[itself\] and the [Arch Wiki](https://wiki.archlinux.org), both which really helped me a lot during
+this first year of going full-time Linux.
+
+For most of the year, the experience was great and there weren't a lot of problems, I used the
+[Archcraft](https://archcraft.io) distribution, so didn't to bang my head installing the OS, the
+desktop environment (DE) was really customizable, and was a normal experience for someone who was
+using Windows (so floating windows, mouse-centric, etc.). Developing on Linux was, and is, something
+so fucking good also, and I don't see myself going back to Windows any time, if any time soon.
+
+Even using my drawing tablet, the HS610, didn't have a lot of problems even when it's not that
+well-supported, and being honest, I think that using Linux and most importantly Krita for drawing,
+made me draw a lot better also.
+
+### Customizing
+
+After using Linux for half a year, I wanted to customize it more. Without counting, changing things
+like colors and themes in my DE, I didn'tmakee that much to make my operating system my own. So
+after switching to NeoVim and learning about how much customizing your environment specifically for
+you can help your productivity, I wanted to make it to the OS level.
+
+Without going into many details, I switched from XFCE (X11) to Hyprland (Wayland), so I could
+migrate to the new paradigm that Linux is going nowadays, have a more performant and responsive
+desktop and also a tiling window manager, so I could make my OS more keyboard-driven. Also,
+switching to a different, not configured, desktop environment, opened the opportunity for me to
+customized and understand it more deeply. With that all, I created a system for switching between
+different types of work environment, something which I gave a small glance in [Day 25: "\[A little
+taste of\] The joy of Linux"](https://guz.one/25), and a lot of keystrokes and things like that to
+move on my computer without the mouse.
+
+### The Problem: Stability
+
+For most of the time, and to this day, most of the experience was okay and really improved my
+workflow and how and how fast I use, navigate, and interact with my computer. However, switching
+from X11 to Wayland didn't help a lot in the terms of compatibility with some applications like
+Discord and my drawing tablet. I was able to fix the problems most of the time, and my main work,
+programming, wasn't affected at all. But, if you don't know, Arch Linux is a rolling releases
+distribution, and somehow for some reason, and/or because most of the fixes that I made were glue
+together in some way or another, they stopped working, primarily Discord not being able to screen
+share, but also some visual glitches that happen from time to time.
+
+And being honest, most of the problems are fixable easily, and I choose this path going to Arch
+Linux, because when I fix something in my computer, I also end up learning something about it and my
+OS. However, I'm trying to find a job now, I'm trying to work day-to-day now, and needing to fix
+something that broke because of an update, without being able to just roll back and work on it
+later, will not help at all. Not only that, but I want to customize even more my computer, so if I
+could make said customizations reproducible in other machines and/or when I need to reinstall my OS
+time to time, I could save a lot of time.
+
+So if you are someone in the Linux community, you already know where I'm going with this.
+
+## Going to NixOS
+
+I have been hearing and orbiting the topic of [NixOS](https://nixos.org/) for a time now. If you
+don't know about NixOS, I'm going to be honest, I'm not able to explain everything to you here, and
+if you know little to none about Linux also... what the fuck are you doing here? Nonetheless, it has
+what I need nowadays: it is more stable, and can roll-up the entire system pretty much to a previous
+version if anything breaks; it isn't a rolling release distro; and it has something which I didn't
+see in any other OS, which is the ability to configure everything about your computer in one (or
+multiple) main configuration file. Not only that, but also copy that file(s) to another computer
+with NixOS, and reproduce everything about your setup easily without moving dot files around.
+
+So of course it is a no-brainer for me.
+
+And yes, I know that NixOS is not the best for beginners like me, but thankfully I think I found
+some videos and tutorials to help me start and have a working system like I want in some week(s). I
+can always work and customize more as time goes. The only things which I already know are going to
+be a challenge is its wiki not having the best documentation, even worse for beginners, so I will
+probably use a lot of Reddit, Discord, and even the Arch Wiki a lot in some problems that I
+encounter. I hope that with the new paradigm that I want to work on mitigates a lot of problems that
+I encounter, because I plan to use a lot more [Flatpak](https://flatpak.org/) to install day-to-day
+applications and use containers on coding projects, I want to try to isolate more the things on my
+computer, so they don't end up affecting each other that much, but that's a talk for another day.
+
+I will keep posting about this transition in the coming days, probably, so prepare for some
+Linux-related entries.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Moonlight Sonata (3rd Movement) - by Beethoven, remix by\
+> Meganeko](https://music.youtube.com/watch?v=sC2V5CQ4OgA)
+>
+> This song doesn't stop playing in my head nowadays.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) ses/by-sa/4.0)
diff --git a/daily-blogs/day-50_2023-12-25.md b/daily-blogs/day-50_2023-12-25.md
new file mode 100644
index 00000000..fa3a6d7e
--- /dev/null
+++ b/daily-blogs/day-50_2023-12-25.md
@@ -0,0 +1,61 @@
+---
+title: A normal day
+modified: 2024-03-26T11:56:40-03:00
+scope: guzsdaily
+url: https://guz.one/50
+tumblr_id: 737725727311527936
+post_date: 2023-12-25
+created: 2024-03-05T13:50:33-03:00
+public: true
+counter: 50
+---
+
+# Another Entry
+
+Before all, merry Christmas and good holidays, it's late to say this? Maybe, but whatever.
+
+50 entries, 50 days, huh... it's interesting how I feel like I'm in a similar situation as how I
+were at the start of all of this, a little lost and wanting to configure my computer. Should I write
+something special? I really don't know, even after 50 entries, there's little to none people reading
+this, and y'know? I don't care\! It's already surprising that I was able to go half of 100 entries,
+and to be honest, I think I'm able to go there.
+
+However, being honest, I'm not that motivated to write these entries compared to before. Maybe it's
+because I'm writing these at the night now, maybe it's because I don't have a lot of ideas for it
+anymore, or maybe because it takes around an entire hour to write something decent here most of the
+time, I don't know why. I don't want to stop writing them, I don't want to stop something so
+continuous in my life, something which I'm being able to continue even in the worst days, I will not
+stop. But, I need to stop thinking about writing something big every day, and also, block myself
+from writing about other topics, probably.
+
+I don't know how to explain and even do it, but maybe I will write about other topics in my other
+blogs and repost them here under the "daily journal" umbrella. If you don't know, I have three more
+blogs here on Tumblr: [@guz013](https://www.tumblr.com/guz013),
+[@guzscode](https://www.tumblr.com/guzscode), and [@guzsart](https://www.tumblr.com/guzsart). But
+all of them are empty, and one of the reasons is this daily journal/blog, because I'm going to be
+honest, I don't think it would be good to multiple long posts every or some days for each blog just
+for the sake of "separating" things. These daily journals are my way to document my life in the long
+term, but also be able to share topics and things that I find interesting, but the latter ended up
+dying out as time passed and ideas faded, without counting also my "belief" that this blog should
+just be a log and/or to help other people in their lives maybe? I don't know, the idea of this being
+a log for the Capytal project also was thrown away in some way or another, mostly because it's a
+project hard to "log" in a sense.
+
+In general, I'm trying to return and find a purpose for this daily journal again, because if it ends
+up just being a "life log", there will probably a lot of smaller posts than I like, because my life
+is not that interesting. Will it change tomorrow? No, I will probably just start something "new"
+when I end up actually automatizing this and other things related to my social media. I'm gonna be
+honest, I don't like using social media in general, but I need to post things if I want to be
+someone in this world and on my career.
+
+So well, see you tomorrow as usual.
+
+> **Today's artists & creative things**
+>
+> "**Music:** *Instead of an album, I think it's best to recommend the artists itself today* -
+> [**Scatolove**](https://music.youtube.com/channel/UCRrcJVynB_ahge0NwWfdJkQ)."
+>
+> If you remember, you know.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-51_2023-12-26.md b/daily-blogs/day-51_2023-12-26.md
new file mode 100644
index 00000000..687cd769
--- /dev/null
+++ b/daily-blogs/day-51_2023-12-26.md
@@ -0,0 +1,30 @@
+---
+created: 2024-03-05T13:50:33-03:00
+counter: 51
+title: A little tired, a little farm
+public: true
+modified: 2024-03-26T11:56:39-03:00
+tumblr_id: 737813308115238912
+url: https://guz.one/51
+post_date: 2023-12-26
+scope: guzsdaily
+---
+
+# A Little Tired, a Little Farm
+
+I'm a little tired today, so just a small post for today, but I did a little sugar cane farm in my
+(and my partner's) survival world\!
+
+
+
+Really proud of how it's turning out, it's maybe not the most efficient or productive, but it's
+pretty and functional nonetheless. Have a great day, noon or night depending on where you're reading
+this.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-52_2023-12-27.md b/daily-blogs/day-52_2023-12-27.md
new file mode 100644
index 00000000..7067f4cf
--- /dev/null
+++ b/daily-blogs/day-52_2023-12-27.md
@@ -0,0 +1,53 @@
+---
+url: https://guz.one/52
+tumblr_id: 737905640300806144
+scope: guzsdaily
+post_date: 2023-12-27
+title: Relief because of a checkbox
+created: 2024-03-05T13:50:33-03:00
+counter: 52
+modified: 2024-03-26T11:56:38-03:00
+public: true
+---
+
+# Relief Because of a Checkbox
+
+In these past days, I wasn't doing so well, being honest. Again, I'm kinda lost because of this "end
+of the year" period, hopefully I'm able to get off in some days, something which is kinda easy?
+Because nowadays returning to my tasks is not really a problem anymore I think. However, in this
+week/period, I simply don't want to think so much about it.
+
+But, even trying to not think about it, I still had a weight in my body/mind for some reason,
+something which I tough was laziness, because I forgot how much having overdone tasks affected me.
+Yesterday I, according to the planning that I did at the start of the week as usual, needed to edit
+a video which I will post on the New Year's Eve, but I ignored it for some reason. And, as you
+probably guessed by now, I had this felling and weight in my body because of it, I was thinking how
+much I'm lazy, or how I want to just go to bed and sleep and do nothing, I simply was "in a bad
+mood".
+
+Nonetheless, the distractions faded, and nothing was really "fixing" these feelings, so I saw my
+daily note today, saw the task on the "overdue" category... "ok, let's just do it before I forget
+and end up missing the timeline". So, I did it, in probably less than an hour, - it was a simple
+video, and with Kdenlive's speech processing tool was even easier than before - I posted it on my
+channel and programmed it to be public in the correct date and hour. After that, I checked the box
+to mark the task as completed, and right when I clicked it, all that weight simply vanished, all
+that "laziness" faded off, and I felt like I had energy.
+
+I'm probably not the only one who forgets how much relief and happiness you can get when you mark
+something as done, when you see your progress bar filling up, and for sure I'm not the first one to
+say and share the idea of "just doing the thing". If you're reading this, you probably also know
+that concept of "eat the frog as early as you can", which I was thinking about today for some
+reason.
+
+Sometimes you just need to do it, to actually remember what things you like.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+>
+> (I have been playing a lot of Minecraft lately and not listening to new songs recently, give me a
+> break)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-53_2023-12-28.md b/daily-blogs/day-53_2023-12-28.md
new file mode 100644
index 00000000..88347663
--- /dev/null
+++ b/daily-blogs/day-53_2023-12-28.md
@@ -0,0 +1,28 @@
+---
+post_date: 2023-12-28
+title: Be togheter with your friends
+url: https://guz.one/53
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 737994757033410560
+scope: guzsdaily
+modified: 2024-03-26T11:56:36-03:00
+counter: 53
+public: true
+---
+
+# Be Together with Your Friends
+
+Sometimes just being with them can help your mental health and just have a better day, and you never
+know when you will see them again y'know?
+
+That's it for today unfortunately, I don't have a lot of time for today's post, sorry about that.
+But, today I did some things at least, mostly just about creating a Minecraft "adventure" server to
+play with my friends and creating a mod for myself and things like that. Whatever.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-54_2023-12-29.md b/daily-blogs/day-54_2023-12-29.md
new file mode 100644
index 00000000..6d21040c
--- /dev/null
+++ b/daily-blogs/day-54_2023-12-29.md
@@ -0,0 +1,155 @@
+---
+title: The beauty of Hyperlinks
+modified: 2024-03-26T11:56:05-03:00
+created: 2024-03-05T13:50:33-03:00
+scope: guzsdaily
+url: https://guz.one/54
+counter: 54
+tumblr_id: 738097899879170048
+public: true
+post_date: 2023-12-29
+---
+
+# The Beauty of Hyperlinks
+
+If you read any of my posts here on [Tumblr](https://tumblr.com), which are mostly these daily
+journal entries, you probably noticed something that always appears in them:
+[Hyperlinks](https://wikipedia.org/wiki/Hyperlink), most of them in any new term, brand, software,
+product, etc. And maybe, you thought, "why? Why so many links?", maybe even "is this a marketing
+strategy? Are you sponsored in some way?", and maybe if you have a similar mind to my "what are
+links anyway? Where they came from?". So I'm here to \[try\] to explain them all\! ~Under 2 to 3
+hours before the deadline of this blog post passes\!~
+
+## \<\\h2\>A Brief History of the World Wide Web\
+
+\ The start of the [World Wide Web](https://wikipedia.org/wiki/World_Wide_Web) was invented by
+English computer scientist [Tim Berners-Lee](https://wikipedia.org/wiki/Tim_Berners-Lee), while
+working at [CERN](https://wikipedia.org/wiki/CERN) in 1989, because of the frustration of how user
+unfriendly the Internet was at the time. In 1989, the Internet was in its early stages, compared to
+now at least, in summary, most of the content that you accessed was using a terminal, commands, etc.
+there wasn't a "[web browser](https://wikipedia.org/wiki/Web_browser)", you needed to directly
+connect to a server if you wanted to get any time of file, information, and scientific researches
+(which was the main use of the Internet at the time). And also, you needed to search that file in a
+file system tree most of the time, relying on tagged files with keywords. \
+
+\
Because of this unfriendly "[interface](https://wikipedia.org/wiki/User_interface)" at the
+time, Lee created a new system/protocol, a new information system, called World Wide Web, and hosted
+said system on his own computer which his turned into a server. The WWW is mainly composed of two
+things: \
+
+\
+
+- \\*\*[Hypertext Transfer Protocol (HTTP)](https://wikipedia.org/wiki/HTTP):\*\* the protocol
+ built on top of the Internet's protocols, made for accessing this new way of sharing and consuming
+ information;\
+
+- \\*\*[Hypertext Markup Language (HTML)](https://wikipedia.org/wiki/HTML):\*\* the markup
+ language made to format and show text files similarly to ones for documentation and research.
+ These files are organized in paragraphs, headers, etc. and most importantly of all:
+ \hyperlinks\ , small sections of texts which can embed
+ [URLs](https://wikipedia.org/wiki/URL) and provide immediate access to other HTML files / web
+ pages. All said files and pages, could be viewed on a web browser, where the file would be
+ formatted following its markup.\ \
+
+\ And, as time passes, other technologies such as [Cascading Style Sheets\
+(CSS)](https://wikipedia.org/wiki/CSS), for styling and "decorating" HTML documents; and scripting
+languages such as [JavaScript](https://wikipedia.org/wiki/JavaScript), for adding interactivity to
+web pages ~and making our lives miserable~, were created and are what create the Web as we know
+today. Everything because e scientist needed to share and access research papers and could bother to
+write "[ssh](https://wikipedia.org/wiki/Secure_Shell) user@domain;
+[ls](https://wikipedia.org/wiki/Ls) -a ~/Documents |
+[grep](https://www.gnu.org/software/grep/manual/grep.html) file" in his fucking terminal, but at
+least, we know have Hyperlinks, something which I feel is underrated a lot of the times when using
+the World Wide Web. \
+
+## The Wikipedia Rabbit Hole
+
+If you are reading this until this point, and even more, if you're someone who uses Tumblr, you
+probably access [Wikipedia](https://wikipedia.org) a lot of times to find brief explanations for
+things you don't know, or even just to pass the time when you are low on internet. And, personally,
+I think that one of the best things about Wikipedia is how it's links everything, every term, topic
+and word with can be expanded upon, with hyperlinks. Every page has at least one link connecting it
+to another on the topic, and every single time, I at least hover each link to know what it's about,
+and probably ctrl+click to open it on a new tab to read it later, I think there's something special
+in that.
+
+A lot of times you probably just end up lost, you entered on a page about JavaScript, and now is on
+the page about World War One for some reason. But most often than not, you end up learning something
+new, extended your knowledge about one topic, or even entered on a wiki about a topic you didn't
+even thought existed. Just by clicking hyperlinks one after another, going deeper in this network of
+interconnected files.
+
+And you probably already know, but this is such a common thing when using Wikipedia, that a game was
+created, where you try to go from one page to another just using the links in the wiki, finding your
+way, trying to connect different topics.
+
+Now think this effect, on the entire Internet.
+
+## The World Wide Web Rabbit Hole
+
+To explain this, I think it's better with an example.
+
+I had the idea of this post because of something that happened to me recently while
+~procrastinating~ working on a [Minecraft](https://minecraft.net) mod pack that I were creating for
+me (yes, somehow we are here now, but stay with me\!). While creating packs, nowadays, I use a
+platform called [Modrinth](https://modrinth.com), where I can search mods, textures, yadda yadda...
+and a lot of times I try to just scroll through the list, trying to find new mods, something
+interesting, if maybe there's something useful that I can use that I can use.
+
+While doing my "research", I found a mod called [SplashFox](https://modrinth.com/mod/splashfox), a
+simple and cute one that just adds a bouncy "blobfox" on the game's loading screen. I had already
+seen about this collection of emojis called "blobfox", but because it was hyperlinked in the mod's
+page, I clicked just to figure it out and see even if maybe I could use it in some project in the
+future as a custom emoji set for an application and things like that. The link navigated me to the
+[emojis' author's personal website/portfolio's page about the\
+collection](https://volpeon.ink/emojis/blobfox/). *Quite a cool and beautiful website, not gonna
+lie*.
+
+The page had a bunch of others emoji collections, which I quite liked, and maybe I will use them in
+the future (all of them are licensed under an [Open Source](https://wikipedia.org/wiki/Open_source)
+or [Creative Commons](https://creativecommons.org/) license). Nonetheless, out of curiosity, I
+started to navigate the site and just go around seeing what it had.
+
+The home page, very cozy... A work-in-progress "about me" page... Vector arts of dragons, the author
+is really talented... A notebook being worked on also... Bookmarks? Oh, "Things I found from
+anywhere on the internet", interesting...
+
+And then, I found two things which stood out for me:
+
+- It had a bookmark about a microblogging platform called [Firefish](https://joinfirefish.org/), one
+ that it's connected to the
+ [Fediverse](https://wikipedia.org/wiki/Fediverse)/[ActivityPub](https://activitypub.rocks)
+ protocol, so things like [Mastodon](https://joinmastodon.org/), [Pixelfed](https://pixelfed.org/),
+ etc. are all connected... and it is a fucking beautiful platform, with 4,000 users on it's main
+ server, ***how the fuck I never heard of it?\!** I saved/bookmarked it right there, because no
+ fucking way I will remember where to find it out of nowhere;*
+
+- After that, I returned to the portfolio to see if I found something more on it. And the other
+ bookmark that I found was a blog post/article: [The peculiar case of Japaneses web\
+ design](https://sabrinas.space/)... I read all of it, right there at the moment, on one go, "out
+ of curiosity".
+
+I found, at least, two "interest gems", because I was searching a Minecraft mod... and one of the
+ones that I found, was a silly little modification about a blobby fox bouncing on the loading
+screen, which just happened to have a hyperlink.
+
+-----
+
+That's the thing that I like to do when browsing the Web, and that's why I like to put hyperlinks on
+my blog posts. Because maybe, when someone read them and click on one of the links, they find a new
+interesting thing to learn, save, and even maybe, use in the future. That's the reason the World
+Wide Web was created, so always remember to put that \ tag on your HTML, \[\]() on your
+[Markdown](https://daringfireball.net/projects/markdown/), or even, \[\[\]\] on that
+[Wikitext](https://www.mediawiki.org/wiki/Wikitext) page that you're creating or editing, and share
+new things to the world with a simple URL.
+
+> **Today's artists & creative things**
+>
+> [How We Made the Internet - by NationSquid](https://www.youtube.com/watch?v=VPToE8vwKew)
+>
+> This video really helped me to remember the history of the Internet, and of the World Wide Web for
+> creating this blog entry. I really would recommend giving it a watch if you want more details and
+> if you want to know more about how the Internet itself was created.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-55_2023-12-30.md b/daily-blogs/day-55_2023-12-30.md
new file mode 100644
index 00000000..c1fab136
--- /dev/null
+++ b/daily-blogs/day-55_2023-12-30.md
@@ -0,0 +1,34 @@
+---
+counter: 55
+modified: 2024-03-26T11:56:04-03:00
+title: No title
+scope: guzsdaily
+url: https://guz.one/55
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 738176223373557760
+post_date: 2023-12-30
+public: true
+---
+
+# No Title, No Sleep
+
+I don't have any ideas for today's post, unfortunately. Today I just watched videos mostly and
+didn't sleep this night, just after 7 a.m. that I went to bed to rest a little, and ended up
+sleeping until 2 p.m. My girlfriend was on a trip back to her house, and I kinda wanted to be
+chatting with her during it, also my anxiety probably wouldn't help to have a good sleep night to be
+honest, so I wanted to be sure that she would get back safe.
+
+Tomorrow I will try to post on the morning, so I not end up forgetting and/or being unable to post
+because of the New Year's Eve celebrations. And I will probably try to have a better sleep night
+today, because tomorrow, I have a "tradition" of passing the night awake with my girlfriend on the
+New Year's Eve, I don't know, is just something that is different to do once in a while, being awake
+at night is kinda chill and calm.
+
+So, see you tomorrow, have a good night.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Hello, World - by Louie Zong](https://music.youtube.com/watch?v=5GtWIwTeS-4)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-56_2023-12-31.md b/daily-blogs/day-56_2023-12-31.md
new file mode 100644
index 00000000..2f0a18eb
--- /dev/null
+++ b/daily-blogs/day-56_2023-12-31.md
@@ -0,0 +1,23 @@
+---
+counter: 56
+post_date: 2023-12-31
+modified: null
+url: https://guz.one/56
+scope: guzsdaily
+public: true
+created: null
+title: 0.2
+tumblr_id: 738271193253167104
+---
+
+# 0.2
+
+
+
+> **Today's artists & creative things**
+>
+> **Music:** [tears that collapse like aurora raindrops of sunlight - by
+> Artificial.Music](https://music.youtube.com/watch?v=-3ReTYQ7iSE)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-57_2024-01-01.md b/daily-blogs/day-57_2024-01-01.md
new file mode 100644
index 00000000..2a2c884a
--- /dev/null
+++ b/daily-blogs/day-57_2024-01-01.md
@@ -0,0 +1,35 @@
+---
+scope: guzsdaily
+counter: 57
+title: Another year, another day
+url: https://guz.one/57
+tumblr_id: 738361535035064320
+post_date: 2024-01-01
+created: 2024-03-05T13:50:33-03:00
+public: true
+modified: 2024-03-26T11:56:02-03:00
+---
+
+# Another Year, Another Day
+
+I still am kinda without ideas for the daily journal, I have to admit that I've done little to
+nothing on working on returning, and there are some little "bugs" that are annoying me and
+impossibility me from working and organizing myself that I need to fix. I don't know why, it just
+dates mismatching it seems because of the change of years.
+
+Thankfully, the New Year's Eve was, alright, it wasn't the best, and to be honest, it doesn't feel
+like a big deal anymore, like, today doesn't feel like it's a new year. But it is, and better I
+start doing things again.
+
+> **Today's artists & creative things**
+>
+> **Video/Music:** [2023 em uma música - by Inutilismo](https://youtu.be/ps7ND98K2_4)
+>
+> This is a video that I was waiting the entire year to be posted, "2023 in one song" is an
+> inspiration for me in a lot of ways, its creator, Lucas Inutilismo, is one of the biggest
+> inspirations for me in terms of wanting to make something perfect, something with a good quality,
+> without cutting corners. Because, as this video shows, when you put effort, you can create a
+> masterpiece.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) -sa/4.0)
diff --git a/daily-blogs/day-58_2024-01-02.md b/daily-blogs/day-58_2024-01-02.md
new file mode 100644
index 00000000..bbd82ed5
--- /dev/null
+++ b/daily-blogs/day-58_2024-01-02.md
@@ -0,0 +1,41 @@
+---
+post_date: 2024-01-02
+url: https://guz.one/58
+counter: 58
+public: true
+modified: 2024-03-26T11:56:01-03:00
+tumblr_id: 738441787730952192
+created: 2024-03-05T13:50:33-03:00
+scope: guzsdaily
+title: I [now] use NixOS, btw
+---
+
+# I \[now\] Use NixOS, Btw
+
+So today's post is kinda different to me, because I'm now writing it in
+[Obsidian](https://obsidian.md/) as I normally do. Why?
+
+Because I finally switched to [NixOS](https://nixos.org/)\! *Sort of.*
+
+I pretty much at this moment have a totally clean install, no custom configuration, no installed
+software, nothing. Just the vanilla GNOME installation. Hopefully until tomorrow I have, at least
+part of, my previous environment set up, but I'm writing this right now directly on Tumblr's editor,
+because there's the possibility that I don't install Obsidian in time for this post's deadline.
+
+It's feels good having a clean install again, for some reason I always feel great trying new things
+related to my computer and [Linux](https://en.wikipedia.org/wiki/Linux).
+
+Nonetheless, tomorrow I will probably do a better post explaining about what I want to do, what's
+NixOS, why I'm using it in more details, yadda yadda. For now if you end up curios, you can read
+[Day 49's entry: Another "return", another "Change"](https://guz.one/49)
+
+> **Today's artists & creative things**
+>
+> **Video:** [Ultimate NixOS Guide - by Vimjoyer](https://youtu.be/a67Sv4Mbxmc)
+>
+> *You know it will be good when the channel's name is **Vim**joyer.* This is the channel that most
+> interested me in NixOS and is now helping me into this new distro and way of using and organizing
+> my computer. Having everything declarative in my computer can be a game changer for me.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-59_2024-01-03.md b/daily-blogs/day-59_2024-01-03.md
new file mode 100644
index 00000000..09745f1a
--- /dev/null
+++ b/daily-blogs/day-59_2024-01-03.md
@@ -0,0 +1,36 @@
+---
+post_date: 2024-01-03
+public: true
+title: Computer are weird
+created: 2024-03-05T13:50:33-03:00
+counter: 59
+url: https://guz.one/59
+scope: guzsdaily
+tumblr_id: 738541603473473536
+modified: 2024-03-26T11:56:01-03:00
+---
+
+# Computer Are Weird
+
+I unfortunately won't be able to post something big here again today. Configuring NixOS is not being
+hard, just time-consuming in some aspects because I need to learn something totally new to me.
+
+However, I was able to have my files and my [Obsidian](https://obsidian.md/) installed, but my
+templates aren't working for some reason. It seems that the banners that I automatically fetch
+aren't being got, why? I don't fucking know\! This shouldn't be OS-related.
+
+Computers are simply hard and weird sometimes.
+
+> **Today's artists & creative things**
+>
+> **Music/Video:** [Ime-chan wants to become a guitar hero - by ime44 (feat. Kaai\
+> Yuki)](https://youtu.be/a67Sv4Mbxmc)
+>
+> I simply addicted to this song. I love how sometimes a Japanese song pop out of nowhere, and it's
+> simply a bop to listen to, I want to dance to it every time. Alternative rock is a genre that I
+> fell should be created more, or simply I'm not being able to find more songs of this style,
+> whatever, I love this style. Also, I liked the music's video, because the animation just fits it
+> perfectly and adds so much.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-60_2024-01-04.md b/daily-blogs/day-60_2024-01-04.md
new file mode 100644
index 00000000..bc94d5f1
--- /dev/null
+++ b/daily-blogs/day-60_2024-01-04.md
@@ -0,0 +1,31 @@
+---
+post_date: 2024-01-04
+created: null
+public: true
+title: Procrastination is a bitch
+scope: guzsdaily
+counter: 60
+modified: null
+tumblr_id: 738633097512452096
+url: https://guz.one/60
+---
+
+# Procrastination is a bitch
+
+I really need to stop watching videos at the start of the day, because it seems that I always end up
+watching until 4 p.m., and it's even worse knowing that these last days I ended waking up around 10
+to 11 a.m.
+
+It's kinda hard to organize myself when I don't really know where to start with the configuration,
+but not starting the day without my routine normally doesn't seem to be helping also. *~I have to
+admit that right after writing the last sentence I was totally distracted by a music that popped up,
+probably tomorrow I will recommend it.~*. Probably would be good to organize what I need to do in my
+computer to work on it and work on it following my routine, so I end up getting things done.
+
+> **Today's artists & creative things**
+>
+> **Music/Video:** [Ime-chan wants to become a guitar hero - by ime44 (feat. Kaai
+> Yuki)](https://youtu.be/a67Sv4Mbxmc)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-61_2024-01-05.md b/daily-blogs/day-61_2024-01-05.md
new file mode 100644
index 00000000..dd82a8c4
--- /dev/null
+++ b/daily-blogs/day-61_2024-01-05.md
@@ -0,0 +1,39 @@
+---
+post_date: 2024-01-05
+modified: 2024-03-26T11:56:00-03:00
+tumblr_id: 738720031344656384
+public: true
+counter: 61
+title: 'Day 61: [Some] tasks completed'
+url: https://guz.one/61
+scope: guzsdaily
+created: 2024-03-05T13:50:33-03:00
+---
+
+# \[Some\] Tasks Completed
+
+So I finally was able to complete something today, mostly my terminal and shell setup. I don't wanna
+go into many details, because I think it would be better to do a separated post when I complete the
+configuration. But at least I completed some tasks today\!
+
+Something which I thought a little about while creating this config is... How would my past self
+react to me today? Even more, the technologies that I'm using. Because... I was always someone who
+liked tech, programming, and knew about Linux even without using it, and nowadays, it's my daily
+driver, I'm finally someone you could call a programmer, and I learned so much about computers in
+general just tweaking and playing with programming and Linux than before. I think that me in the
+past would never think that it would be possible to, as an example, use a simple command such as
+"nix shell nixpkgs\#gimp" to use/install a program (GIMP) temporally on my computer without caring
+about uninstalling it later, because it automatically is after reboot. Not only that, but I would
+never imagine that I could be able to replicate my entire system and applications' configurations
+with just some simple files, y'know?
+
+I'm not just even talking about "Windows can't do that", but more how much stuff is out there that
+you can learn and use that could significantly help you. And boy-oh-boy, I learned a lot these past
+years.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Hello, World - by Louie Zong](https://music.youtube.com/watch?v=5GtWIwTeS-4)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0)
diff --git a/daily-blogs/day-62_2024-01-06.md b/daily-blogs/day-62_2024-01-06.md
new file mode 100644
index 00000000..66425184
--- /dev/null
+++ b/daily-blogs/day-62_2024-01-06.md
@@ -0,0 +1,37 @@
+---
+public: true
+post_date: 2024-01-06
+title: Good and bad triggers in one day
+url: https://guz.one/62
+modified: 2024-03-26T11:55:59-03:00
+created: 2024-03-05T13:50:33-03:00
+counter: 62
+scope: guzsdaily
+tumblr_id: 738812032789446656
+---
+
+# Good and Bad Triggers in One Day
+
+Today I woke up, took a shower, organized my bed and bedroom, prepared my coffee...
+
+And started watching videos while drinking it... you win some, you lose some.
+
+At least I was able to fix some things in my current configuration. I have to admit that I was
+surprised in the morning to know that today is Saturday, for some reason in my mind it was Thursday,
+I really need to start reading more the dates in each daily note, because I'm losing the sense of
+time it seems.
+
+Well, day 100 is almost there in a month, so I probably should start doing something for myself if I
+want to do any sort of "retrospective" in the day's entry. Even more, do something for Capytal,
+because I feel like I'm starting to lose the focus and what I really like to do in my life:
+projects.
+
+> **Today's artists & creative things**
+>
+> **Music:** [Extras - by Molly Daisy Scarpine & Arc System Works (Guilty Gear Strive\
+> OST)](https://music.youtube.com/watch?v=IM6eBN7LkLU)
+>
+> I think I was never so baited by a song's cover in my life.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-63_2024-01-07.md b/daily-blogs/day-63_2024-01-07.md
new file mode 100644
index 00000000..9fe31c0f
--- /dev/null
+++ b/daily-blogs/day-63_2024-01-07.md
@@ -0,0 +1,40 @@
+---
+created: 2024-03-05T13:50:33-03:00
+counter: 63
+scope: guzsdaily
+tumblr_id: 738900619622006784
+title: Almost usable
+modified: 2024-03-26T11:55:59-03:00
+url: https://guz.one/63
+post_date: 2024-01-07
+public: true
+---
+
+# Almost Usable
+
+I finally installed the Window Manager that I used ([Hyprland](https://hyprland.org)) and migrated
+my configuration over to Nix. So the all config that I had previously been migrated at this point.
+
+Today, besides installing Hyprland, I've done a lot of small things on the config again, mostly
+"helpers" so I don't need to repeat a lot of code and separated a lot of things into different
+modules. I know, it's somewhat of a lot of "technical words" or whatever, but this is pretty much
+what I was doing this entire week, and I don't know how to explain easily all of it.
+
+This new week, I hope that I will finish the "environment manager" migration, aka my custom scripts
+that changes things like themes, [Firefox](https://www.mozilla.org/en-US/firefox)'s (or more
+correctly in my case, [Librewolf](https://librewolf.net)) profiles, and things like state
+management. Thankfully, now I can move a lot of handling of config files to
+[home-manager](https://github.com/nix-community/home-manager) and be able to focus on the state
+management part of the scripts, which I wasn't able to fully implement in the past config.
+
+Nonetheless, I have to say that using NixOS is seeing very promising, and it's being a lot easier to
+configure and just play with it without fearing that I will break something or do something that I
+can't revert easily. Pretty much everything is being handled by my configuration and I don't need to
+be jumping around between config files.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Hello, World - by Louie Zong](https://music.youtube.com/watch?v=5GtWIwTeS-4)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-64_2024-01-08.md b/daily-blogs/day-64_2024-01-08.md
new file mode 100644
index 00000000..cb1d957c
--- /dev/null
+++ b/daily-blogs/day-64_2024-01-08.md
@@ -0,0 +1,32 @@
+---
+modified: 2024-03-26T11:55:57-03:00
+title: ALMOST usable
+post_date: 2024-01-08
+scope: guzsdaily
+tumblr_id: 738995061437710336
+public: true
+created: 2024-03-05T13:50:33-03:00
+url: https://guz.one/64
+counter: 64
+---
+
+# ALMOST Usable
+
+Remember when I said yesterday that it was almost there? Well, things are breaking again\!
+
+I'm needing to write this directly on Tumblr again, because Electron apps, like Obsidian ~and
+Discord~, do not play well with Wayland most of the time. For some reason I'm being able to launch
+it, but when I try to open my vault/notes, it's simply silently crashes on me without showing any
+error or even a window. So yea, I think it's my punishment for procrastinating most of the day
+today, at least Hyprland is working normally. Hopefully I will be able to fix this tomorrow, at
+least. I don't like to have blank days and miss creating things like daily notes, even less in a
+row.
+
+Good luck tomorrow, I think.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Hello, World - by Louie Zong](https://music.youtube.com/watch?v=5GtWIwTeS-4)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-65_2024-01-09.md b/daily-blogs/day-65_2024-01-09.md
new file mode 100644
index 00000000..eff9046d
--- /dev/null
+++ b/daily-blogs/day-65_2024-01-09.md
@@ -0,0 +1,43 @@
+---
+scope: guzsdaily
+post_date: 2024-01-09
+url: https://guz.one/65
+title: Usable, but ugly
+created: 2024-03-05T13:50:33-03:00
+public: true
+tumblr_id: 739084909539426304
+counter: 65
+modified: 2024-03-26T11:55:56-03:00
+---
+
+# Usable, but Ugly
+
+*I'm really needing to improve the creativity of these titles.*
+
+Well, I was able to fix yesterday's problem with [Obsidian](https://obsidian.md) on my
+[NixOS](https://nixos.org) setup\! I simply just installed the [Flatpak](https://flatpak.org)
+version of it, and it worked out of the box (Flatpak is really the future, not gonna lie)
+
+Nonetheless, the setup of Nix itself is not being too much of a hassle, most of the problems that
+I'm encountering are mostly things I need to learn and apply properly, or simply bugs like the
+Obsidian's [Wayland](https://wayland.freedesktop.org/) support. I actually am enjoying a lot how Nix
+is facilitating the process of switching and having everything organized into a single repository,
+but, again, I think it's better to go into the details on the "big blog post" about this whole
+journey, which I hope I will post at the end of this week together with the \[for now\] complete
+configuration.
+
+I will probably try to finish migrating the appearance of the system, things like my
+[Eww](https://github.com/elkowar/eww) configuration and wallpaper, with are somewhat easy knowing
+that I already have them completed and just need to migrate them to this new configuration/syntax.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Asgretalos - by Keygen Church](https://music.youtube.com/watch?v=ncdPghLQB3c)
+>
+> *A very calm music from the author of the first songs in Ultrakill ;')* but really, why there
+> aren't that many songs with incorporate pipe organ into modern music, it sounds so heavy and
+> heavenly at the same time. [It's always that feeling of defeating and fighting\
+> literal gods.](https://music.youtube.com/watch?v=eeMC0SG2cnA)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-66_2024-01-10.md b/daily-blogs/day-66_2024-01-10.md
new file mode 100644
index 00000000..84c422e4
--- /dev/null
+++ b/daily-blogs/day-66_2024-01-10.md
@@ -0,0 +1,37 @@
+---
+title: Almost pretty
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 739173020375089152
+scope: guzsdaily
+url: https://guz.one/66
+public: true
+post_date: 2024-01-10
+counter: 66
+modified: 2024-03-26T11:55:55-03:00
+---
+
+# Almost Pretty
+
+> I think this entire week ended up being a small sub-section of entries called "almost", wtf...
+
+I'm being able to write the status/taskbar for my desktop now, unfortunately I will need to write it
+from scratch because of one main reason:
+
+- I didn't organize shit when I created the configuration on the first time
+
+Because I didn't bother to actually learn how to write said configuration and understand how
+[Eww](https://github.com/elkowar/eww/)'s language
+([Yuck](https://elkowar.github.io/eww/configuration.html)) syntax and how the widget system worked -
+and yes, the main cnfig file is called "eww.yuck", developers are sometimes creative with their
+naming, ~sometimes.~
+
+At least the wallpaper ~should~ be easy to do since it is just a simple command, but these are
+famous last words of anyone who's trying to do any time of rice (customization) in Linux, so I
+probably should shut up.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Asgretalos - by Keygen Church](https://music.youtube.com/watch?v=ncdPghLQB3c)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-67_2024-01-11.md b/daily-blogs/day-67_2024-01-11.md
new file mode 100644
index 00000000..67c99808
--- /dev/null
+++ b/daily-blogs/day-67_2024-01-11.md
@@ -0,0 +1,32 @@
+---
+tumblr_id: 739263911155712000
+public: true
+created: 2024-03-05T13:50:33-03:00
+title: I dont want to make this post
+scope: guzsdaily
+url: https://guz.one/67
+counter: 67
+post_date: 2024-01-11
+modified: 2024-03-26T11:55:54-03:00
+---
+
+# I Don't Want to Make This Post
+
+I don't want to write this post now... Because I procrastinated most of the day again... And this
+time I kinda feel shame writing this because of it...
+
+I don't know what happened to me these last days, I really want to get back to being productive and
+working most of the day instead of waking up 10 a.m. and watching videos until 4 p.m. just to
+realize that I've done nothing of value to myself.
+
+Well, at least I have done most of the Eww's configuration, and it is going somewhat easy to do it,
+I finally understand how it works (or at least how to actually configure it). I will try to complete
+more until I go to bed, hopefully tomorrow it will be better, and at least next week I will finally
+go again consult my therapist, so maybe it will help return to my normal routine and life.
+
+> **Today's artists & creative things**
+>
+> **Song:** [The Loneliest - by Måneskin](https://music.youtube.com/watch?v=jqJX_FEDI3s)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-68_2024-01-12.md b/daily-blogs/day-68_2024-01-12.md
new file mode 100644
index 00000000..117b9fd2
--- /dev/null
+++ b/daily-blogs/day-68_2024-01-12.md
@@ -0,0 +1,53 @@
+---
+scope: guzsdaily
+post_date: 2024-01-12
+title: Its... not complete
+counter: 68
+tumblr_id: 739359221660975104
+url: https://guz.one/68
+created: 2024-03-05T13:50:33-03:00
+public: true
+modified: 2024-03-26T11:55:53-03:00
+---
+
+# It's... Not Complete
+
+But it is completed enough for now, I'm tired.
+
+So I finally "completed" my NixOS configuration, at least the enough for me to work without being
+distracted because of missing features and/or simply distracting looks. I still need to do things
+like the environment switching, improve the consistency of themes between apps and UI toolkits,
+notification, etc. etc.
+
+However, I yesterday, talking with my girlfriend, realized that I'm entering that thing of "working
+too much and too long on something, and having a burnout because of it", similar to what happened to
+me months ago that I explained on earlier entries. So yea, I will try to work on another thing next
+week to clear my mind off Nix files, yesterday I almost didn't sleep because my mind started to have
+a lot of ideas of things to work in, so it's clear to me that I'm done with configuring my OS for
+now.
+
+I do not know if I will make a big post about the configuration like I was saying this week in the
+past posts, because in the current state, it doesn't have interesting and customized things like my
+previous configuration had to talk about. So the post will probably be postponed.
+
+At least now I have one of the cleanest desktop I ever had.
+
+
+
+> "Oh, but it is just a wallpaper and a taskbar"
+>
+> 
+>
+> That's even less configuration files than my previous desktop. This is what you have to deal it
+> when you want to customize the hell of Linux.
+
+> **Today's artists & creative things**
+>
+> **Video/Playlist:** [Rushing work right before the deadline - A doomed procrastinator\
+> playlist](https://youtu.be/-sWmysGrua8)
+>
+> I think it fits here, knowing the title and how much I also listened to it while doing this work
+> today.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-69_2024-01-13.md b/daily-blogs/day-69_2024-01-13.md
new file mode 100644
index 00000000..4eba9957
--- /dev/null
+++ b/daily-blogs/day-69_2024-01-13.md
@@ -0,0 +1,35 @@
+---
+tumblr_id: 739448147415334912
+url: https://guz.one/69
+scope: guzsdaily
+title: Discord screenshare on wayland
+created: 2024-03-05T13:50:33-03:00
+post_date: 2024-01-13
+counter: 69
+modified: 2024-03-26T11:55:53-03:00
+public: true
+---
+
+# Discord is a Nightmare
+
+> Nice
+
+Why did we think it was a good idea to do make every single program in Electron?
+
+Today as a somewhat productive day, I mostly configured my browser using Nix and things like that.
+Because of it during the evening I kinda felt a lot of energy and happiness, like, a lot happier
+than my average in this week haha.
+
+But, of course, it didn't last that long, because Discord is a fucking nightmare. Yes, it feels
+stable and simple, but somehow they still don't support easily screen sharing on Linux, which is a
+killer feature to me, and isn't necessary a Linux problem it seems. And even if it did, come on\!
+The amount of users that use Discord on Linux is substantial to them to do something\!
+
+I don't want to go into details or make this a "Discord bad" post or whatever, I'm just tired.
+
+> **Today's artists & creative things**
+>
+> **Song:** [The Loneliest - by Måneskin](https://music.youtube.com/watch?v=jqJX_FEDI3s)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-70_2024-01-14.md b/daily-blogs/day-70_2024-01-14.md
new file mode 100644
index 00000000..6169fe99
--- /dev/null
+++ b/daily-blogs/day-70_2024-01-14.md
@@ -0,0 +1,25 @@
+---
+url: https://guz.one/70
+title: Shot post because...
+scope: guzsdaily
+post_date: 2024-01-14
+public: true
+tumblr_id: 739538366858772480
+counter: 70
+modified: 2024-03-26T11:55:52-03:00
+created: 2024-03-05T13:50:33-03:00
+---
+
+# Short Post Because...
+
+I'm trying to kill the angel Gabriel, apostate of hate.
+
+Brb.
+
+> **Today's artists & creative things**
+>
+> **Song:** [The Death of God's Will - by Heaven Pierce Her\
+> (Hakita)](https://music.youtube.com/watch?v=BSpR0DJEgxM)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-71_2024-01-15.md b/daily-blogs/day-71_2024-01-15.md
new file mode 100644
index 00000000..1be4e69d
--- /dev/null
+++ b/daily-blogs/day-71_2024-01-15.md
@@ -0,0 +1,39 @@
+---
+scope: guzsdaily
+tumblr_id: 739628356415438848
+created: 2024-03-05T13:50:33-03:00
+title: Returning to work
+post_date: 2024-01-15
+modified: 2024-03-26T11:55:50-03:00
+counter: 71
+url: https://guz.one/71
+public: true
+---
+
+# Returning to Work
+
+So, after weeks just configuring my OS, I'm finally going back to working\!
+
+Slowly, my OS isn't totally completed, so I need to sometimes configure it to work, but at least now
+I'm doing it in small steps. Today I mostly continued configuring, because: Discord. But thankfully
+now it's working again ~mostly~ normally, with screen sharing\! I was in extasy because of how much
+time I spent trying to fix it, just to discover that it was an update that released days after I
+installed my OS, so it wasn't installed on my system.
+
+I will probably try this night to work a little more on a project that I started some weeks ago, but
+ended up pausing it because of the holidays, New Year's Eve, etc etc. I don't want to go into
+details now because I like to make bigger posts explaining everything, but hopefully I will at least
+do a small summary in the weekend.
+
+Tomorrow I will have a consult with my therapist. After probably more than 100 attempts and 3 hours,
+and almost passing the night awake, I didn't beat Gabriel.
+
+It's good to be back.
+
+> **Today's artists & creative things**
+>
+> **Video/Playlist:** [Rushing work right before the deadline - A doomed procrastinator\
+> playlist](https://youtu.be/-sWmysGrua8)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-72_2024-01-16.md b/daily-blogs/day-72_2024-01-16.md
new file mode 100644
index 00000000..4812b1d1
--- /dev/null
+++ b/daily-blogs/day-72_2024-01-16.md
@@ -0,0 +1,41 @@
+---
+public: true
+tumblr_id: 739716843800084480
+url: https://guz.one/72
+post_date: 2024-01-16
+scope: guzsdaily
+created: 2024-03-05T13:50:33-03:00
+title: Returning to life
+counter: 72
+modified: 2024-03-26T11:55:48-03:00
+---
+
+# Returning to Life
+
+Well, things are returning to "normal" it seems.
+
+Today I went with a consult with my therapist, it was nice seeing they again and just talk about how
+the holidays went and things like that. I also went on my bicycle, even when my city unfortunately
+isn't bicycle-friendly, it was good to step out of my house a little again.
+
+Now I'm trying to fix my GPG keys in my OS, apparently it isn't so easy on Nix, but I need to fix it
+if I want to continue to work as before and have my Git commits secured and signed again. At least I
+can still work without it for a little.
+
+See you tomorrow.
+
+> **Today's artists & creative things**
+>
+> **Song:** [credits song for my death - by\
+> vivivivivi](https://music.youtube.com/watch?v=pt2k_XOOVc0)
+>
+> Yes, it's a little "off-topic", I'm not thinking of death in any way just to be clear. But I
+> stumbled on this song again while waiting today, I already knew about the song, but forgot about
+> it entirely. I love it. By the title, you think it is a totally sad and depressing song, but when
+> you start to listen to it, personally, I feel a sense of some kind of hope? Happiness? Like... "I
+> lived a good life". And while searching for it for this entry, I also found [this\
+> version](https://music.youtube.com/watch?v=x77Z7X9Zlyc), which is almost a "response", like "I
+> will not die, I will live a good life".
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-73_2024-01-17.md b/daily-blogs/day-73_2024-01-17.md
new file mode 100644
index 00000000..0d7f3e61
--- /dev/null
+++ b/daily-blogs/day-73_2024-01-17.md
@@ -0,0 +1,25 @@
+---
+title: Empty entry
+scope: guzsdaily
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 739808312772771840
+public: true
+url: https://guz.one/73
+post_date: 2024-01-17
+counter: 73
+modified: 2024-03-26T11:55:48-03:00
+---
+
+# Empty Entry
+
+I don't know what to talk and write about today, I'm trying to work in some extent and it's being
+difficult, mostly because I need to reinvent the wheel almost in this project that I'm working this
+week. Well, at least I fixed the GPG keys in my computer today.
+
+> **Today's artists & creative things**
+>
+> **Song:** [credits song for my death - by\
+> vivivivivi](https://music.youtube.com/watch?v=pt2k_XOOVc0)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-74_2024-01-18.md b/daily-blogs/day-74_2024-01-18.md
new file mode 100644
index 00000000..161a5404
--- /dev/null
+++ b/daily-blogs/day-74_2024-01-18.md
@@ -0,0 +1,30 @@
+---
+tumblr_id: 739900287571099648
+created: null
+scope: guzsdaily
+counter: 74
+post_date: 2024-01-18
+modified: null
+title: Little project
+public: true
+url: https://guz.one/74
+---
+
+# Little project
+
+Well, this week is being somewhat strange. Mostly because I have to admit that I didn't organize it
+so well, but whatever, at least I'm working nonetheless. Next week I will probably continue
+configuring my computer, possibly my home server with Nix, so I can use it as a server for my
+automation setup that I talked about some time ago.
+
+Today I started just a little project called "lilbetter.js". It is somewhat experimental, and I will
+probably talk more about it on [@guzscode](https://tumblr.com/guzscode), since this is not really
+the best place to talk about code. But it is refreshing to do something simple, just to have the
+"programming muscles" working again.
+
+> **Today's artists & creative things**
+>
+> **Song:** [FAITHLESS - by vivivivivi](https://music.youtube.com/watch?v=pYqT9zvAi7U)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-75_2024-01-19.md b/daily-blogs/day-75_2024-01-19.md
new file mode 100644
index 00000000..07d29d26
--- /dev/null
+++ b/daily-blogs/day-75_2024-01-19.md
@@ -0,0 +1,47 @@
+---
+public: true
+tumblr_id: 739990916350230528
+post_date: 2024-01-19
+created: 2024-03-05T13:50:33-03:00
+scope: guzsdaily
+counter: 75
+url: https://guz.one/75
+title: Taking care of my computer
+modified: 2024-03-26T11:55:46-03:00
+---
+
+# Taking Care of My Computer
+
+I today pretty much just ended up watching a lot more videos than working, unfortunately. But at
+least I did something, y'know? However, it seems that the next days I will also be blocked from
+doing a lot of projects, because my computer is having some problems that I don't know if it is a
+hardware or software issue. And if it is hardware, depending on which hardware, I'm fucked.
+
+During work today, after some hours, my screens start flickering and shutting down for some seconds?
+This sometimes happened a little ago, but not with the amount today, and I'm scared if it could be
+something in the GPU. Knowing that besides just blacking out for some seconds, it's also showing
+some "statics" and shacking the screen a little, and I kinda don't have a lot to do to fix it, even
+less if it is the GPU, which I can't afford a new one nowadays.
+
+Tomorrow I will take it to a technician to see if there's an actual problem with it, and also clean
+it up from the dust that accumulated over these 4 years (I don't have something to clean inside of
+it safely, and paying the cleaning can be expensive to me sometimes). Thankfully, I still have a
+laptop and an old computer that I use as a server if anything goes wrong, probably will use the
+laptop to work and configure said server already while I can use my desktop. I just hope that
+there's nothing wrong with it, because it seems that after adjusting a little the power cable of my
+monitor it stopped, nonetheless, it doesn't hurt to at least let someone more appropriated to clean
+it.
+
+Now I need to configure my laptop and backup some things just to be sure. Hopefully see you
+tomorrow.
+
+> **Today's artists & creative things**
+>
+> **Song:** [pretend im not breathing - by\
+> vivivivivi](https://music.youtube.com/watch?v=N2M8wKVdVQg)
+>
+> For some reason this song stood out when I listened today, there's something with this
+> "uncontrolable" or "hard" acoustic guitar that I wish I found more songs with.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-76_2024-01-20.md b/daily-blogs/day-76_2024-01-20.md
new file mode 100644
index 00000000..646c73db
--- /dev/null
+++ b/daily-blogs/day-76_2024-01-20.md
@@ -0,0 +1,37 @@
+---
+modified: null
+scope: guzsdaily
+created: null
+title: Hi from my laptop
+counter: 76
+tumblr_id: 740079580538355712
+url: https://guz.one/76
+public: true
+post_date: 2024-01-20
+---
+
+# Hi from my laptop
+
+I’m without my computer at the moment, like I said yesterday, today I took it to a technician, so
+probably will be without it for a week. I’ve to admit that it was hard coming home and not being
+able to sit down on my desk and turn on my computer as usual, I don’t know if it is because it’s
+simply where my work and life is based at the moment, or if I’m actually deeply dependent on it,
+and to be honest, it is something that I don’t care to seek the answer any time soon. There’s
+thing more important that I need to do, and most of them rely on my desktop, so questioning if I
+should use it in the first place is not a good idea for now I think. It’s probably obvious for the
+way I wrote this post that I’m somewhat lost on what to do today.
+
+Nonetheless, now I at least have the opportunity and motives to learn things like Windows Subsystem
+for Linux (WSL), since I wasn’t able to install Linux in my laptop for some reason, and configure
+a Nix config for it. And after that, configure my home server, so I can start using it when my
+desktop arrives. But I don’t know, writing this post is already showing me how much this laptop is
+weaker and slower than my desktop, so I don’t know how many things I will be able to get done with
+it. Maybe I try installing Linux again, to try to improve performance.
+
+> **Today's artists & creative things**
+>
+> **Song:** [pretend im not breathing - by
+> vivivivivi](https://music.youtube.com/watch?v=N2M8wKVdVQg)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-77_2024-01-21.md b/daily-blogs/day-77_2024-01-21.md
new file mode 100644
index 00000000..bca0876b
--- /dev/null
+++ b/daily-blogs/day-77_2024-01-21.md
@@ -0,0 +1,45 @@
+---
+created: 2024-03-05T13:50:33-03:00
+public: true
+tumblr_id: 740171707577417728
+post_date: 2024-01-21
+scope: guzsdaily
+counter: 77
+title: Cleaning my room
+url: https://guz.one/77
+modified: 2024-03-26T11:55:45-03:00
+---
+
+# Cleaning My Room, Out of Frustration
+
+I'm still somewhat lost on what to do and think without my desktop. It's hard to explain, I simply
+too accustomed using it as an extension of my body in the same way smartphones are an extension of
+our bodies nowadays, it feels like I'm using an early cellphone, that ones with a keyboard as my
+daily driver now. And it started to infuriate me, not so much to actual rage, but to be annoyed that
+I'm not working, that I'm doing nothing.
+
+There's something that happens to me sometimes, that is "doing something out of frustration", but
+not in a way that I don't want to do something, I actually start to feel that I **need** to do
+something. I need to do something or else I will hate myself. And to be honest, I don't know if it
+is a good or a bad habit, because sometimes it helps me get out of my comfort zone or
+idle/procrastinating state, to one that I start cleaning my hole room in the next 2-3 hours
+non-stop. However, this same urge sometimes happens in the middle of the night, when I need to
+sleep, but this feeling doesn't let me because I start to think how much I wasted the day, and I
+don't think it would be a good idea to pass the night awake working and screw up my sleeping routine
+instead of just doing the thing tomorrow.
+
+Nonetheless, it was good to clean my room listening to ULTRAKILL's ost and let said frustration pass
+out as I finished it, I needed to clean it for months, so it's good to finally do so. Something
+which I underestimate sometimes is how much cleaning your room cleans your mind. Nonetheless, maybe
+I could some day learn how to use better this frustration and anger that I have sometimes to be able
+to complete and do things more often and more determined.
+
+Hopefully tomorrow, I'm able to make this laptop somewhat useable to me and start configuring my
+home-server again.
+
+> **Today's artists & creative things**
+>
+> **Song:** [Tenebre Rosso Sangue - by Keygen Church](https://music.youtube.com/watch?v=eeMC0SG2cnA)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-78_2024-01-22.md b/daily-blogs/day-78_2024-01-22.md
new file mode 100644
index 00000000..9514cc3b
--- /dev/null
+++ b/daily-blogs/day-78_2024-01-22.md
@@ -0,0 +1,37 @@
+---
+tumblr_id: 740257404233629696
+title: Its back!
+post_date: 2024-01-22
+public: true
+counter: 78
+modified: null
+created: null
+scope: guzsdaily
+url: https://guz.one/78
+---
+
+# It's back\!
+
+It's back\! My computer is back\! And it looks like a new one.
+
+It's so good to have my desktop back, I simply don't know how to navigate and be productive without
+it and my customized workspace. I've to admit that I thought it would take more time to clean it,
+but it's great that it's already back, now I can actually finish some projects and work on the
+configuration of my home server more easily.
+
+There are some problems unfortunately, for some reason
+[home-manager](https://nix-community.github.io/home-manager/) isn't activating properly and there
+are some strange things on reboot, which I already was expecting in some way seeing how I never
+actually disassembled my computer before, and the home-manager problem is probably because I had the
+great idea of updating it on Friday... you never do a breaking change on Friday.
+
+Well, I think I will play some [Minecraft](https://minecraft.net) now, it has been a while since I
+played so why not configure it now and rest a little y'know?
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-79_2024-01-23.md b/daily-blogs/day-79_2024-01-23.md
new file mode 100644
index 00000000..a3485c55
--- /dev/null
+++ b/daily-blogs/day-79_2024-01-23.md
@@ -0,0 +1,30 @@
+---
+counter: 79
+modified: 2024-03-26T11:55:44-03:00
+scope: guzsdaily
+url: https://guz.one/79
+post_date: 2024-01-23
+created: 2024-03-05T13:50:33-03:00
+public: true
+title: Home server alive
+tumblr_id: 740353753256951808
+---
+
+# Home Server Alive
+
+So... for some reason my Obsidian isn't opening today, and I don't know really why, it just isn't
+opening now. Another post directly created on Tumblr\!
+
+Today I was able to install and start the configuration of my home server, and the best of all of
+it, is that because of Nix I'm able to share config snippets between my desktop, home-server, and
+laptop (someday)\! And be able to have things like my Tmux, Neovim, Zsh, etc. is really handy to
+have. Unfortunately, I wasn't able to do a lot yet, I have to admit that I procrastinated a lot
+today, but whatever, there's half a week entirely to do so.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-80_2024-01-24.md b/daily-blogs/day-80_2024-01-24.md
new file mode 100644
index 00000000..eca2108d
--- /dev/null
+++ b/daily-blogs/day-80_2024-01-24.md
@@ -0,0 +1,95 @@
+---
+scope: guzsdaily
+created: 2024-03-05T13:50:33-03:00
+url: https://guz.one/80
+modified: 2024-03-26T11:55:42-03:00
+counter: 80
+title: 'Day 80: [Re]starting my self-hosting journey'
+public: true
+post_date: 2024-01-24
+tumblr_id: 740445332056473600
+---
+
+# \[Re\]starting My Self-hosting Journey, and Why
+
+Yesterday I "woke" up my old computer as a server \[again\], now the fun part starts. But, why am I
+self-hosting?
+
+## Why Self-host?
+
+The short answer: for me, it's fun.
+
+The long answer: to start, if you don't know what self-hosting means, here's a small explanation
+from our good old Wikipedia:
+
+> "**Self-hosting** is the practice of running and maintaining a
+> [website](https://en.wikipedia.org/wiki/Website "Website") or
+> [service](https://en.wikipedia.org/wiki/Service_\(systems_architecture\) "Service (systems architecture)")
+> using a private [web server](https://en.wikipedia.org/wiki/Web_server "Web server"), instead of
+> using a service outside of someone's own control. Self-hosting allows users to have more control
+> over their data, privacy, and computing infrastructure, as well as potentially saving costs and
+> improving skills."
+>
+> - Source: [Self-hosting (web services) - from Wikipedia, the free\
+> encyclopedia](https://en.wikipedia.org/wiki/Self-hosting_\(web_services\))
+
+In summary, it's like if you used your computer to run something like YouTube, instead of connecting
+to the internet to use it. Self-hosting can be really advantageous if you care a lot about privacy,
+control of your data and how it's used, not only that, but if you're a developer, you know have a
+lot more power in customizing, tweaking and automating services and tools that you use. And because
+the data and code is on your own machine, you aren't locked-in into a cloud provider, website, yadda
+yadda. There are people who can explain this better than me, and nowadays self-hosting isn't that
+hard if you know a thing or two about computers.
+
+Personally, I plan to use self-hosting for three reasons:
+
+- **Privacy** and data control, of course;
+- **Network control**, aka. Ad blockers in the hole home's network with something like [Adguard\
+ Home](https://adguard.com/en/adguard-home/overview.html) and a private intranet with
+ [Tailscale](https://tailscale.com/);
+- And, the most useful, **automation**. I already talked about here and there, but I hope that I can
+ automate my social medias, daily journal publications, and things like that using my home server,
+ specifically with something like [Gitea actions](https://docs.gitea.com/usage/actions/overview)
+ (or in my case, [Forgejo actions](https://forgejo.org/docs/latest/user/actions/)).
+- Maybe something like federalization also, I don't know yet how hard it would be to self-host my
+ own [Mastodon](https://joinmastodon.org) or \[insert another
+ [ActivityPub](https://activitypub.rocks/)-compatible instance here\] on my computer.
+
+Something which I also plan to do is to run my own [Invidious](https://invidious.io) and other
+frontend-alternatives for myself, I already use public instances and pretty much de-googled my
+online life nowadays, so why not try self-hosting also? Maybe even open these instances to my
+friends? So they can also have more private alternatives? Or maybe I'm dreaming too much?
+~Probably~.
+
+## How to Self-host?
+
+If you're ~somehow~ interested about self-hosting after this amalgamation of an explanation, and do
+not know where to start, I would recommend taking a look at [CasaOS](https://casaos.io/) or
+[YunoHost](https://yunohost.org/), these give you an easy-to-use User Interface (UI) to manage your
+server and services. I tried both, CasaOS being what introduced me to self-hosting, alongside [this\
+video](https://www.youtube.com/watch?v=w44CypRO5l4) on how to install it on Linux and use it.
+
+Nonetheless, this is my third try on self-hosting, because the two previous options didn't serve my
+current needs and also because I'm liking the idea of using [NixOS](https://nixos.org/), which is
+how I'm configuring my home-server now. And it is being kinda great to share common configuration
+and code between my desktop and home-server, without counting also the incomparable control of using
+it instead of the docker-based solutions I mentioned (but again, I wouldn't recommend using Nix in
+your first try of self-hosting, even less if you don't have any experience with it or programming in
+general).
+
+I already have a Forgejo instance running now, and I hope that tomorrow I'm able to configure
+Adguard Home on it, since these are pretty much the two main reasons and purposes of this server.
+Also, Tailscale is also configured, pretty much just `services.tailscale.enable = true`, that's it.
+
+I have to admit, I'm kinda loving NixOS more and more, and it's also making me love even more Linux
+in general. It's always great to learn and try something new. Hopefully in some days I will make a
+more detailed post about the hole system that I'm creating to myself, it's kinda scary and
+interesting the scale that this "productivity system" is taking.
+
+> **Today's artists & creative things**
+>
+> **Playlist:** [Braincell.exe has failed to load - A stimming playlist - by\
+> Aliven't](https://www.youtube.com/watch?v=zA3zk-uCmss)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0)
diff --git a/daily-blogs/day-81_2024-01-25.md b/daily-blogs/day-81_2024-01-25.md
new file mode 100644
index 00000000..e93aee2e
--- /dev/null
+++ b/daily-blogs/day-81_2024-01-25.md
@@ -0,0 +1,41 @@
+---
+created: 2024-03-05T13:50:33-03:00
+title: Over-engineering
+public: true
+tumblr_id: 740534053235720192
+modified: 2024-04-30T13:17:18-03:00
+post_date: 2024-01-25
+counter: 81
+scope: guzsdaily
+url: https://guz.one/81
+---
+
+# Over-engineering
+
+Today, I mostly continued to work on my home-server configuration.
+
+And over-engineered it a lot.
+
+I don't know if it is just my anxiety making me think about possible features and use cases in the
+future, but for me, there's something rewarding in creating a piece of code that is \[apparently\]
+scalable and composable, like you could just copy and paste it somewhere else in another place. Do I
+think it is the best way to code? No, even less if it is a time-sensitive situation, it is better to
+get things done first and then think about scaling later. However, in personal projects? In the
+places where I'm programming for myself and for leisure? You should fucking expect me to
+over-engineer and makes things while thinking about future features \[that I will probably never
+add\]. Why? Because for me, it is fucking awesome and is what gives me the energy and joy in
+programming.
+
+So if you end up one day reading the source-code of my dot files and question yourself why it is so
+over-complicated, that's why.
+
+Again, see you tomorrow ;)
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+>
+> There's something so... hopeful? for me in this song, even when it is what it is.
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-82_2024-01-26.md b/daily-blogs/day-82_2024-01-26.md
new file mode 100644
index 00000000..0b52579d
--- /dev/null
+++ b/daily-blogs/day-82_2024-01-26.md
@@ -0,0 +1,33 @@
+---
+post_date: 2024-01-26
+scope: guzsdaily
+tumblr_id: 740622854018809856
+created: 2024-03-05T13:50:33-03:00
+public: true
+counter: 82
+title: Another procrastinating friday
+url: https://guz.one/82
+modified: 2024-03-26T11:55:40-03:00
+---
+
+# Another Procrastinating Friday
+
+I don't know what happens on Fridays for me, but almost always I end up procrastinating a lot
+compared to other days.
+
+Nonetheless, I was able to at least make Adguard run on my server, it was pretty much just a
+one-liner and that's it, but I will configure more of it and add some "fluff" that I personally like
+to add. And being honest, I actually know what happens to me on Fridays: I get tired of working on
+the same thing. Like I said before, one week, one project, and even if I didn't configure my server
+completely, I already have Forgejo running, so probably next week I will start the work on
+automating these posts and maybe my social media.
+
+So ye, not a lot today, and sorry for the short posts lately, I need to improve my schedule to be
+able to write again some bigger articles and topics.
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-83_2024-01-27.md b/daily-blogs/day-83_2024-01-27.md
new file mode 100644
index 00000000..3d3f3443
--- /dev/null
+++ b/daily-blogs/day-83_2024-01-27.md
@@ -0,0 +1,27 @@
+---
+tumblr_id: 740714219704647680
+post_date: 2024-01-27
+url: https://guz.one/83
+public: true
+title: Another nothing entry
+counter: 83
+created: 2024-03-05T13:50:33-03:00
+scope: guzsdaily
+modified: 2024-03-26T11:55:38-03:00
+---
+
+# Another Nothing Entry
+
+And another procrastinating day.
+
+I kinda went on a rabbit hole today about internet domains and trying to find a new domain name for
+my personal website (), but "guz.one" is so good that I ended up just renewing it.
+Also I bought another one for future use that I won't say here yet, the website isn't set up yet ;)
+
+> **Today's artists & creative things**
+>
+> **Playlist:** [Braincell.exe has failed to load - A stimming playlist - by\
+> Aliven't](https://www.youtube.com/watch?v=zA3zk-uCmss)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-84_2024-01-28.md b/daily-blogs/day-84_2024-01-28.md
new file mode 100644
index 00000000..cbd5f9a1
--- /dev/null
+++ b/daily-blogs/day-84_2024-01-28.md
@@ -0,0 +1,31 @@
+---
+url: https://guz.one/84
+created: null
+counter: 84
+post_date: 2024-01-28
+scope: guzsdaily
+tumblr_id: 740806057879830528
+modified: null
+title: 'Day 84: [Almost] Finishing things'
+public: true
+---
+
+# \[Almost\] Finishing things
+
+So the home server configuration is... "finished".
+
+Of course, I haven't finished it, but it is usable for this week, so I can now work on the
+automation and "custom software" part of my productivity setup. Today I mostly tried to complete the
+tasks that I didn't do yesterday, and improved a little the usability, adding things like local
+domains for the home server's services, so now I can access things like
+[Forgejo](https://forgejo.org/) on an url like "forgejo.homelab.local" with also HTTPS security.
+
+Well, see you tomorrow, I for some reason can't focus on writing now.
+
+> **Today's artists & creative things**
+>
+> **Playlist:** [Braincell.exe has failed to load - A stimming playlist - by
+> Aliven't](https://www.youtube.com/watch?v=zA3zk-uCmss)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0)
diff --git a/daily-blogs/day-85_2024-01-29.md b/daily-blogs/day-85_2024-01-29.md
new file mode 100644
index 00000000..1a4786bd
--- /dev/null
+++ b/daily-blogs/day-85_2024-01-29.md
@@ -0,0 +1,31 @@
+---
+counter: 85
+title: Banging my head to fix something
+modified: 2024-03-26T11:55:38-03:00
+post_date: 2024-01-29
+url: https://guz.one/85
+scope: guzsdaily
+tumblr_id: 740894932752007168
+public: true
+created: 2024-03-05T13:50:33-03:00
+---
+
+# Banging My Head on the Table to Fix Something
+
+Let's just say that today wasn't the greatest, I had plans to do a lot of things and start a new
+project, but, as always in the world of software, something broke, and I ended up wasting all day
+fixing it. I think that this sums it:
+
+
+
+> **Today's artists & creative things**
+>
+> **Playlist:** [Braincell.exe has failed to load - A stimming playlist - by\
+> Aliven't](https://www.youtube.com/watch?v=zA3zk-uCmss)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-86_2024-01-30.md b/daily-blogs/day-86_2024-01-30.md
new file mode 100644
index 00000000..6e482d3f
--- /dev/null
+++ b/daily-blogs/day-86_2024-01-30.md
@@ -0,0 +1,25 @@
+---
+counter: 86
+modified: 2024-03-26T11:55:37-03:00
+url: https://guz.one/86
+scope: guzsdaily
+public: true
+title: Returning to actual programming
+created: 2024-03-05T13:50:33-03:00
+post_date: 2024-01-30
+tumblr_id: 740985771573624832
+---
+
+# Returning to Actual Programming
+
+I have to admit that I don't know what to write today, I ended up passing the hole night awake for
+some reason, because "why not?". And now I'm trying to return to some programming again,
+unfortunately it's JavaScript, but there isn't a better language for this current project. Sorry for
+the ambiguity, it's kinda hard to sum something for today to be honest.
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-87_2024-01-31.md b/daily-blogs/day-87_2024-01-31.md
new file mode 100644
index 00000000..e03aa272
--- /dev/null
+++ b/daily-blogs/day-87_2024-01-31.md
@@ -0,0 +1,53 @@
+---
+url: https://guz.one/87
+created: 2024-03-05T13:50:33-03:00
+modified: 2024-04-08T19:28:21-03:00
+tumblr_id: 741078337220378624
+counter: 87
+public: true
+post_date: 2024-01-31
+title: Im stuck
+scope: guzsdaily
+---
+
+# I'm Stuck
+
+Appearently, writing Nix files doesn't count as "real programming", because it's being hard to code
+lately.
+
+I have been writing Nix files, with are pretty much just "fancy JSON", for more than a week, and
+now, coding even on JavaScript is being somewhat hard on my brain. This new project is a
+"subproject" of the whole productivity system, and it is *just* a *small* CLI application to
+transform Obsidian's Markdown, into plain \[CommonMark\] Markdown. And my head is fighting on trying
+to come with solutions to code, it is like I can imagine the concept and separate the pieces of this
+project to work on, and I feel like even a simple task I can't just code y'know? Even when I'm being
+hands-off with things like dependencies count, scalability, etc. etc. Things which normally I take
+care in "production code".
+
+To be honest I even don't know if I should use JavaScript for this, I choose it because it is the
+easiest language to just get things done, and it seems logical to use it for content-related and/or
+HTML-related things. However, I kinda feel I should use Go or Rust, even if I need to learn them
+from scratch and have a smaller related ecosystem, I don't know if I should, knowing that it is a
+project that I would like to not spend a lot of time, but also the idea of learning something new in
+the time kinda drives me another way? I don't know, maybe I will try to use Go or Rust in this
+project, so it's easier to use them in my future "actual" projects.
+
+I even don't know if I should continue using Obsidian all together now, because even if it is where
+I settled up most everything, even when it is the center of my productivity and note-taking routine,
+I kinda feel locked-in a lot more than I like, and having this Obsidian-like syntax (together with
+all the plugin's syntaxes), it can be kinda hard to get out of it. Yes, it is impossible to me to
+not be locked-in some technology, but I feel like I would prefer to have everything in plain
+Markdown and edit it with a Neovim config, than to have a lot of things that I can't read and use
+without a specif editor and previewer.
+
+However, if I continue this, I will also never work on actual projects, you know, **the ones that
+can give me a job**. But without "The System", I can't organize and share easily said projects.
+
+I feel stuck.
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-88_2024-02-01.md b/daily-blogs/day-88_2024-02-01.md
new file mode 100644
index 00000000..07c9c8aa
--- /dev/null
+++ b/daily-blogs/day-88_2024-02-01.md
@@ -0,0 +1,25 @@
+---
+created: 2024-03-05T13:50:33-03:00
+public: true
+post_date: 2024-02-01
+counter: 88
+title: I dont know what to post and what to do
+tumblr_id: 741166865048649728
+modified: 2024-03-26T11:55:36-03:00
+scope: guzsdaily
+url: https://guz.one/88
+---
+
+# I Don't Know What to Post and What to Do
+
+It's almost 10 days from the day 100, and I don't know if I'm proud or not, I don't know if I've
+done a lot or not. Maybe I will try to learn something new, I tried learning Rust today, but setting
+it up in Nix wasn't so straight forward, tomorrow I try again and go to my therapist. So yea, see
+you tomorrow, I think.
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) es/by-sa/4.0)
diff --git a/daily-blogs/day-89_2024-02-02.md b/daily-blogs/day-89_2024-02-02.md
new file mode 100644
index 00000000..fa4d9477
--- /dev/null
+++ b/daily-blogs/day-89_2024-02-02.md
@@ -0,0 +1,35 @@
+---
+counter: 89
+tumblr_id: 741263110843842560
+public: true
+url: https://guz.one/89
+modified: null
+post_date: 2024-02-02
+scope: guzsdaily
+created: null
+title: Putting things in tasks
+---
+
+# Putting things in tasks
+
+So appearently I was able to "fix my issues" today in the morning before I actually go to therapy.
+Appearently Cognitive Behavioral Therapy really helps you be your own therapist, huh.
+
+The solution was: more notes, pretty much it. I realized that the main reason I was panicking is
+that I was trying to think about the whole system on my mind, instead of what I usually do, that is
+taking notes, separating things into small chunks to process better what I need to do and organize.
+So that was what I did in this morning, and I have to admit that I feel a lot more capable and think
+about how to create this project better.
+
+Notes and more notes\! That's always the answer\! Somehow.
+
+I have to admit that I unfortunately don't know what to really write here, I wasn't able to do a lot
+today since I wasn't at home, and now I'm trying to teach a little of English to my girlfriend, so
+yea. It was a good day, I would say.
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) by-sa/4.0)
diff --git a/daily-blogs/day-90_2024-02-03.md b/daily-blogs/day-90_2024-02-03.md
new file mode 100644
index 00000000..01bb5b92
--- /dev/null
+++ b/daily-blogs/day-90_2024-02-03.md
@@ -0,0 +1,40 @@
+---
+public: true
+post_date: 2024-02-03
+created: 2024-03-05T13:50:33-03:00
+url: https://guz.one/90
+counter: 90
+tumblr_id: 741346463695650816
+modified: 2024-03-26T11:55:35-03:00
+title: Playing Minecraft, and taking a rest
+scope: guzsdaily
+---
+
+# Playing Minecraft, and Taking a Rest
+
+Well, I kinda know that I don't deserve it, knowing how little I have done this month, but in one
+week or so my girlfriend will continue their studies, so I kinda want to pass the time properly with
+her.
+
+It's interesting how in about a week it will be day 100 of writing these Daily Journal entries, it
+has been a ride. I don't really know what I will write here for day 100, so it's better to have your
+expectations low, but I will try to make some time of recap of the small amount of things that I
+have done in the past one hundred days.
+
+However, this week, due to the reasons talked above, I will do little coding and more take notes,
+organize things, and maybe work a little on my hobby of creating modpacks, resourcepacks, etc. for
+this blocky game that defined a good chunk of who I am today. Maybe I end up finishing some of those
+things and projects, because I actually have a brand for these works, again, I like to create
+brands, logos and make things pretty ;)
+
+And maybe I'm able to have a clearer mind in these next days, hopefully fix my routine a little, and
+think about what to do in the next 100 days. Nonetheless, that's it for today, have a great day,
+evening or night depending on when and where you're reading this.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-91_2024-02-04.md b/daily-blogs/day-91_2024-02-04.md
new file mode 100644
index 00000000..6cc85a66
--- /dev/null
+++ b/daily-blogs/day-91_2024-02-04.md
@@ -0,0 +1,35 @@
+---
+public: true
+url: https://guz.one/91
+post_date: 2024-02-04
+created: 2024-03-05T13:50:33-03:00
+title: Insomnia because of tomorrows ideas
+modified: 2024-03-26T11:55:34-03:00
+counter: 91
+scope: guzsdaily
+tumblr_id: 741438654149443584
+---
+
+# Insomnia Because of Tomorrow's Ideas
+
+Yesterday was hard to sleep, because for some reason my brain started to think that planning ideas
+for day 100 would be funny, apparently.
+
+I pretty much had to write every single minute in my notes to clean my mind out of these ideas and
+be able to sleep. However, now I think there's a good idea for a periodic project to work on,
+hopefully it isn't just that type of idea where I start out of nowhere and abandon after the first
+step, but this whole daily journal also started because of a spontaneous idea that I had of writing
+every day, and now I'm here. So yea, apparently the amount of things that I need to do this year
+wasn't enough, and now I will maybe have something new to add to the cake of responsibilities that I
+put on myself, but it's worth to try at least.
+
+I won't talk into details today, since I haven't planned anything, but hopefully until day 100 I
+have something done to start it.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) ses/by-sa/4.0)
diff --git a/daily-blogs/day-92_2024-02-05.md b/daily-blogs/day-92_2024-02-05.md
new file mode 100644
index 00000000..beda6408
--- /dev/null
+++ b/daily-blogs/day-92_2024-02-05.md
@@ -0,0 +1,38 @@
+---
+post_date: 2024-02-05
+public: true
+title: Playing games a little
+tumblr_id: 741527706730151936
+scope: guzsdaily
+counter: 92
+created: 2024-03-05T13:50:33-03:00
+url: https://guz.one/92
+modified: 2024-03-26T11:55:33-03:00
+---
+
+# Playing Games a Little
+
+It has been a while since a play games giving actual focus into it without seeing some video
+alongside it. It is good to do this hobby once in a while :')
+
+Yesterday I didn't have the best night I'm going to admit, I don't want to go into details, but...
+growing up is somewhat scary to me, the idea of loosing my interests and hobbies like drawing, art,
+creating my worlds, videos, etc. is terrifying. The amount of people that lose them and just start
+to live in a loop of work and home and nothing else, kinda makes you believe that there isn't an
+option and "that's just how the world works" if you want to be someone. However, I'm somewhat fine
+now, as always my girlfriend knows how to pull me back to reality and I just end up crying and
+laughing at the same time because of how much I have gone deep into my fears and mind. I know where
+and why I need to focus this year, but nothing is actually stopping me to draw a little in the
+weekends y'know? Start with small steps to satisfy this "urge" to go out of programming once in a
+while, and focus on stabilizing myself this year, so I can focus more on art in the foreseeable
+future hopefully.
+
+I love programming, and I also love art, and even if they're in complete different spectrum of
+interests, maybe there's a way to make both work together in my life, I just have to find it.
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-93_2024-02-06.md b/daily-blogs/day-93_2024-02-06.md
new file mode 100644
index 00000000..a4f83900
--- /dev/null
+++ b/daily-blogs/day-93_2024-02-06.md
@@ -0,0 +1,29 @@
+---
+url: https://guz.one/93
+modified: 2024-03-26T11:55:33-03:00
+scope: guzsdaily
+counter: 93
+post_date: 2024-02-06
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 741620079825960961
+public: true
+title: Just a normal day
+---
+
+# Just a Normal Day
+
+Today was... pretty much just a normal day.
+
+Nothing productive, just playing some games to distract my mind. Yesterday's night wasn't the best,
+because of some personal events and insecurities, so today I just wanted to distract myself to don't
+end up overthinking about things, I'm just kinda tired because of it, so that's why the short post.
+
+See you tomorrow.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-94_2024-02-07.md b/daily-blogs/day-94_2024-02-07.md
new file mode 100644
index 00000000..c65b2b25
--- /dev/null
+++ b/daily-blogs/day-94_2024-02-07.md
@@ -0,0 +1,44 @@
+---
+modified: 2024-03-26T11:55:32-03:00
+title: Small projects, small logos
+created: 2024-03-05T13:50:33-03:00
+public: true
+post_date: 2024-02-07
+tumblr_id: 741711225568804864
+url: https://guz.one/94
+scope: guzsdaily
+counter: 94
+---
+
+# Small Projects, Small Logos
+
+I like to create logos :')
+
+I have been in these past days ~crying~ thinking about my other hobbies besides programming, and how
+I neglected a lot of my other passions in these past months. It is hard liking things such as art,
+video creation, and programming at the same time, seeing how much them are different for each other.
+And if I actually want some reward for my work, programming is probably the best path to put effort
+in. However, I don't want to abandon my other passions, because if I did, I wouldn't be myself
+anymore. Postponing is an option, but do I really want to take the risk of just falling in that loop
+of work and slowly forget my past passions? Do I want to risk loosing my early adulthood in the same
+way I lost my infancy and teenager years? No, I do not.
+
+But I can't just forget the focus of this year, I do need to work hard and focus on programming if I
+want to be someone and have some sort of stability and Independence. That's why I want to focus on
+small projects, things that are more hobby than work, things that \[hopefully\] I can do on weekends
+without stressing and consuming too much time. Nonetheless, I hope to talk about them in day 100 and
+kinda show everything about the past and what I plan for the future.
+
+And I just wrote it to show this new icon / logo for one of the projects ;')
+
+
+
+Until tomorrow.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-95_2024-02-08.md b/daily-blogs/day-95_2024-02-08.md
new file mode 100644
index 00000000..fce40dcb
--- /dev/null
+++ b/daily-blogs/day-95_2024-02-08.md
@@ -0,0 +1,30 @@
+---
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 741797387955257344
+counter: 95
+post_date: 2024-02-08
+public: true
+title: Polishing and procrastinating
+scope: guzsdaily
+modified: 2024-03-26T11:55:31-03:00
+url: https://guz.one/95
+---
+
+# Polishing and Procrastinating
+
+Yea, today wasn't the most productive or different in any way, I pretty much just watched videos and
+polished the logo that I did yesterday. There's a possibility that I will update my personal brand
+in the coming days, since I now realized some inconsistencies on it, but nothing drastic. I actually
+feel a little scare in changing any part of my personal brand, because I actually love it a lot, to
+the point that I hope to tattoo its symbols in some foreseeable future, so I really need to make it
+"future-proof". Nonetheless, nothing really worth talking today.
+
+I think I will play some Minecraft now.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)
diff --git a/daily-blogs/day-96_2024-02-09.md b/daily-blogs/day-96_2024-02-09.md
new file mode 100644
index 00000000..5e48205e
--- /dev/null
+++ b/daily-blogs/day-96_2024-02-09.md
@@ -0,0 +1,25 @@
+---
+title: Headache day
+post_date: 2024-02-09
+created: 2024-03-05T13:50:33-03:00
+url: https://guz.one/96
+modified: 2024-03-26T11:55:30-03:00
+tumblr_id: 741892107300667392
+scope: guzsdaily
+public: true
+counter: 96
+---
+
+# Headache Day
+
+I really don't have anything or can think of anything to write today. I'm with an annoying headache
+right now, and today wasn't the most satisfying of days, I'm tired, even if I did nothing today, I'm
+tired of doing nothing and just procrastinating, and I don't have the energy to do nothing.
+Hopefully tomorrow will be better.
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-97_2024-02-10.md b/daily-blogs/day-97_2024-02-10.md
new file mode 100644
index 00000000..984ae1a5
--- /dev/null
+++ b/daily-blogs/day-97_2024-02-10.md
@@ -0,0 +1,25 @@
+---
+post_date: 2024-02-10
+title: Memories, but nor for today
+url: https://guz.one/97
+public: true
+counter: 97
+created: 2024-03-05T13:50:33-03:00
+tumblr_id: 741984199583694848
+modified: 2024-03-26T11:55:29-03:00
+scope: guzsdaily
+---
+
+# Memories, but nor for Today
+
+This night as I'm writing this entry is not being the greatest, so I'm not going to write a lot.
+Also, there isn't a lot to write here, I just played Stardew Valley with my girlfriend today and
+after that, remembered some things from the past of the Capytal project, so yea. Maybe tomorrow or
+another day I talk more about, right now I'm not in the best mood ever.
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-98_2024-02-11.md b/daily-blogs/day-98_2024-02-11.md
new file mode 100644
index 00000000..5ca443f5
--- /dev/null
+++ b/daily-blogs/day-98_2024-02-11.md
@@ -0,0 +1,30 @@
+---
+created: 2024-03-05T13:50:33-03:00
+post_date: 2024-02-11
+public: true
+url: https://guz.one/98
+title: Wanting to do something
+tumblr_id: 742067587532374016
+scope: guzsdaily
+counter: 98
+modified: 2024-03-26T11:55:28-03:00
+---
+
+# Wanting to Do Something
+
+I'm exhausted of procrastinating and not doing projects, it almost feels like the days are even more
+exhausting because of it. However, I have to admit that these past days are also not being the most
+uplifting or easy to me, for personal reasons which I don't want to explain here. Hopefully, in
+these next 2 days, I'm able to motivate myself again, it's the start of the week, so new projects,
+new tasks, and new things to do, and also with the new continuous projects which will be talked
+about in day 100, I can improve my mood. Nonetheless, I also need to not dream a lot, my girlfriend
+will continue her studies in less than a week, and let's just say that her class in not the most
+inviting and stable one, so I'll need to be there if she needs support in anything. The year is
+starting, and it seems that it will be a busy one.
+
+> **Today's artists & creative things**
+>
+> **Song:** [That Funny Feeling - by Bo Burnham](https://music.youtube.com/watch?v=WPB6u1BqZqU)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) /by-sa/4.0)
diff --git a/daily-blogs/day-99_2024-02-12.md b/daily-blogs/day-99_2024-02-12.md
new file mode 100644
index 00000000..241dec56
--- /dev/null
+++ b/daily-blogs/day-99_2024-02-12.md
@@ -0,0 +1,35 @@
+---
+public: true
+url: https://guz.one/99
+tumblr_id: 742153733555830785
+created: 2024-03-05T13:50:33-03:00
+scope: guzsdaily
+post_date: 2024-02-12
+counter: 99
+title: Things are getting better, I think
+modified: 2024-03-26T11:55:28-03:00
+---
+
+# Things Are Getting Better, I Think
+
+It seems that things are getting better and that I will be able to continue the work and start the
+new projects that will be talked about tomorrow.
+
+If you read the past entries, I said that some personal problems started to happen, but just wanting
+to say here now, they are somewhat resolved now. Unfortunately because of it, I wasn't really
+productive or organized better my work and ideas and projects, so I won't be able to show the start
+of things tomorrow, but at least I hope to write something special on day 100. This week I won't
+really be able to work a lot, I kinda need to figure some things out still, my girlfriend will
+return to her studies this Thursday, and on the weekend I will go out on a little trip with my
+parents to pass the time with them. So yea, a lot of things to do, a lot of things happening, but
+they seem to be going back on the normal tracks now at least.
+
+So yea, see you tomorrow, hopefully early in the day to be able to write everything.
+
+> **Today's artists & creative things**
+>
+> **Album:** [Minecraft - Volume Beta - by\
+> C418](https://music.youtube.com/playlist?list=OLAK5uy_kdbq6PJddSKFobjO_xbXCYOLuypeXTN_M)
+
+© 2024 [Gustavo "Guz" L. de Mello](https://guz.one). Licensed under [CC\
+BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0) s/by-sa/4.0)