summaryrefslogtreecommitdiff
path: root/_site/blog/daily-note-taking.html
blob: 62be513988dfcdd1ce151a123c4f570c983e8f3b (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <!-- SEO Meta Tags -->
    <title>Ben Sanders – Network Administrator, Linux Enthusiast, Web Developer, and Technologist</title>
    <meta name="description" content="Ben Sanders is a Linux enthusiast and web developer sharing projects, thoughts, and resources on technology, open source, and simple web hosting.">
    <meta name="keywords" content="Ben Sanders, Linux, web development, open source, technologist, Sanders Technology, ben.sanders.life">
    <meta name="author" content="Ben Sanders">
  
    <!-- Open Graph / Facebook -->
    <meta property="og:title" content="Ben Sanders – Linux Nerd & Technologist">
    <meta property="og:description" content="Explore the online presence of Ben Sanders – a Linux enthusiast and web developer sharing thoughts, projects, and resources.">
    <meta property="og:url" content="https://ben.sanders.life">
    <meta property="og:image" content="https://bsand.net/assets/me.jpeg">
    <meta property="og:type" content="website">
  
    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Ben Sanders – Linux Nerd & Web Developer">
    <meta name="twitter:description" content="Visit the personal site of Ben Sanders to explore tech, open source, and minimalist web design.">
    <meta name="twitter:image" content="https://bsand.net/assets/me.jpeg">
  
    <!-- UI and Theme -->
    <meta name="theme-color" content="#b172bc">
    <link rel="stylesheet" href="/main.css">
  </head>

<body>
    <div id="website-container">
                    <ul class="navigation">
               <li><a href="/" title="home">~/</a></li>
	       <li><a href="/about" title="about me">~/about</a></li>
	       <li><a href="/resume" title="my resume">~/resume</a></li>
	       <li><a href="/blog" title="my blog">~/blog</a></li>
	       <li><a href="/resources" title="resources">~/resources</a></li>
	    </ul>


        <h1>Daily Note Taking</h1>
	    <p class="meta">Benjamin Sanders | 28 December 2022 | note-taking, daily-habits, answers-in-progress</p>
            <p><img src="/assets/images/pexels-karolina-grabowska-4476376.jpg" alt="Image of a text that reads passbolt in black lettering" title="woman-taking-notes" /></p>

<p>Photo credit by: <a href="https://www.pexels.com/@karolina-grabowska/">Karolina Grabowska</a></p>

<p>Over the course of the last few weeks, I have been working my way through learning Python for school. As a result, it led me to a great YouTube channel called Answers in Progress. While watching one of their videos the thought of keeping a notepad of thoughts came up. So, lets dig into that below.</p>

<p>As another new year starts it’s a time to refocus and find ways to assist in learning and becoming more of a full person. For example, one of the things I want to make a habit again is logging my food intake like I was doing pre-pandemic. In that same vein, and something I took away from watching Answers in Progress, I want to take notes at the end of the day.</p>

<p>Granted I can’t remember the video in which Sabrina talked about noting your day, but it was in one of the videos I watched on the channel. The more I thought about noting down your day even simple bullet points could help in remembering things like who I spoke with or customers I helped. Sounds like a good way to be able to revisit later for either nostalgic reasons or to simply remember something.</p>

<p>One other reason I would like to note my day is to help me building my writing and handwriting skills because I think it’s a skill I’ve really been lacking. Hopefully it will also help me in my reading and focus skills because reading through documentation for Python has really highlighted an issue I’ve had with paying attention. I think my mind has even attempted to stray while writing this very paragraph.</p>

<p>All-in-all I think going into the new year with the plan of keeping basic notes and letting it evolve will help me with content here on my website. I really want to make my 30s not be wasted and make the most out of it so I can look back in 10 years and be proud of what I did during that time.</p>

<p>What are your plans for 2023?</p>

<p>Let me know on Mastodon <a href="https://sanders.life/ben">@ben@sanders.life</a>!</p>

<p>Until next time,</p>

<p>-Ben</p>

    </div>
    <footer>
      <small>Made with ❤️ in Helen, GA</small><br />
	    <small>&copy; Ben Sanders, 2025</small>
    </footer>
    <!-- <script src="./index.js"></script> -->

    <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Person",
          "name": "Ben Sanders",
          "url": "https://ben.sanders.life",
          "image": "https://bsand.net/assets/me.jpeg",
          "sameAs": [
            "https://github.com/bensanders",
            "https://linkedin.com/in/benasanders",
            "https://twitter.com/thebensanders"
          ],
          "jobTitle": "Web Developer & Linux Enthusiast"
        }
        </script>
        <script defer data-domain="ben.sanders.life" src="https://plausible.io/js/script.js"></script>
</body>
</html>