From 649ac6e3202f596d40fe75a03e1b5c3a4e4a1dbc Mon Sep 17 00:00:00 2001 From: Demetrius Semanko <143662059+DemetriusSemanko@users.noreply.github.com> Date: Tue, 03 Mar 2026 18:08:00 +0000 Subject: [PATCH] Duck Day blog --- blog/duck_day_2026/index.html | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ projects/index.html | 68 ++++++++++++++++++++++++++++++++++++-------------------------------- style.css | 13 +++++++++++++ 3 file(s) changed, 159 insertion(s)(+), 32 deletion(s)(-) diff --git a/blog/duck_day_2026/index.html b/blog/duck_day_2026/index.html new file mode 100644 --- /dev/null +++ b/blog/duck_day_2026/index.html @@ -0,0 +1,110 @@ + + + + + + + Duck Day 2026 + + +
+

Duck Day 2026

+
+
+ Demetrius Semanko +
+ +
+
+

+ When programming, we try to develop + something, but we also develop + problems. We try our best to fix the + problem, but we find ourselves struggling. Who or what can we turn to? +

+ A duck! 🦆 +

+ We can talk to a duck, usually a rubber duck, (or maybe even a real + duck!) to vocalize the issue we encounter and how we want to address + it. The simple act of articulating a programming problem often brings + about a realization that inevitably precipitates the solution. +

+

+ Duck Day sought to coordinate a mid-semester gathering for our fellow + Computer Science majors to grab a rubber duck, chat, unwind, and have + some food. We had nearly 40 attendees, and it went off without any + hiccups. What a success! +

+
+ +
+
+
+

I am a Treasurer

+

+ Becoming Treasurer for the Computer Science club only recently, I + learned a decent bit about event planning from the perspective of a + funds person. I think going through the motions helped increase my + confidence in the role. For our event's catering order, I oversaw the + major stages of ordering, communicating with the vendor, and picking + up the food (with the appreciated assistance from some extra pairs of + hands! 😁). +

+

+ We knew our choice of vendor for quite a while. When ordering, I + worked with our Club's President to make some selections. I had and + stayed below a target total. Communication with the vendor began + immediately after ordering. I really enjoyed communicating our + circumstances as an organization, our funding status, and both asking + and answering questions. For example, we did not know if we had the + requisitioned funds available to us. I communicated the uncertainty + with the vendor, and I would like to imagine the vendor enjoyed + staying in the loop. I genuinely did not want to sully our + customer-client relationship. Eventually, I went directly to our + University's organizational funds management office and confirmed the + funds availability to us. We made our payment, grabbed our food, and I + call all that a success! +

+
+
+

Problems and Solutions

+

+ Another vendor, from whom we have ordered before, gave us a hard time. + Previously, after ordering online with them, we went to pick up the + order only for us to hear, "we didn't receive your order". Of course, + we cannot blame the worker for this. Their responsibility does not + include making sure the online point-of-sale/ordering tools work. I + also cannot in confidence conclude any intentionality in the + misgivings we experienced. +

+

+ For this year's Duck Day, our Club President placed an order through + the vendor's website, but, having a bad experience with them + previously, they also tried to call and confirm the order. + They didn't answer the phone. In fact, on Duck Day, we called + seven (7) times with no answer. My much needed help and I drove to the + place and asked about our order. + They didn't receive the order. I did not fault the worker for + this happening. Luckily, the worker quickly put together our order + since the food prepares easily (and is eaten even more easily! 😋). +

+

+ I had a great time helping make sure this event went together and went + off with relatively no issues. When an issue did come up, like when + one of our vendor's ordering system didn't work, we addressed it. +

+
+
+

+ Thank you to everyone for coming together and bringing their + happiness! +

+
+
+ + + diff --git a/projects/index.html b/projects/index.html --- a/projects/index.html +++ b/projects/index.html @@ -22,37 +22,41 @@ Projects Blog -
-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque possimus - odio qui eum ipsum ut minus vero laboriosam unde aperiam distinctio, - necessitatibus magni, cum, consectetur at quibusdam! Aliquid, - repellendus impedit. -

-

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt eaque - nisi incidunt saepe minus eos laboriosam accusamus. Natus quibusdam - officiis, ratione dicta, perferendis quidem vitae asperiores harum, ipsa - nesciunt nisi? -

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae aut - commodi facilis deserunt suscipit sapiente, nobis totam ullam sequi, - reprehenderit nihil inventore obcaecati rerum, natus molestias vel - minima illo culpa. -

-

- Lorem ipsum dolor sit, amet consectetur adipisicing elit. Alias - quisquam, ipsum amet rem assumenda hic ullam, quam quas tempora - quibusdam, consequuntur obcaecati doloremque corrupti minima id - voluptate officiis fugit! Cumque? -

-

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis veniam - ex aut quod totam a, magnam deserunt ipsa illum numquam eum ab cum - eligendi recusandae quia laudantium? Sint, provident reprehenderit! -

-
+
+
+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque + possimus odio qui eum ipsum ut minus vero laboriosam unde aperiam + distinctio, necessitatibus magni, cum, consectetur at quibusdam! + Aliquid, repellendus impedit. +

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt eaque + nisi incidunt saepe minus eos laboriosam accusamus. Natus quibusdam + officiis, ratione dicta, perferendis quidem vitae asperiores harum, + ipsa nesciunt nisi? +

+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae aut + commodi facilis deserunt suscipit sapiente, nobis totam ullam sequi, + reprehenderit nihil inventore obcaecati rerum, natus molestias vel + minima illo culpa. +

+

+ Lorem ipsum dolor sit, amet consectetur adipisicing elit. Alias + quisquam, ipsum amet rem assumenda hic ullam, quam quas tempora + quibusdam, consequuntur obcaecati doloremque corrupti minima id + voluptate officiis fugit! Cumque? +

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis + veniam ex aut quod totam a, magnam deserunt ipsa illum numquam eum ab + cum eligendi recusandae quia laudantium? Sint, provident + reprehenderit! +

+
+
+ + - diff --git a/style.css b/style.css --- a/style.css +++ b/style.css @@ -76,3 +76,16 @@ padding: 5px; border-radius: 10px; } } + +.article-header { + display: grid; + grid-template-columns: 1fr 1fr; +} +.date-posted { + display: grid; + justify-content: end; + font-weight: bold; +} +.author { + font-style: italic; +} -- tangled.sh