-
Notifications
You must be signed in to change notification settings - Fork 0
/
2024-12-02-journal-entry.html
97 lines (89 loc) · 6.57 KB
/
2024-12-02-journal-entry.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="Pelican" />
<title>2024-12-02 Journal Entry</title>
<link rel="stylesheet" href="./theme/css/main.css" />
<link href="https://LairdStreak.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Laird Streak`s Blog Atom Feed" />
<meta name="description" content="Journal entry." />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="./">Laird Streak`s Blog</a></h1>
<nav><ul>
<li><a href="./category/development.html">Development</a></li>
<li><a href="./category/fluff.html">Fluff</a></li>
<li><a href="./category/hobby.html">Hobby</a></li>
<li class="active"><a href="./category/journal.html">Journal</a></li>
<li><a href="./category/mental-health.html">Mental Health</a></li>
<li><a href="./category/soft-skills.html">Soft Skills</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="./2024-12-02-journal-entry.html" rel="bookmark"
title="Permalink to 2024-12-02 Journal Entry">2024-12-02 Journal Entry</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2024-12-02T12:23:00+13:00">
Published: Mon 02 December 2024
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/laird-streak.html">Laird Streak</a>
</address>
<p>In <a href="./category/journal.html">Journal</a>.</p>
<p>tags: <a href="./tag/journal.html">Journal</a> </p>
</footer><!-- /.post-info --> <p>"Time... it's the great equalizer. As time goes by, we slowly forget the things that once mattered most. We become consumed by the constant demands of our daily lives—work, routines, obligations—and before we know it, we’ve become distracted by the meaningless noise around us. The busy moments cloud our vision, and we lose sight of what once made us feel whole.</p>
<p>Relationships, the very foundation of our joy and fulfillment, begin to slip through the cracks. We stop prioritizing the people who matter, as we convince ourselves that there will always be time for love later, or that we can fix things 'when things calm down.' But time doesn’t wait for anyone. It keeps moving, and with each passing day, the connection we had with others starts to fade, like an image losing focus. We forget to nurture our bonds, and in doing so, we fall out of love—not just with others, but sometimes with ourselves, as we neglect the things that truly matter. We allow life’s distractions to drown out the quiet moments that once brought us closer to the ones we cherish most. And before we know it, we find ourselves yearning for what we lost, wishing we had remembered to appreciate it before it was too late."</p>
<p>This reflection emphasizes how time, along with the distractions and demands of life, can cause us to forget the value of relationships, leading to a slow drift from the ones we love.</p>
</div><!-- /.entry-content -->
<div class="comments">
<h2>Comments !</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'https://lairdstreak-github-io.disqus.com';
var disqus_identifier = '2024-12-02-journal-entry.html';
var disqus_url = './2024-12-02-journal-entry.html';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//https://lairdstreak-github-io.disqus.com.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the comments.</noscript>
</div>
</article>
</section>
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://LairdStreak.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://www.facebook.com/laird.streak.3">Facebook</a></li>
<li><a href="https://twitter.com/lairdstreak">Twitter</a></li>
<li><a href="https://lairdstreak.github.io/">Github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a rel="nofollow" href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a rel="nofollow" href="https://www.python.org/">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a rel="nofollow" href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'https://lairdstreak-github-io.disqus.com';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>