-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01_19_2025.html
More file actions
116 lines (82 loc) · 4.68 KB
/
Copy path01_19_2025.html
File metadata and controls
116 lines (82 loc) · 4.68 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!--
Isaiah Keating
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>01/19/2025</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 40px;
background-color: #f4f4f4;
color: #333;
line-height: 1.6;
}
h1, h2 {
color: #2c3e50;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 10px 0;
}
.container {
max-width: 800px;
margin: 0 auto;
background: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
p {
margin: 10px 0;
}
a {
color: #3498db;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>
<body>
<div class="container">
Back to <a href="index">Homepage</a>
<h1>iBlog</h1>
<h2>01/19/2025</h2>
<p>
<!--
the stuff....
<center><img src="/Seattle_2024/IMG_1513.jpeg" alt="Seattle_2024/IMG_1513.jpeg" width="300" height="400"></center>
<a href="https://address.com">Label</a>
<p>\[Maximum Payload Size = \frac{Symbol Rate * Bandwidth}{2^{sf}} - Overhead\]</p>
-->
01/13/2025 to 01/19/2025 Weekly<br><br>
Monday morning it was -16 degrees, welcome to January. 🥶 On Monday evening, Andrew had his <a href="https://docs.google.com/document/d/1FVSAi5ux6CkmZskUaJMNj3vhQJi3-iMUCHm46t2bcAo/edit">Symphonic Band Concert</a> . They played Burn by Roland Barrett, October by Eric Whitacre, and Synergy Rising by Ryan Nowlin.<br><br>
After work on Tuesday, I attended a dive team meeting. We are planning an ice dive on February 1st if it’s not to awful outside.<br><br>
Thursday January 16th, was the ninth anniversary of meeting my brother, Jamie Thingelstad, in New Ulm for the first time! In order to commemorate the event, I traveled back in time and <a href="01_16_2016">created a blog post for the day – 01/16/2016 daily</a>. It was easy to do because I remember the day like it was yesterday.<br><br>
Andrew and Tiffany stated their New Year’s resolution is to stretch on a regular basis 🙆 With my resolution to read more books, everyone in the Keating household now has a resolution for the year.<br><br>
On Saturday morning, I completed the annual <a href="https://diverescueintl.com/wp-content/uploads/2016/05/IADRS_Watermanship_Test_Fillable.pdf">IADRS Watermanship Test</a> at the Robert J. Elkington Middle School Swimming Pool for the Itasca County Sheriff’s Department Dive Team. I had been anxious about this for some time. Turning fifty, gaining seventeen pounds over the past year, and reflecting on poor past performance had led to a lot of negative thinking. However, I took two steps to improve my performance this year. First, I’ve abstained from alcohol since December 27th. Second, I spent time researching how to properly perform the freestyle stroke. I completed the 500-yard swim in 18:16 minutes, my best time so far. 🏊♂️<br><br>
<center><img src="swimTest2025.jpeg" alt="swimTest2025.jpeg" width="250"></center>
<br><br>
Past 500-yard times<br>
2024 Unknown<br>
01/21/2023 20:42<br>
01/22/2022 21:22<br><br>
For the 800-yard snorkel swim, I again had trouble with my stiff plastic fins that I’ve had for way to long. Bill let me try his yellow Scuba pro twin jet snorkeling fins and they were so much more comfortable and allowed for a full kick.<br><br>
On Saturday night, we watched two movies, <a href="https://en.wikipedia.org/wiki/A_Quiet_Place">A Quiet Place</a> and <a href="https://en.wikipedia.org/wiki/A_Quiet_Place_Part_II">A Quiet Place II</a>. I mentioned the Quiet Place genre in my <a href="12_15_2024">12/15/2024 weekly</a>. We liked all three but <a href="https://en.wikipedia.org/wiki/A_Quiet_Place:_Day_One">A Quiet Place: Day One</a> seems to be our favorite.<br><br>
Sunday, I scheduled myself to work so I could have an upcoming three day weekend, it was just as well as it was -22 degrees this morning.
<br><br>
</p>
<p>End of blog. Thank you for reading!</p>
Back to <a href="index">Homepage</a><br><br>
© 2025. This work by Isaiah Keating is openly licensed via <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
</div>
</body>
</html>