<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<author><name>Shane Rogers</name></author>
<title>Just Some Place</title>
<description>Just Some Place For Me To Post.</description>
<generator>Emacs webfeeder.el</generator>
<link>https://rogers.lol</link>
<atom:link href="https://rogers.lol/rss.xml" rel="self" type="application/rss+xml"/>
<lastBuildDate>Wed, 03 Jun 2026 21:11:10 +0000</lastBuildDate>
<item>
  <title>Trying Out Uberspace</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-a36ab56b" class="outline-2">
 <h2 id="a36ab56b">A New Host</h2>
 <div class="outline-text-2" id="text-a36ab56b">
 <p>
I have decided to give a different hosting provider a shot for the next month or so - in this case  <a href="https://uberspace.de/">Uberspace.de</a>.
</p>

 <p>
This blog has been hosted on a Hetzner box for awhile - about a year I guess - and I'm not unhappy with it and I'll most likely keep the host around as well, should I decide to stick with Uberspace.
</p>

 <p>
Everything has gone pretty smoothly thus far, just moving around public ssh keys and making a small modification to the destination host in my rsync line for the deploy makefile.
</p>

 <p>
Of course, I guppose it also helps to ensure that one remembers to upload the proper deployment actions public key to the host as well.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2026-06-03-trying-out-uberspace.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2026-06-03-trying-out-uberspace.html</guid>
  <pubDate>Wed, 03 Jun 2026 08:00:00 +0000</pubDate>
</item>
<item>
  <title>An actual workflow</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-f12636d9" class="outline-2">
 <h2 id="f12636d9">Forgejo action set up now</h2>
 <div class="outline-text-2" id="text-f12636d9">
 <p>
I finally have set up an actual CI workflow to push my blog changes.
</p>

 <p>
Having wanting to get something like this set up on the personal side for some time, I've been kind of leary of actually doing it, especially as I'm using emacs to write in org mode, using the publishing feature to get the project created, then uploaded to my "self-hosted" (on Hetzner) Forgejo instance using magit. Then using a second step, via makefile, to rsync the public folder over to "yet another" self-hosted box (on OVH this time) for this blog.
</p>

 <p>
It's kinda crufty and I just needed to take some time to ensure that I knew what I was doing. The whole CI and actions thing took a bit to wrap my mind around. But, I think I've got it.
</p>

 <p>
It could be slimmer, but…meh.
</p>
</div>
</div>
 <div id="outline-container-In_other_news-a12209d0" class="outline-2">
 <h2 id="In_other_news-a12209d0">In other news</h2>
 <div class="outline-text-2" id="text-In_other_news-a12209d0">
 <p>
I know, it's been some time since I've written anything over on this side of the fence. A lot of my time has been going into getting something up on the  <a href="https://shane.rogers.lol">Pagecord site</a>, going along with my nifty pagecord.el module that works but will most likely never actually be done or used by anyone but myself. Which is cool, because like everything else that I write, I do so for an audience of  <i>one</i>.
</p>

 <p>
I've also been doing a little bit of work updating my Emacs config, because, you know, it's what Emacs users do. After getting the pagecord stuff not-quite-finalized-but-working-good-enough I decided that I wanted to go ahead and re-evaluate doing RSS reading with elfeed. So, I've got that going once again. Historically, I've used the elfeed-protocol package to go with my FreshRSS instance - but with some of the recent changes going on in the land of elfeed, and me running the latest (ergo, not the bleeding edge) version of elfeed, things just weren't working too well. So, I've gone on with elfeed-org - which I've also used in the past and love. Now just to figure out a good way to either maintain dual lists of feeds, or drop FreshRSS entirely. Decisions, decisions.
</p>

 <p>
I've been working through more of the Practical Common Lisp book, which is amazing.
</p>

 <p>
I think that's about that. So, until next time.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2026-05-28-an-actual-workflow.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2026-05-28-an-actual-workflow.html</guid>
  <pubDate>Thu, 28 May 2026 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Yet another Emacs bankruptcy post</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-We_are_doomed_to_repeat_history-58dd6e6c" class="outline-2">
 <h2 id="We_are_doomed_to_repeat_history-58dd6e6c">We are doomed to repeat history</h2>
 <div class="outline-text-2" id="text-We_are_doomed_to_repeat_history-58dd6e6c">
 <p>
Yep, it's another one of those "I've declared Emacs bankruptcy" posts!
</p>

 <p>
About a month ago, for some reason I thought that it would be a really cool idea to completely revamp my Emacs configuration. I can not really say why I thought this might be a good idea, but to add even more salt in that festering wound I also thought that it would be even more cool to not go the way of  <b>use-package</b>. Why would I want to do that? I have no idea. Is it because I want to keep things as pure as possible and avoid using any packages? Not even close. I think it's probably because there have just been a small handful of issues that have cropped up over the years with that macro, as amazing as it is - it's still complicated. I had also been reading a couple of other posts from other users have had gone this route, and I just thought that it would be fun to do.
</p>

 <p>
Having been a Doom Emacs user over the last few years, being used to the "it just basically works really, really well" setup that they provide, every single time that I have tried to go the "create my own configuration" route, I find myself attempting to recreate the experience provided by Doom. My latest configuration basically takes Doom Emacs and wraps it all into a literate configuration - static files and all. It's worked really well, but it does make things a little hard to update, especially the Doom core files. It also makes things interesting when setting up a new machine. Not challenging, but it does require plenty of support documentation.
</p>

 <p>
Now I've decided to not go all out and rebuild the Doom Experience. I've got a handful of packages that I find useful and have decided to go the route that most people would advise - in that when you find that there is a feature you're missing would be the time that you look into installing or enabling some feature. Assuming that you actually know, or are able to put a name to whatever that feature might be. Ha. That is one thing that the larger Emacs distributions do help out with, in that they offer up a hand picked selection of packages and settings.
</p>

 <p>
It has been about a week since I've opened and use my doom setup, so I think I'm doing pretty well at this point. I don't plan on repeating this point in my personal history.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2026-02-16-yet-another-emacs-bankruptcy-post.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2026-02-16-yet-another-emacs-bankruptcy-post.html</guid>
  <pubDate>Mon, 16 Feb 2026 08:00:00 +0000</pubDate>
</item>
<item>
  <title>What a week it has been</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-Is_it_over_yet?!-33585c96" class="outline-2">
 <h2 id="Is_it_over_yet?!-33585c96">Is it over yet?!</h2>
 <div class="outline-text-2" id="text-Is_it_over_yet?!-33585c96">
 <p>
Good grief it has been one very long, very tiring week.
</p>

 <p>
Not that I've really got anything to complain about - it has just been an extraordinarily busy week filled with lots of extra-curricular activities for the kids, and we aren't done yet!
</p>

 <p>
If you have been following along on  <a href="https://social.lol/@swrogers">mastodon</a>, then you probably already know some of this, so just bear with me here.
</p>

 <p>
Monday evening was one twins' orchestra concert at the high school. Now, of course, seeing as how these are High School activities they have to start good and late (why?). Very proud of how well the kiddo performed (and the other kiddo's too, of course), even though he seemed to have some problems and communication issues. Plus, he didn't have his floor block for his cello which makes things a little difficult. Then they had to have LED lights on their bows, which while cool looking, can make playing challenging if you don't have cool little smaller LED lights. On top of this, our Sheepadoodle gets to stay outside during stuff like this. She  <b>loves</b> that.
</p>

 <p>
Tuesday was my turn for an appointment. Nothing huge or anything, just an optometrist visit. The doggo got to wait outside. Again.
</p>

 <p>
Wednesday was a good long day for some. The littlest kiddo had his last marathon club for the season, meaning he gets to be at school by 0730. Normally that's not an issue, but we're down to one vehicle so I've been chauffeuring a carload of kids and spouse to school and work. I don't mind, but I also like to be places early, I'm one of those people who considers that if I arrive on-time then that means I'm late. Guess what kind of person the wife is? She's gotten much, much better though. On a normal day we drop the twins off, then the wife, then I circle back and drop the youngest off since he can't get inside until 0745. Wednesday he got dropped off first. All was good. The doggo gets to wait in the kennel for these runs - it's the routine and doesn't take too long. She actually doesn't mind this since she gets treats. But still doesn't really  <i>like</i> it.
</p>

 <p>
Thursday was concert number two for both twins this time - choir. Still very proud of these kids. Still starts really late, because why not. The dog gets to stay outside because it's a couple of hours. Sigh.
</p>

 <p>
Today, Friday….who knows. Not much planned that I'm aware of. Let's call it a day of rest.
</p>

 <p>
Tomorrow is another fun one. The wife has her half day of work, I'll get to drop her off. The youngest has a tournament he needs to be at by 0815, so I'll take him after dropping her off. Then stay with him basically all day. The twins have a symphony practice session at 0930, unfortunately they will have to walk. Fortunately it's late enough in the morning that they  <i>should</i> be able to get their rears out of bed and ready. We shall see. Also thankfully, hopefully, we'll still have one kiddo here that can watch the doggo.
</p>

 <p>
Oh, that dog. She does not like being alone, she's now got what I can only say is PTSD about going outside without anyone. She steps onto the back porch and is like "nope! screw you!". I don't blame her. It's gonna take some more work to get her back to par on us not abandoning her.  Not long after the snow had melted we had to be out of town for another band performance and she had to stay outside. This was kind of the trigger for her recent actions. Large dog, soft muddy ground. Yeah. She wasn't in the best of shape. Neither was the back patio. Nor the ground between the patio and the fence. She wasn't my favorite pet at that time, but I get it. At least it does provide a great opportunity to plant some clover in the back yard.
</p>

 <p>
To answer the question: no, it's not over yet. And that's all right with me.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-12-12-what-a-week-it-has-been.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-12-12-what-a-week-it-has-been.html</guid>
  <pubDate>Fri, 12 Dec 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Last appliance standing</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-Five_down,_one_to_go-b62d41f3" class="outline-2">
 <h2 id="Five_down,_one_to_go-b62d41f3">Five down, one to go</h2>
 <div class="outline-text-2" id="text-Five_down,_one_to_go-b62d41f3">
 <p>
When we initially purchased our home, we were the first owners and it was a new build. Well, I guess that's understood. We did not get to pick out our own appliances, however we did at least get some input in color scheme for the oven/range, microwave and dishwasher - going with black. We also bought a washer/dryer set, stand up freezer and refrigerator/freezer. As one does.
</p>

 <p>
In an attempt to not spend any more cash than needed, I opted to go a cheaper route on the washer/dryer - so those were the first to go. I think those were Whirlpool, if I recall. What I do remember about those absolute units of junk was that the washer had absolutely  <b>no way</b> to clean the washout drain. You know, the thing that should have a door on the bottom of the unit so you can fetch out all the kids socks, hair, coins and whatever the hell else manages to find its way getting sucked into the black hole vortex of hell that is the washer drain. I still have no idea how socks get sucked into that small hole. So yeah - the only way to even attempt to clear that bad boy out was by taking the entire thing apart. They did not expect the owner to do that. Bye-bye!
</p>

 <p>
I  <i>think</i> the next things to be replaced was the next washer/dryer. Yeah, again. We'd opted for Samsung this time. The dryer drum is, evidently, ubiquitous with these for tearing and ripping and then destroying everything. That's exactly what it started doing on us. Sharp little bugger that. That set was then replaced with what we've currently got - an LG Washtower. I feel for the poor souls that had to deliver that bad boy.
</p>

 <p>
Next up, our oven/range decided that it was time to shoot craps. We replaced it with one of the Samsung glass top units that can, sort of, serve as a double oven. It works better in theory, but we've used it as such. It's okay.
</p>

 <p>
At some point during all of this, our LG fridge had the drive unit fail.  <i>Fortunately</i>, it was  <i>juuuuuuust</i> within the warranty period, so it got repaired for free. Then it stopped making ice in the door. That's when I found out that, yeah, door ice is not the best choice for these things. At least the water continued to work, and we could have ice made in the bottom. Which was fine. Until it wasn't and the whole thing decided to stop being a fridge. So it got replaced with (yet another…) Samsung that, at least, most absolutely  <b>does not</b> have ice in the door. Just water, and a jug. Which is nice. Though I wonder how long it's gonna last. The separate water dispenser has this habit of sounding like a water hammer and ceases dispensing at times. Sigh.
</p>

 <p>
Our dishwasher has been going decently. Though the wheels and tracks sucked and required replacement many, many, many times. The door had issues and was bent. It's really been the one appliance that the wife has wanted replaced since, oh, the day we moved in. Thus, with all of us being irritated at the drawers not sliding, it was finally decided that it should be replaced. The one we picked up, when it was delivered, was damaged. It had a dent in the back, which kept the second drawer from fully easily closing. The same drawer also did not stay raised, to allow for more clearance in the lower drawer. So it was replaced by the store.
</p>

 <p>
I guess we've actually, got two original appliances left. The freezer in the garage and the microwave. Which, we almost had to replace not too long ago. The vent/fan would keep running on its own after being ran. I don't recall what we'd have to do to stop it, apart from unplugging the thing. Then, it just decided to work as expected one day and has been fine ever since. I'm not looking forward to that one.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-11-19-last-appliance-standing.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-11-19-last-appliance-standing.html</guid>
  <pubDate>Wed, 19 Nov 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Much delayed about nothing</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-It's_been_awhile-8a0b56e4" class="outline-2">
 <h2 id="It's_been_awhile-8a0b56e4">It's been awhile</h2>
 <div class="outline-text-2" id="text-It's_been_awhile-8a0b56e4">
 <p>
It has definitely been a week or two since  <a href="2025-10-29-halloween--really.html">my last post</a>, and I'm not really sure what all has happened in the interim.
</p>

 <p>
Last week was an absolute nightmare though, I can say for sure. Early in the week, my wife had come down with the beginnings of a sore throat and other cold-like symptoms. She used to get bronchitis basically every year, but that has not happened in quite some time (since we started getting healthier, really). We kind of blew it off as weather changing and sinus back-fill type of deal. But, things just kept not getting better and she came home early from work on the Monday. Took Tuesday off sick. Either Tuesday or Wednesday called around to set up a doctor appointment (which is its own story, I'll get to that later), decided afterwards to take a  <i>covid</i> test just for the hell of it. The first test - near immediate positive for covid result.
</p>

 <p>
Ouch. Okay, so lets try another test, just to be safe. Positive as well.
</p>

 <p>
Okay, how about a "control" test with no sample, just to be on the super sure side. That one was negative, of course (no sample and all).
</p>

 <p>
Dammit. We've got covid in the house.
</p>

 <p>
It's, uh, been awhile (I see what I did there, completely unintentional) since we've had this crap in the house. Third time for her. Second time for me.
</p>

 <p>
Thankfully, it only held us in its grip for about a week, give or take, and it did let us keep our taste - insomuch as one can actually taste anything when you can't flippin' smell your food.
</p>

 <p>
It was a week of what felt like the  <i>un-flu</i>. Good times were had by all. At least our kiddos at home stayed unaffected. Unless the youngest had brought it home earlier in the month. Which is possible, I suppose, as he was down for about a week at one point as well.
</p>
</div>
</div>
 <div id="outline-container-About_that_doctor_thing-e4a34013" class="outline-2">
 <h2 id="About_that_doctor_thing-e4a34013">About that doctor thing</h2>
 <div class="outline-text-2" id="text-About_that_doctor_thing-e4a34013">
 <p>
I had mentioned the whole thing about getting a doctor appointment being something of its own ordeal, if you remember. Our primary care family doctor, whom my wife has been seeing for over half her life at this point and who I've been seeing for nearly twenty years as well now, has left the practice that we use. Which is amazing for her, but not so much for us. She has started her own practice as a concierge medical service - which is awesome - and no longer has to deal with insurance. If we could somehow come up with the approximately 200 bucks a month to pay for the membership (that's the family rate) then we would absolutely take advantage of that in a heartbeat. I for one like the idea and believe that she is 100 percent worth it. Unfortunately, we would still need to carry insurance, you know….for everything else.
</p>

 <p>
So, now we've (well, my wife, because she's awesome and amazing) has been making contact with some other providers in town and we  <i>think</i> we've found someone that we want to move the family over to. It's tough, challenging, scary, everything and more, when trying to find a new medical provider. Especially when you've only dealt with the single individual for so long. Building those relationships is a long road.
</p>

 <p>
Hopefully things are going to go okay on the path that we've opted for.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-11-17-much-delayed-about-nothing.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-11-17-much-delayed-about-nothing.html</guid>
  <pubDate>Mon, 17 Nov 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The week that was 41</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-Notes_for_Last_Week-5e4be6e3" class="outline-2">
 <h2 id="Notes_for_Last_Week-5e4be6e3">Notes for Last Week</h2>
 <div class="outline-text-2" id="text-Notes_for_Last_Week-5e4be6e3">
 <p>
This is my attempt to keep up at least a weekly cadence for posting to the site. I've seen a  <a href="https://alexanderbjoy.com/two-sentence-journal/">handful</a> of  <a href="https://lazybea.rs/100days-6th/">posts</a> that can (hopefully) inspire me to write more, perhaps by (forcing?) myself to consolidate my days into easy to digest short snippets. Those could then - perhaps - be combined at the end of a week for my wrap-up and close out post.
</p>

 <p>
It could happen. The idea does have a lot of merit and for sure intrigues me.
</p>

 <p>
The large things from last week - I had to go off of caffeine and coffee for half the week. Actually wasn't too bad, I was able to drink a lot of water. This was in an attempt to get into a medical study in KC. Sadly, I was disqualified due to a singular skipped heart beat during the ECG. Definitely did not make my day, but, I understand.
</p>

 <p>
We did some kitchen cleaning over the weekend….good grief it's crazy how much cruft manages to find its way underneath the oven and dishwasher! So much stuff.
</p>

 <p>
I (finally!) sort of managed to get an installation of Guix working on a laptop of mine. Using some extra channels that aren't the "usual"  <code>guix</code> or  <code>non-guix</code>, even! I've added  <a href="https://codeberg.org/hako/Rosenthal">the rosenthal</a> channel into the mix, which works nicely. I would like to perhaps swap that out either for just straight up guix…although, I do admit that I really kind of like the way that  <a href="https://git.sr.ht/~abcdw/rde">RDE</a> abstracts out some of the features. I have that one sitting in a VM and running decently.
</p>

 <p>
That seems like a good enough place to call this one good for now. Until next time.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-10-20-the-week-that-was-41.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-10-20-the-week-that-was-41.html</guid>
  <pubDate>Mon, 20 Oct 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The Friday Notables</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-Some_Bits_and_Bobs-0ccf8bdc" class="outline-2">
 <h2 id="Some_Bits_and_Bobs-0ccf8bdc">Some Bits and Bobs</h2>
 <div class="outline-text-2" id="text-Some_Bits_and_Bobs-0ccf8bdc">
 <p>
It's been some time since I've had the opportunity to sit down and write out a post. I really ought to try to build some time into my super busy schedule so I can do this more often.
</p>

 <p>
This is the 10th day of October and tomorrow is one of our kiddo's birthday. This particular youth is perhaps one of the most challenging kids that we've had the pleasure of trying to do anything for on their birthday. At least, it has been that way for the past few years. He's a great kid: thoughtful, intelligent, self sufficient - I could go on and on about this kid. If he has an interest in something, he does the research and learns how to do whatever that something is. An amazing kid. Never knows what he actually wants for gifts, though, purchased or not (usually not), he has very few wants. Or at least he doesn't like to let his guard down to let us know what those wants could be. I do believe that this year the plan seems to be a fun outing to a recreational activity in Kansas City for him and a small group of friends. My plan is to - perhaps - make some cookies for him. We'll see.
</p>

 <p>
Otherwise, it's been a pretty slow week. This is my  <i>burning time off</i> Friday so I'm just chilling at home writing on my blog. I'm also just waiting (and waiting, and waiting….) on a local  <code>guix pull</code> to finally finish. It's only been running for a couple of hours now and has gone from 29 to 31 percent over the past - oh - hour. So, so slow. I did manage to get a shower, shave and out of the house for a little while though. So that was nice. Made a visit to the  <a href="https://lawrence.bibliocommons.com/events/67ed8bdb5d951f360010f0d4">Lawrence Public Library's Fall Book Sale</a>, though I didn't see anything that peaked my interest. It was the first time that I've managed to make it down there during said event. Quite a lot of stuff and I could see where some people might be able to pick up more than a few bargains. Just nothing for me this time, though.
</p>
</div>
</div>
 <div id="outline-container-Speaking_of_Books-a272481b" class="outline-2">
 <h2 id="Speaking_of_Books-a272481b">Speaking of Books</h2>
 <div class="outline-text-2" id="text-Speaking_of_Books-a272481b">
 <p>
Ah, speaking of books….or, rather,  <i>writing</i> of books…I still have a small handful of titles that I've been working on as of late. My  <b>to be read</b> pile, were it actually to be a pile and stacked up, would probably be taller than my six foot two plus frame. I've got way, way too much to read and far, far too little time to actually do the reading.
</p>

 <ul class="org-ul"> <li> <i>James S. A. Corey's</i>  <b>Babylon's Ashes</b> has been my main read for longer than I'd like to admit, considering how quickly I managed to devour the previous five books in the series. I think a lot of that has to do with the fact that I now have less time to sit in an empty vehicle during school pickup time - which used to be my most opportune time to read. Now….I've got a dog to keep track of and would rather not have in the car any longer than necessary. Sigh.</li>
 <li> <i>Ed Greenwood's</i>  <b>The Temptation of Elminster</b> is the current volume that I read to the high school aged twins during the evening. I've already read the first two books in this series to them (this is my second go through of this batch). We've also already read much of the  <b>Dark Elf/Drizzt Durden</b> books and quite a large number of the  <b>Dragonlance</b> series as well. I do have the rest of the  <b>Elminster</b> stuff to read them, then I may head back into the world of the  <b>Underdark</b> with the Spider Queen series.</li>
 <li> <i>Richard Adams'</i>  <b>Watership Down</b> is the last entry for this list and is the current bedtime read for the youngest kiddo. I'm guessing that he probably doesn't appreciate it, or like it, as much as I do, ha. I'm almost done with it and have really, really enjoyed it.</li>
</ul> <p>
One of these days I need to make some kind of attempt to catalog all of my books. But I don't think today is going to be that day. Nor will it be anytime soon I imagine.
</p>

 <p>
I think that's just about all I've got at this point. Until next time.
</p>

 <p>
Oh, hey, the  <code>guix pull</code> is all the way up  <b>36%</b> now!
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-10-10-the-friday-notables.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-10-10-the-friday-notables.html</guid>
  <pubDate>Fri, 10 Oct 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>It&apos;s a Thinkpad thing</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-The_Thinkpad,_round_two-321f98d4" class="outline-2">
 <h2 id="The_Thinkpad,_round_two-321f98d4">The Thinkpad, round two</h2>
 <div class="outline-text-2" id="text-The_Thinkpad,_round_two-321f98d4">
 <p>
I've used a handful of Thinkpads in my time and have always found them to be great tools of the trade. They're dependable, easily serviceable, fairly sturdy and they  <b>just work</b>.
</p>

 <p>
It's no wonder that they are the darlings of the  <i>if you know you know</i> crowd, those who troll the second hand market for exceptional deals on previous generation hardware that is being end of life'd for those in the corporate world.
</p>

 <p>
My current older school-aged kids, two in high school and one in middle school, each have Lenovo T480's loaded up with some distribution of Linux and they work very well for what they are. They aren't gaming machines, but that's not what they're for - they are great tools to learn the basics of computing and perhaps some light programming and scripting. Plus, lots and lots of web browsing.
</p>

 <p>
I've got a couple of workstation style versions, one a P1 Gen 2, and an X1 Carbon Gen 2 - both basically identical boxes. The former holds a Xeon and 64GB of memory, while the later is an i7 with 32 GB of memory. Sadly, I think something happened with the P1 - it no longer powers on or charges. I've tried about all the tricks that I know and have been able to find, yet nothing works on it. It's been that way since I made an attempt to add a second nvme drive to it….I can't help but think that maybe I did something to damage the board, but I don't really know. Makes me sad, because it's a great chassis - 4K touchscreen and all.
</p>

 <p>
Maybe one of these days I'll see if it's not possible to put the X1 Carbon's mainboard into the P1's shell. But, for now, I'm happy with how things are.
</p>

 <p>
One of these days I might write up a page on what all applications and hardware I use. We'll see. For now, I think I'm basically using this post as a way to ensure that my installation of everything works and I can publish to my site. So far, so good.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-09-23-it-s-a-thinkpad-thing.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-09-23-it-s-a-thinkpad-thing.html</guid>
  <pubDate>Tue, 23 Sep 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Something of a week</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-It's_Friday,_finally-34f8ef03" class="outline-2">
 <h2 id="It's_Friday,_finally-34f8ef03">It's Friday, finally</h2>
 <div class="outline-text-2" id="text-It's_Friday,_finally-34f8ef03">
 <p>
I would say something along the lines of  <b>TGIF</b>, but it's such an over used acronym. So I'll just go with it's finally Friday.
</p>

 <p>
I guess.
</p>

 <p>
This week has certainly been a string a days. This week didn't even start off strong, quite the opposite, it could have set a really bad precedent and a horrible pace - but thankfully it did not. Something something disaster averted and fire put out. Well, not really a  <i>fire</i> so much as ensuring that those embers did not get fanned into a full force blaze.
</p>

 <p>
There were some accomplishments that were made this week: I was able to finish going through the  <i>Common Lisp Programming</i> course from Vincent Dardel on Udemy. Vincent is also the main contributor to the  <a href="https://lispcookbook.github.io/cl-cookbook/">Common Lisp Cookbook</a> as well as a few other handful of Common Lisp sites. Overall, I was very happy and satisfied with the course. I didn't plow through it and wanted to take my time, which can be either good or bad depending on what's going on in life. While I was not uber proficient in Lisp (any of them…), I would not consider myself to be completely ignorant in the language, which does help. I have a familiarity with Emacs Lisp, Clojure and some Guile/Scheme, which makes some of the thought processes a little easier to grasp.
</p>

 <p>
Now, it's basically learning what libraries are out there and trying to see what I would really like to do with my newfound set of skills.
</p>
</div>
</div>
 <div id="outline-container-What_else_is_going_on_around_here?-3f3f4427" class="outline-2">
 <h2 id="What_else_is_going_on_around_here?-3f3f4427">What else is going on around here?</h2>
 <div class="outline-text-2" id="text-What_else_is_going_on_around_here?-3f3f4427">
 <p>
This morning the kiddos all had appointments, always a good time. Especially when all the paperwork needs to be filled out.
</p>

 <p>
Fortunately, the majority of them can at least  <i>attempt</i> to fill out their own stuff, but they're young-ish and still have to ask questions. Which is cool - how else are they going to learn I suppose.
</p>

 <p>
Even more fortunate, we were able to get out of the office with a bill of less than a grand. I'll take that as a win.
</p>

 <p>
The youngest one had some decent issues, which should be correctable here in the very near future. The next youngest also had some changes that needed to be made. All in all, a successful morning on that matter.
</p>

 <p>
On the dinner and food front, I believe that we are expecting company this evening. I don't mind company, especially when it's family. Always pleasant to see the eldest and his menagerie. It just means that I need to actually make dinner tonight. On this night's menu,  <i>bourbon chicken</i>. I'll make some rice for the kids, while the wife and I can have….we'll either do broccoli or maybe a cauliflower mash - that could be tasty. The chicken thighs are currently marinading in the fridge as I write.
</p>

 <p>
I have set up a new echo feed to blurt out this new blog, so we shall see how that goes. Still not sure what I'm gonna do with the  <i>notes</i> section, maybe I'll turn it into an area that I keep mobile oriented cruft and entries to. The "out and about" kinda stuff. I don't know. I'd like to perhaps do some kind of pull from my raindrop.io account into another area as well, but I'll probably just keep it as it is currently.
</p>

 <p>
Okay then, until the next time.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-09-19-something-of-a-week.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-09-19-something-of-a-week.html</guid>
  <pubDate>Fri, 19 Sep 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The week begins anew</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-With_the_start_of_the_week-9109c998" class="outline-2">
 <h2 id="With_the_start_of_the_week-9109c998">With the start of the week</h2>
 <div class="outline-text-2" id="text-With_the_start_of_the_week-9109c998">
 <p>
Ah, the week starts back up once again. It's that inexorable, very nearly inevitable, beginning of yet another week of the year.
</p>

 <p>
I sit here, having just gone through the lunch hour, during which I finish up some chores around the home - personal and not so personal - such as taking a quick shower and attempting to get a load of laundry into the wash. That done, more or, less, I sit at a keyboard and contemplate things.
</p>

 <p>
A very near catastrophic situation was avoided this morning in the land of work. Always an excellent way to start the work week, when somebody hectically messages you to inquire as to why they no longer have access to a system they should absolutely have access to. A quick check of the access list and permission settings reveals that, yes, they absolutely  <i>should</i> still have that access. A second check using an account that I have control over reveals that there is something else afoot. A second set of eyes on the problem reveals that nothing is awry, which does settle ones nerves at least a bit, even should that not solve the problem. Well, the internet suggests a rebuild of some backend configuration - so we shall do that.
</p>

 <p>
That works. So we blame the application and those that write the application.
</p>

 <p>
Crises avoided.
</p>

 <p>
The kiddos are home today, school is out for this fine Monday. Today I get to listen to them complain to each other, although at least for the time being they are all quietly playing games. Whether that be on the Xbox, Playstation, phones or laptop, it is all good. I know that I should have them all doing homework or studying, but I do know that at least one of them has actually done some school work this morning - and if I am being honest with myself it was not the one that I would have expected. I totally want to encourage that behavior.
</p>
</div>
</div>
 <div id="outline-container-Some_changes_to_the_site-86dc5054" class="outline-2">
 <h2 id="Some_changes_to_the_site-86dc5054">Some changes to the site</h2>
 <div class="outline-text-2" id="text-Some_changes_to_the_site-86dc5054">
 <p>
Mainly for my own sanity I'll put this here as well. I've made some more changes to this site and I  <i>hope</i> that I'm basically done tinkering with it, at least for the foreseeable future. I'm still building with  <code>emacs</code> and  <code>org</code>, but the source layout is different and hopefully cleaner.
</p>

 <p>
I have mainly given up on the requirement to post from mobile, because it's just easier to use a keyboard. Nor do I really think that my life is so interesting that I feel the desire to post and/or edit whilst I am out and about.
</p>

 <p>
There are some quirks with the way  <code>org-publish</code> works, one thing being that I have not found out a good way to have links from one directory work cleanly with (into) another directory. For example, having something link from the  <code>notes</code> directory to the  <code>posts</code> directory or vice versa. Links within those areas themselves should work just fine, however.
</p>

 <p>
I guess that's not really a major deal breaker though, the  <code>notes</code> should be, basically, all self contained little bits and bobs. Plus, it's not like I refer back to other entries a whole heck of a lot.
</p>

 <p>
It would be nice to get back into posting more, practicing the art of writing. Writing is something that is actually enjoyable to me. It helps me to think.
</p>

 <p>
Ah well, until next I put fingers to the keyboard.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-09-15-the-week-begins-anew.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-09-15-the-week-begins-anew.html</guid>
  <pubDate>Mon, 15 Sep 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>2025-09-12-its-mobile</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-org891d9f7" class="outline-2">
 <h2 id="org891d9f7">This is from zettle</h2>
 <div class="outline-text-2" id="text-org891d9f7">
 <p>
I'm gonna see how this works out, I don't know that I'll continue to use it, especially with not being able to force a rebuild yet </p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-09-12-its-mobile.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-09-12-its-mobile.html</guid>
  <pubDate>Fri, 12 Sep 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Summer School Begins</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Back when I was in school, not quite the stone age but it sure seems
like it at this point, Summer School was for those students who - how to
put this - weren't the best of kids. Or, at least that was the
perception.
</p>

 <p>
Maybe it still is, I don't really know.
</p>

 <p>
The reality, our reality anyhow, is that Summer School is for those
kiddos who want to get ahead. Those kids and students who want to have
just a tad more flexibility in their class choices for the normal school
year.
</p>

 <p>
That is  <i>exactly</i> what my two Freshmen are doing this month. They wanted
to get into some Summer classes so they could take what they wanted
during the Fall.
</p>

 <p>
A wise decision that we as parents are absolutely, positively, 100
percent behind!
</p>

 <p>
Today we just got back from picking up a couple of district iPads for
them so they can take their "Health and PE" course online through the
local Virtual School program. Things didn't go quite as smoothly as one
would have liked, considering that we'd received a couple of emails
letting us know the time and place for where to pick hardware up.
</p>

 <p>
Naturally, there weren't a whole lot of people who knew what was going
on - but, they were able to get us taken care of in great order!
</p>

 <p>
There is not much going on this week, this evening the kiddos have been
signed up for some food prep oriented classes at the local library and
that starts up right around dinner time. Good thing it's leftover night
at the house!
</p>

 <p>
This Friday I need to have some cupcakes made for a birthday party.
They're going with Oreo cupcakes. I've made them before and from what I
understand they were a pretty big hit. I wouldn't know, since I can't
eat them. Meh. We all make our decisions and get to live with the
consequences!
</p>

 <p>
This is post 91/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-06-02-summer-school-begins.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-06-02-summer-school-begins.html</guid>
  <pubDate>Sat, 31 May 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Will I make it to the end?</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I'm beginning to wonder if I'm going to make it to the end of the 100
Days To Offload Challenge.
</p>

 <p>
The last year has just absolutely flown by. While one might think that
"yeah, I can totally make a hundred posts in a year, no problem!", it's
a bit more challenging for someone like me.
</p>

 <p>
Writing up portions of my life every few days is not easy. I work…very
rarely go out and do anything…so it seems to me that I've got very
little to say.
</p>

 <p>
Not that I'm writing for an audience, I'm not. Just an audience of one -
future me. Possibly my family.
</p>

 <p>
I'm not gonna call it quits just yet. I've got until June 15 to see if I
can get 12 more posts out.
</p>

 <p>
We'll see.
</p>

 <p>
This is post 88/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-05-12-will-i-make-it.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-05-12-will-i-make-it.html</guid>
  <pubDate>Thu, 01 May 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Antsy and Restless</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I really don't like it when I feel this way - all antsy and restless and
just way too many things running through my head of what I want to do.
</p>

 <p>
It's tough to keep track of them all.
</p>

 <p>
You start to do one thing, then something new and shiny pops into your
head and you make some vain, useless attempt to keep track of what that
thing is. Then, when you're ready to start looking into it….everything
is black. Nothing. The fleeting idea is gone.
</p>

 <p>
In what I'll say is no particular order, some of the things that are on
my mind at this instance in time are:
</p>

 <ul class="org-ul"> <li>Run (yet) another mailserver. I don't know why, I just do. I know it's
futile, I know it's not something that would stick around for very
long so it would be a pointless exercise. Though I did manage to pick
up a nifty family-oriented domain name of the  <i>dot.lol</i> variety, so
who knows….it kinda goes along with the next thing, which is….</li>
 <li>Run (yet…) another federated service. Whether that be something
along the lines of GoToSocial, Akkoma, Known, whatever. It would be
set up for the family unit to take advantage of. Note that I have
intimated that I am already  <i>running</i> federated services. I've got an
instance of GoToSocial. An instance of Known. I've had instances of
Mastodon and Friendica. Plus some other micro-styled blog that I don't
recall the name of. Snac2 could be interesting as well.</li>
 <li>Then I'd also kind of like to move to a different hosted blog or
service or something. I'm liking Ghost, so maybe one of the cool
providers that use Ghost. Then that could, eventually, take over for
whatever federated system I'm in. Maybe.</li>
 <li>Of course, I still like my eleventy blog I've got here. It's all plain
text and easy to move to wherever. Plus it's cheap.</li>
 <li>I've got all the cruft that I still want to do with my Emacs config.
Saving all the cool snippets and tips and tricks that I find
everywhere. At least I've got an org document saved in a git repo for
that.</li>
 <li>Couldn't possibly forget that  <i>guix</i> system installation that I want
to get sorted out. I don't know why, besides the fact that it's
flippin' awesome. I've tried  <i>nix</i> but I just couldn't get my head
wrapped around that domain language. I've kind of gotten to where I
can actually grok lisp-y stuff.</li>
 <li>Which kind of brings us into wanting to pick up more  <i>clojure</i> stuff.
Not that I could ever actually learn enough of it to get employment in
a clojure job, but man, that would be cool wouldn't it?</li>
</ul> <p>
That's just the tip of the iceberg here. One of these days I'll get
things figured out.
</p>

 <p>
This is post 89/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-05-14-antsy-and-restless.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-05-14-antsy-and-restless.html</guid>
  <pubDate>Thu, 01 May 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The Art of the…Shave?</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
A few months ago my Braun electric razor had need of getting the head
replaced, so naturally I procrastinated the actual purchase of one. At
which point, I found a cheap replacement head that had decent reviews.
</p>

 <p>
So I purchased one of those. While it fit the Series 5 body just fine,
it didn't feel very good on my face. Tugging and pulling and just
generally it sucked.
</p>

 <p>
Then I went on and did what I should have to begin with and just picked
up another actual Braun head.
</p>

 <p>
What really surprised me, though, is that it was doing the exact same
thing. Lots of pulling and general pain.
</p>

 <p>
Fortunately, at one point in time in my life I had toyed around with the
idea of going the double edged razor shave route - so I still had my Van
Hagen handle and set of blades.
</p>

 <p>
Let me say, there is just no competition between the electric and the
manual. I think about the only way I could get a better, cleaner shave
might be to go the single edge barber style. But I don't think I'm quite
at that point yet!
</p>

 <p>
The really interesting point here is that I don't think it takes any
longer to shave - from start to finish - with the double edge than it
does with the electric. Plus, I really only need to do so every three
days or so.
</p>

 <p>
It did take me a few times - historically - to learn the "touch" and
technique with this. Let that blade do the work. It's not gonna bite. I
still find that I will on occasion get just the tiniest bit of blood
from some bump or other, but even that's gone down significantly.
</p>

 <p>
I'll probably continue along this road. I've found that I enjoy the
process so much more.
</p>

 <p>
This is post 90/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-05-16-the-art-of-theshave.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-05-16-the-art-of-theshave.html</guid>
  <pubDate>Thu, 01 May 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>In Which I Write About Self Control And Diet</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Specifically my own self control, not so much the self control of
others, nor telling you how good or bad your own self control is.
</p>

 <p>
This is mainly going to be centered around what could be termed  <i>diet</i> I
suppose, but for reasons I actually prefer to refer to this as a
 <i>lifestyle change</i>.
</p>

 <p>
Because that's what it is. Or, rather, what was (is?) needed.
</p>

 <p>
I understand that a lot of people out there don't want to be reminded
about food and relationships with food, so I guess consider the title of
this post your  <i>content warning</i>.
</p>

 <p>
I don't recall for sure if I've written - on this incarnation of the
site - about my lifestyle change when it comes to food and weight.
Perhaps a quick bit of history is warranted then.
</p>

 <p>
Never was I ever one to turn down a meal, nor was I ever one to care
about whatever it was that I was currently stuffing down my gullet. I
never attempted to lose weight, never did the diet thing, just really
didn't put a whole lot of thought into it.
</p>

 <p>
I would not say that I ate all the time, but when I did eat it was -
shall we say - not the most healthy of choices. Lots of carbs, lots of
fried stuff, I loved baking (still do), sweets, cookies, candy, cake,
you get the idea. Some of my absolute favorite foods were pizza (from
scratch, of course), biscuits and gravy (flour and more flour? sign me
up!), pancakes, waffles (round? square? who cares!), pasta, potatoes
(all the forms). Stuff that was going to send me on a one way trip to
diabetes and an early grave.
</p>

 <p>
Every so often I'd watch either the weight loss shows, or more likely,
the transformation videos that people would post on the Tube. Every time
I'd think to myself, "Self, that's amazing. Just imagine if you could
also do that." Every time, I'd just click on through and go on with my
day.
</p>

 <p>
My wife and I had looked into the ketogenic lifestyle over a decade ago,
so it was something that we had considered and were aware of the ability
of what it could do for ones health. But it would be a large expense to
change out all the food in our lives just to wind up failing.
</p>

 <p>
Failure. Failure is never a good reason to put off doing something that
is this important. Especially when it's as important as our health.
</p>

 <p>
One day, my wife decided that she was tired of being obese. She had
slowly been working towards going the keto route, so I decided that I
was going to do the same.
</p>

 <p>
In August of 2019 I too was going to take that plunge. Now, for shits
and giggles on the day before I started I was going to use an app to
track all the food I ate in a day. After measuring out my morning cereal
I have to admit that I "noped!" out of that choice for the day. The next
day I started.
</p>

 <p>
I do actually have photos of myself - though I started taking them a
couple of days later. I knew that I would want to track my progress
visually - you know, to kind of compare alongside with those users who's
videos I'd watched in the past.
</p>

 <p>
I find that I'm starting to ramble on this so I'll try to accelerate the
story a tad. My weight started out somewhere in the vicinity of 330 plus
pounds. I had just moved into a size 50 pants. My goal at the time was
to drop 100 pounds in a year.
</p>

 <p>
My personality is one such that I go full speed into whatever it is
that's occupying my time. I absolutely "gamed" the keto lifestyle. In
well under a year I was already down that 100 pounds. I kept going,
eventually getting into "one-derland", seeing the  <i>1</i> as the first digit
on the scale. It was amazing. Within a year I was basically into
maintenance mode.
</p>

 <p>
My lowest weight was in the high 160s. I don't think I looked good
there, but it's tough when you've had a poor body image your whole life,
you still think you need to lose. I'm currently back in the 190 range
and really prefer the look of myself in the 180s. It's a challenge.
</p>

 <p>
The self control thing. It's a two lane street. I had excellent self
control losing the weight. It's the "stay in the healthy range" part of
the program that takes even more self control. I was never one to eat my
feelings, luckily, so while I did have to change my relationship with
food, it wasn't the drastic change that others have had to go through. I
ate out of boredom. Now, it's getting that self control back to only
eating when I'm hungry.
</p>

 <p>
Dropping the weight (I don't refer to it as "losing", because I really
don't want to find it) was - for me - not difficult. Shockingly easy
actually. Seeing the scale slowly work its way back up is what messes
with my mind. I've managed to keep in the same high 180s, low 190s for a
couple of years now. I look better, I feel better. I no longer have to
sleep with a CPAP or BiPAP (my sleep apnea went away after the first few
months). My joints no longer ache. My back is so much better.
</p>

 <p>
Even with all that, I still have the feeling that I'm lacking in self
control at this point. There are still snacks that I get. Junk food.
Granted, the junk food that I eat now is nothing compared to before:
peanuts, peanut butter, cheese, silly "keto" bars and cookies. A lot of
stuff that didn't  <b>exist</b> before we started the life change. A lot of
higher than I prefer calorie items. It's a self control thing.
</p>

 <p>
What was the point of this post? I guess for myself more than anything I
just needed to get this out of my head. I am proud of what I've been
able to accomplish - it's a tough, challenging thing that not everybody
is able to do. I can buy clothes most anywhere, assuming I can find them
tall enough. Was it expensive? Yeah, it was. In more ways than one.
However, the alternative would have been even more expensive.
</p>

 <p>
This is post 87/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-05-02-in-which-i-write-about-self-control-and-diet.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-05-02-in-which-i-write-about-self-control-and-diet.html</guid>
  <pubDate>Wed, 30 Apr 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Did you expect an update?</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
The title of this particular entry,  <i>Did you expect an update?</i>, is kind
of a funny one to me because of some recent experiences that we've been
having with a certain vendor at work.
</p>

 <p>
Working with vendors and being at the mercy of their support system - or
lack thereof in some cases - really kind of sucks sometimes. We've got a
handful of them that we have to deal with on a daily basis and some of
them are certainly better than others. At least they are before they get
bought up by an even larger suckier vendor.
</p>

 <p>
One of our products is  <i>SaaS</i>,  <i>IaaS</i> and all that jazz. It's great when
it works, not so much when it doesn't. Naturally there aren't a whole
lot of logging options on these things, so we kinda just have to roll
with the punches on what can be done.
</p>

 <p>
This particular product has been having some intermittent, very
challenging to replicate, user presentation issues. Not widespread, yet,
but who the heck knows when that could happen. We decide to open up a
support request. We send them the only logs that I can grab - stuff from
tailing the systemd crud generated from their application we use as a
bridge. These definitely show some communication issues. But again, only
intermittently. Usually our people are able to wait and refresh and have
things "fixed".
</p>

 <p>
I'll not go into the ordeal that ensued…but good grief it was weeks of
back and forth. Eventually, after no updates from their end for quite
some time (they had actually determined the problem to be a bug on their
side, go figure), they patch one of our development instances. Of
course, I was out when this happened and we were unable to respond and
test for the last portion of that week. Then there is the weekend. Then
I've got a Monday to play catch up with everything else that happens. So
I didn't get to check the status Monday.
</p>

 <p>
Tuesday I go to check on it. They've closed the request. We were not
stoked about that. Not even a "Hey, we're getting ready to close out
your request" email. Remind, it's perfectly okay for  <i>them</i> to go a week
or more with no contact. We fire off an email to our contact rep, then I
call support. Fortunately it was not too challenging to get it
re-opened. Just far too many hoops to jump through.
</p>

 <p>
After that, we request that they send the patch to our main testing
instance.
</p>

 <p>
"Well, we've just bundled that up into the next big overall patch that
will be pushed so you'll get it then." Fine. Just don't close the damn
support ticket until after that, which doesn't happen for a week or so.
</p>

 <p>
Guess what they attempted to do? I'll give you three guesses and the
first two don't count.
</p>

 <p>
At least this time I did receive an email letting me know that a
solution had been offered. The hell it was, I think. We haven't even had
the chance to  <b>test</b> the patch since it's not been patched at this
point. FFS.
</p>

 <p>
So, yeah. They kind of expect updates for absolutely no reason
whatsoever. I'm tempted to update the damn thing on the daily just for
shits and giggles. I'm not, though.
</p>

 <p>
I do imagine that for those of you out there who deal with vendor
support probably have similar experiences. It is what it is.
</p>

 <p>
And yeah, I know that none of you actually expect an update from me.
</p>

 <p>
This is post 86/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-04-30-did-you-expect-an-update.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-04-30-did-you-expect-an-update.html</guid>
  <pubDate>Thu, 03 Apr 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Some notes of the week?</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
So there are times that I think that, perhaps, I should just do
week-style notes like some other people do.
</p>

 <p>
Nah, I think that would be far too much pressure on me. Ha.
</p>

 <p>
I think I'll just continue to write on whatever sounds good at the time
as a somewhat historical log of my life and times and whatever else is
going on around me.
</p>

 <p>
Last weekend we headed down to the Southeast part of the State where I
grew up. I hail from Galena Kansas. It's an old mining town, lead
infested, seriously poor. Honestly, about what one would expect from a
predominately "red" state.
</p>

 <p>
It's always challenging and difficult to go back there and I think
that's why I don't make that pilgramage any more than every handful of
years or so. I'd love to be able to see my friends more often back that
way, but we've all got families and things going on to make our lives
extremely busy which makes getting together tough.
</p>

 <p>
We were able to at least meet up for some lunch at a little place called
 <a href="https://www.latinfusionjoplin.com/home">Latin Fusion</a> that was pretty
good. Talked about work and kids and geek stuff for a couple of hours -
it was a good time to do some catch up.
</p>

 <p>
Of course we did spend a little time at my Dad's place. The whole reason
for heading down that way was for the grandkids to meet granddad. While
it would be nice to spend more time with him, my Dad is kind of set in
his ways (to put it kindly). We don't always see eye to eye on some
things, so we try not to broach certain subjects. I'll leave it as an
exercise to the reader to figure out what those might actually be. When
some of those ideas did start to come up - it was time to get ready to
head out.
</p>

 <p>
Fortunately, by that time, it really was about time to hit the road for
the three hour trip if we wanted to miss traffic.
</p>

 <p>
On the way down we took the Missouri side. We came back to Lawrence on
the Kansas side. I had wanted to show my family some of the other areas
that I grew up, so that was the perfect opportunity. We drove through
mainstreet Galena, not much to see there, but it does actually look
nicer than it used to. Still a dieing town though.
</p>

 <p>
Then it was through the old neighborhood in Riverton where the early
years of my life were spent. That old place is…there really are no
words for how run down that old home is. Growing up we had a chainlink
fence, at some point it was replaced with a wooden fence. Which has
never, ever, been maintained. One Christmas we got a Douglas Fir that
was decorated and used as our tree, afterwards we planted it just
outside my bedroom window. It was super cool to me, but was removed by
somebody who purchased the home after we moved. I hate to see the
disrepair of the place.
</p>

 <p>
On the bright side, I picked up a physical copy of the  <i>Lunar
Remastered</i> edition on Xbox. I've got copies of them (Lunar and Lunar
2 - Eternal Blue) on Sega CD. Too bad I no longer have my Sega CD. Or
Genesis. Or 32X. Or Super Nintendo. Or Neo Geo AES (2 joystick edition).
I could cry.
</p>

 <p>
Needless to say I've also added the remastered version to my Steam
Wishlist and will pick up another copy of it when a sale hits. Because
reasons.
</p>

 <p>
Why can't I save money again?
</p>

 <p>
This is post 85/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-04-25-some-notes-of-the-week.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-04-25-some-notes-of-the-week.html</guid>
  <pubDate>Wed, 02 Apr 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The Weekend To Come</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
To say that I have not really been in a writing mood would probably be a
large understatement.
</p>

 <p>
Yeah, that sentence pretty much sums up the way I've been feeling over
the past few weeks. Writing, reading, pretty much doing anything - I
don't know if it's just the time of year or what, but good grief have I
just been in something of a  <i>meh</i> type mood.
</p>

 <p>
Our past few weekends have felt like they've been non-stop, with hardly
any time to rest or recoup and I don't anticipate things slowing down
any at all.
</p>

 <p>
This weekend, beginning Friday afternoon, we will be taking off to head
to the Southeast part of the State. I've not been back home in a couple
of years at this point and we kind of need to get visiting some people.
Mainly my Dad. He is getting up there in age and has not actually seen
his youngest grandkid (who is 7…yeah, I'm a bad kid I guess), nor is
he super mobile which makes it difficult for him to get up this way.
</p>

 <p>
It's only about 3 hours, but it's also about a generation away.
</p>

 <p>
My Dad and I basically get along all right, but there are certain things
that we just more or less have to agree to disagree on - and that is
okay. Politics, mainly. I just kind of leave it at that.
</p>

 <p>
The hope had been to be able to meet up with some old friends of mine as
well, but from the sound of things they've had what was to be an empty
weekend suddenly sprout full of stuff to do. That happens, and I totally
get it - especially with larger families and teenagers and active kids.
We are going to try to at least grab lunch on Saturday, so we shall see
how that goes.
</p>

 <p>
I was last down that way a couple of years ago…I don't recall the
exact reason for going, besides it having been about a decade prior
before that. It was the first time that I'd been back to my old home
since before the Joplin tornado. I may not have lived through that, but
having family and friends be in the area and experiencing what that
was…heart wrenching. Things had definitely changed and I didn't even
recognize some of the old stomping grounds of mine. The only way that I
could describe it was "surreal".
</p>

 <p>
Last time, I had hoped to be able to bring back a few things of mine
from my childhood. Silly things like game systems and models. Yeah, that
didn't happen. They weren't tossed, but with a home move and storage not
ideal who knows what became of all that stuff. Ah well.
</p>

 <p>
I am looking forward to going, it will be good to have the kiddo's down
there with me this time - I'm just hoping that they aren't bored out of
their minds. Which, I know they will be. There just isn't much to do in
an old mining town that's (while it's doing better than it was) on its
last legs.
</p>

 <p>
This is post 84/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-04-16-the-weekend-to-come.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-04-16-the-weekend-to-come.html</guid>
  <pubDate>Tue, 01 Apr 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A Little, A Lot</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
The end of last week was the end of an era for our household.
</p>

 <p>
Saturday was the final middle school play performance for our twins, as
they are nearing the end of junior high school.
</p>

 <p>
I'll admit to being an extremely proud parent of those two. That's not
too say that I'm not proud of the other three kids we've got, heck I'm
proud of each and every one of them. But it's beyond heartwarming, in
that it's something one has a very difficult time to put properly into
words. I am not too proud to admit to having very nearly come to tears
at times watching these performances: be they plays, musicals, or
whatever.
</p>

 <p>
It is bittersweet, though, in that the final play for middle school was
not one in which they were able to have larger, more prominent, parts
in. However, the roles were very much important to be had.
</p>

 <p>
The play:  <i>Little Women</i>. The roles: Professor Bhaer and Mr. Laurence.
Both very respectable, and they did fantastic jobs. As an extra bonus
the teacher/director is such an amazing and awesome person, who loves
all of the kids also really loves our youngest kiddo and does her best
to work him into the performances as well - thus we've got photos of all
three on stage. Super proud parent moment, that.
</p>

 <p>
As you can tell, I'm one grateful, proud Dad. Quite a lot.
</p>

 <p>
I cannot wait to see them on bigger stages and bigger productions to see
what they are capable of.
</p>

 <p>
This is post 82/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-04-01-little-alot.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-04-01-little-alot.html</guid>
  <pubDate>Mon, 31 Mar 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The Kite That Almost Escaped</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Growing up, I always loved kite flying season. Not only did it mean that
Spring was here, but that Summer was (as Frog would say) just around the
corner.
</p>

 <p>
Living just across the street from a cornfield did have its benefits.
One of which being that it provided for a most excellent place to go
outside and fly a kite.
</p>

 <p>
My friends and I would make judicious use of that field for our kiting
excursions - and living in the Midwest provided for plenty of windy days
and many opportunities to get lots and lots of elevation for our kites.
</p>

 <p>
I remember one such day, my friend and I were out using a brand new kite
he had just picked up. It was your standard delta wing style, I don't
remember what design was on it, but that is immaterial at this point.
</p>

 <p>
The string we were using was a ginormous spool of some style of sewing
or crocheting thread. Thankfully a very strong string, and ridiculously
long.
</p>

 <p>
The wind that day was not vicious, but still a really gusty wind. More
than enough to have our kite flying pretty high.
</p>

 <p>
I recall that for some reason my friend had to head inside and had asked
that I keep a hold of the kite. You can probably guess where this is
heading.
</p>

 <p>
A handful of minutes pass, I'm still letting some string out so the kite
can soar higher and higher….when suddenly the spool rips out of my
hand.
</p>

 <p>
So, these types of spools aren't really meant for what we are using them
for. They kinda flip flop around and are more for - you know - craft
type stuff.
</p>

 <p>
There I am, entrusted with my best friends' kite, which has now
literally flown away from me. I'm like, "oh crap!". Panic sets in, I
take off after the spool, which is being drug along the ground. I almost
grab it a couple of times, only to have the thing slip from my
not-nearly-strong-enough grasp.
</p>

 <p>
All this time I'm nearly in tears, thinking that I'm going to have to
tell my best friend in the whole world that I've let his kite get away
from me.
</p>

 <p>
Remember now that we are in a cornfield. Thankfully this field is not
currently planted, plus, there are a number of sections that have old -
very sturdy - stalk sections and other items that might just possibly be
able to snag a line of string.
</p>

 <p>
Which is exactly what happens.
</p>

 <p>
I will never forget my feeling that day, when I was finally able to get
that kite brought back under control. Winding that spool back up was
certainly a challenge, but I was gracious to have the wing back on the
ground.
</p>

 <p>
The more I think about it, I don't believe we ever flew kites again
after that.
</p>

 <p>
This is post 83/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-04-06-kite-flying.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-04-06-kite-flying.html</guid>
  <pubDate>Mon, 31 Mar 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>It&apos;s a start - Growing up</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
In my last post, I'd said something about wanting to write more about
myself. I think it had something to do with listening to a handful of
random strangers talk about some of their stories and thinking that,
while I may not have something that's directly relatable to the theme, I
might have something that could be told.
</p>

 <p>
Doesn't everybody?
</p>

 <p>
Theoretically, I should suppose.
</p>

 <p>
I am a "cusper". A child of the (extremely) late seventies and (moreso)
early eighties. I could prefix those with "nineteen-", but just the
thought of that makes me feel strange.
</p>

 <p>
While there was the existence of something that would become the
Internet while I was growing up, I would never personally encounter the
online world until well into high school. Personal computers were not a
thing that every household had. Phones were hard wired to a wall and
some even had rotary dials on them.
</p>

 <p>
Some people had remote controls for their televisions. Those were called
"kids". We did actually eventually have a television with a remote, it
was kinda cool.
</p>

 <p>
I grew up in a really cool time. We spent a lot of time outside playing.
A lot of time with friends. I don't dislike my childhood, but I do think
it was a unique time in history. I'm glad that I am not maturing during
the current timeframe. I witnessed the growth of technology. For better
or for worse.
</p>

 <p>
My childhood was split between a small, unincorporated town and an old
lead infested mining town. I think I have memories when we moved into
the home that my parents purchased, but memory is a fuzzy thing. A small
three bedroom, one bath ranch style home, situated on a corner section
of what everyone fondly referred to as "the block." More of an oblong
rectangle, less of a square block.
</p>

 <p>
We had what seemed like a fairly large large, complete with chain link
fence. The majority of the homes in the neighborhood were similar,
though they weren't actually the cookie cutter style of today's
prefabricated HOA locales. The thought that some homes could even have
more than one toilet, or heck even an complete extra bathroom, had never
ever entered my thoughts. We just made do. Which isn't too difficult
when you're only a family of three.
</p>

 <p>
Of course, we didn't live there very long. At least, not as a whole
family.
</p>

 <p>
My parents say, even to this day, that they love each other. That's hard
to believe. They were divorced by the time I was in fifth or sixth
grade. Fifth I think. By then, I was in the custody of my father and we
were in another town.
</p>

 <p>
A new school, different friends, more to tell.
</p>

 <p>
For later. Plus, more backstory.
</p>

 <p>
This is post 79/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-03-20-its-a-start.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-03-20-its-a-start.html</guid>
  <pubDate>Sun, 02 Mar 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Two calls and two tales</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
My Dad called me yesterday afternoon.
</p>

 <p>
He, and the rest of my family are basically the only people that I would
even consider answering the phone for. Everybody else can leave a
message and maybe I'll carve some time out of my life to call you back.
But I wouldn't count on it.
</p>

 <p>
He (my Dad) has actually called my twice now within the last few weeks.
He's getting up there in age and it's been awhile since I've made the
approximately four hour trek south to see him. I'm also really bad at
calling him. Sometimes I don't think I've been a great son.
</p>

 <p>
I would make the "politics" excuse, but I don't talk politics with my
Dad. I do love my Dad and we did used to be pretty close, but we've
grown apart. As happens with some people.
</p>

 <p>
Anyhow. Yesterday he calls and of course I answer. His question is an
interesting one: "I bought this 60 plus inch Roku TV, if I plug it in do
I need the internet in order to stream or whatever it's called?"
</p>

 <p>
Let me qualify something here for you, dear reader: my Dad still has to
use a flip phone, is absolutely computer and technology illiterate and
has really no desire to learn. Which is fine. He's done all right with
what he's got thus far and has no need to complicate his life any more
than necessary. At least he can text message.
</p>

 <p>
Getting back to the story, I say: "yeah, you would need the internet to
properly use your Roku TV. Do you even have the internet?" Of course he
does not. But, he can have it installed.
</p>

 <p>
Excellent. Next, he wants to know if I could help him get things sorted
out over the phone. Yeah, no. I'm not gonna go that route. I love you,
Dad, but that's just not something that I'm willing to invest my time
and effort into. Far too frustrating. Well, could the installer help me,
he asks. I guess that depends on the installer and the kind of day
they've had.
</p>

 <p>
That's a tough call. I did let him know that we're planning on a visit
soon - we actually just booked the hotel this morning - and that I could
help him then. Until then, well, he's got a great new TV he can still
use his satellite with.
</p>

 <p>
He's frustrated because he's paying all this money for DirecTV and
really all he needs is…. Yeah. No comment.
</p>

 <p>
We finished our conversation with a couple of tales about some former
friends he's had, both of which kind of relate to feeling like time
party of which is being taken for granted. That thought just kind of
popped into my head now and the more I think about, the truer it is. My
Dad, love him, sometimes needs to know how to say "no".
</p>

 <p>
From one individual who keeps using him as the one and only emergency
contact, who does and does not want help even when her health and well
being are at risk, to the old friend who's gone blind and literally
cannot see that the one person who has been there to take him to
appointments and out for errands and beers and whatever else… My Dad's
been pretty giving. It's tough to sit there and listen to someone
complain about not having anyone that cares, when there is someone right
next to you who does.
</p>

 <p>
Sometimes you're just done.
</p>

 <p>
He can be really, really good at cutting you off - but it's tough to do
that for people that you care for and have been friends with for
decades.
</p>

 <p>
I don't know where I was going, necessary, with this rambling story. But
I figure it's yet more of my life to get out there. It's part of what
makes me, me.
</p>

 <p>
This is post 80/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-03-23-two-calls.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-03-23-two-calls.html</guid>
  <pubDate>Sun, 02 Mar 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Yard Swimming</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Yeah, I hear you saying "that's a strange title for a post."
</p>

 <p>
It is, isn't it?
</p>

 <p>
It might make sense here in a couple of minutes, if you'll just give me
a bit of time to get the words down on bits and bytes.
</p>

 <p>
I will be doing a bit of jumping around time for my childhood slash
 <a href="file:///tags/growingup">growing up</a> posts, really it all just kind of
depends on what pops into my head at certain times. Along with whatever
memories I can manage to actually keep track of throughout the course of
time.
</p>

 <p>
It's not easy, sometimes.
</p>

 <p>
Growing up in a small, unincorporated town in South East Kansas did come
with some good times for me. Believe it or not. We lived in Riverton,
which as its namesake is actually alongside a river. We had a coal
burning electric plant (long since shut down), a pretty decent school, a
small post post office, and the  <i>World Famous Spring River Inn</i>. Whether
or not it was actually  <i>world famous</i> is, of course, up for debate. They
did have some damn good homemade cinnamon rolls though - those things
were  <b>ginormous</b>.
</p>

 <p>
As I had indicated in a previous post, we lived on a corner lot in a
relatively small, moderately friendly neighborhood. I had a couple of
friends that lived across the street and would spend a lot of time over
at thier home, playing with whatever was available at the time. They had
a pretty large side yard and back yard - complete with woods and a large
corn field. I'll have some stories about that corn field later, but not
today.
</p>

 <p>
One feature of our neighborhood was that the interior lots (of which our
house was on one) had really large ditches on the edge of the property.
Another feature is that, since our town was situated on a river, the
land had a tendency towards being water logged and easily flooded.
</p>

 <p>
You could probably extrapolate at least partly where this is going now.
</p>

 <p>
One year we had quite the torrential rain.
</p>

 <p>
There was one home in the neighborhood, on the other end from our home,
who had an exceptionally large section of yard next to their house. It
was also quite depressed from the road.
</p>

 <p>
Now, fortunately for this homeowner, from what I recall it was only the
yard itself that was pretty low and the actual house was elevated enough
to prevent any water damage. There definitely could have been the
opportunity for flood damage, here, because the entire side yard was
basically turned into a small lake for us neighborhood kids to frolic
around in for a day or so.
</p>

 <p>
And frolic we did! I don't remember how many of us there were, probably
10 or more, but it was a great distraction from whatever was going on
during those times. There was a storm tube that was beneath the road,
and I remember us riding our bikes off that sucker and tumbling off into
the water. It was a good time.
</p>

 <p>
I don't know how many kids I watched bike off that, to be flipped over
their handlebars because the lip of the metal storm tube was bent up.
Even I had to experience that one, for some reason or other. It was fun,
though.
</p>

 <p>
I drove back through there decades later. It didn't look nearly as large
as memory served, but that doesn't change the experience we had. The
memories will remain, and the memories will always be fond for me.
</p>

 <p>
This is post 81/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-03-28-yard-swimming.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-03-28-yard-swimming.html</guid>
  <pubDate>Sun, 02 Mar 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Some Stories</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's been a slow week or so, not that that's a bad thing at all.
Sometimes we just need to take a couple of days and not do anything at
all. It's actually kind of nice.
</p>

 <p>
The past couple of weekends had been nothing but  <i>go go go</i> and it can
be just a bit draining on the psyche.
</p>

 <p>
I am back to the point of being maxxed out on my leave at work, so once
again I get to take payday Friday's off. Which, I will admit, I have
most assuradely gotten used to and most certainly look forward to! Now,
if only I could somehow finagle a way to get every Friday off. That
would be super nice.
</p>

 <p>
We did manage to get out, either Friday or Saturday - I don't actually
remember to be honest, to have dinner and a walk downtown. It was pretty
good, nice and shockingly quiet. Well, as quiet as can ever be in
downtown Lawrence.
</p>

 <p>
There were a couple of highlights - we found ourselves at a story book
session, where people were telling there personal "ups and downs" of
life. It did get me thinking, though, about getting words down on the
screen of things that I have seen and experienced. While we might not
think that our lives are very interesting (believe you me - mine is not)
it's still not a bad idea to get the words down. If not for others, for
yourself, possibly for your family. Of course, I can't say that I've
publicised to my family that this site exists, but I'm not exactly
difficult to find either.
</p>

 <p>
I'll have to see what all I can come up with along that line. Growing up
in an old mining town, in the middle of nowhere, I've got some tales to
tell and they may be interesting to some. Who knows.
</p>

 <p>
Towards the end of the night we found our way to a bar and I found a
band that actually interests me -  <a href="https://www.dustcityopera.com">Dust
City Opera</a>. Eclectic for sure. I can't say that I've heard a whole lot
of kick ass bands that feature a trombone and clarinet. Certainly cool,
and I very much liked them.
</p>

 <p>
This is post 78/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-03-17-some-stories.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-03-17-some-stories.html</guid>
  <pubDate>Sat, 01 Mar 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Found the NAS, and moving day.</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Hey, I'm now over 75 percent done with the current 100 Days To Offload
challenge!
</p>

 <p>
Now that that's out of the way… yesterday I almost thought that I had
lost my Zimaboard NAS parts. I had recalled bringing the parts
downstairs to look them over and get things put together. Only I needed
to get an actual physical network connection.
</p>

 <p>
So I put them away until I could figure something out. In what I'm sure
I was thinking to be a really safe place at the time.
</p>

 <p>
Yesterday I was thinking, "Self, I haven't seen that Zima Cube thing in
awhile, you should probably find that!"
</p>

 <p>
Evidently, I had placed it in about the safest place one could have done
so: somewhere I had no idea where that might have been. Which was
hilarious.
</p>

 <p>
Just before bed, I'm standing in our room, looking at the bookshelf that
I had put in a few months ago and already filled up. I see this short
cardboard box.
</p>

 <p>
Now, to be fair I had seen and known this was there before. Thing is, I
had thought that the box everything was in was larger. You know where
this is going.
</p>

 <p>
Medium story short, I found my Zima NAS parts! Along with the pair of
12TB (I think) drives that I got for it. Whew.
</p>
 <div id="outline-container-moving-day" class="outline-2">
 <h2 id="moving-day">Moving day</h2>
 <div class="outline-text-2" id="text-moving-day">
 <p>
Yesterday, our oldest kiddo and his partner moved into a new apartment.
We weren't able to help them as much as we would have liked to, due to
missed communication, but at least we did get there in time to move some
heavy arsed couch and dresser.
</p>

 <p>
Poor kid was limping pretty well when we got there, I'm hoping he had a
good night's sleep.
</p>

 <p>
We were able to have them over to our house last night as well for
dinner, which is always good. He had lived with us for, I think, about a
year at this point. Maybe. We'll miss having him around.
</p>

 <p>
We did get them a, hopefully, nice coffeemaker and some mugs. Then, last
night I was thinking that I'd love to give them a bag of our coffee…
Which must mean that I really, really love those kids. 😂
</p>

 <p>
Ah well, I think we're good for now.
</p>

 <p>
Until next I put fingers to keyboard.
</p>

 <p>
This is post 76/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-03-02-found-nas-moving-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-03-02-found-nas-moving-day.html</guid>
  <pubDate>Fri, 28 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>One More Birthday Season Down</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Some people have  <i>Holiday Season's</i>, well, we have  <i>Birthday Season</i>.
</p>

 <p>
In the span of a short handful of weeks, in some cases  <i>days</i>, we have
four birthdays that we get to celebrate. Okay, sure, a pair of those are
for a set of our twin kiddo's - but still, that's a couple of birthdays
that still need to be seen to.
</p>

 <p>
It's tough to know what to do for a teen birthday party. So what's the
best thing to do? Ask them, of course.
</p>

 <p>
One wanted a karaoke machine. Okay, that's easy enough and we'll count
that as one gift in the bag. This one also doesn't really like cake - so
they both decided that it would be awesome to have an ice cream social
during their party, which isn't too difficult. Lot's of ice cream (and
non-dairy as well) selection, with some toppings (you gotta have the
caramel, hot fudge, chocolate, cherries, sprinkles and canned whipped
cream stuff) make for a decent build-your-own-sundae. Plus, I do like to
bake, so I threw in a couple trays of chocolate brownies.
</p>

 <p>
Oh, let us not forget the 10 pizzas that needed to be ordered - gotta
feed the teens lunch. Ha. And soda, lots of soda. And some water, you
know, since it's good for you.
</p>

 <p>
I will admit that I was very anxious about this weekend and this party.
It's the whole "well, I don't really have anything planned nor do I
really know what to do for a bunch of junior high students during a
birthday party." I was worried that I didn't have enough brownies made
(there were plenty). I was worried that there wouldn't be enough pizza
(there was plenty). I was worried that nobody would have any fun (it
seems that all enjoyed themselves).
</p>

 <p>
I don't think there was anything to worry about. Everything seemed to go
all right.
</p>

 <p>
However, all said - I think next year we'll just do something like a
Dave and Busters, or maybe something downtown if that's an option. I
think it might be just as, um, "cheap".
</p>

 <p>
This is post 77/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-03-08-one-more-birthday-season-down.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-03-08-one-more-birthday-season-down.html</guid>
  <pubDate>Fri, 28 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Late long mid-week update</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Today is Thursday, February 20, in this, what has been yet another
exceptionally long week in this year of 2025.
</p>

 <p>
The kiddos had school, thus far, only one day this week due to insanely
cold weather and snowy conditions.
</p>

 <p>
We've had whatever illness run through our home over the last couple of
weeks, with the youngest finally getting over most of what he had
yesterday.
</p>

 <p>
This weekend is going to be good and busy as well. We've got the
youngest kiddo's bday party lined up at a really cool playplace in town,
paired up with a friend whose kiddo shares a pretty close date as well -
so we just rented the whole place for the morning.
</p>

 <p>
I've got to look at getting a cake made too, for either his actual
birthday or the same evening. He likes Minecraft, so at least that
should be easier than, oh, a Dalek.
</p>

 <p>
We've got a handful - six - of old phones that need to be reset and
packed up to send in for rebates. That'll be fun.
</p>

 <p>
That's all I've got at this point.
</p>

 <p>
This is post 74/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-20-late-long-mid-week-update.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-20-late-long-mid-week-update.html</guid>
  <pubDate>Sun, 02 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Hey, it&apos;s a long weekend</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Ah, I am once again at the point to where my vacation time is maxed out
at work. So it's either use "it or don't gain any more" time.
</p>

 <p>
One thing that I do really enjoy about my coworkers and my manager staff
is that they absolutely, positively, expect and  <b>encourage</b> us to use
our time. It is a nice change of pace from those souls who work for
people who actively discourage such use.
</p>

 <p>
In my position, we max out at 304 hours of vacation. I accumulate 8
hours every pay period (less two pay periods, where there are three
paychecks in a month, I think…). We also accumulate 4 hours of sick
leave every check, which does not max out - which is nice. I'm near to
750 hours there.
</p>

 <p>
I don't take a whole lot of time off.
</p>

 <p>
But I have kind of grown accustomed to having every other Friday off.
It's pretty sweet.
</p>

 <p>
In some other news, I've been slowly trimming the dead nail off of my
right thumb. There is just a small sliver left on the side at this
point. I'm just really glad that I haven't caught it on anything and
ripped the thing out yet. I don't believe that would be too pleasant.
</p>

 <p>
I don't have much else going on right now. Oh, we did have the youngest
kiddos birthday party last weekend, which had an excellent turn out! We
paired up with a friend and rented out Up And Away Play for Sunday
morning for a couple of hours. It went pretty well, though I'm not sure
we'll do the same next time.
</p>

 <p>
Next up we'll have the twins' birthday party, which is set up for an ice
cream social slash pizza party slash other stuff at a city community
room. It should be fun. They've been inviting a handful of friends,
which for one of them is a little out of his comfort zone. Sort of.
Although I will say, he had an excellent way to put things:  <i>While I may
have few people that I would count as friends, because I think there is
a difference between friendship and those that I have positive
interactions with</i>. I was completely blown away by that when my wife
told me that he'd said that. It's just so mature, and I don't even think
I'd come up with that one.
</p>

 <p>
I love my kids.
</p>

 <p>
This is post 75/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-27-hey-its-a-long-weekend.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-27-hey-its-a-long-weekend.html</guid>
  <pubDate>Sun, 02 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A portrait of a chicken</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
A portrait of a "Chicken".
</p>

 <div class="html" id="org49d2715">
 <p>
<figure>
</p>

</div>

 <div class="html" id="org680150c">
 <p>
<figcaption>
</p>

</div>

 <p>
The Sheepadoodle
</p>

 <div class="html" id="org108332b">
 <p>
</figcaption>
</p>

</div>

 <div class="html" id="org7104acc">
 <p>
</figure>
</p>

</div>

 <p>
If you know, you know. 😅
</p>

 <p>
….her name, it's Chicken.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-27-portrait-of-a-chicken.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-27-portrait-of-a-chicken.html</guid>
  <pubDate>Sun, 02 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>This is just a test post on the blog.</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-how-about-some-lorem-ipsum" class="outline-2">
 <h2 id="how-about-some-lorem-ipsum">How about some Lorem Ipsum?</h2>
 <div class="outline-text-2" id="text-how-about-some-lorem-ipsum">
 <p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam ac felis
eu nibh molestie rhoncus. Suspendisse scelerisque, ligula ac viverra
imperdiet, lectus velit placerat turpis, non suscipit metus tortor id
eros. Cras ut velit et ante suscipit accumsan. Sed fringilla ante eget
libero congue vestibulum. Phasellus ligula diam, bibendum eu quam non,
mollis mollis nunc. Curabitur porta, dui eu ultricies ornare, ante magna
faucibus purus, in lobortis nunc tellus non libero. Donec a eros vitae
nisi aliquet tempus.
</p>

 <p>
Fusce posuere, massa non lobortis tempus, elit mauris auctor lectus, id
imperdiet enim tortor nec quam. Donec nec ante eu leo semper sagittis.
In ex risus, vulputate vel efficitur eu, finibus et lectus. Ut convallis
vulputate tempor. Proin ut libero quis urna molestie accumsan at vel
purus. Nulla nec molestie urna. In elementum, ante nec bibendum
ullamcorper, magna neque tempor magna, id semper nisi turpis sed orci.
</p>

 <p>
Phasellus mattis sodales nunc sed porta. Cras neque dui, convallis non
nibh at, vehicula interdum massa. Pellentesque ac elit pharetra, varius
nibh non, ornare ante. Nullam justo neque, dictum vitae mi ac, aliquam
viverra nisl. Aenean id bibendum ante, at tempor arcu. Quisque in
blandit nulla. Integer rutrum ante eu nisi luctus euismod. Aliquam vel
nisi vulputate, tempus nibh in, tempus felis. Vivamus nec justo euismod,
vestibulum elit et, commodo neque. Morbi ac neque sit amet enim pretium
feugiat. Ut ut neque nisl. Orci varius natoque penatibus et magnis dis
parturient montes, nascetur ridiculus mus. Vivamus hendrerit massa ante,
ut elementum tortor rhoncus non.
</p>

 <p>
Integer at nisl vehicula sem sodales tristique vel et lacus. Duis sed
efficitur arcu. Donec consectetur, ligula sit amet pulvinar tincidunt,
dui risus lobortis dui, nec egestas ante erat a nulla. Lorem ipsum dolor
sit amet, consectetur adipiscing elit. Aliquam facilisis ligula eu
efficitur pharetra. Nulla sagittis porta ipsum. Duis sit amet tristique
turpis.
</p>

 <p>
Aliquam condimentum efficitur leo, at imperdiet quam. Duis ex nisl,
eleifend in auctor sed, feugiat eu eros. Aliquam tincidunt elementum ex,
sit amet sollicitudin massa congue vitae. Orci varius natoque penatibus
et magnis dis parturient montes, nascetur ridiculus mus. Nullam eget
ornare ipsum, in sodales massa. Integer tincidunt congue laoreet.
Aliquam finibus non elit vel ornare. Sed sit amet ante ut sem posuere
sodales sit amet ac nibh. Nunc sollicitudin sem porttitor arcu varius, a
efficitur ipsum molestie.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-10-test-blog-post.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-10-test-blog-post.html</guid>
  <pubDate>Sat, 01 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The anxious one</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I don't believe that I have, at least not in some time, had a weekend
fly by as quickly as this past weekend did.
</p>

 <p>
In hindsight, I do have to admit that it was great that it went by as
quickly and smoothly as it did.
</p>

 <p>
As you may, or may not know - or care about really - we have had a
sheepadoodle in the home since late November.
</p>

 <p>
She is still basically attached to me at the hip.
</p>

 <p>
I would say she's a quiet dog, but, there are points where her
protective side comes out. Hmmm, well, I don't know that I would say
protective so much as scared and anxious.
</p>

 <p>
We wish that we knew what she was scared about. Whatever it is, she most
definitely  <i>does not</i> like non household members.
</p>

 <p>
Barks. Some growling. Not mean, just letting everyone know that she's
not happy. Then there are the accidents.
</p>

 <p>
At least our floor is polished concrete so it's easy to clean.
</p>

 <p>
So, that's a lot of background to say that we also had an additional dog
in the house this weekend.
</p>

 <p>
The second dog was much easier going, but naturally our girl was not
happy. Not at first, nor second. She did eventually come around. Sort
of.
</p>

 <p>
I had thought it was going to be a long weekend.
</p>

 <p>
But it really wasn't.
</p>

 <p>
Who would have thought.
</p>

 <p>
This is post 70/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-10-the-weekend.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-10-the-weekend.html</guid>
  <pubDate>Sat, 01 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A New Look</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
For those that might be paying attention you'll notice that I've changed
up the templating for the site.
</p>

 <p>
For those that follow this site in their RSS feeds (probably just me,
honestly), I'll apologize for the spammage that was just sent your way.
Fortunately it looks like it was only limited to the last 10 posts.
</p>

 <p>
I've moved from the old
 <a href="https://github.com/madrilene/eleventy-excellent">eleventy-excellent</a>
fork that I had, to a design based around the standard
 <a href="https://github.com/11ty/eleventy-base-blog">eleventy base</a> blog
design - with a spritzing of
 <a href="https://readable-css.freedomtowrite.org">readable css</a>. Trying to
keep things simple.
</p>

 <p>
The home page is basically the "about me" page that seems to be the
popular thing to do these days, along with the latest 5 posts and 5
links that I'll eventually populate. I don't know that I'll do a whole
linkroll/linkblog/whatever, and I'll certainly not replace raindrop.io
with this, but it's just yet another section for content and a place to
save yet more things for me to lose track of.
</p>

 <p>
I'd say this was a lot more difficult than it needed to be, but I think
I was just overcomplicating the whole "multiple remotes" and "multiple
branches" git thing. Still hosted on github pages, still in the same
repo. Yippee.
</p>

 <p>
This is post 71/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-12-a-new-look.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-12-a-new-look.html</guid>
  <pubDate>Sat, 01 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Just a quick note</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Still doing some final checks and balances on things around these parts.
</p>

 <p>
I noticed that, for some reason, that old "holiday" post decided to show
up in the feed and echofeed grabbed it as well. Not sure what that was
about.
</p>

 <p>
I do know that I had to redo the git repo, again, seeing as how Zettel
Notes still had an older version and, with the merge settings I have,
happily forced up the older branch. Sigh.
</p>

 <p>
All right. Let's see how this one pops up!
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-12-just-quick-note.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-12-just-quick-note.html</guid>
  <pubDate>Sat, 01 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>New mobile post check</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
This is a draft post and will always be a draft post.
</p>

 <p>
Testing the new mobile post creation.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-12-mobile-check.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-12-mobile-check.html</guid>
  <pubDate>Sat, 01 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>New phone setup day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Received the new phone yesterday.
</p>

 <p>
We've moved on from one provider, T-MOBILE, to another, ATT. Not really
sure which is better at this point - they are basically all just a
commodity now.
</p>

 <p>
My line was the last to arrive and the last to be ported, out of six I
believe.
</p>

 <p>
Everything with the setup went okay, just trying to get the final number
actually ported and the esim activated took about an hour on the phone.
</p>

 <p>
Overall, my wife probably spent about five hours on the phone with the
ATT Costco support line. Way more than desired, and a lot more than
we've spent with support on T-MOBILE over the course of 18 years.
</p>

 <p>
But. Now we should be good. Now we worry about having everything we need
from the old phones before we wipe them and send them on their merry
way.
</p>

 <p>
Overall though, I do kinda like the new device. I've been a Google Pixel
user and disciple since the OG XL, so it's a little different to be away
and on the Samsung 25 Ultra train.
</p>

 <p>
I do like the stylus though, haven't had one of those since the Note 7.
Which I did not have very long.
</p>

 <p>
This is post 72/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-15-new-phone-setup-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-15-new-phone-setup-day.html</guid>
  <pubDate>Sat, 01 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Just testing from emacs!</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
This is nothing but a draft thing. Seriously.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-17-this-is-another-test-from-emacs.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-17-this-is-another-test-from-emacs.html</guid>
  <pubDate>Sat, 01 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Yep, It&apos;s Gonna Be A Loss</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
As you most likely do not recall, back in middle December I decided to
give my thumb a  <a href="file:///posts/a-day-of-firsts">smashing good time in my car
door</a>.
</p>

 <p>
It hurt quite a lot and after doing the drainage thing for a handful of
days it started feeling much better and the healing process began.
</p>

 <p>
Not that the healing process hadn't  <i>technically</i> began the instant it
happened, but, yeah. Very nearly the entire undernail and nail bed
bruised and it (still) kinda looked like I had painted that particular
fingernail black.
</p>

 <p>
The hope was that I was not going to lose the nail.
</p>

 <p>
For awhile it sure seemed like I was in the clear on that one!
</p>

 <p>
As you probably might guess, it does appear that I'll be losing the
nail. Not that it's anything major, just kinda some suckage.
</p>

 <p>
I made the mistake of picking at the edge of the nail, which then more
or less started the displacement of it all. The other day I was putting
my jacket on, getting it zipped and cozy, and somehow - someway - caught
the edge of my thumbnail in the cloth. Half the nailbed came out.
</p>

 <p>
Had to do some trim work on it, will probably be doing trimwork on it
for the next few weeks or so. Sleeping with a bandaid on it so I don't
catch it on anything in my sleep and rip the bad boy out. That would
suck.
</p>

 <p>
It is certainly gnarly, and has been quite some time since this has
happened to any of my nails. Our oldest has had the privilege of losing
not  <i>one</i>, but  <i>two</i> nails in his short life thus far.
</p>

 <p>
This is post 73/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-17-yep-its-gonna-be-a-loss.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-17-yep-its-gonna-be-a-loss.html</guid>
  <pubDate>Sat, 01 Feb 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>On to the Death Star</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Well, yesterday (or the day before) my wife had a Costco run.
</p>

 <p>
Normally, not a big deal. Despite the fact that it does run us a few
hundred bucks a shot. But that does come with a family of seven. Lots of
(teen) mouths to feed.
</p>

 <p>
That said, part of what she picked up while there, something that was
completely unexpected, is that we are now in the process of swapping
cellular providers.
</p>

 <p>
We've had T-Mobile for just shy of 20 years. I hate, hate, hate to say
that we'll now be on ATT. But, by making the swap out bill will be
lower.
</p>

 <p>
Maybe we'll swap providers every time we finalize the conditions of the
contract.
</p>

 <p>
It will be nice to have a phone with a stylus again.
</p>

 <p>
This is post 69/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-02-04-death-star.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-02-04-death-star.html</guid>
  <pubDate>Fri, 31 Jan 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Mobile templates FTW</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I don't generally like to *meta post”, blog about blogging and all
that…but there are times that I shall make an exception.
</p>

 <p>
I have finally decided that it is high time to take advantage of some of
the features my mobile note taking application has - namely that it does
offer templates and widget creation.
</p>

 <p>
One of which is to create a new note using a template, naturally.
</p>

 <p>
In becoming more comfortable with the use of capture templates on my
desktop using org-mode and Emacs, I figure that I might as well try to
take at least  <i>some</i> of the friction out of blogging on the mobile side.
</p>

 <p>
Especially seeing as that's where I do the vast majority of my posting
from.
</p>

 <p>
While Zettel Notes  <b>can</b> write in org format, I'm using eleventy for my
site and markdown for my content. So no org capture setup on the mobile
side, sadly. However, Zettel does have a simple template editor that can
fill in quite nicely.
</p>

 <p>
Plus, now I no longer have to remember to change the dateline in my
content. That's a win.
</p>

 <p>
I just have to keep better track of which post number I'm on for my
current writing challenge. Meh.
</p>

 <p>
Now if I could just figure out how to get Zettel to prompt me for a post
title, we might be on business. Although, sometimes I don't know what
I'm gonna name things until I'm done.
</p>

 <p>
This is post 68/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-01-31-mobile-templates.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-01-31-mobile-templates.html</guid>
  <pubDate>Fri, 03 Jan 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Here we are once again</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Sitting here, with my youngest twin kiddo, doing some checks to
re-ensure that everything is going to be okay with him physically.
</p>

 <p>
Years ago, he was diagnosed with a hole in his heart, though it was
believed to have closed up enough to allow him to do things he enjoys
doing.
</p>

 <p>
Like, running. Cross country, track. Things like that.
</p>

 <p>
But, we see and experience what happens with friends, family and
acquaintances. Loved ones are lost due to undiagnosed problems.
</p>

 <p>
So we double check. EKG. Echo's.
</p>

 <p>
We want our kids to be healthy. Happy.
</p>

 <p>
Do the things they want to do.
</p>

 <p>
But when your kiddo complains about his chest hurting, his body hurting,
and doesn't want to connect the dots from post athletic event to the
actual pain. Then we need to step in and push pause.
</p>

 <p>
I don't want to take these things away. I enjoy taking him to them and
watching him do them.
</p>

 <p>
It's friendship and comraderie.
</p>

 <p>
We just need to know.
</p>

 <p>
This is post 66/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-01-20-here-we-are-again.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-01-20-here-we-are-again.html</guid>
  <pubDate>Thu, 02 Jan 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Just some stuff and coffee</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Ugh, I just haven't been feeling it lately!
</p>

 <p>
I had even made the attempt to start a post the other day. Got as far as
copying my template over to the ol' draft folder.
</p>

 <p>
Dunno what happened but that's as far as that went.
</p>

 <p>
It's been kinda  <i>meh</i> around these parts lately.
</p>

 <p>
At least  <b>most</b> of the snow has gone, the temperature has kinda been
decent (for what that's worth at this point), and everything has been
more or less healthy around the household.
</p>

 <p>
There have been some points of interest though.
</p>

 <p>
I need to pick up a new smoke/carbon monoxide detector for our hallway.
Just have not been able to get to the store yet for a replacement. I
did, however, at least get an adapter kit so I can just reuse the
existing wire harness with the new style that Kidde goes with these
days.
</p>

 <p>
We attended parents night at the local High School the other day. The
twins start 9th grade next year, and it's always good to feel prepared.
I feel that we (well,  <i>me</i>, at least) are more prepped for these two
than we were for their older brother. I still think, sometimes, that
poor kiddo got the worst end of the stick from me. I love the hell out
of him, but I just didn't know what I was doing through the whole thing.
However, despite that lack from me, has turned out pretty well.
</p>

 <p>
I'm just glad that our Cameron's Coffee order came through before those
prices shot through the roof. Plus, I already had a four pack case (we
have a monthly standing order for four 32oz bags) just sitting around.
We go through a case a month in our house. I'm not looking forward to
the future there.
</p>

 <p>
I think that's all I've got.
</p>

 <p>
For now.
</p>

 <p>
This is post 67/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-01-29-just-stuff-coffee.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-01-29-just-stuff-coffee.html</guid>
  <pubDate>Thu, 02 Jan 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>My final Doom form</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
For the longest time - well, not really the longest time but there are
moments when it seems like it's been forever - I've been attempting to
patch together my own Emacs config.
</p>

 <p>
Having gone from Spacemacs, Purcell, Vanilla, Doom, Prelude,
handcrafted, literate, back again through multiple attempts at each of
the previous as well as pouring through everybody else's (and their
dogs - hello, Corgi!) configs I have finally come to a conclusion.
</p>

 <p>
I figure that since I basically always wind up trying to reinvent Doom
Emacs, that I might as well meet them in the middle and move over to
recreating Doom with a complete literate Doom config.
</p>

 <p>
I've seen a handful of users that have done this, and while getting it
bootstrapped was a little interesting, I think it's going to work really
well.
</p>

 <p>
As it's basically an art form, my Emacs config is never done - but I've
got it to a point where I'm happy with it.
</p>

 <p>
I do actually like some of the convenience macros that are provided with
the Doom Emacs framework. It makes a really excellent library.
</p>

 <p>
Will I stay with this? You know, I think that since I generally always
found my way back to Doom (even though I don't use evil key bindings),
plus with my desire to have "my own thing"….yeah, maybe.
</p>

 <p>
Just maybe.
</p>

 <p>
This might be my final form.
</p>

 <p>
Minus some tweaking.
</p>

 <p>
One of these days I'll have to get back to doing weekly link dumps.
</p>

 <p>
This is post 65/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-01-18-final-doom.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-01-18-final-doom.html</guid>
  <pubDate>Wed, 01 Jan 2025 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not the good kind of blizzard</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Well we are evidently in an actua  <i>Blizzard Warning</i> now.
</p>


 <figure id="org9038a2a"> <img src="file:///img/Attachment-2025-01-05.png" alt="Attachment-2025-01-05.png"></img> <figcaption> <span class="figure-number">Figure 1: </span>Attachment-2025-01-05</figcaption></figure> <p>
Yippee!
</p>

 <p>
I attempted earlier this evening, just after dinner, to go out and grab
some stuff from the store. Milk and whatever.
</p>

 <p>
I had, earlier this afternoon, salted the walk and driveway. I guess I
should have salted just a bit more in some areas, since I took a decent
header going to the car.
</p>

 <p>
Made it about half a block down, slip sliding all the while, until I
decided that nobody needed milk that badly. Backed up and headed back
home.
</p>

 <p>
Gone maybe 5 minutes, including scraping ice off the windows.
</p>

 <p>
Now, I've got a ginormous welt on the side of my left leg.
</p>

 <p>
It's sore, but livable. Certainly huge though.
</p>

 <p>
Woot.
</p>

 <p>
This is post 63/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-01-04-blizzard.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-01-04-blizzard.html</guid>
  <pubDate>Tue, 31 Dec 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Uncertain refrigerator</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
If it isn't one thing it's about seventy three others with our luck.
</p>

 <p>
When we moved into our home over nine years ago we had to pick up a few
appliances. A refrigerator, washer and dryer, we also procured a stand
up freezer for the garage.
</p>

 <p>
The house came with dishwasher, range and microwave.
</p>

 <p>
After tomorrow, only two (!) of those items will remain as original.
</p>

 <p>
The warranty on our fridge, an LG, ran out after 5 years had passed. We
just  <i>barely</i> squeaked in a warranty covered repair to the compressor on
it, mere months before the expiration.
</p>

 <p>
The washer and dryer unit that we originally bought, well, that I
originally picked out because of cost (either Maytag or Whirlpool, I
don't recall at this point) have been replaced. Twice. (The original
units, believe it or not,  <i>did not have a clean out for the
washer</i>….so eventually when all the kids socks get sucked in, you
can't easily access them to clear them out.)
</p>

 <p>
Two Novembers ago, maybe three, the range died. It's been replaced.
</p>

 <p>
Now… After sitting with an error code that has not allowed the
external panel to work for a couple years, nor the external water and
ice maker (yeah, horrible, sigh…it's tough to find them without ice)
to work, the fridge has finally decided that it's the end of days.
</p>

 <p>
It gets replaced tomorrow.
</p>

 <p>
This stuff is nearly impossible to work on. It's just not the same kind
of items that even our parents bought.
</p>

 <p>
Gone are the times when you grew up with the same, oh
say….refrigerator…in the home throughout your childhood and young
adult years.
</p>

 <p>
Sigh.
</p>

 <p>
Naturally, the assigned delivery window for tomorrow's unit is right
smack dab around school pick up time for the kids.
</p>

 <p>
Because, why wouldn't it be.
</p>

 <p>
This is post 64/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2025-01-09-uncertain-fridge.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2025-01-09-uncertain-fridge.html</guid>
  <pubDate>Tue, 31 Dec 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Another year already</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Has it really been a year?
</p>

 <p>
Another one??
</p>

 <p>
Already?!
</p>

 <p>
As one gets older, it just relentlessly accelerates towards whatever the
endgame is in all of this.
</p>

 <p>
The next thing we know, we shall have four more birthdays in the house -
one in February, three in March.
</p>

 <p>
Then it's time for end of school.
</p>

 <p>
Next it's school starting back up.
</p>

 <p>
Then Holiday season starts all over again.
</p>

 <p>
Somewhere in there, we'll have to mow the lawn perhaps.
</p>

 <p>
I'll be one year closer to half a century old. Definitely something that
I never, ever would have considered anything of import during my youth.
</p>

 <p>
You know, I've never really been one for resolutions. New Year's or
otherwise.
</p>

 <p>
They seem silly. It is the extraordinarily rare person that is able to -
essentially - flip and inner switch and say "I'm gonna do X" from this
day onward.
</p>

 <p>
Sure, goals are great. Targets and milestones are great. But they're
difficult to come up with something that's achievable. I certainly don't
want to feel like I've failed at something within the first week.
</p>

 <p>
Maybe that's why it took me so long to get my rear in gear on a
healthier lifestyle. Keto was a thing that I feared for a decade or
more. Not just the cost (which is debatable at this point) but the fear
of failure looking wide over me.
</p>

 <p>
Now, are there things that I would like to accomplish within the next
year?
</p>

 <p>
Absolutely.
</p>

 <p>
I would like to finish reading  <i>The Expanse</i> series. I'm on  <i>Babylon's
Ashes</i> currently.
</p>

 <p>
I would like to get some debt paid down. That's actually plausible this
year, with the wife having her own insurance this year (same everything,
so no real change apart from new cards on her side). That's over $500 a
month in our pocket right there.
</p>

 <p>
I want to start a vegetable garden out back, using the straw bale
method.
</p>

 <p>
I'd love to get some permanent LED holiday lights set up on the house.
</p>

 <p>
Getting the garage organized. Getting our bedroom organized.
</p>

 <p>
Some of these things are certainly more doable than the others.
</p>

 <p>
Ah well.
</p>

 <p>
On a closing note, I started a
 <a href="https://hardcover.app/@swrogers">Hardcover account</a>. I kinda like it,
but I do think I prefer the way books can be added over on OpenReads
with taking pics of the barcodes. I may use both for a bit before
deciding to stop using either of them, because, honesty. While I need to
keep track of what books I've got and read, I don't know that I can
actually do that.
</p>

 <p>
Maybe I should add that to my New Year's Resolutions.
</p>

 <p>
This is post 62/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-12-31-another-year-already.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-12-31-another-year-already.html</guid>
  <pubDate>Tue, 03 Dec 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Time off for maintenance</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Tis the season, I suppose.
</p>

 <p>
For some car maintenance and time off, that is. Ha!
</p>

 <p>
Oh, and Christmas and New Year's and all that jazzy stuff.
</p>

 <p>
Yesterday was my last day of, um, "work" for the year. There was much
really to do except help with a couple of requests, which was totally
cool. Had a handful of things that needed wrapped up and it was actually
kinda nice to be able to do so.
</p>

 <p>
This morning was up at the standard time - sleeping in?! What the hell
is that?? Had to get the car into the shop for some juuuuust barely
overdue service (maybe a hundred miles?). Not too bad.
</p>

 <p>
At least the dealership doesn't try too hard to oversell crap.
</p>

 <p>
That done, it was time to go home. Open door, hear the kids argue.
</p>

 <p>
Sigh.
</p>

 <p>
Dammit.
</p>

 <p>
Sometimes I just wish they could solve their own problems. I basically
just ignored them this time. Ha.
</p>

 <p>
In some absolutely non related tangents, I've really been trying to come
up with a new from scratch emacs config.
</p>

 <p>
Don't ask me why, I don't have any answers at all.
</p>

 <p>
None. Zero. Zilch. Zip. Nada.
</p>

 <p>
I've managed to stick with Doom Emacs for quite some time now and I just
keep going back to that. I like it, sure.
</p>

 <p>
There is just part of me that, I don't know, wants to grok the whole
dang thing. For some reason.
</p>

 <p>
The problem is, I either keep trying to basically recreate Doom, or I'm
just not really certain what packages I want to start with.
</p>

 <p>
I've got all of what is consider the "new standards" covered: vertigo,
marginalia, orderless, whatever else goes into that stack.
</p>

 <p>
Then I'm like a stinking dog that chases squirrels all over the woods.
It gets exhausting.
</p>

 <p>
Plus, I'm trying to get org more incorporated into my desk life - so
there's that. I'd say "life", but there aren't a whole lot of decent and
mature org related apps on Android. Tmux and emacs running within on my
phone don't count, in my mind.
</p>

 <p>
I do have Zettel (using it now!), Orgzly Revived and
OrgNotes…but….eeh. I want better templates and capture/sharing.
</p>

 <p>
Anyhow.
</p>

 <p>
Take care, you all.
</p>

 <p>
This is post 60/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-12-20-time-for-maintenance.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-12-20-time-for-maintenance.html</guid>
  <pubDate>Mon, 02 Dec 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>One holiday down</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
We have survived another Christmas Holiday season.
</p>

 <p>
We have spent far to much money.
</p>

 <p>
But - at least - we haven't overdone things.
</p>

 <p>
I would like to think that everyone in the home received at least one
item that they wanted or like.
</p>

 <p>
We did, somehow, some way, manage to get through the event without
picking anything up that requires batteries to operate.
</p>

 <p>
I don't know how we managed that one, it was definitely accidental.
</p>

 <p>
Christmas Eve we took the family on a small tour through town to see
some of the neighborhoods lit up, including a handful of homes that do
the whole animation alongside mini radio transmitters.
</p>

 <p>
It's something that I would like to do one of these years. I want to do
the permanent LED light installation here.
</p>

 <p>
We did find one very cool section of town where there were blocks and
blocks of people who had strung lights all throughout their trees from
home to home, it looked very cool and almost web-like. Very much not
something I'd expected to find but I was so glad that we had!
</p>

 <p>
Our newest family member, the Sheepadoodle, has been doing really well.
She's not super comfortable with strangers or non family members, apart
from the door knocking, doors opening or closing, or certain family
members coming down the stairs, it's about the only time she'll get
vocal.
</p>

 <p>
Still need to find and get her into a vet though.
</p>

 <p>
Now just to get through New Year's.
</p>

 <p>
This is post 61/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-12-27-one-holiday-down.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-12-27-one-holiday-down.html</guid>
  <pubDate>Mon, 02 Dec 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Than Google for saving money</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I did a thing last night that I never thought I'd ever do.
</p>

 <p>
For the first time in longer than I can remember, I now reside in a home
that does not subscribe to some kind of non-ota television service.
</p>

 <p>
I've been subscribed, well  <i>been</i> subscribed, to YouTube TV since almost
day one. Sucked into the whole Google everything and the kick butt "DVR"
that came along in tow.
</p>

 <p>
I even talked multiple people into signing up, it really was a great
value.
</p>

 <p>
Yeah. At $73 a month it was time to rethink the subscription. The only
thing I was really using it for at the time was to put PBS on, or maybe
the occasional Daily Show.
</p>

 <p>
I had been considering saving the monthly cost, but just hadn't pulled
the trigger on the cut. But, at $83 a month I'm out. Not that anyone
really cares, but yeah.
</p>

 <p>
I swapped over my MAX add-on to Prime. Went ahead and decided that I
might as well throw three more bucks Jeff's way and go AD free on Prime
as well. I imagine I'll also toss some cash into the coffers of my local
KPR station since I listen to them quite a lot.
</p>

 <p>
So far as PBS goes, I've been a supporter of the Kansas City station for
some time, so I've got their passport into the app for viewing their
content.
</p>

 <p>
My only complaint: We've got an LG TV, and while I love WebOS they don't
have a PBS Passport application. I'll have to either dig my Chromecast
back out, vor maybe look into another option.
</p>

 <p>
It'll be nice to save a bit more cash this year! Thank you, Google!!
</p>

 <p>
This is post 58/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-12-13-thank-google.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-12-13-thank-google.html</guid>
  <pubDate>Sun, 01 Dec 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A day of firsts</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
A Saturday down, a kiddo and his first chess tournament.
</p>

 <p>
A very successful day, all in all.
</p>

 <p>
Today was not all roses and daffodils, however. Yesterday afternoon I
pulled a real doozy move and somehow managed to close my right thumb in
the driver's side door of my car. How in the nine hells I managed to do
that I have absolutely no flipping clue, I wasn't thinking at all and
just managed to ever so slowly and methodically gently close my thumb in
the door.
</p>

 <p>
It smarted, quite a bit. My dog was in the car, my youngest was in the
car. I let out quite the yelp.
</p>

 <p>
After attempting to yank my thumb free I realized that wasn't gonna
work, so I'm glad I was able to relax and actually open the door.
</p>

 <p>
It still hurts. From the tip of the digit to the middle of the palm.
I'll be shocked if I don't lose the nail.
</p>

 <p>
Anyhow, back to today.
</p>

 <p>
Up good and early for a Saturday at 0700. I'd been up since 0600 with
the thumb throbbing in pain anyhow. Shower. Coffee made. Dog taken out
and fed. Snacks and easy provisions gathered and our the door.
</p>

 <p>
We got little man registered and set up around 0845. Then 6 rounds of
chess. He had on win and two draws, for two points. We call that a
successful first event for the first grader!
</p>

 <p>
His team tied for third, but got fourth due to the point tiebreaker.
Still not too shabby.
</p>

 <p>
Done a little before 1700, then off to the DQ for a Blizzard and
O-rings! He'd never had DQ before.
</p>

 <p>
It was also my first chess tournament, quite the experience.
</p>

 <p>
All told, not a bad day.
</p>

 <p>
This is post 59/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-12-14-a-day-of-firsts.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-12-14-a-day-of-firsts.html</guid>
  <pubDate>Sun, 01 Dec 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The day unplanned</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Well, today certainly did not go anywhere near how I had planned it to
go.
</p>

 <p>
Though there is a proverbial silver lining, I hope, since something that
I'm hoping was the problem has been solved.
</p>

 <p>
You'll see.
</p>

 <p>
Went to the store yesterday, only picked up one gallon of milk. Now,
normally this wouldn't be a huge issue, but this family of mine can
easily go through a gallon of milk with no problem. Should have bought
two.
</p>

 <p>
I'd also intended, or had expressed that I'd damn near come close, to
picking up another bookcase for the bedroom. To store books on. And
other crap that I have piled around the room.
</p>

 <p>
So, plans were then laid out that I would go back to the store today,
get those items and a few other incidentals that are darn near always
needed: eggs, cheese, what have you.
</p>

 <p>
I drop a couple of the boys off with their friends and head to the store
around noon. Do my shopping, pay, load up the car.
</p>

 <p>
Get into the car, press the starter…
</p>

 <p>
And….it throws an error that it has been throwing either earlier this
year or last year. Coincidentally sometime around the point when the
dealership updated the software to automatically engage the parking
break.
</p>

 <p>
It hadn't done this in quite some time, it did eventually stop and
didn't repeat. Online searches suggested that the errors were due to the
battery needing changed. Which I could totally understand, but the
battery was checked and had decent life still left.
</p>

 <p>
But, this time it also nearly stranded my wife in KC, and then me on the
other side of town. It also definitely sounded like the battery wasn't
providing the power to do what needed to be done.
</p>

 <p>
It was, eventually, able to start. Left it running for some time while
we tracked a battery down then went to grab it. Had to bring it back
home to get it installed, with help from my wonderful wife - I was
unable to get the connection to the positive terminal to lift off. She
was able to work the magic.
</p>

 <p>
New battery in, all so far so good.
</p>

 <p>
The only thing I wanted to do today was try to get some organizing done
in the bedroom.
</p>

 <p>
Sigh.
</p>

 <p>
Until next time.
</p>

 <p>
This is post 56/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-12-01-today-did-not-go.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-12-01-today-did-not-go.html</guid>
  <pubDate>Sat, 30 Nov 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Survived the weekend</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Well, we have survived the weekend that I had been dreading!
</p>

 <p>
I would even consider the past weekend to have been something of a
success.
</p>

 <p>
A few months ago, both of the twins auditioned and were accepted into
the regional Honor's Choir. Super awesome for them! The older twin had
performed last year, the younger did not get the opportunity. Both were
accepted this year as bass singers. The older has an exceptionally low
singing voice for his age group.
</p>

 <p>
Also, a few months ago, the older twin also tried out and was accepted
into the regional Honor's Band for Horn. He is an excellent
instrumentalist, and could be even better if he were able to get more
hours in to practice (but he has something of a full schedule). While I
don't know if the chairs were ranked in the concert seating, his name
was listed third in the Horn section for his group - and they weren't
alphebetical. We're kind of proud of him, so this was pretty awesome.
</p>

 <p>
About a month ago, probably a bit over, looking at some of the emailed
details I notice that these two events are on the same day. Okay, cool.
</p>

 <p>
Looking closer, they are at different locations. Okay, not quite as
cool.
</p>

 <p>
I had already been in talks with at least the choir teacher at thier
school, and did know that the students would not be able to perform in
both. So, definitely not as cool.
</p>

 <p>
Naturally, the band kiddo wanted to perform in the band concert - since
he'd already had the choir experience. I fully understood, respected and
supported that choice. Cool.
</p>

 <p>
The next logistical challenge would be figuring out whether or not we'd
be able to make it from one location to the other, about 10 miles give
or take - 20 minutes or so - within the timeframe of say 15 minutes.
That includes gathering two other kiddos, getting back to the parking
location, grabbing the older twin and his instrument and stuff, driving
into the city, finding a parking location after everybody was already
there, walking all the way back across the second location and finding a
place to sit. No fun.
</p>

 <p>
We did it though! Only missed perhaps the first song and the
introduction. I'm kind of amazed and proud that we were able to make it
through.
</p>

 <p>
The twins did amazing. Both of them were up around 05:00, 05:30 or so.
One had to be on a bus by 06:30 the other - at another location of
course - by 06:50. It was a long day.
</p>

 <p>
Worth it, though.
</p>

 <p>
This is post 57/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-12-09-survived-the-weekend.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-12-09-survived-the-weekend.html</guid>
  <pubDate>Sat, 30 Nov 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A Week Of Progress</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
That has been both a very long and a very busy week.
</p>

 <p>
At least it's only my four day work week.
</p>

 <p>
Progress has been made in the work realm, that's probably one of the
more fulfilling aspects of the week.
</p>

 <p>
Earlier this year Oracle decided that they were no longer going to
support the graphical interface version of their Business Integration
Catalog tool, which, grand scheme of things is awesome as it's an icky,
gross, Java gooey that I despise.
</p>

 <p>
But, having replaced my laptop and not having kept the older version of
the BI tools install setup (why, Shane….why), I had to get the newer
one set up.
</p>

 <p>
Which, shock of shocks, is a command line tool.
</p>

 <p>
Super cool, now I can actually sorta kinda script the process. Not to
mention that now report creation can be somewhat saved! We always had to
manually select and click to create and run reports - now, at least, by
virtue of saving the command line it's more easily repeatable.
</p>

 <p>
Now, it's just all about learning the switches and fine tuning the
reports themselves.
</p>

 <p>
Oh and don't even get me started on getting the stupid tool installed.
</p>

 <p>
I'd almost,  <i>almost</i>, forgotten just how horrible that process was.
</p>

 <p>
Our environments have a limited amount of  <i>temporary</i> directory space.
Normally it wouldn't be an issue, just make some new directory, assign
it properly as as temp, set your shell environment variables and your
good to go.
</p>

 <p>
Sometimes you might even need to set your java options. Because, java.
</p>

 <p>
But, does the Oracle installer bin file respect those environment
variables?
</p>

 <p>
Of course it doesn't.
</p>

 <p>
Why would it.
</p>

 <p>
Nope, it needed some obtuse way to let the bin file know what the
 <code>java.io.temp</code> (don't quote me on that one) needs to be:
 <code>-J-Djava.io.temp</code> (again, don't quote me). Sigh. At least I got it and
it's documented.
</p>

 <p>
On the personal and family side of things, tonight is opening night for
the middle school musical. This year they are performing  <i>Emma</i>.
</p>

 <p>
The older twin has the male lead. I feel horrible that I can't recall
what the younger twin has…./but/, he is the understudy of the older.
So there is that.
</p>

 <p>
Supposedly the other middle school brother is doing crew - but I have my
doubts as to the veracity of that claim.
</p>

 <p>
I guess he'll be performing in the Spring play, though he probably
doesn't realize that at this point.
</p>

 <p>
Not much else going on currently, so with that I'll sign off.
</p>

 <p>
This is post 53/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-11-21-a-week-of-progress.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-11-21-a-week-of-progress.html</guid>
  <pubDate>Sat, 02 Nov 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Testing the echo feed to bluesky</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
There is nothing to see here, folks.
</p>

 <p>
I was just noticing that the Echofeed to Bluesky cross posting wasn't
working, so that's what I'm testing here.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-11-22-testing-echofeed.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-11-22-testing-echofeed.html</guid>
  <pubDate>Sat, 02 Nov 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The Weekend That Was Not</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
The past weekend, despite it being my three day weekend, absolutely did
not feel long enough.
</p>

 <p>
It almost feels as if there were two days stolen from me.
</p>

 <p>
A thought that I find unexplainable and honestly just plain weird.
</p>

 <p>
Friday and Saturday were event days, in more than a couple of ways, with
Friday being the second evening of the middle school production of
 <i>Emma</i> and Saturday being the final showing of the same in the early
afternoon.
</p>

 <p>
Saturday was also something of an interesting morning as well, we went
into Kansas City and checked out a couple of rescue dogs.
</p>

 <p>
All right - let's get things straight first: I am  <b>not</b> a dog person. I
am a  <b>cat</b> person. We already have a cat, who is nearing 10 years old at
this point. I don't despise dogs, nor other animals, but I have come to
the conclusion that I  <i>much prefer other peoples pets</i>. I certainly do
not have time to train and deal with a puppy.
</p>

 <p>
The plan on Saturday, was not to come home with a dog. We were going to
look at a couple of them, both poodle mixes: a Bernedoodle and a
Sheepadoodle.
</p>

 <p>
The Berne was your run of the mill rescue animal: skittish, but not
aggressive at all, just scared and wanting to go back to his enclosure.
His coat was okay, soft but in definite need of grooming. We walked with
him for a bit, got to see that his stool was a little on the runny and
soft side - which, not completely unexpected as he's nervous, but it
could also be other problems. We had about an hour to check this guy out
before we had to go to the next appointment.
</p>

 <p>
Next up we had the Sheepadoodle. It would be fair to say, I believe,
that this lady was a complete 180 degree turnaround from the Berne.
Super friendly, the people at the rescue had been with her since birth
as her mama was litter bound when brought into the center. She basically
choose me, it seems, a pretty lovable dog.
</p>

 <p>
There are certain breeds that I really like. Old English Sheepdogs being
one, though - again - I don't want one. They are gorgeous animals. They
take a lot of work. But they are iconic. I don't like Poodles. Now, that
could be because most poodles that I've seen have that pretentious cut
and groom on them. I don't know. But, I like some of the features of
Poodles: not much shedding being one of the key points. I'll say that I
do like the mixes and sheepadoodles look really good to me.
</p>

 <p>
So.
</p>

 <p>
We probably know where this is heading.
</p>

 <p>
Meet the new family member.
</p>

 <div class="html" id="orgfad02a9">
 <p>
<iframe title="Pixelfed Post Embed" src=" <a href="https://pixelfed.social/p/swrogers/766107758650734771/embed?caption=false&amp;likes=false&amp;layout=compact">https://pixelfed.social/p/swrogers/766107758650734771/embed?caption=false&amp;likes=false&amp;layout=compact</a>" class="pixelfed_ <sub>embed</sub>" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen">
</p>

</div>

 <div class="html" id="org242a2cd">
 <p>
</iframe>
</p>

</div>

 <div class="html" id="org0e99aad">
 <p>
<script async defer src=" <a href="https://pixelfed.social/embed.js">https://pixelfed.social/embed.js</a>"></script>
</p>

</div>

 <p>
This is post 54/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-11-25-the-weekend-that-was-not.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-11-25-the-weekend-that-was-not.html</guid>
  <pubDate>Sat, 02 Nov 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Turkey Day It Is</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Today is turkey day here in the States.
</p>

 <p>
Whatever that means.
</p>

 <p>
Many people, families, whatever, will gather for some kind of meal -
stuffing their bellies overfull of food and arguing about who the heck
knows what.
</p>

 <p>
Many people will profess their "thankfulness" for things and ideas that
they hold dear to their hearts.
</p>

 <p>
I'll not deny that I and mine are also participants in some way. We've
got the turkey in the oven. The pumpkin and pecan pies have been made.
The corn flavored bread has been made. Other stuff will also be made.
</p>

 <p>
We'll have perhaps one or two other people here in our home, though
there will be no talk of politics or other high blood pressure inducing
subjects. We shall just enjoy our food and company.
</p>

 <p>
There would have been a time, many long years ago, that we would be
planning out what to do tomorrow. What stores we would hit, where we
would attempt to stake our claim on the commercial purchases for the
upcoming gift giving season.
</p>

 <p>
While I have no doubt that some people will be doing that - we are not.
I would think that, in general, with stores and companies having
expanded their "Black Friday" sales from a single day to a week (or
more) that many people would be closer to done with shopping than not.
</p>

 <p>
I know that we won't be going shopping tomorrow. I'll say that I'm
mostly sure we are done for this year - with perhaps the exception of
one or two things.
</p>

 <p>
I'd say that we didn't overspend this year, but that would be a lie. The
same as every other year, sigh. We try to do one nice gift for each
kiddo….with five kiddos that gets a little spendy. So we try to do
what we can throughout the year.
</p>

 <p>
I don't normally do the whole "I'm thankful spiel", but I am thankful
that I've got a roof over my head that I was able to get a mortgage for
and that I've got a decent vehicle and a job that I really enjoy.
</p>

 <p>
I don't doubt that I'm definitely privileged to be in the position that
I'm in.
</p>

 <p>
So, for those of you out there who read this, and for those of you who
celebrate - enjoy the day.
</p>

 <p>
Take it easy. Until next time.
</p>

 <p>
This is post 55/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-11-28-turkey-day-it-is.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-11-28-turkey-day-it-is.html</guid>
  <pubDate>Sat, 02 Nov 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not really reflection</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I have just not really been feeling it over the last week.
</p>

 <p>
I do believe that I shall leave it to as an exercise for the reader to
figure out why that might be.
</p>

 <p>
Friday was my "off work" Friday, so it's essentially a four day weekend
for me, what with tomorrow being Veteran's Day. I guess I won't actually
complain about that, since there really are worse things going on right
now.
</p>

 <p>
Eventually, my complaints won't even be referable as  <i>first world
problems</i>, for, you know, reasons.
</p>

 <p>
I just don't understand some people's children.
</p>

 <p>
But, I sure do believe that we're gonna waltz right into the  <i>find out</i>
portion of the night's program.
</p>

 <p>
And I, absolutely, one hundred percent, hope those people find the….
Yeah.
</p>

 <p>
The rather unfortunate aspect of all of this being, that those of us who
do understand some of these things will also get to go along with this
ride.
</p>

 <p>
I don't know who to blame.
</p>

 <p>
I don't know, I didn't understand.
</p>

 <p>
What I do know, is that I am at least fortunate being what I  <i>am</i>. A
white, hetero male.
</p>

 <p>
I guess I'm lucky.
</p>

 <p>
I'm also glad that I've already got a mortgage and a roof over our
heads.
</p>

 <p>
I just want my family and kiddos and friends to be able to live and work
and play in a safe world.
</p>

 <p>
I'm not too sure that's going to be the case.
</p>
 <div id="outline-container-linkdump" class="outline-2">
 <h2 id="linkdump">Linkdump</h2>
 <div class="outline-text-2" id="text-linkdump">
 <ul class="org-ul"> <li>Molly White's Blogroll  <a href="https://www.mollywhite.net/blogroll/">https://www.mollywhite.net/blogroll/</a> If you're
on the lookout for some good sources to fill out your feeds, here is a
great start!</li>

 <li>John Scalzi
 <a href="https://whatever.scalzi.com/2024/11/09/making-money-in-the-next-four-years-and-why-you-need-to-plan-now-to-support-your-favorite-creators/">https://whatever.scalzi.com/2024/11/09/making-money-in-the-next-four-years-and-why-you-need-to-plan-now-to-support-your-favorite-creators/</a>
Another great read from a pretty good writer.</li>

 <li>Scholar's new rap album seeks to turn the tables on the 'masters' from
the Old South
 <a href="https://theconversation.com/scholars-new-rap-album-seeks-to-turn-the-tables-on-the-masters-from-the-old-south-241895">https://theconversation.com/scholars-new-rap-album-seeks-to-turn-the-tables-on-the-masters-from-the-old-south-241895</a>
Just seems extraordinarily interesting!</li>
</ul> <p>
This is post 51/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-11-10-not-really-reflection.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-11-10-not-really-reflection.html</guid>
  <pubDate>Fri, 01 Nov 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>What have I been doing</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
What have I been doing lately?
</p>

 <p>
Not much, I would say.
</p>

 <p>
I did start a new book recently,  <i>What Moves the Dead</i> by  <i>T
Kingfisher</i>.
</p>

 <div class="html" id="org8c3b664">
 <p>
<iframe title="Pixelfed Post Embed" src=" <a href="https://pixelfed.social/p/swrogers/762107973477551400/embed?caption=false&amp;likes=false&amp;layout=compact">https://pixelfed.social/p/swrogers/762107973477551400/embed?caption=false&amp;likes=false&amp;layout=compact</a>" class="pixelfed_ <sub>embed</sub>" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen">
</p>

</div>

 <div class="html" id="orgbea8a59">
 <p>
</iframe>
</p>

</div>

 <div class="html" id="org849ee2b">
 <p>
<script async defer src=" <a href="https://pixelfed.social/embed.js">https://pixelfed.social/embed.js</a>"></script>
</p>

</div>

 <p>
It's a retelling of Poe's  <i>Fall of the House of Usher</i>. I'm only a few
chapters in, and it's fairly short, but so far it's pretty good.
</p>

 <p>
I'm still also reading The Expanse series as well, plus I've picked up a
decent number of other titles that will get added to the  <i>to be read</i>
pile.
</p>

 <p>
I think I'm preparing for the times when physical books are not as
easily accessible, what with the way things are going. Both societally
and politically.
</p>

 <p>
Anyhow.
</p>

 <p>
I've also ordered a couple of 12TB hard drives to pair with my Zima
Board NAS kit and am certainly looking forward to getting that set up to
store my media on. The stack of Blu-ray movies and DVDs in our library
are in desperate need of being ripped.
</p>

 <p>
Can't say that I'm looking forward to that process, but it's needed.
</p>

 <p>
Another item that has had me occupied over the last couple of weeks or
so is coming up with a new emacs config.
</p>

 <p>
While I have been using Doom Emacs for quite awhile at this point, I do
like to know how things work a bit better, and this is a good way to
grasp that understanding.
</p>

 <p>
The sad thing is, that I'm afraid I will basically just wind up
reimplementing Soon Emacs, only with elpaca.
</p>

 <p>
There are a lot of good things with Doom, however, so I may just stick
it out with that. There are also some quirkiness' as well - such as
needing both  <i>package!</i> along with  <i>use-package!</i> to get something both
installed and configured. It does make sense, seeing as  <i>use-package!</i>
is not a package installer though.
</p>
 <div id="outline-container-sunday-linkdump" class="outline-2">
 <h2 id="sunday-linkdump">Sunday Linkdump</h2>
 <div class="outline-text-2" id="text-sunday-linkdump">
 <ul class="org-ul"> <li> <a href="https://write.as/batata/observation">https://write.as/batata/observation</a> Whoa, somebody who actually has
more tabs opened up on their mobile browser than I do: 4500 to
about 1600. I need to step up my game I guess! This is a great write
up about setting up bookmark and RSS aggregation on their self hosted
NAS.</li>

 <li> <a href="https://about.iftas.org/2024/10/29/5-ways-to-fight-election-disinformation-on-bluesky-and-the-fediverse/">https://about.iftas.org/2024/10/29/5-ways-to-fight-election-disinformation-on-bluesky-and-the-fediverse/</a>
From the  <i>Federated Trust and Safety</i> group, they've got some great
tips on fighting disinformation (aka baldfaced lies) in this new day
and age. Timeless stuff, really.</li>

 <li> <a href="https://www.tunemymusic.com/transfer">https://www.tunemymusic.com/transfer</a> Very handy little online tool for
moving music playlists from service to service.</li>
</ul> <p>
With that, I believe we'll call it a week.
</p>

 <p>
Until next time.
</p>

 <p>
This is post 52/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-11-17-what-have-i-been-doing.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-11-17-what-have-i-been-doing.html</guid>
  <pubDate>Fri, 01 Nov 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Another Halloween Down</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I think I'm slowing down.
</p>

 <p>
I'm moderately certain that I am slowing down.
</p>

 <p>
Not that I want to make this post be anything more than a "Hey, guys!
I'm  <i>almost</i> halfway finished with my 100 days challenge!" But yeah,
that may be dang near what this turns into.
</p>

 <p>
Today is November 1. (Which reminds me, I need to update the front
matter to this post.) Which would make yesterday Halloween. Yep.
</p>

 <p>
We took the two youngest kiddos out trick or treating last night, along
with a couple of the older ones friends. We had a pretty good time. What
were we all dressed as, I hear absolutely nobody asking….well, I'll be
glad to say!
</p>

 <p>
We had Thing 1 and Thing 2, a Minecraft Ender Dragon and the final kid
didn't really have a costume unless you counted their standard daily
"skater grunge punk" as a costume… meh why not!
</p>

 <p>
The wife dressed up as a good looking broken doll, while I was some
dapper looking gentleman from old time-y whenever and wherever. It was
fun.
</p>

 <p>
The older two did also dress up, though one went out with his friend to
trick or treat, while the other started out at the community garden
before heading downtown. The first was a cool looking anime school
character while the other was some kind of dark leather bound bird demon
or something.
</p>

 <p>
I'm glad that's over, though. More or less.
</p>

 <p>
Now it's all about getting ready for the holidays.
</p>

 <p>
I'm just kinda sad that I never made it to the World's of Fun Haunts.
</p>

 <p>
This is post 49/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-11-01-halloween-is-over.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-11-01-halloween-is-over.html</guid>
  <pubDate>Thu, 31 Oct 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>At The Desk on Voting Eve - Or 50 days down</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Here I sit, doing something that has become - for lack of a better
word - unusual.
</p>

 <p>
I normally do my posting, updating, whatever you may, from my phone. So
for me to be sitting at my desk, hands on a keyboard, eyes firmly
entrenched on the monitor to my left, typing away at this Emacs (FTW!)
window, it's rather not normal.
</p>

 <p>
Over time, I've just kind of gotten used to writing in this journal from
my mobile device. It's easy, if not quick, and it  <i>just works</i>. I guess.
</p>

 <p>
I would love to be one of those persons who could throw out tens of
hundreds of words at a time, in a coherent and easy to follow manner, on
any number of wonderful themes. But I'm not.
</p>

 <p>
I write about what's going on in my life, usually something that's
centered around my kiddos or my job. Most usually something that
probably isn't even interesting to myself. But I still try to find the
time to do this.
</p>

 <p>
It does, perhaps, in its own way, help me to keep my sanity in some kind
of check.
</p>

 <p>
So I sit here today, writing at my desk.
</p>

 <p>
Yeah, I'm using Emacs (not, I guess, in a  <i>by the way</i> fashion of the
 <i>Archlinux</i> variety - which I do not actually use). Of the Doom Emacs
variety. I've tried to go the  <i>roll your own</i> route, but I've come to
the conclusion that I'm always just trying to come up with my own
Doom-spin-from-scratch…so might as well flippin' use Doom.
</p>

 <p>
But I don't use evil. Because I'm not evil-leaning. If you wanna use vim
keybindings, then you do you. No harm no foul, doesn't hurt me either
way. I can get by in vim, I think that anyone who works in a Unix
environment should at least know their way around.
</p>

 <p>
Oh…yeah, tomorrow is  <b>the day</b>. I'm so ready for this crap to be over,
but I am realistic to know that tomorrow is really only the beginning of
the ending. Either it's all gonna burn down (again) or it's gonna be a
controlled burn. Either way. I know that I'll vote for the side of
sanity, because I care about where I would like things to go and I care
about the country that I leave my kids to.
</p>

 <p>
Living in a Red State, I'd normally say that my actual vote doesn't
really count, but, it's kind of (almost) starting to actually count.
Give it time, maybe it will. There is still local stuff, which is uber
important as well.
</p>

 <p>
Then, well - and I kind of  <i>almost</i> hate myself for admitting this
fact - there is a small tiny part of me that hopes the side of chaos and
insanity wins.  <b>Why the ever loving F would I want that?!</b> Because I
really despise the morons and idiots who  <i>think</i> that the great orange
gibbon gives a flying flip about them. Maybe they should get their just
desserts. But, I don't really,  <b>really</b>, hope that happens. Certainly
not enough to vote that way.
</p>

 <p>
That would make a great story, though, perhaps.
</p>

 <p>
Though, I guess it's probably already been written a few times.
</p>

 <p>
This is post 50/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>

 <p>
Whoa! I'm halfway through the challenge! Woot.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-11-04-at-the-desk.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-11-04-at-the-desk.html</guid>
  <pubDate>Thu, 31 Oct 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Another week down</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
What all is going on this week?
</p>

 <p>
Not a whole heck of a lot, although I do suppose that there will be a
holiday of some sort thrown into the mix, in one way or another.
</p>

 <p>
We've got most of the costume situation sorted out, at least for those
that want them.
</p>

 <p>
The major question is whether or not the last one is going to arrive in
time. I do believe that things are going to be very close.
</p>

 <p>
Last week was pretty good over all. One contract at work was finally
taken care of, which is one giant weight off of my shoulders.
</p>

 <p>
I've also recently (re)learned, after having forgotten, that Oracle is
no longer supporting their graphical catalog manager from the BI tools
packages. They are, however, continuing development of the command line
client.
</p>

 <p>
Which, I suppose, is actually not a bad thing as I can script that bad
boy to get my reports.
</p>

 <p>
This upcoming week should be good, one kiddo will be heading to an
orchestra event. Leaving at 6:45 in the morning. Yippee.
</p>

 <p>
Should be a good week!
</p>

 <p>
This is post 48/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-10-26-another-week-down.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-10-26-another-week-down.html</guid>
  <pubDate>Wed, 02 Oct 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Trying to leave OneNote</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
This particular post is most likely just going to be of interest to
future me, though some others may find some information of use.
</p>

 <p>
As my place of employment is a Microsoft shop, we use a large number of
Microsoft applications. Personally, I'm not really a major fan of some
of these apps so I like to look for good alternatives.
</p>

 <p>
Fortunately, I have grown used to being in the WSL environment and Emacs
in particular.
</p>

 <p>
Historically I have been using OneNote to keep track of, um, notes and
tidbits and whatever else one might want to put into a notebook. It has
worked  <i>just fine</i> but I don't like the fact that I don't have a lot of
control over the format. I've kind of grown fond of just using text, and
have been attempting to integrate Emacs' org-mode into more of my
workflow.
</p>

 <p>
(I would love to say that I'm using org-mode for this blog, but alas, I
am not - although it  <b>is</b> plain markdown.)
</p>

 <p>
I recently came upon a tool that caught my interest, the
 <a href="https://github.com/alopezrivera/OneNoteExporter">OneNoteExporter</a>
PowerShell script from  <b>alopezrivera</b>. Easily enough installed into my
Windows 11 laptop, it only really required pandoc as an additional
requirement.
</p>

 <p>
Once I had the configuration file tweaked to my liking, I fired the
script off. Of note, the powershell script needs to run at the same user
level elevation as the currently running OneNote application. Also, a
temporary script bypass may need to be run in powershell in order for
the process to succeed:  <code>Set-ExecutionPolicy ByPass -Scope Process</code>
</p>

 <p>
There were a handful of errors at first, which were similar
 <a href="https://github.com/alopezrivera/OneNoteExporter/issues/11">to this
issue</a>. I was able to make the same edit as suggested and those
problems were resolved.
</p>

 <p>
The next stumbling block that I came upon was the large amount of
screenshots and images that I had in my OneNote notebooks. Those were
not being exported by the pandoc process. As is normal within the world
of the internet, I
 <a href="https://github.com/theohbrothers/ConvertOneNote2MarkDown/issues/183">was
not the first person to have this problem</a>. One thing that I most
absolutely  <i>did not</i> want to have to do was re-save all of those images
in another format,  <b>or</b> copy and paste the pages themselves into a new
page - both of which were suggested as possible solutions. Thankfully, a
very simple solution was found by another user
 <a href="https://github.com/theohbrothers/ConvertOneNote2MarkDown/issues/183#issuecomment-2343708831">in
that OneNote needs to download all files and images before syncing</a>.
</p>

 <p>
With that issue taken care of, everything was golden, right?
</p>

 <p>
Mostly.
</p>

 <p>
I still had to go through and add the proper filename extension to all
of my fresh org files. Still haven't figured out why that was, but it
was easy enough with emacs and wdired mode.
</p>

 <p>
Now, with my work related notes over in org mode and copied up to the
work OneDrive I should be ready to roll.
</p>

 <p>
I hope.
</p>

 <p>
This is post 45/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-10-10-trying-to-leave-onenote.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-10-10-trying-to-leave-onenote.html</guid>
  <pubDate>Tue, 01 Oct 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Week that was and other stuff</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Time to play a little bit of catch-up, seeing as I didn't post anything
yesterday. Or the day before.
</p>

 <p>
I shall wait for the collective "aww, shucks, we sure missed reading
your stuff!", because, yeah, it's still basically just for myself. Which
is totally cool with me.
</p>
 <div id="outline-container-last-week" class="outline-2">
 <h2 id="last-week">Last Week</h2>
 <div class="outline-text-2" id="text-last-week">
 <p>
Not a whole heck of a lot going on last week really.
</p>

 <p>
Picked up the new work laptop so I could replace the one that has
basically had the battery and keyboard crap all over itself, so that's
been fun. Which, I'm pretty sure that nobody in the history of the world
has ever actually said. While I do have backups of everything and don't
have much to worry about in that department, getting the new machine all
sorted out is just a huge pain in the rear.
</p>

 <p>
But, it is a great time to look and reflect on the applications that I
 <i>really</i> need to do my work with. Plus, it's been great to get away from
Firefox and move my work browsing over to Vivaldi. So there is that.
</p>

 <p>
I was able to get WSL2 set up, even exported/imported my old setup image
which is amazing.
</p>

 <p>
We might finally have the Halloween costume situation sorted out for
everyone in the house - no small feet these days. Yesterday we made a
short trip to one of the regional  <i>Spririt Halloween</i> stores,
conveniently located near a  <i>Costco</i> that we also needed to run into, to
gather ideas and make a handful of purchases.
</p>

 <p>
One of the twins picked up some black raven stuff, about all that we
needed to get afterwards was a black overcoat and now some black pants
that he won't complain about. Wish us luck there. The overcoat was not
very easy to find and we wound up spending a bit more than I'd like -
but, we sure do love our kids, right?
</p>

 <p>
The other twin was going to go with a Knight theme, but decided last
minute not to go that route. Now he's going with an anime character. We
had to order his costume last night, and the hope now is that it  <i>fits
him</i> and  <i>isn't made super cheaply</i>. So, we'll see there.
</p>

 <p>
The wife picked up some cool face masks, the favorite at the moment
would seem to be a broken doll. I really like the idea.
</p>

 <p>
For myself, I procured a  <i>Phantom of the Opera</i> style mask that I'm
hoping is able to complement the rest of the outfit that I've got. I'm
not doing a silly cape, though.
</p>

 <p>
The little one already had his costume purchased - an  <i>Ender Dragon</i>
from  <i>Minecraft</i>.
</p>

 <p>
The next to youngest (but quite possibly the most mature) of the group,
still has yet to really put a finger on what he'll do. We had thought
that he and a friend were gonna do some kind of matching costume set,
but that seems to have changed. Last year they did  <i>Mario and Luigi</i>,
the year before was the  <i>Sun and Moon</i>. I don't know what they'll do
yet.
</p>

 <p>
I do believe that was basically most of last week (with some smattering
of yesterday, alas) which brings us to…
</p>
</div>
</div>
 <div id="outline-container-this-week" class="outline-2">
 <h2 id="this-week">This Week</h2>
 <div class="outline-text-2" id="text-this-week">
 <p>
It's a short school week, which is always fun.
</p>

 <p>
Not.
</p>

 <p>
Parent teacher conferences are at the end of this week. We've really
only got one kiddo who I'm concerned about, but really, all in all I
can't complain about our kids.
</p>

 <p>
The youngest kiddo has Fall Picture Day coming up Tuesday. Which at
least kinda makes sense, moreso than the middle school who does picture
day on like the third day of school. I, for one, am looking forward to
when picture day happens like the week before school starts. It's only a
matter of time.
</p>

 <p>
We've got some other appointments happening this week too, which
shouldn't be too trying.
</p>

 <p>
On the work front, I'll be taking part in a demo/question/answer session
for some new tools that I'm also in the middle of learning. Fun times,
that.
</p>

 <p>
We are also still fighting with getting things paid, so that blows
chunks all over the road. Sometimes one wonders if the  <i>right hand</i> is
aware that the  <i>left hand</i> exists and is doing things.
</p>
</div>
</div>
 <div id="outline-container-link-dump" class="outline-2">
 <h2 id="link-dump">Link Dump</h2>
 <div class="outline-text-2" id="text-link-dump">
 <p>
I might even have some links to dump on the post this week.
</p>

 <ul class="org-ul"> <li> <a href="https://htmlforpeople.com/">HTML for people</a> I have yet to go
through much of this, well, any of it really. But you can't go wrong
with a good up to date source for learning HTML. From Blake Watson.</li>

 <li> <a href="https://www.kcur.org/arts-life/2024-10-11/were-fighting-that-throwaway-culture-local-kitchenaid-repair-shop-gains-international-following">A
KitchenAid repair shop in Kansas found a global following by 'fighting
that throwaway culture'</a> Thought this was pretty cool, given that
it's from the home State.</li>

 <li> <a href="https://every.to/p/the-disappearance-of-an-internet-domain">The
Disappearance of an Internet Domain</a> I have seen a lot of talk about
this, given recent politcal happenings. This might be something to
keep an eye on. I don't have any dot-io domains, but I do use some
dot-io services.</li>

 <li> <a href="https://www.thetimes.com/life-style/parenting/article/we-only-learnt-of-our-sons-secret-online-life-after-he-died-at-20-rj3bqfnqn">We
only learnt of our son's secret online life after he died at 25</a> I'll
admit, this one got me in the feels.</li>
</ul> <p>
With that, we'll call it a day.
</p>

 <p>
Until next time.
</p>

 <p>
This is post 46/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-10-14-week-that-was-and-other-stuff.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-10-14-week-that-was-and-other-stuff.html</guid>
  <pubDate>Tue, 01 Oct 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Such a strange week</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It has been such a long, unusually strange week.
</p>

 <p>
Let us take yesterday, as an example: it was a Friday, but it didn't
feel like a Friday. Nor did it feel like a Saturday. Or a Sunday. I
don't know what day of thee week it felt like, it just seemed off.
</p>

 <p>
I would imagine that having odd number of kiddos home probably had
something to do with it. Parent teacher conferences make for a short
week of school. The majority of them only had a three day week. The one
oddity being the kiddo in advanced math having to take his class on
Thursday at the high school. Then they were all home on Friday, which is
super exciting.
</p>

 <p>
Insofar as work goes for me, I assisted with a presentation and
facilitation of a question and answer session for the new ticketing tool
that we've been on for a month or so.
</p>

 <p>
That actually went pretty well.
</p>

 <p>
Documentation has been added to for the department. I think that is one
of my favorite things to do, if I'm being honest. I try to keep good
instructions for not only future me, but for my users as well. We've got
a pretty decent wiki application for that. Of course I still wind up
just exporting stuff out to PDF, but it is what it is.
</p>

 <p>
I have jumped back into trying to learn Angular once again. The previous
attempt was back in 2020 and I almost made it all the way through the
course that I was taking. I've got a handful of them, two of them are
pretty highly recommended. I would say that I'd like to get some kind of
webdev position, but I think realistically I love what I do far too much
to go that route.
</p>

 <p>
Of course, I also like to dabble in Clojure, so yeah.
</p>

 <p>
I feel that I'm kind of akin to the hyperactive pet who sees one shiny
thing after another and just can't keep his mind on one thing at a time.
I get bored easily I suppose.
</p>

 <p>
Then I'm also currently staring at a hard copy of  <i>Django 5 By Example</i>.
Ugh. I've liked django since before they went through the magic removal
stuff. Way, way back in the day at this point. I'd even built a blog
that contained a reading list that pulled info from a certain well known
book selling website to keep my reading list in. I was kind of proud of
that.
</p>

 <p>
Ah well.
</p>

 <p>
Not much going on today - we'll make a store run and take the little one
to birthday party. Should be fun!
</p>

 <p>
This is post 47/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-10-19-such-a-strange-week.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-10-19-such-a-strange-week.html</guid>
  <pubDate>Tue, 01 Oct 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Work work work</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It feels like it's been a decade since I last made a post here.
</p>

 <p>
It has not, of course, but just the nature of the beast that is time,
has made the days and hours drag on into endless streams of murk.
</p>
 <div id="outline-container-work-stuff" class="outline-2">
 <h2 id="work-stuff">Work stuff</h2>
 <div class="outline-text-2" id="text-work-stuff">
 <p>
At work we have been going through a new purchasing and procurement
process. Oh my ever loving flying spaghetti monster…talk about making
the days flipping drag on. The problem with this is that many weeks ago
we had let them know that we were going to need to renew a cloud based
service license that we've been using since before I started there,
about five years ago.
</p>

 <p>
Our contract expires on the ninth of this month. We've had a quite from
them since before the start of this month, say late September. This was
sent to procurement.
</p>

 <p>
Who it seems have sat on it, as is their way. They did, eventually, let
us know that "Hey, can we get you guys to fill out this form?" Oh  <b>FFS</b>.
Sure, I'll fill the form out.
</p>

 <p>
Couple of days later, "Hey, we need some clarification on such and
such."
</p>

 <p>
Oh. Em. Gee.
</p>

 <p>
If we lose access to this freaking tool because they took their sweet
arse time, I'm gonna hurl.
</p>
</div>
</div>
 <div id="outline-container-more-work-stuff" class="outline-2">
 <h2 id="more-work-stuff">More work stuff</h2>
 <div class="outline-text-2" id="text-more-work-stuff">
 <p>
In other work related fun and excitement, I've got a brand spanking new
work laptop to get set up.
</p>

 <p>
I think this is my least favorite activity to do in the whole entirety
of existence.
</p>

 <p>
I feel that I should be working on getting it set up now, but it's a
Saturday and I don't work on weekends. I love my job, but not that much.
</p>

 <p>
Besides it's about time to get dinner ready.
</p>
</div>
</div>
 <div id="outline-container-non-work-stuff" class="outline-2">
 <h2 id="non-work-stuff">Non work stuff</h2>
 <div class="outline-text-2" id="text-non-work-stuff">
 <p>
Do I have any non work related stuff to share today?
</p>

 <p>
Oh, I managed to get into the dentist office not  <i>once</i>, but  <i>twice</i>
this week! You should be sooo jealous and envious of me now.
</p>

 <p>
I've got some other projects in the making, I think, one of which will
be a new smaller NAS using a Zima Blade server. I've got the setup I
just need to get the storage now.
</p>

 <p>
I'll be rooting for the Kansas City Royals, too. They've already had a
successful season, but it would be amazing to see them win another
series and move on.
</p>

 <p>
All right, until we meet again.
</p>

 <p>
This is post 44/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-10-05-work-work-work.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-10-05-work-work-work.html</guid>
  <pubDate>Mon, 30 Sep 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Some accomplishments and a challenge</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Yesterday was  <i>disable access and delete our cloud service desk</i> product
day.
</p>

 <p>
I think. The days just kind of blend together. It went fairly well, I
think. I've been able to get a small handful of documentation put
together as well.
</p>

 <p>
There was a lot of stuff that got accomplished yesterday, in fact. Got
some quotes, got some import scripts written and ran. I still want to go
through and clean these up, maybe get them working with  <i>uv</i>. Assuming
root isn't required.
</p>

 <p>
I've got to get some patches on the schedule, which is all good.
</p>
 <div id="outline-container-october-challenge" class="outline-2">
 <h2 id="october-challenge">October challenge</h2>
 <div class="outline-text-2" id="text-october-challenge">
 <p>
There aren't a whole lot of things that I do to challenge myself these
days. I need to change that, so I'm going to go easy with this one.
</p>

 <p>
First, I've decided that my Steam library is just too ridiculous. Plus,
my wallet.
</p>

 <p>
I find that I far, far too often get sucked into steam sales and other
bundle sales. It's time to try to go a month without making any game
purchases.
</p>

 <p>
Wish me luck.
</p>

 <p>
This is post 40/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-09-20-accomplishments-challenge.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-09-20-accomplishments-challenge.html</guid>
  <pubDate>Mon, 02 Sep 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>One most non excellent day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Good grief has it been a rough day.
</p>

 <p>
Had the youngest kid home today, "sick", from school.
</p>

 <p>
Naturally, when I got back home from picking one of the twins up from
zero hour to take him to school number two, the child was all "I feel
much better now, can I do this other thing that I am not allowed to do
on days that I'm home sick from school?"
</p>

 <p>
Of course, that wasn't  <i>exactly</i> how he asked, but I'm sure the idea has
been transferred.
</p>

 <p>
That was also not the only thing that was asked for, nor were these
questions only asked one time.
</p>

 <p>
Incessant, constant nagging.
</p>

 <p>
It really, just kind of grates on the mood and makes one want to just
disassociate.
</p>

 <p>
After all of that, then it's time to get dinner prepped and ready.
Something that I generally actually enjoy doing.
</p>

 <p>
Cooking is fun. Relaxing. Prepping things that people might want to eat.
</p>

 <p>
Low and behold, today was the attack of the crummy, small, no stinking
room in it, kitchen.
</p>

 <p>
No room in the floor. Nor the countertop. Cat food spilled all over the
floor. Cauliflower dropped on the floor.
</p>

 <p>
There are some days where it just feels like the world is out to get
you. I know that's ridiculous.
</p>

 <p>
But oh my ever loving lord.
</p>

 <p>
This is post 41/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-09-24-non-excellent-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-09-24-non-excellent-day.html</guid>
  <pubDate>Mon, 02 Sep 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>My couch to 5k start</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Yesterday I started my first session of the  <i>Couch to 5K</i> program.
</p>

 <p>
I'm not going to say that it was completely brutal, but it was
definitely a challenge for myself.
</p>

 <p>
I've never been a runner. Nor a jogger. Heck I haven't even been much of
a walker with the exception of the last year, maybe.
</p>

 <p>
But for some reason, I've got this crazy idea that I would like to run a
5K.
</p>

 <p>
Slowly but surely I have been trying to work my body to to being
prepped, in some way, for the coming activity. By walking and trying to
keep a brisk pace, by going longer and longer distances.
</p>

 <p>
At this point, I can do right at a three mile walk in about 40 to 45
minutes. My average is just over a 13 minute mile.
</p>

 <p>
Certainly not an Olympic caliber, but I'm okay with that.
</p>

 <p>
Yesterday, using one of the many  <i>C25k</i> apps out there, was my first
stress test. I would say that I succeeded.
</p>

 <p>
Sure, it was not easy, and yeah I was looking forward to that "You are
on run 8 of 8" notification, but I survived.
</p>

 <p>
I did the complete 3K (I think) trek in 30 minutes, finishing very close
to the end of our trail at the conclusion of the program.
</p>

 <p>
Of course, silly me still wanted to finalize my  <i>actual</i> normal walk
path, so I continued on for another less than mile.
</p>

 <p>
That, I admit and know now, was a mistake. According to my Fitbit app,
the first two miles were under 13 minutes each.
</p>

 <p>
The last was at an over 17 minutes pace. Yeah, no good, and I felt it!
</p>

 <p>
I'm looking forward to doing this again today!
</p>

 <p>
This is post 42/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-09-27-my-couch-to-five-k.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-09-27-my-couch-to-five-k.html</guid>
  <pubDate>Mon, 02 Sep 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>My tool selection stinks</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Yeah, this is one of those "I'm just kinda pissed off days".
</p>

 <p>
I despise these days, but I guess at least I know it's a thing - right?
</p>

 <p>
The so called straw today has been the fact that we have to replace the
plate on one of the vehicles. This would not be a problem if the plate
were easy to remove.
</p>

 <p>
But, no, one of the screws is good and rusted in and now stripped out.
Went to one of the hardware stores in town and bought the only screw
extraction kits they had - some POS that is. Sigh.
</p>

 <p>
Now I'm waiting on the Dremel to charge up. Yeah, I'm just going to go
nuclear on it. Kind of out of options at this point, honestly.
</p>

 <p>
I just want to know why it is that the State can't just have plates
replaced as they go. Seems like an expensive ordeal to me.
</p>

 <p>
Oh well. I need better tools.
</p>
 <div id="outline-container-link-dump-sunday" class="outline-2">
 <h2 id="link-dump-sunday">Link Dump Sunday</h2>
 <div class="outline-text-2" id="text-link-dump-sunday">
 <ul class="org-ul"> <li> <a href="https://simonwillison.net/2024/Sep/27/themes-from-djangocon-us-2024/">Simon
Wilson has a writeup of DjangoCon 2024</a> Some really cool talks and
other stuff from the looks of it.</li>

 <li> <a href="https://www.citationneeded.news/posse/">POSSE: Reclaiming social
media in a fragmented world</a> Info on how Molly White does her own
style of POSSE, includes a link to her own source repo.</li>

 <li> <a href="https://glenneth.org/a-journey-into-scheme.html">My Journey into
Scheme: Building a Simple Symlink Manager with Guile Scheme</a> Have yet
to read this, but I do like to read about other people's journeys
through these types of paths.</li>
</ul> <p>
We shall call that good for now.
</p>

 <p>
This is post 43/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-09-29-my-tool-selection.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-09-29-my-tool-selection.html</guid>
  <pubDate>Mon, 02 Sep 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Today was the day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Well today was the day.
</p>

 <p>
We've been working towards getting the new single overall help desk
slash inventory slash  <i>cough/project management/cough</i> service set up
for our department for a handful of months at this point.
</p>

 <p>
Things were finally, more or less, set up and turned on this afternoon.
The last thing that was holding things up was the email set up and
monitor service. This, evidently, required a lot of thought and
assistance from central IT, from the vendor we're purchasing the service
from, and from the vendor we procure our email service from.
</p>

 <p>
Even with all of that help, it took hours of working over multiple days.
</p>

 <p>
But, they've gotten it set up for us. It's great to be the guinea pig.
</p>
 <div id="outline-container-cross-country" class="outline-2">
 <h2 id="cross-country">Cross country</h2>
 <div class="outline-text-2" id="text-cross-country">
 <p>
The twins attended the second cross country meet of the season this
week. Both of them were able to run this time and I'm proud as heck of
them.
</p>

 <p>
Just finishing one of these things would be a major challenge for me,
and these two both do all right. They have made excellent progress since
last year.
</p>
</div>
</div>
 <div id="outline-container-entertain-me" class="outline-2">
 <h2 id="entertain-me">Entertain me</h2>
 <div class="outline-text-2" id="text-entertain-me">
 <p>
It has certainly been a week for receiving movies and books and other
entertainment items.
</p>

 <p>
My copy of the Japanese collectors edition box of  <i>Godzilla Minus One</i>
arrived early this week. Blu Ray, 4K UHD, it looks  <b>phenomenal</b>. Plus it
comes with  <i>Godzilla Minus One Minus Color</i>. I'm beyond excited to have
this!
</p>

 <p>
I also picked up steelbooks of  <i>Coraline</i> and  <i>The Last Unicorn</i>. Two of
my favorites.
</p>

 <p>
My copy of  <i>Dark Nights Metal</i> graphic novel arrived this week as well.
I've actually read the series previously, back when I subscribed to DC
Universe Unlimited, or whatever it is that the online DC comics platform
is called. Very good stuff and I'm looking forward to reading it again.
</p>

 <p>
In "TV" land, we've been watching  <i>The Fall of the House of Usher</i> on
Netflix over the past week. Pretty decent stuff, only eight episodes so
not a lot of filler. The volume is a little inconsistent at times
though.
</p>

 <p>
All right then, that's what I've got this time, until the next.
</p>

 <p>
This is post 37/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-09-12-today-the-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-09-12-today-the-day.html</guid>
  <pubDate>Sun, 01 Sep 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Dammit Amazon</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I think I'll keep it short and sweet today.
</p>

 <p>
I'm at that point to where I think I really stinking despise Amazon
deliveries.
</p>

 <p>
Was supposed to get a couple of packages today, a movie along with some
other useful items.
</p>

 <p>
We received  <i>some</i> of them. One item, though it was packaged decently,
has this ridiculous white scratch mark that shouldn't be there and that
I shouldn't have to live with. So that'll have to be dealt with - fine.
</p>

 <p>
One item, a 4K movie, which had been ordered separately but was shipped
in the same delivery (theoretically) was not received. But does Amazon
have a way to say "one item from this delivery was not received"? Not
that I can tell. So, I just say "delivery not received", with a comment
about the item missing.
</p>

 <p>
I'm done with Amazon.
</p>

 <p>
At least for now.
</p>

 <p>
It's hard to avoid them sometimes.
</p>

 <p>
This is post 38/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-09-13-dammit-amazon.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-09-13-dammit-amazon.html</guid>
  <pubDate>Sun, 01 Sep 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Change is for the anxious</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Sometimes there are aspects of my job that are really, really, butt
pickering and anxiety inducing.
</p>

 <p>
Today is lining up to be one of those days.
</p>

 <p>
As I write this, it's after 08:30, as soon as I get back into the (home)
office I get to remove a couple of our cloud applications we subscribe
to.
</p>

 <p>
It's a  <i>cloud</i> service desk product, a very popular and well known one.
We have turned over to a new system as of this week, basically. We will
only be continuing with one of their products, for project management,
since the new one kinda sucks, in order for people to get used to the
change.
</p>

 <p>
Naturally, this company is unable to provide us with an appropriate
quote for just the single product unless we remove, thus deleting,
everything that's on their servers. We have their  <i>export for our own
cloud</i> pulled down, so, we should have everything.
</p>

 <p>
In theory.
</p>

 <p>
It is still arse clenching to remove these though.
</p>

 <p>
This is post 39/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-09-19-change-for-the-anxious.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-09-19-change-for-the-anxious.html</guid>
  <pubDate>Sun, 01 Sep 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Long weekend and no motivation</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Happy long weekend all!
</p>

 <p>
I guess.
</p>

 <p>
I can't really relax, I have this constant feeling today that I need to
be doing something. Anything.
</p>

 <p>
It's not like I've been lazy today, either. Woke up, made my mug of
coffee. Cleaned out the floor of our "soon to be coat" closet. Emptied
the dishwasher. Filled the dishwasher. Ran the dishwasher. Took my first
sip of coffee.
</p>

 <p>
Still there are so many things that need to be done. Or, that I feel
should be done.
</p>

 <p>
I should mow the lawn, for example.
</p>

 <p>
I can't get motivated today.
</p>
 <div id="outline-container-the-weekend" class="outline-2">
 <h2 id="the-weekend">The weekend</h2>
 <div class="outline-text-2" id="text-the-weekend">
 <p>
We had a pretty decent weekend I guess.
</p>

 <p>
Saturday was a birthday party for the daughter of a friend. Our little
man enjoys going over there, so it was a good time.
</p>

 <p>
Sunday was the penultimate day for the local water park to be open this
year, so we went out that direction. I didn't go there as I'm not as big
a fan, but the wife and the little did go and seemed to enjoy the day.
</p>

 <p>
Myself and the eldest twin went to the amusement park side. It was
really pretty good, not too hot, not too many people. We were able to
get in half a dozen rides in - mostly coasters - within a handful of
hours.
</p>

 <p>
Any time you don't have to spend three hours in a single line is a good
day.
</p>

 <p>
Afterwards, we met up and had dinner in the the amusement park so the
little guy could ride some stuff too.
</p>

 <p>
Then the adults got to eat.
</p>

 <p>
It was a successful trip, all in all.
</p>

 <p>
We'll be back in a couple of weeks for the halloween haunts they set up.
Those are great!
</p>
</div>
</div>
 <div id="outline-container-link-dump" class="outline-2">
 <h2 id="link-dump">Link dump</h2>
 <div class="outline-text-2" id="text-link-dump">
 <p>
A day late and a dollar short. Refunds can be had at the door.
</p>

 <ul class="org-ul"> <li> <a href="https://fighthealthinsurance.com">Fight Health Insurance</a> Have you
ever been denied a health insurance claim? This site was built by a
user who was sick and tired and wanted to help others. So this was
created using an LLM.</li>

 <li> <a href="https://sfstandard.com/2024/08/23/holden-karau-fight-health-insurance-appeal-claims-denials/">'Make
your health insurance company cry': One woman's fight to turn the
tables on insurers</a> An article on the previous link.</li>

 <li> <a href="https://landsat.gsfc.nasa.gov/apps/YourNameInLandsat-main/">Your
name in LANDSAT</a> This is just cool. 😎</li>
</ul> <p>
This is post 35/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-09-02-long-weekend-no-motivation.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-09-02-long-weekend-no-motivation.html</guid>
  <pubDate>Sat, 31 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Call it a weekly wrapup</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Not much of an interesting week, this one.
</p>

 <p>
I've been meaning to try to get something down and posted but it's been
a week of zero motivation.
</p>

 <p>
I haven't even mowed the lawn in two weekends at this point. Fortunately
I don't think I  <i>need</i> to mow yet, but I probably will before the season
is out.
</p>

 <p>
One of the twins was able to participate in the first cross country
event this season and he did pretty well! I would like to be able to run
with him, but I'm not there yet.
</p>

 <p>
I still try to take my lunch hour excursions and walk. Generally I can
get in just under three miles in about forty minutes. Then a quick
shower before logging back in to work.
</p>

 <p>
My goal still remains to run a 5K. I'm sure I'll get there.
</p>

 <p>
I had ordered the  <i>Run Your Own Mail Server</i> book, by Michael W Lewis,
towards the end of the pre-order period and it finally arrived this
week! I've run mail servers for myself in the past, generally through
systems like  <a href="https://mailinabox.email/">mail on a box</a> or
 <a href="https://yunohost.org/">yunonost</a>. I think even at one point I had set
up  <a href="http://www.qmailtoaster.net/">qmail toaster</a>.
</p>

 <p>
But it's nice to know more about the what's and the why's, and it looks
like this most excellent book is going to help out in that department. I
don't know that I'll set something up from scratch… But that is
certainly an itch.
</p>


 <figure id="orge6ec8c2"> <img src="https://cdn.some.pics/swrogers/66de154608ac5.jpg" alt="66de154608ac5.jpg"></img> <figcaption> <span class="figure-number">Figure 1: </span>The book: Run Your Own Mail Server, by Michael W Lucas</figcaption></figure> <div id="outline-container-linkdump" class="outline-2">
 <h2 id="linkdump">Linkdump</h2>
 <div class="outline-text-2" id="text-linkdump">
 <ul class="org-ul"> <li> <a href="https://www.sigops.org/2024/the-moral-implications-of-being-a-moderately-successful-computer-scientist-and-a-woman/">The
Moral Implications of Being a Moderately Successful Computer Scientist
and a Woman</a> I have not read this one yet, but it's certainly high on
my list.</li>

 <li> <a href="https://cleoinvestigation.notion.site/Investigating-Cleo-0796ef7ce8464a90ba388cdb68e08eef">Investigating
Cleo</a> It's always entertaining to read about who mysterious anonymous
posters might be, even if there is no real need or desire to dox
anyone. I haven't made it through everything in this, but it's about a
user in one of the math boards who always manages to post responses to
some very challenging integration problems. Are they a team? Are they
using multiple accounts? Who knows.</li>

 <li> <a href="https://earthly.dev/blog/golang-http/">Building a Golang JSON HTTP
Server - Earthly Blog</a> I've been looking more into learning go, so
it's nice to have more stuff to learn from.</li>
</ul> <p>
That's all I've got for now, until time the next all! This is post
36/100 of my #100DaysToOffload posts. You can read the other posts in
this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-09-08-call-weekly-wrap.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-09-08-call-weekly-wrap.html</guid>
  <pubDate>Sat, 31 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Did we not just do that</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's almost like it never ends, you know!
</p>

 <p>
Received an email notification from  <i>Ye Olde Vendor</i> that they were
scheduling the next patch for our development environment. Great! But
damn…it sure seems like we  <i>just</i> went through all this!
</p>

 <p>
I guess that was in mid to late May. But  <i>test</i> didn't get patched until
flipping June, not to mention  <i>prod</i> not that long ago.
</p>

 <p>
Ugh. At least they actually keep stuff updated. No new patches available
for the gateway product, yet, so we'll keep an eye out there.
</p>

 <p>
It's been a pretty good week, actually. Got some documentation written
and sent out. Got a quote and an order out together for some new laptops
to replace out of warranty stuff. Not a bad week.
</p>
 <div id="outline-container-no-flame-wars-here" class="outline-2">
 <h2 id="no-flame-wars-here">No flame wars here</h2>
 <div class="outline-text-2" id="text-no-flame-wars-here">
 <p>
I figured I'd start a separate header for this one.
</p>

 <p>
I have always been of the belief that you should use the tool, or tools,
that work for you and your situation. If that took us, say,  <i>vi</i>, then
great! If that took is  <i>emacs</i>, then great! Personally, it effects me
exactly zero on the iota scale.
</p>

 <p>
Whatever makes you happy and floats that boat, or scratches that itch,
or whatever. Though, I do believe that every body who is going to do any
kind of system administration on a Unix style server should at least be
able to stumble through vi or vim. If for no other reason than it's
almost always available.
</p>

 <p>
Then even within those two sacred camps you've got people who espouse
certain styles of usage. Take emacs, for example. Some people like to
use the "starter kits". Be that purcell, spacemacs, doom, bedrock, etc
etc. Some people think you should use vanilla. Some people swear by a
literate programming version of their config.
</p>

 <p>
Those are all awesome! Again, use what works for you. Personally, I'm
familiar with vi enough that I'm a little dangerous. I don't have any
kind of vi setup, I just know enough to get by. I have used emacs for
some time now, my first real usage and "config" was spacemacs. Then I've
gone through other kits. I've tried rolling my own, with and without a
literate config. I've finally stopped with doom, complete with my own
customizations.
</p>

 <p>
Just use what works. In Whatever way that is.
</p>

 <p>
That's all I've got on that.
</p>

 <p>
This is post 34/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-30-did-we-not-just-do-that.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-30-did-we-not-just-do-that.html</guid>
  <pubDate>Sat, 03 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Upgrades and accomplishments</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Some days you just feel like you got at least one thing accomplished.
</p>

 <p>
Today is one of those days.
</p>

 <p>
This morning was good, upgraded one of our development applications to
the latest vendor patch. The super awesome thing about this being that
as of the middle of last week said update was not available….though it
probably should have been. Given the name of the patch and all is from
 <i>last month</i>.
</p>

 <p>
Sigh.
</p>

 <p>
Then, I was able to get some simple documentation done for our users.
Granted, I think that we all know that it matters not how well said
documentation is written, it's not gonna be good enough.
</p>

 <p>
Additionally, got some requests fired off to another vendor.
</p>

 <p>
Nifty.
</p>

 <p>
Tomorrow is another day. The plan for noonish is to upgrade the same
application previously mentioned, but in the test environment.
</p>

 <p>
It is  <b>so nice</b> actually having both DEV and TEST.
</p>

 <p>
I'm not anticipating any issues, I think I've got this down to a
science.
</p>

 <p>
Till next time!
</p>

 <p>
This is post 31/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-21-upgrades-accomplishments.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-21-upgrades-accomplishments.html</guid>
  <pubDate>Fri, 02 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Oceans of tiredness</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Just got back from taking the kiddos to the local water and amusement
park locale…we are all incredibly tired and wore out.
</p>

 <p>
It was, supposedly, a heat warning kinda day - but honestly it didn't
seem nearly as bad as it has in the past. At the park, I didn't even get
in too bad a shape until towards the end, and to be realistic I was
actually cold.
</p>

 <p>
It goes along with water and not having a large amount of body fat these
days. Something of a side effect I suppose.
</p>

 <p>
After spending some time with the kiddos in the wave pool, we headed
over to the adjoining amusement park and fed the family. The nearby
diner has a decent selection of, well, cheeseburgers or chicken fingers,
salad, fruit, fries and onion rings.
</p>

 <p>
Lots of stuff that the kids like.
</p>

 <p>
Since we have four "dining meals" to go along with the gold entry
passes, it makes things more worth it to eat a couple of meals there.
</p>

 <p>
But, good grief am I shockingly sore.
</p>
 <div id="outline-container-link-dump" class="outline-2">
 <h2 id="link-dump">Link dump</h2>
 <div class="outline-text-2" id="text-link-dump">
 <p>
I don't know how much I'll have for the weekly link dumpage, but here we
go!
</p>

 <ul class="org-ul"> <li> <a href="https://github.com/mayank99/11ty-jsx-deno">mayank99 11ty jsx and tsx
template</a> I'm not really a huge fan of jsx style templating, but I
can certainly appreciate the work that others have put in.</li>

 <li> <a href="https://www.evalapply.org/posts/clojure-web-app-from-scratch/">Aditya
Athalye - Clojuring the web application stack: Meditation One</a> I
haven't read all of this one, but I'm looking forward to going through
it all. I love clojure, and I like trying to write apps and web apps
with it</li>

 <li> <a href="https://www.analog.cafe/r/a-functional-lego-camera-kit-lego-zh1-i9j8">Zung
Hoang - LEGO camera that works!</a> As an  <i>adult fan of LEGO</i>, I love
this  <b>a lot</b>.</li>
</ul> <p>
All right, I'm gonna call that a night!
</p>

 <p>
Take care, till next time.
</p>

 <p>
This is post 32/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-25-oceans-tired.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-25-oceans-tired.html</guid>
  <pubDate>Fri, 02 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Irrationality it is</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Sometimes I just don't really know.
</p>

 <p>
There are days that I just want to give up.
</p>

 <p>
Throw in the towel.
</p>

 <p>
Half of today was one of those.
</p>

 <p>
Things were okay for the most part, but then, the crap just gets flung
into my face.
</p>

 <p>
Then, I turn irrationally angry.
</p>

 <p>
My mood sours and I become dour.
</p>

 <p>
I just, don't know.
</p>

 <p>
I guess I'm glad I've not done anything I won't regret doing.
</p>

 <p>
Right?
</p>

 <p>
This is post 33/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-27-irrational.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-27-irrational.html</guid>
  <pubDate>Fri, 02 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The Day After</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Whew, one day post birthday and one more on the books.
</p>

 <p>
For myself, I consider my birthday to be just another day. I can't say
that I really care how the day goes, one way or the other. I would
assume, like most other adults my age - it's just another day.
</p>

 <p>
I'm 47 as of yesterday. It's not a milestone year, just another step in
the path.
</p>

 <p>
I don't feel 47. It's no different to me than, say 42 or 45.
</p>

 <p>
It's kind of surreal, if I were to say it was anything.
</p>

 <p>
When you're a kid, you don't really think of middle age. It's just
something that you don't really see yourself being.
</p>

 <p>
Then, all of a sudden, your trying to put things into perspective. I try
to place myself into my father's mindset and shoes and whatever when he
was my age. How things were back then.
</p>

 <p>
How things have changed.
</p>

 <p>
I'm sure there's a word for the way I think, the way I feel.
</p>

 <p>
Ah well.
</p>
 <div id="outline-container-b-day-stuff" class="outline-2">
 <h2 id="b-day-stuff">B-Day Stuff</h2>
 <div class="outline-text-2" id="text-b-day-stuff">
 <p>
The day before my birthday, we made pizza for the kiddos so the wife and
I could get out and have a good dinner. I guess by good, I mean
expensive.
</p>

 <p>
Well, of course it was good. We went out to a local fish house and raw
bar. Big plate of broccolini and a delicious Greek salad with some of
the sweetest cherry tomatoes we'd ever had. Then a large plate of
oysters, shrimp, lobster tail and snow crab. Pretty good.
</p>

 <p>
Yesterday, we went to Worlds of Fun. Probably not the best idea as it
was super busy. Gotta love lines. We were there maybe six hours and my
eldest twin and I only rode three things. We've got passes, though, so
we'll go back eventually.
</p>

 <p>
Today, we are just relaxing. New school year shoe purchases and mowing
the lawn.
</p>

 <p>
Tomorrow, while not the first day of school, is close enough that the
flurry will commence. I'm a little anxious about it all, the mornings
are going to be really hectic around here.
</p>
</div>
</div>
 <div id="outline-container-link-dump" class="outline-2">
 <h2 id="link-dump">Link dump</h2>
 <div class="outline-text-2" id="text-link-dump">
 <ul class="org-ul"> <li> <a href="https://blog.smithsecurity.biz/hacking-the-scammers">https://blog.smithsecurity.biz/hacking-the-scammers</a> DEFCON is going on
currently, and I love a good tale. I imagine that most of us have
received those stupid "USPS" delivery package text messages. Here,
Grant tells the tale of, ahem, someone taking things into their own
hands.</li>
 <li> <a href="https://100go.co">https://100go.co</a> I don't really write in Go, but I'd like to. This
seems like a decent list of what to avoid, perhaps.</li>
 <li> <a href="https://wedistribute.org/2024/08/decentralized-social-icons">https://wedistribute.org/2024/08/decentralized-social-icons</a> I don't
think I could explain it any better than they could:  <i>It's like Font
Awesome, but for Platforms & Protocols</i></li>
 <li> <a href="https://sfwriter.com/ws7.htm">https://sfwriter.com/ws7.htm</a> I'm more of an Emacs user, but I can
certainly appreciate Wordstar. Here is an  <b>awesome</b> package put
together by author Robert J Sawyer.</li>
</ul> <p>
With that, I think we're good.
</p>

 <p>
This is post 27/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-11-the-day-after.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-11-the-day-after.html</guid>
  <pubDate>Thu, 01 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Smooth days</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
The first day of school for the kiddos is in the bag!
</p>

 <p>
Everything would seem to have gone nice and smooth, although it's not
that much is actually done during the first day.
</p>

 <p>
I have to consider the fact that all of the kids really enjoy school,
which does make things so much easier.
</p>

 <p>
Granted, the majority of them are teenagers (more or less) so all is not
peachy and rosy. Sometimes just getting the older ones up and about can
be quite the chore.
</p>

 <p>
But, I will most certainly take that little inconvenience over having a
house full of kids that want nothing to do with school.
</p>

 <p>
Blessings counted and duly noted.
</p>
 <div id="outline-container-other-things-that-went-smooth" class="outline-2">
 <h2 id="other-things-that-went-smooth">Other things that went smooth</h2>
 <div class="outline-text-2" id="text-other-things-that-went-smooth">
 <p>
Today has been kind of a day to dread for me. Two meetings that center
around a project that has my anxiety levels beyond maxed out.
</p>

 <p>
We are moving from one "top tier, best in class" system (brought to you
by Atlassian) to another….which isn't quite as user friendly.
</p>

 <p>
For both service desk (help desk ticketing) and project management.
</p>

 <p>
The help desk side is fine. Whatever.
</p>

 <p>
The project side. Could use a bit of  <i>TLC</i>.
</p>

 <p>
It's going to require a bit of a rethink in the way we use the software.
</p>

 <p>
But, even the contact that we were able to work with today realizes and
concedes some of the shortcomings.
</p>

 <p>
How fantastically refreshing.
</p>

 <p>
Still, it's not gonna alleviate a lot of the pushback from staff that
I'm anticipating.
</p>

 <p>
Still not looking forward to it.
</p>

 <p>
This is post 28/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-14-smooth-days.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-14-smooth-days.html</guid>
  <pubDate>Thu, 01 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not so competitive for success</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
There are a couple of things that I've recently realized about myself.
</p>

 <p>
One of them is something that I'm absolutely terrified about.
</p>

 <p>
Another is just a quirk, an interesting tidbit about me that I hadn't
fully recognize before.
</p>

 <p>
First - in some ways success terrifies me.
</p>

 <p>
Second - while I'm about the least competitive person that I know, I'm
always extremely competitive against (with?) myself.
</p>
 <div id="outline-container-item-the-first" class="outline-2">
 <h2 id="item-the-first">Item the first</h2>
 <div class="outline-text-2" id="text-item-the-first">
 <p>
I'm sure that I'm not the only person out there that is terrified of
something turning out to be successful. Whatever that something might
be.
</p>

 <p>
Whether it's putting myself out there when looking for employment, for
example, I have that fear not of  <i>what if I get denied</i> but of  <i>what if
I get approved?</i>
</p>

 <p>
Then there are social situations. This might, or might not, have just as
much to do with being introverted as well, though.
</p>

 <p>
Let us say that I were to go looking for some kind of connection.
Platonic or otherwise, it makes no matter. Frankly, I'm terrible at
small talk. I've been told that I'm a competent communicator, but that's
not necessarily for me to decide.
</p>

 <p>
I don't know how to make friends any more. It's tough.
</p>
</div>
</div>
 <div id="outline-container-item-the-second" class="outline-2">
 <h2 id="item-the-second">Item the second</h2>
 <div class="outline-text-2" id="text-item-the-second">
 <p>
I have never been competitive.
</p>

 <p>
Ever.
</p>

 <p>
I was basically forced into playing team sports when I was a kid
(granted, T-ball was fun - ha). Baseball. Basketball. Football.
</p>

 <p>
I could actually pitch with either left or right handed. Couldn't do it
now to save my life, but it was a thing I was capable of.
</p>

 <p>
I never liked any of it though.
</p>

 <p>
Probably didn't help that all of the teams I was on stunk. But that's
not relevant.
</p>

 <p>
I was able to come to the conclusion the other day that the only person
I compete with, in any way, is myself.
</p>

 <p>
And it does not allow me to relax. Ever.
</p>

 <p>
Take keto, for example. When we started on keto five years ago I dove
into the deep end. Got an app and basically  <i>gamed the heck out of it</i>.
I would try to see just how few carbs I could do compared to all the
other users of the app. Routinely I fell into the top tier and could
easily go less than 5 to 7 net carbs a day. Logging everything.
</p>

 <p>
I would go to sleep at night super stoked to get up in morning to see
how much weight has fallen off. Quite often it would be a pound or so.
</p>

 <p>
Was it safe? Not really. But it was my addiction, that self competition.
</p>

 <p>
Another example would be when I take my noon walks.
</p>

 <p>
I would imagine that when most people take walks it helps to clear their
minds for the time ahead.
</p>

 <p>
Yeah, that's not how my head works.
</p>

 <p>
My oh my how I wish it did.
</p>

 <p>
Nope, I have this constant beat that runs through my mind:  <i>one, two,
three, four, one, two…</i> On and on and on.
</p>

 <p>
I have the need to push myself, quicker and quicker. Finish strong! I
tell myself.
</p>

 <p>
I matters not if I've got music in my ears or listening to an NPR
podcast. Same story.
</p>

 <p>
Why can't I just relax?
</p>

 <p>
This is post 29/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-15-competitive-success.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-15-competitive-success.html</guid>
  <pubDate>Thu, 01 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not a day late nor a dollar short</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I would say that I'm a day late with my post, but then than would imply
some sort of contract between myself and the reader. I'm pretty sure
that we are all aware that there is no such thing here. Ha.
</p>

 <p>
Last week I did go ahead and get a pre-order in for
 <a href="https://io.mwl.io/@mwl">Michael W Lucas'</a> new book on  <i>Run Your Own
Mail Server</i>. The ebook has already been delivered and I'm very much
looking forward to flipping through the paperback when it arrives. I had
considered picking up the hardback, but that cost is a little more
difficult to justify.
</p>

 <p>
I don't necessarily intend to run my own mail server from scratch, but
you never know. I do, however, currently run a mail server via yunonost
and have in the past used mail-in-a-box, which is very nice as well.
</p>

 <p>
They are mostly just toy or hobby servers in my case though.
</p>

 <p>
Now that the kiddos are in school and it's super quiet during most of
the day, I've been more able to take some time to get out and walk
during the mid day once again.
</p>

 <p>
Related to an earlier post of mine, these are not exactly mind clearing
excursions, but moreso a way to get active once again.
</p>

 <p>
Currently my average is right around the fifteen minute minute mile, or
just below. I want to get faster, and once I'm super comfortable with my
progress I will attempt to jog it.
</p>

 <p>
All for my goal to, possibly, maybe, run a 5K.
</p>

 <p>
Today's walk was pretty good, I changed my route up quite a bit and made
a much larger circuit. Although it didn't actually make much of a
difference in the distance, very negligible.
</p>

 <p>
Anyhow. That's what I've got, I think I've worked on this entry long
enough now. It's been sitting for a couple of days.
</p>

 <p>
This is post 30/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-19-not-late.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-19-not-late.html</guid>
  <pubDate>Thu, 01 Aug 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>After the Storm</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Talk about one heck of a week.
</p>

 <p>
We had a pretty standard storm come through the area on Wednesday night,
with the added benefit of up to 80 mile per hour winds at the head of
it. Lots of trees down. Lots of power lines down. We were without power
for just under 24 hours here, though some unfortunately people were much
longer.
</p>

 <p>
If it's something that we take for granted, it's electricity. Thankfully
our home is decently insulated, so the downstairs remained in the lower
mid 70s temperature wise. The upstairs, not so much.
</p>

 <p>
We were gonna have the kids sleep downstairs the second night, but that
was not necessary. The thought had occurred to get a couple of hotel
rooms, but we didn't really want to spend the near $300 that would have
ran us.
</p>

 <p>
It was certainly very nice when power was restored.
</p>
 <div id="outline-container-linkdump" class="outline-2">
 <h2 id="linkdump">Linkdump</h2>
 <div class="outline-text-2" id="text-linkdump">
 <p>
 <a href="https://irreal.org/blog/?p=12352">Getting Disappeared</a> Some preaching
to the choir about getting off of Google (et al) services. I'd love to
do this myself as well, and have been looking at some alternative
solutions.
</p>

 <p>
 <a href="https://sarah-savage.com/makefiles-make-life-easier/">Makefiles make
life easier</a> Sarah Savage discusses how she utilizes the ever useful
and humble makefile.
</p>

 <p>
 <a href="https://www.brycewray.com/posts/2023/03/time-move-on-nunjucks/">Is it
time to move on from Nunjucks?</a> Now that WebC is available, is it time
to look towards something besides Nunjucks?
</p>

 <p>
That's all that I've got for now. Until next time.
</p>

 <p>
This is post 24/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-04-after-the-storm.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-04-after-the-storm.html</guid>
  <pubDate>Wed, 31 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Updates of life and systems</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I suppose this is the first milestone that I've reached for the 100 Days
To Offload challenge - post number 25!
</p>

 <p>
As those who have read many of my previous posts (and, thank you for
that!) you may know that I have struggled of late with some aspects of
my keto lifestyle. Not so much the keto part, per se, so much as the
amount of calories that I haven't been logging and keeping account of.
</p>

 <p>
In other words, snacking.
</p>

 <p>
I was standing in the kitchen earlier today, having toasted a slice of
"keto friendly" bread (the heel, if you're curious), buttered and
cinnamon "sugar" topped….and stared at it.
</p>

 <p>
I took a bit of a pause at that moment:  <i>did I really want to eat this</i>?
I've gone from thinking that I could easily do a 24 hour fast (perhaps
even going longer for more frequent timing), to this undesirable feeling
that I've got to snack.
</p>

 <p>
It's not even that I feel hungry.
</p>

 <p>
I used to eat out of boredom, maybe that's what I'm going back to? I
need to get back in the game, my head is just a bit on the spacey side.
</p>

 <p>
I need to be able to look in the mirror again and be proud of what I've
accomplished.
</p>

 <p>
It's a strange feeling.
</p>
 <div id="outline-container-in-the-world-of-work" class="outline-2">
 <h2 id="in-the-world-of-work">In the world of work</h2>
 <div class="outline-text-2" id="text-in-the-world-of-work">
 <p>
I was able to get one new task taken care of earlier today. While
nothing earth shattering, it was an important item that needs to be done
and it makes me a little more useful - not a bad thing.
</p>

 <p>
Now, I'm getting to work late/after "normal" hours to essentially
babysit another application upgrade.
</p>

 <p>
Not that I mind, it should be uneventful. But you never know.
</p>

 <p>
The main fun with this type of work is that you get to do it while
everybody else in the house is home and I'm downstairs in the "dining
room".
</p>

 <p>
At least all I should have to do is monitor some CPU cycles then
re-enable some schedules.
</p>

 <p>
….and that went off without a hitch.
</p>

 <p>
Until next time, we shall leave it at that.
</p>

 <p>
This is post 25/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-07-updates-life-system.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-07-updates-life-system.html</guid>
  <pubDate>Wed, 31 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Five years keto</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's funny how some things work out, you know?
</p>

 <p>
Yesterday was a milestone post for my bloggy journal thing, whatever one
wants to refer to this site as, and today is a life changing milestone
in that today is the fifth anniversary of the day that I started keto.
</p>

 <p>
Five years ago we made huge lifestyle changes. We were both sick and
tired of being obese and wanted to see our kids grow up and have lives
of their own.
</p>

 <p>
Five years ago we decided that we wanted to model better behavior for
our kids, at least as far as nutrition choices were concerned.
</p>

 <p>
Five years ago I was well on my way to diabetes I'm sure of it. On my
way to an early death at least.
</p>

 <p>
Five years ago I weighed over 330 pounds. I hated how I looked. I hated
how I felt. I hated that I couldn't sleep without a CPAP.
</p>

 <p>
Now, while most of the physical stuff has changed and I'm significantly
in a healthier state, I'm still working on my mental health. Though not
as actively as I did on my physical body, I'll admit.
</p>

 <p>
But, at least now I can select from a wider variety of clothing while I
do it.
</p>

 <p>
This is post 26/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-08-08-five-years-keto.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-08-08-five-years-keto.html</guid>
  <pubDate>Wed, 31 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Problems solved and trilogies read</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's been a couple of days since my last update, so obviously there must
have been basically nothing going on at all.
</p>

 <p>
Some progress was made in the work/vendor department though, from Friday
and on through the weekend. Mainly in that the patch scheduling foobar
was taken care of.
</p>

 <p>
All that took was opening up to two technical support requests. Sigh.
</p>

 <p>
One of which was really only commented on by the vendor representative
once.  <b>Once.</b> I'm not gonna count the comment that was entered  <i>after</i>
the second SR was opened and resolved.
</p>

 <p>
Once that problem was taken care of, we were off to the races on, well,
yet another problem. All of which is somewhat related to every tool
being moved to someone else's comput….er…cloud.
</p>

 <p>
I will give them props, though, because at least this particular cloud
took us replacing some old arse java app. So, progress. Yay?
</p>

 <p>
On the home front side, we've got some appointments tomorrow that will
need to get taken care of.
</p>

 <p>
The lawn, yeah, it didn't get taken care of this weekend nor today. I'm
hopeful that I can tackle that tomorrow as well.
</p>

 <p>
Otherwise my poor, poor battery powered mower will not make it.
</p>

 <p>
I'm also closing in on a third of the way through reading The Icewind
Dale trilogy to my kiddos. Good stuff and it's my second time through
this series.
</p>

 <p>
This is post 20/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-22-problems-solved-trilogies-read.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-22-problems-solved-trilogies-read.html</guid>
  <pubDate>Tue, 02 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Successful updates et al</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's been a pretty successful day thus far.
</p>

 <p>
Upgraded one of our large test application servers with no issues.
Insofar as application patches go, it's one of the easier ones that
we've got. Not quite of the "click, click, click" and FIN variety, but
very close. It does require a certain amount of babysitting, which is
completely and totally obnoxious.
</p>

 <p>
I did get a start on reading my newest book, though I'm going to admit
to not making it all that far yet.
</p>

 <p>
Keanu Reeves and China Miéville. Next to the book is my blue coffee
canister.
 <img src="https://cdn.some.pics/swrogers/66a14a69306c3.jpg" alt="66a14a69306c3.jpg"></img></p>

 <p>
On the personal way of life stuff (isn't that what this whole journal
thing is, though?) I'm attempting to get my mindset back into the keto
game. That doesn't mean that I haven't continued to remain in the keto
lifestyle all this time - I have. What I've not done is be more
strict/stringent on logging everything I consume, which leads to
laziness and unnecessary snacking.
</p>

 <p>
My weight is slowly sneaking up past that 190 pound entry, way too close
to 200 for my taste. Things are not helped along by the fact that we
have too much prepackaged junk in the house, sugar free slash keto
"friendly" or not. I shall be getting back on that wagon, full speed.
</p>

 <p>
This is post 21/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-24-success-update.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-24-success-update.html</guid>
  <pubDate>Tue, 02 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Some recent binges</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
We've been watching a lot of streaming shows over the past couple of
days.
</p>

 <p>
I didn't normally go in for the binge mentality of how things seem to be
these days, although I haven't ever been against waiting things out for
a few weeks to let the (old school) DVR (or, even older Tivo) build up a
few weeks worth of episodes to watch.
</p>

 <p>
I still prefer to not watch them all at once.
</p>

 <p>
Still though, it does happen.
</p>

 <p>
Yesterday we watched the entirety of
 <a href="https://m.imdb.com/title/tt16283824/">Eric</a> on Netflix. It was a
pretty decent tale, with a handful of threads that wove together okay. I
think that it could probably have been cut down by an hour/an episode,
but all things considered it was enjoyable.
</p>

 <p>
Today we finished up with Netflix's
 <a href="https://m.imdb.com/title/tt14403178/">Beef</a>. We had watched the first
episode the other day, and worked out way through the rest of them
today. I really like all of the A24 stuff that I've seen, and this was
not too bad either. Granted, the overall story is just insane
enough…but then so was Eric.
</p>

 <p>
So far as other television stuff, I've got my YouTube TV set to record
 <i>all the Olympics</i> stuff, so I'll watch some of that in time. I'm more
of a Winter fan than Summer, though.
</p>

 <p>
Of course we're also watching
 <a href="https://m.imdb.com/title/tt11198330/">House of the Dragon</a> and
 <a href="https://m.imdb.com/title/tt1190634/">The Boys</a>, as one is aught to
do.
</p>
 <div id="outline-container-link-dump" class="outline-2">
 <h2 id="link-dump">Link Dump</h2>
 <div class="outline-text-2" id="text-link-dump">
 <p>
I think I can come up with a small handful of links this week, so let us
see what's out there.
</p>

 <p>
 <a href="https://kansasreflector.com/2024/07/28/spyware-turned-this-kansas-high-school-into-a-red-zone-of-dystopian-surveillance/">Spyware
turned this Kansas high school into a 'red zone' of dystopian
surveillance</a> We had our own little run in with this particular piece
of software last year as well, and I can't really honestly say that I'm
a fan. I get it, but I don't care for it.
</p>

 <p>
 <a href="https://howardism.org/Technical/Emacs/literate-writ-large.html">Literate
Programming Writ Large</a> Howard Abrams is an excellent resource on
literate programming in emacs and org mode, this article continues on
with more great information along that line.
</p>

 <p>
….and that, as they say, is that.
</p>

 <p>
Until next time my friends.
</p>

 <p>
This is post 22/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-28-some-recent-binges.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-28-some-recent-binges.html</guid>
  <pubDate>Tue, 02 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>New years of a different sort</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
The new school season is nearly upon us once again.
</p>

 <p>
We will have three kiddos back in the same building, at least for a
little while, with but two grades between them. Not that they don't
always have, or that they won't always have two grades between them.
Sometimes we forget that the youngest of these three is the  <i>youngest</i>
of the three - this kiddo has seemed for some time now to be the more
mature of them all. Always a surprise to me and also I must admit that I
am not overly certain that I am deserving of such amazing children.
</p>

 <p>
One of the twins will be spending the first part of some days at another
school taking higher level math courses. Similar to what the youngest
kiddo was going through last year, when he bussed from the elementary
school to the middle school for his math course. I am more scared for
the elder twin, though, than I was for the younger brother. Probably has
to do with the fact he'll be going into a High School, opposed to a
middle school.
</p>

 <p>
I think that everybody will do fine, but as a parent I think I'm allowed
to feel that fear for my kiddo.
</p>

 <p>
We also find ourselves near the time of open enrollment for insurance.
</p>

 <p>
This year, I'm definitely looking forward to making some changes there.
My wife has recently - this is her third week - started working at the
same employer as I. Which means that we'll get to save a not
insignificant amount of money on insurance! She will take over her own
insurance plan and payment, using the same provider. I will continue to
cover the kids and myself. All in, we look to save about $500 a month
for coverage.
</p>

 <p>
It is insane.
</p>

 <p>
I have slowly been working my way through
 <a href="https://thebookofelsewhere.com/">the book of elsewhere</a>, taking a bit
of a break from The Expanse books. The hope is that I can finish reading
this before my hardback copy of the BRZRKR graphic novel arrives, which
should arrive early October I think. Plenty of time, right?
</p>

 <p>
This is post 23/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-29-new-years-different-sort.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-29-new-years-different-sort.html</guid>
  <pubDate>Tue, 02 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>It is mesh at least</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Sometimes I wonder how in the world I managed to write a new post every
day during the previous challenge that I subjected myself to.
</p>

 <p>
This week has thus far been fairly non eventful. Boredom is a good thing
sometimes.
</p>

 <p>
Last week I made a purchase that I almost regret doing. Even though it's
an item that gets daily use, and I'm in it probably eight plus hours a
day, which kind of makes it a necessity, I'm not a hundred percent happy
with it.
</p>

 <p>
Obviously it's some kind of work from home item. It's the
 <a href="https://www.staples.com/union-scale-flexfit-hyken-ergonomic-mesh-swivel-task-chair-black-un59460/product_990119?cid=EM:ordconfrm::sku&">Hyken
Mesh Chair</a> from Staples. The one thing that I'm not happy with is the
"headrest".
</p>

 <p>
Note the quotes there.
</p>

 <p>
As it's not super adjustable, this headrest comes all the way up to in
between my shoulder blades.
</p>

 <p>
Unless I crouch down.
</p>

 <p>
Which I am not going to do.
</p>

 <p>
Fortunately I can remove it, which I'll probably do.
</p>

 <p>
Other than that, it's an okay chair for those who don't have or can't
afford to get the kick arse Herman Miller Aeron. Sigh.
</p>

 <p>
Ah well, back to the grind!
</p>

 <p>
This is post 16/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-11-mesh-chair.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-11-mesh-chair.html</guid>
  <pubDate>Mon, 01 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Sunday stuff and link dumpage</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's Sunday. Whatever that means.
</p>

 <p>
The end of the weekend and the beginning of a new week.
</p>

 <p>
Currently we're just taking in the time to watch the youngest play in a
local indoor jungle gym. It's a friends birthday party for the little.
</p>

 <p>
So far as Sundays go, it's actually been a moderately busy one.
</p>

 <p>
The boys and I got haircuts. We went to the store.
</p>

 <p>
Spent some time at the local splash pad. Definitely a decent way for the
little to cool off, but still…. really hot.
</p>

 <p>
Drove around town for a bit, mainly due to having forgotten when the
party started. Ha.
</p>

 <p>
Now, it's all about figuring dinner out. Although I think we'll let the
older kiddos fend for themselves with leftovers and pasta.
</p>
 <div id="outline-container-link-dump" class="outline-2">
 <h2 id="link-dump">Link Dump</h2>
 <div class="outline-text-2" id="text-link-dump">
 <p>
I've been a bit lapse on this listing, but then I'm just not too certain
that what I've always got is worth it.
</p>

 <p>
 <a href="https://spectrum.ieee.org/shipt">https://spectrum.ieee.org/shipt</a> Shipt's pay algorithm screwing people
over. The gig workers weren't gonna have it, so they took things into
their own hands to crack open that black box.
</p>

 <p>
 <a href="https://www.axios.com/2024/07/08/johns-hopkins-bloomberg-donation">https://www.axios.com/2024/07/08/johns-hopkins-bloomberg-donation</a> John's
Hopkins medical school to be free for most students. This is just
amazing. An excellent example of the good that can be done via
philanthropy.
</p>

 <p>
 <a href="https://micro.webology.dev/2024/07/12/duckdb-may-be.html">https://micro.webology.dev/2024/07/12/duckdb-may-be.html</a> Jeff Triplett
has a neat example using DuckDB to pull metadata from YouTube.
</p>

 <p>
 <a href="https://whynothugo.nl/journal/2024/06/13/ssh-as-a-sudo-replacement/">https://whynothugo.nl/journal/2024/06/13/ssh-as-a-sudo-replacement/</a> SSH
as a replacement for sudo. This is an interesting idea, certainly with a
few hoops. I wonder about setting this up…?
</p>

 <p>
 <a href="https://help.vivaldi.com/desktop/tools/import-and-export-browser-data/">https://help.vivaldi.com/desktop/tools/import-and-export-browser-data/</a>
Mainly for my future use, lots of imports and exports for Vivaldi.
</p>

 <p>
This is post 17/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-14-sunday-stuff.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-14-sunday-stuff.html</guid>
  <pubDate>Mon, 01 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Vendors Gonna Vendor</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
There are a handful of things that I don't understand.
</p>

 <p>
For one, why can't certain vendors let their customers know that the
product that they depend on for their day to day usage was not actually
patched to the current patch level on the scheduled time.
</p>

 <p>
Not only was the time scheduled, but it was of course scheduled by the
vendor, seeing as how the customer is basically at the mercy of said
vendor.
</p>

 <p>
Not only did the customer (us) have to check to ensure that the product
was patched, but then the customer (us, again) has to contact  <i>big
vendor</i> support to ask why it wasn't patched.
</p>

 <p>
Why can't they just pop some kind of email notification that says it was
either successful or not?
</p>

 <p>
Then if not - what the plan of action is?
</p>

 <p>
Yeah. We asked this question on Monday.
</p>

 <p>
I was out sick on Tuesday.
</p>

 <p>
The  <b>only</b> response we've had thus far was an incorrect notice that none
of our instances have been patched at all.
</p>

 <p>
We have three instances: one each for development, testing and
production.
</p>

 <p>
Our development instance had already been patched, as scheduled, so I
got to let the vendor know that…um, no, I don't believe that's correct
please don't re-patch.
</p>

 <p>
Sigh.
</p>

 <p>
Anyhow - now the vendor has let us know that it's time to board the
patching train because they've scheduled the production instance for
updating next week, when we haven't had a chance to do  <i>any</i> testing in
the test instance. Which is less of a playground than dev.
</p>

 <p>
It's beyond infuriating.
</p>

 <p>
Welcome to the cloud.
</p>

 <p>
This is post 18/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-17-vendors-gonna-vendor.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-17-vendors-gonna-vendor.html</guid>
  <pubDate>Mon, 01 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Some Questionable Past Choices</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's crazy the stuff that I have packaged up and toted along with me
throughout all of my moves.
</p>

 <p>
What's even crazier are the items that I  <i>didn't</i> bring along with me,
for some reason or another.
</p>

 <p>
Items like video games. Lots of cartridges and disks, cases and manuals.
</p>

 <p>
Games that I wouldn't mind playing again on my SEGA Genesis/SEGA CD/32X
(yeah, I had the SEGA Stack….) or Super NES.
</p>

 <p>
But.
</p>

 <p>
There's always a "but", isn't there?
</p>

 <p>
Do I actually  <i>have</i> any of those here with me? No, of course not.
</p>

 <p>
I do have my boxed Dreamcast and some high profile games, but not the
older stuff.
</p>

 <p>
Sadly, I'll probably never see those things again, either. Last year I
made the couple hour trek back to my childhood home, with the hope that
I could bring some stuff back.
</p>

 <p>
My father (whom I love immensely) had moved an entire home full of
 <i>stuff</i> into a couple of self built storage buildings.
</p>

 <p>
I was heart broken. Having seen a couple of the figures that I still
could find completely covered in dust and dirt and everything, and some
electronics just in tatters…the weather had done them no favors.
</p>

 <p>
Of the items that I was hoping to find (including multiple unopened,
complete on card figures) was a complete in box Neo Geo AES with two
sticks, memory cards and six games (I think). I can recall Magician
Lord, Baseball Stars, 2020 Baseball, Samurai Showdown, I can't recall
the others. I'd purchased the whole package over 20 years ago on eBay
for less than $600. Good luck trying to find anything similar these days
for twice that. This gutted me.
</p>

 <p>
Completely.
</p>

 <p>
These days, as I attempt to go through a boatload of boxes, I just have
to ask myself: Why would you bring bits and pieces of this stuff, and
not the actual decks that make these things work?!
</p>

 <p>
Gah!
</p>

 <p>
This is post 19/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-18-questionable-choices.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-18-questionable-choices.html</guid>
  <pubDate>Mon, 01 Jul 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The Next Day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
First day of vacation and I'm already sick and tired of it.  <i>Note: it's
now the second day, but my feelings haven't changed much here.</i>
</p>

 <p>
Maybe one of these times I can actually plan to go somewhere or do
something, get away from things.
</p>

 <p>
I just don't get it.
</p>

 <p>
These things should be enjoyable, right?
</p>

 <p>
Does it help that most of the people - it seems - in this home are
depressed? I'm gonna go with a "No sir, not one bit" on that one my
friends.
</p>

 <p>
We've got one adult who is dealing with a loss of something that never
should have happened in the first place (something that never should
have to to fruition to have  <i>been lost</i>, that is). Another adult dealing
with their own family issues, which are by their nature spilling over
into the home life. Kids who we are trying to keep from becoming
depressed.
</p>

 <p>
I'm walking on eggshells around here, and it's extremely tiring.
</p>

 <p>
This is post 12/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-02-the-next-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-02-the-next-day.html</guid>
  <pubDate>Sun, 30 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Fourth of July Post</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Happy Fourth of July, for those that celebrate.
</p>

 <p>
Yet another Holiday here in the States where we, basically, get to set
our wallets on fire.
</p>

 <p>
Quite literally in some cases.
</p>

 <p>
I will admit that this is one of my favorite days of the year.
</p>

 <p>
It is currently just after 22:30 Central time, we just finished up with
our small handful of fountains and sprinklers. The kids seemed to enjoy
themselves, and yet another year with no need to send anybody to the
emergency room is a win in my book.
</p>

 <p>
This was also one of the cheaper years that we've managed to get away
with, with a bill only just shy of two hundred.
</p>

 <p>
Yeah, we totally didn't need to spend the money. But think of the kids!
Especially the six year old who lives for the smoke bombs.
</p>

 <p>
Still more than I'd like to spend for an hours worth of entertainment.
</p>

 <p>
In other news, we will be back to a double income family soon. Super
nice.
</p>

 <p>
Until next time!
</p>

 <p>
This is post 13/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-04-fourth-july.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-04-fourth-july.html</guid>
  <pubDate>Sun, 30 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Post-Fourth Post-Vacation</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Does Sunday count as a vacation day, ergo being the last day of a
vacation?
</p>

 <p>
I can't say that I've ever actually counted the weekends in my vacation,
but I suppose they do.
</p>

 <p>
Tomorrow is return to work day. We'll put "return" in quotes, seeing as
I work from home and it's not like we actually left home over the last
week.
</p>

 <p>
There were no plans set out for the week, so nothing was accomplished.
But on the other hand, seeing as there were no plans to do anything I
can't be disappointed that nothing got done!
</p>

 <p>
Win win for everybody on that one.
</p>

 <p>
The family did get out for the Fourth of July (non) event that was held
in town. There was music (not that great), craft booths (not that
great), food trucks (probably decent, but not our kind of nutrition),
and a drone show.
</p>

 <p>
Oh, and a kids play area. Which was fun for the young one.
</p>

 <p>
We went for less than an hour and walked around to see what was what.
Finding things not worth it, we left to go get the kids some ice cream
cones.
</p>

 <p>
We did go back for the drone show, which was supposed to start at 9:45.
</p>

 <p>
Then it was supposed to start at 10:00. Then 10:30. 10:45. Then it was
called at 11:00.
</p>

 <p>
At which time it started raining.
</p>

 <p>
Evidently, the vendor was having issues getting the show code loaded
onto the 200 drones via their Verizon Wireless hotspot. They shoulda had
T-Mobile. Ha.
</p>

 <p>
The weather had stunk all day, so they weren't able to do the pre-work
earlier, either.
</p>

 <p>
Now, the city has a $30,000 credit for next year.
</p>

 <p>
We were really looking forward to seeing how it went, so I guess we'll
check it out next year.
</p>

 <p>
This is post 14/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-07-post-fourth-vacation.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-07-post-fourth-vacation.html</guid>
  <pubDate>Sun, 30 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>First Day Back</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
First day back is now in the bag!
</p>

 <p>
Not nearly as bad as those times when I take two weeks off (FSM knows
that those both make me want to never take another vacation  <b>and</b> never
go back to work again) but there was still a bit of cleanup and catch up
to do.
</p>

 <p>
Some of the cleanup involves coming back in to work post fiscal year
end, when it's not necessarily been completely opened back up. Not a
huge deal, but still needs to be taken care of.
</p>

 <p>
There is also the metric arse ton of email to sift through. Although
I'll be honest and say that I do continue to keep my work email synching
through my phone and delete most of the crap that doesn't pertain to me.
</p>

 <p>
Sue me. I don't like surprises.
</p>

 <p>
What was best today, though, was not one but  <i>TWO</i> Monday morning
meetings.
</p>

 <p>
Back to back.
</p>

 <p>
Right up there with Friday afternoon meetings with my favorites.
</p>

 <p>
Fortunately these are extremely rare for me and Mondays are generally
pretty tame.
</p>

 <p>
Well, I'm thinking it's getting close to dinner time and I haven't yet
figured out what to feed the kids - I probably ought to take that under
consideration.
</p>

 <p>
Until next time.
</p>

 <p>
This is post 15/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-07-08-first-day-back.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-07-08-first-day-back.html</guid>
  <pubDate>Sun, 30 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>It still pains</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Ah, the great and powerful Monday.
</p>

 <p>
I actually don't mind Mondays. Sure for some people it's the beginning
of the work week (myself included), but it also means a great day of
getting stuff done at work with little interruption.
</p>

 <p>
Naturally today we had about an hour long team meeting to discuss
projects new/old/upcoming and other leadership tidbits. I don't mind, at
least it wasn't a 3pm (4pm!) meeting on a Friday. Those stink.
</p>

 <p>
In household news, the granddaughter is starting to feel more and more
comfortable. She does get a little upset and sad when her Dad leaves the
room or goes to work, but it passes much quicker now than it used to.
She's a whole lot happier and just seems to be in a better mood overall
now. It's great to see.
</p>

 <p>
Today we also found out what the final cost of repairs are going to be
on the vehicle. Shockingly not as bad as I was anticipating, but then I
did have a worse case scenario in my head, just so I could be relieved
if that was not the case. It still hurts and is money out the door and
straight into the incinerator, but it could have been about a thousand
dollars worse.
</p>

 <p>
Now all we need is for a major appliance to vomit all over itself and
call it a day.
</p>

 <p>
I'm thinking it's about time to get some dinner prepped, so off to do
that I go.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-10-still-pains.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-10-still-pains.html</guid>
  <pubDate>Mon, 10 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Time aplenty</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
What a week!
</p>

 <p>
Last week was quite a ride. The weekend hasn't been much different.
</p>

 <p>
I look through a few job listings, not only for my spouse but -
potentially - for myself as well.
</p>

 <p>
Again, not that I'm looking to replace my current job, but perhaps more
to supplement what I do have.
</p>

 <p>
As far as the spouse goes, well, sometimes I feel like I'm kind of
limited. She is great with children and youths, not so much with peers.
</p>

 <p>
It's her perfectionism and drive to do things by the book. Which, in and
of itself is not so much a bad thing.
</p>

 <p>
However, when you are around a new group of coworkers who have been
doing things the same way for  <i>years</i>, well, then that can be a little
dicey.
</p>

 <p>
It's not always good to be that squeaky wheel. It gets greased, or it
gets replaced.
</p>

 <p>
Not to mention the fact that fitting I to a new clique can be
extraordinarily difficult.
</p>

 <p>
Another thing that makes things challenging is that I'm not the most
patient teacher, I think. Especially when it comes to how basic computer
applications work. I do understand that I should do better here, do more
teaching rather than taking over and doing.
</p>

 <p>
There are a lot of jobs out there these days that require basic skills -
not to mention even getting an application submitted. I get frustrated
far too easily, sometimes.
</p>

 <p>
No matter what she does, though, I completely will be here to support.
</p>

 <p>
All things said, even hobbies can make some extra money. There have been
plenty of ideas in this home, plenty of supplies have been purchased,
now there is also an abundance of time.
</p>

 <p>
This is post 11/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-30-time-aplenty.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-30-time-aplenty.html</guid>
  <pubDate>Mon, 03 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Food and Weight Again</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I know that I have previously written on my struggle to work on
maintaining my weight, as well as some of the body and confidence issues
that go along with that.
</p>

 <p>
We shall count today's journal entry as yet another one of those.
</p>

 <p>
Within the next two months, August 8th I believe, will the the fifth
year milestone of living a keto lifestyle.
</p>

 <p>
Before that, I remember sitting in my office chair and watching these
amazing transformation videos of people. It always felt a little
hypocritical of myself when I did this. There I sat, three hundred
thirty plus pounds, knowing that I would never be able to be one of
those with a success story of my own.
</p>

 <p>
Within weeks of starting keto, I knew that I wanted nothing more than to
just be down a hundred pounds after one year.
</p>

 <p>
Well, I like to say that I basically turned that whole change into a
game: how large of a calorie restriction could I maintain, how close to
zero net carbs could I average?
</p>

 <p>
I blew way past that hundred pounds loss within that year and was
already very close to my current weight already.
</p>

 <p>
My lowest weight was in the 168 pound ballpark. I'm a six foot two plus
guy, and I know for a fact that that was too low. I did not look good.
</p>

 <p>
I have slowly worked back up to low 190s. Insofar as health goes, I know
that's perfectly acceptable.
</p>

 <p>
But. Mentally, it is not good enough for me. I want 180s. For my mind,
where I'm at is just too close to 200. I don't want to be there again.
</p>

 <p>
So, I know that I dropped the weight (I don't like to say I  <i>lost</i> it,
because I really don't want to  <i>find</i> it again) really quickly. Probably
not super healthily either. However, I have managed in many ways to
change my relationship with food.
</p>

 <p>
I never really ate my feelings. It was more out of boredom than
anything. Now, I really try to enjoy the feeling of looking better and
use the extra time to read or work on some other self development
process.
</p>

 <p>
If I have missed anything at all during this life change, it's that my
hair is no longer thick and composed of ringlets (think Weird Al hair).
That's about the only thing I miss. But, it could be age related as
well.
</p>

 <p>
Today has been a good day, thus far, when it comes to food. Here's to
keeping on.
</p>

 <p>
This is post 5/100 of my #100DaysToOffload posts. You can read the other
posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-20-food-weight-again.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-20-food-weight-again.html</guid>
  <pubDate>Sun, 02 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Some works of art</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I figured that today would be a good time to post something a little
more lighthearted.
</p>

 <p>
So I present some of the artwork of my youngest kiddo, which is
basically overtaking all of the free space of the fridge.
</p>

 <p>
Not that there is a problem with that, of course.
</p>


 <figure id="org73fe443"> <img src="https://cdn.some.pics/swrogers/66764667ab663.jpg" alt="66764667ab663.jpg"></img> <figcaption> <span class="figure-number">Figure 1: </span>Photo of children's artwork taking over a refrigerator</figcaption></figure> <p>
This is post 6/100 of my #100DaysToOffload posts. You can read the other
posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-21-some-works-art.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-21-some-works-art.html</guid>
  <pubDate>Sun, 02 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Single Party</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
When I was in middle school, in what now seems like half a million years
ago, a friend and I started writing stories.
</p>

 <p>
We each had a single subject notebook and filled them with what were -
to us anyhow, at the time - fantastically interesting tales.
</p>

 <p>
I can't recall what stories my friend had written about (and, sadly,
cancer has taken him) but mine was some kind of space opera mash up with
robots and power suits and who knows what all else.
</p>

 <p>
I'm sure that it was all horribly juvenile, but it felt really grandiose
to me at the time.
</p>

 <p>
My Mom even read what I had one at one point and did say that it was
pretty good. Of course, as a parent you are a little biased.
</p>

 <p>
She was - is? - well read, however, and did encourage me to read a large
variety of works. I still have that love of reading.
</p>

 <p>
There are far too many conversations going on in this house, I can not
recall where I was going with any of these thoughts.
</p>

 <p>
Oh, yes. Writing. Write anything. I've seen a lot of posts from people
recently who struggled to start writing, who thought that people would
not want to read what they had to say.
</p>

 <p>
Does any of that matter? No. 
</p>

 <p>
When writing for yourself, it matters not what your getting down. It
doesn't matter if you think it's "juvenile" or otherwise uninteresting -
you are writing for yourself.
</p>

 <p>
It matters not if my readership is a party of one.
</p>
 <div id="outline-container-the-link-dump" class="outline-2">
 <h2 id="the-link-dump">The Link Dump</h2>
 <div class="outline-text-2" id="text-the-link-dump">
 <p>
Now for the Sunday link dump.
</p>

 <ul class="org-ul"> <li> <a href="https://wand3r.net/adding-a-reply-on-mastodon-to-each-post/">Add a
Reply on Mastodon Link</a> Brandon has a pretty good idea using a new
feature of omg.lol's version perma-urls and redirects that I might see
about adopting here.</li>
 <li> <a href="https://michal.sapka.me/blog/2024/leaving-firefix-behind/">Michal is
looking for a new browser</a> what with all the ad (and ai, and
-nauseam) nonsense that's going around these days, is there any wonder
that people are looking to move on from the behemoths? I've tried
nyxt, it's interesting and different, but I'm thinking I might move to
Librewolf.</li>
</ul> <p>
I guess I didn't have much linkage for this week. I've just not been
spending much time going down the rabbit holes lately.
</p>

 <p>
Until next time.
</p>

 <p>
This is post 7/100 of my #100DaysToOffload posts. You can read the other
posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-23-single-party.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-23-single-party.html</guid>
  <pubDate>Sun, 02 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Non Events</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It has been a couple of uneventful days, which if I'm being honest is
not such a bad thing.
</p>

 <p>
Work has been moving along at a nice steady pace, with some progress
being made on the good old Team Dynamix front.
</p>

 <p>
On that, I shall say that my enthusiasm has been ever so tempered at
this point. There does not seem to be a path forward for our department
to be able to have the type of control that we would like, nor some of
the project management features that some would hope for.
</p>

 <p>
We shall, however, make due.
</p>

 <p>
Next week will be an off week for me. Yet another week of vacation.
</p>

 <p>
Most people would be super stoked and excited about that, I'm sure, but
if you're a reader of my past posts you might know that I'm not a fan.
</p>

 <p>
However, my wife also has next week off - so maybe we can get out and
hit a local park or something with the kids. Take advantage of those
uber expensive passes we have.
</p>

 <p>
What we really should do, though, is work on getting our extra bedroom
set back up for the eldest kiddo. Along with the rest of the home. We
are considering getting licensed by the State for an in-home childcare
center. To do that will require a little bit of setup but totally worth
it.
</p>

 <p>
Of course, I know for a fact what we'll  <i>actually</i> do next week.
Absolutely nothing. Apart from doing stuff with the kids for the Fourth
of July.
</p>

 <p>
Here's to a good rest of the week.
</p>

 <p>
This is post 8/100 of my #100DaysToOffload posts. You can read the other
posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-25-non-events.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-25-non-events.html</guid>
  <pubDate>Sun, 02 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Tighten that silver lining</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Now is the time to tighten the proverbial belts.
</p>

 <p>
We will very soon be down to a single income in the home. More or less.
I do suppose that the older kiddo does have a paycheck, but he has his
own set of problems to take care of.
</p>

 <p>
One really has to hope that this situation does not last longer than it
needs to, and, perhaps, it can be used to open some doors for another
opportunity.
</p>

 <p>
Like now there should be plenty of people hours available to work on
getting the home straight for that in-home childcare plan that was
mentioned previously.
</p>

 <p>
Is there a silver lining?
</p>

 <p>
This is post 9/100 of my #100DaysToOffload posts. You can read the other
posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-26-silver-lining.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-26-silver-lining.html</guid>
  <pubDate>Sun, 02 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Change and stock in trade</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I had something written up earlier that I was going to post, but as is
often the case in life things change.
</p>

 <p>
Is it always for the best?
</p>

 <p>
I find that I am, for the first time in a very long time, contemplating
the need to do one of two things: either procure a second income, or
find another income.
</p>

 <p>
Neither of which is something that I desire to any degree.
</p>

 <p>
I like what I do and I like where I am.
</p>

 <p>
However. Something something life.
</p>

 <p>
Whatever.
</p>

 <p>
I guess it's time to take stock of what my abilities are and what I'm
capable of.
</p>

 <p>
What a week.
</p>

 <p>
This is post 10/100 of my #100DaysToOffload posts. You can read the
other posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-28-change-and-stock.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-28-change-and-stock.html</guid>
  <pubDate>Sun, 02 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Our feline friend</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Let me begin today by first stating that I love our cat.
</p>

 <p>
I'm a cat person, more than any other animal. Please note that I stated
"I'm a cat person" and not "I'm a pet person".
</p>

 <p>
Over the years I've come to the conclusion that I much prefer  <i>other
people's pets</i> to having my own.
</p>

 <p>
It's just so, so much easier. And cheaper. Don't want to forget cheaper.
</p>

 <p>
All right, now that that's out of the way. Again, I really love our cat.
He's a big ol' gray and white beast that would rather just leave you
alone so much as look at you. Which is totally cool with me.
</p>

 <p>
I don't have to worry about him getting around my work area or laying on
my laptop. I don't, generally, have to worry about him being underfoot.
With the general exception of him racing me downstairs in a vain attempt
to trip me.
</p>

 <p>
Of course life isn't all gumdrops and lollypops with the cantankerous
cat around. No sir.
</p>

 <p>
He's an indoor cat. If it's one thing that I like even less than pets
it's fleas. Most likely because fleas  <i>really</i> love me. So what's the
one thing in all the world that this animal desires?
</p>

 <p>
Yep. Uh huh. He absolutely desires to go outside. Even just the garage.
And good golly gee whiz is he  <b>uber, super</b> vocal about it.
</p>

 <p>
I'd swear, listening to this bad boy  <b>meowrl</b> just could drive me
insane. Dude is loud. Like, if I didn't know better we'd swear he was a
she and not neutered (he is).
</p>

 <p>
It's a near constant ordeal, some days.
</p>

 <p>
Have I told you I love my cat?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-11-feline-friend.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-11-feline-friend.html</guid>
  <pubDate>Sat, 01 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not a tall tale</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Ah, the  <i>Tale of the Telluride</i> just will not quit. It's like the gift
that keeps on giving.
</p>

 <p>
Not in a good way.
</p>

 <p>
But then, how often are things "good" when  <b>that</b> particular phrase
comes into play. Yeah, not all that often.
</p>

 <p>
So after paying too stonking much for repairs due to a, um, we shall say
"self imposed" accident, now it looks like we might have a little bit of
salt rubbed into that festering wound.
</p>

 <p>
You know, for good measure.
</p>

 <p>
While it's probably entirely coincidental, it looks like we'll be
replacing the battery in the beast. Twice today when going to start it
up we've experienced a series of error checks (ECS, BCW, blah blah blah)
and clicks and basically what looks like a computer system spasming out
and proverbially vomiting all over itself.
</p>

 <p>
It's great. The vehicle is a 2021, so I guess it's about that time for
the OEM battery to go. At least that's the opinion of the interwebs,
that they'll last about 2.5 years. I don't mind, really. Having the
battery die or running out of gas are about two of the larger vehicle
fears that I have.
</p>

 <p>
Hopefully that's what the problem is.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-13-not-a-tall-tale.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-13-not-a-tall-tale.html</guid>
  <pubDate>Sat, 01 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not the battery you say</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
This morning, the vehicle was taken into the local big box retailer that
also happens to have a tire and lube department. Supposedly they can
also check batteries, but honestly I don't know how much I'd trust them
to even unlock a vehicle if you handed them the keys and a YouTube video
with instructions.
</p>

 <p>
This is coming from a person who used to be a salary manager at this
store. So, yeah, when you've worked there and seen that the department
has had to replace two engines because reasons - you lose what little
faith there was.
</p>

 <p>
Where was I? Oh, yes, the vehicle was taken into this store to get the
battery checked and maybe replaced. Evidently, they checked the battery
and it was fine. I guess.
</p>

 <p>
I don't know, though. The car is over 36 months old, so in my opinion I
think we should replace the thing. It's spendy, but I'd rather not get
stranded. I suppose that I'll just keep the mobile jumper in it.
Charged.
</p>

 <p>
The spouse drove it around to her appointments today as well and has
said that it did not act up. I would like to follow through with some
plans we had for this weekend and go to the local amusement park - but
I've got trust issues.
</p>

 <p>
I have been known to basically be done with my car at the onset of
issues. Seems bad, but, it is what it is.
</p>
 <div id="outline-container-other-stuff" class="outline-2">
 <h2 id="other-stuff">Other Stuff</h2>
 <div class="outline-text-2" id="text-other-stuff">
 <p>
We've been watching  <a href="https://m.imdb.com/title/tt12637874/">Fallout</a>
over the past week. Not too bad, certainly looking forward to seeing
where it goes.
</p>

 <p>
I don't know what we'll watch next, but it's not for lack of content.
</p>

 <p>
Kingdom Hearts came out on Steam. I had not intended on buying the
bundle…but I bought the bundle. Of course.
</p>

 <p>
While I really do think that I like my blogging set up and workflow
here, the tinkerer in me just can't leave well enough alone. I've set up
a small digitalocean droplet and installed
 <a href="https://withknown.com/">Known</a> once again. I like it, but I'm just
not sure that I  <i>love</i> it. I'll probably stick with what I've got.
</p>

 <p>
It's hard to beat flat text files and markdown.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-14-not-battery.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-14-not-battery.html</guid>
  <pubDate>Sat, 01 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A not so rainy day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Happy Father's Day Eve!
</p>

 <p>
To all of those who are parent figures to somebody or other who needs
the support or the assistance, here's to a day filled with the joy and
happiness that goes along with that personal fulfillment!
</p>

 <p>
As a father figure to my kiddos, I have cherished every day I've been
around them. Have they all been easy days? Oh, heck no. But even those
difficult and challenging days are completely worth it.
</p>

 <p>
Anyhow, on to today's stuff!
</p>

 <p>
Not that I've got anything really special to impart today.
</p>

 <p>
It was supposed to rain today, so the first thing I did upon waking up
was head out and get the lawn mowed. It takes about an hour, so long as
I'm able to keep up on it every week.
</p>

 <p>
We've got an old Snapper battery operated mower, with a 4Ah and a 2Ah
battery pair. I really love it when I can get things done within a
single battery. This morning was no different.
</p>

 <p>
While the battery operated mower is nice and we don't have to put up
with having a gasoline container in the garage, it does entail the need
to mow more often. Otherwise you wind up with a field that the poor
machine just can't deal with.
</p>

 <p>
Did it wind up raining? Of course not. It looked pretty gnarly though.
</p>

 <p>
I'm sure it'll rain tomorrow though. That would be perfect, especially
since we plan on heading to World's Of Fun for the day.
</p>

 <p>
Lastly, I'm considering doing the whole
 <a href="https://100daystooffload.com/">100 Days To Offload</a> challenge.
</p>

 <p>
I figure that since I'm trying to write more that it might be something
worth doing. I like personal challenges of this sort.
</p>

 <p>
With that, until next time.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-15-no-rain.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-15-no-rain.html</guid>
  <pubDate>Sat, 01 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Happy Fathers Day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
As today prepares to come to an end, I'm sitting here at home waiting on
the ibuprofen and acetaminophen cocktail to do its thing.
</p>

 <p>
We did make it to Worlds Of Fun, as a way to have a fun Father's Day. It
was a pretty good day. There were a couple of us that managed to get in
a few good coaster rides, facilitated by some decently short lines.
</p>

 <p>
I had never ridden the Prowler before today - definitely one of my new
faves. It's an older wooden coaster, I think it's celebrating a birthday
this year as well. I'm kind of surprised that I had never been on it
previously, but sure glad that I did.
</p>

 <p>
Now I've just got to get over the heat and sun induced ache that I've
put myself through.
</p>
 <div id="outline-container-the-sunday-linkdump" class="outline-2">
 <h2 id="the-sunday-linkdump">The Sunday Linkdump</h2>
 <div class="outline-text-2" id="text-the-sunday-linkdump">
 <p>
I don't really have a whole lot this week, as I've just not really had
the time to go down too many rabbit holes this week.
</p>

 <p>
 <a href="https://www.tiltedwindmillpress.com/product/ryoms-preorder/">Michael W
Lucas' Run Your Own Mail server preorder</a> I've previously run my own
mail server, sort of successfully, but not from scratch. This book is on
my radar.
</p>

 <p>
 <a href="http://www.phrack.org/">Phrack Magazine</a> Somebody had
brought up 2600 magazine awhile ago, and this is another (non printed)
magazine that's dedicated to the scene. I've read 2600 for decades, and
also enjoy reading this one when it's available.
</p>

 <p>
Like I say, not a lot this week.
</p>
</div>
</div>
 <div id="outline-container-end-stuff" class="outline-2">
 <h2 id="end-stuff">End stuff</h2>
 <div class="outline-text-2" id="text-end-stuff">
 <p>
I'm going to consider this my first entry into the
 <a href="https://100daystooffload.com/">#100DaysToOffload</a> challenge for the
next 365 days. I don't have any special pages set up for these, besides
using the hashtag.
</p>

 <p>
This is post 1/100 of my #100DaysToOffload posts. You can read the other
posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-16-fathers-day.ms_1.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-16-fathers-day.ms_1.html</guid>
  <pubDate>Sat, 01 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The banana thing</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Last night my head was killing me.
</p>

 <p>
This morning my head was still killing me. I have to say that I consider
myself extremely fortunate to have a very flexible career that affords
me the ability to take time when I need it. It is not something that
need be done very often - not for myself anyhow - but I'm more than
happy to take it.
</p>

 <p>
Currently, I'm sitting in the quiet of the dinning area, watching one of
the kiddos make some kind of banana  <i>slash</i> chocolate  <i>slash</i> puff
pastry dessert that he and Mom had seen online somewhere. It looks
interesting, and I'm sure it'll be tasty for them.
</p>

 <p>
Did I mention that this kiddo is only just out of fifth grade? He's been
baking and cooking for what seems like a couple of years now. The kiddo
is very driven and fairly well rounded.
</p>

 <p>
Normally, anyhow. Sometimes these kids will surprise with some of those
"You asked what?!" questions. They are all super intelligent, have
gifted IEPs in school, but still - on occasion - they show their age and
remind us that they are still children, and need guidance to make their
way.
</p>

 <p>
And that is perfectly fine. It's what we are here for.
</p>

 <p>
This is post 2/100 of my #100DaysToOffload posts. You can read the other
posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-17-banana-thing.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-17-banana-thing.html</guid>
  <pubDate>Sat, 01 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not From the Peanut Gallery</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I am notoriously difficult to purchase any kind of gift for.
</p>

 <p>
Anything that I generally want, I have a tendency to go ahead and make
the purchase at any and every time.
</p>

 <p>
Anything that I  <i>don't</i> immediately buy, is most likely because the item
just cost too much and I can not justify the purchase.
</p>

 <p>
I do have a few things that I enjoy though, and high on that list is
anything and everything Peanuts.
</p>

 <p>
Of the  <a href="https://en.m.wikipedia.org/wiki/Charles_M._Schulz">Charles
Schulz</a> variety, of course. Charlie Brown, Snoopy, Woodstock, all of
them! I've been enamored of the crew since I was a child.
</p>

 <p>
Some of my earliest memories of reading, not just making things up and
babbling and looking at pictures, is of laying on the living room floor,
the Sunday Comics spread open in front of me, reading and laughing at
Peanuts.
</p>

 <p>
I remember Dad asking me if I was actually reading, then him being
surprised when I said yep!
</p>

 <p>
All of that to say that my wife is pretty awesome! She always knows what
to get me.
</p>


 <figure id="org4353d9f"> <img src="https://cdn.some.pics/swrogers/6671b4a30cb0e.jpg" alt="6671b4a30cb0e.jpg"></img> <figcaption> <span class="figure-number">Figure 1: </span>A Charlie Brown Squish Mellow.</figcaption></figure> <p>
The best squishmellow of all time!
</p>

 <p>
This is post 3/100 of my #100DaysToOffload posts. You can read the other
posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-18-peanut-gallery.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-18-peanut-gallery.html</guid>
  <pubDate>Sat, 01 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Power Or Lack Thereof</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
What to say about today?
</p>

 <p>
Today is Juneteenth. This would be the first year that my place of
employment has (I think…) provided those of us who are able to have
the Holiday off, off. There are those who are declared as essential, so
I would assume that they could have their Holiday moved, or just make
the extra pay. I don't honestly know how that will work for this case.
</p>

 <p>
Me, being a white, caucasian, cis dude who is near half a century old at
this point in his life…I can not help but just feel really kind of
weird having this day off as a Holiday. Now, I absolutely do believe
that it should be a Holiday, no doubt about that.
</p>

 <p>
It just feels strange for me, personally, to have the day out.
</p>

 <p>
Okay, that's about as political as I ever want to get.
</p>

 <p>
In other moments of not so much excitement, the power was off for an
hour or so here.
</p>

 <p>
No idea what happened, but it did provide a moment to ponder and read a
part of my newest book:
</p>

 <p>
Clark. First Edition, First printing, US Edition, Black Cover.
 <img src="https://cdn.some.pics/swrogers/6671c7a543862.jpg" alt="6671c7a543862.jpg"></img></p>

 <p>
I remember watching the series of this when it aired a few years ago and
thought that it might make a good read.
</p>

 <p>
I was grateful to have found a good hardback copy of the first
printing/first US edition for a really good price.
</p>

 <p>
Here's to eventually getting it finished!
</p>

 <p>
This is post 4/100 of my #100DaysToOffload posts. You can read the other
posts in this series  <a href="file:///tags/100daystooffload">here</a>.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-19-power-lack.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-19-power-lack.html</guid>
  <pubDate>Sat, 01 Jun 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The Steam Deck Age</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Just because the May challenge is over doesn't mean that I can't still
try to keep some writing going.
</p>

 <p>
As I had stated earlier, I've had the opportunity to move my workspace
into a downstairs location, and I think I kind of like how things are
situated now. It's a good feeling to have a nice clean start, without
quite so much clutter. I had even brought another box down, but said to
myself: "Self, do I really need to bring all this crap down here? No. No
I do not." At which point, I promptly packed that box back and trotted
it right back upstairs.
</p>

 <p>
Probably one of the nicest bonuses to having this setup down here is
that I can dock my SteamDeck and play it without feeling too guilty
about not being around the family. I don't get a whole lot of time to
game these days, so I haven't really been able to take advantage of
having my Deck. Now, maybe that can change.
</p>


 <figure id="org4bf423e"> <img src="https://cdn.some.pics/swrogers/665b8cc3b09c1.jpg" alt="665b8cc3b09c1.jpg"></img> <figcaption> <span class="figure-number">Figure 1: </span>Cropped image of my work area, with the Steamdeck docked.</figcaption></figure> <p>
All right, with that I think it's getting to be about time to get some
dinner prepped. It's spaghetti squash with homemade alfredo night, with
a side of asparagus.
</p>

 <p>
Have a good night all!
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-01-steam-deck-age.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-01-steam-deck-age.html</guid>
  <pubDate>Fri, 31 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Yeah I am a sucker</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I kept telling myself that I wasn't going to go through with it, that
I've already spent enough money on games - specifically my Steam
backlog - but they just keep pulling me back in.
</p>

 <p>
Silly sales. Gah, dang it.
</p>

 <p>
It's half off now, so naturally I've got to make one  <b>last, final</b>
splurge. At least I've only bought one copy of this title. Ha!
</p>


 <figure id="org6fc1f27"> <img src="https://cdn.some.pics/swrogers/665cdd1298727.jpg" alt="665cdd1298727.jpg"></img> <figcaption> <span class="figure-number">Figure 1: </span>Diablo IV being installed onto my Steam Deck in desktop mode.</figcaption></figure> <p>
Now, all I've got to do is wait for the thing to download and install.
Only 11.6 Gigs down, another 75 Gigs to go. It's disgusting. 😑
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-02-a-sucker-am-i.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-02-a-sucker-am-i.html</guid>
  <pubDate>Fri, 31 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A bit of personal history</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I was not raised in a family that provided a lot of what I'll call
 <i>emotional attachment</i>. My parents probably loved each other, at one
point, but if they did I never saw proof of that. Quite the opposite,
actually. My parents divorced early in my life.
</p>

 <p>
I can remember only twice in my life - I'm currently nearly 50 years old
at this point - that I witnessed my father cry. The first time I was
probably still in the fourth grade (I'm wildly guessing here at
timeframes) and it was early morning before school. I'm sitting at the
dining room table (we actually had one of those, both the dining room
and the table, quite the concept) eating breakfast and the question is
put to me: "Would you rather stay with your Mom or your Dad?".
</p>

 <p>
For the love of pete, what a question to drop on a young kid.
</p>

 <p>
What would you expect the response to be? If the kid leaves, then he has
to change everything: schools, friends, homes, the whole bag.
</p>

 <p>
Of course the kid is going to opt stay with the Mom.
</p>

 <p>
Which I did, at that time.
</p>

 <p>
That was the first time witnessing the tears.
</p>

 <p>
My Mom was, quite likely, bi-polar. I think she even said that at one
point that she'd been diagnosed, but I'm not positive. Some days were
great, some not so great.
</p>

 <p>
I can remember a lot of volitility. Dishes, utensils, pots, pans, all
being thrown out of the kitchen and at the wall in the hall.
</p>

 <p>
There was a time when I snuck into the kitchen one afternoon and grabbed
a freshly baked chocolate chip cookie. Oh, I can tell you right now that
I  <b>never</b> did that again. I had a wooden mixing spoon broken across my
backside for that one. I would have to say, I don't believe that
punishment fit that crime.
</p>

 <p>
Then there was the time when my Mom was supposed to give me swats with a
flyswatter. For some reason, she just barely tapped my bare bottom with
said swatter. I don't know what I had done to deserve (or not, such as
the case may have been) that one.
</p>

 <p>
I didn't spend much time with my Mother. I did wind up staying with my
Dad. I know that they both loved me, but neither of them were very good
at showing said love.
</p>

 <p>
Did I yearn for their attention? No. I can't say that I did.
</p>

 <p>
Has that history made my current life and years difficult? Oh, I think
that's safe to say. I can't let people get close. I'm not one for really
showing affection. I am emphatic and I do understand when others are
going through difficulties, but I'm not really equipped to help
necessarily.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-03-a-bit-of-personal-history.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-03-a-bit-of-personal-history.html</guid>
  <pubDate>Fri, 31 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>I am so ready</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I'm thinking this is just gonna be a short little snippet of an update.
</p>

 <p>
There is this part of me that wants to just take a couple of weeks and
just "go". No real destination, no real plans. Just get in the car and
drive.
</p>

 <p>
Realistically, I'd rather get on the bike and ride, but that's kind of
challenging when one no longer has a bike to get onto. To qualify, when
I refer to a bike, I'm not talking about the peddle powered version.
</p>

 <p>
Just me. Just on my own.
</p>

 <p>
I'm so tired.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-04-so-ready.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-04-so-ready.html</guid>
  <pubDate>Fri, 31 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The mobile posting process</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
All of the following is more for myself and future reference than
anything. (Though, who am I kidding, this whole blog thing is all
personal future reference, isn't it?)
</p>

 <p>
I figure that I've been blogging this way for a month or better at this
point, so it might be worthwhile to get down what my current process is
for getting a post up. I'll even include some nifty screenshots. All
from mobile, even!
</p>
 <div id="outline-container-the-process" class="outline-2">
 <h2 id="the-process">The process</h2>
 <div class="outline-text-2" id="text-the-process">
 <p>
Currently my site is statically generated by way of eleventy, hosted on
GitHub pages, using porkbun as DNS.
</p>

 <p>
My writing is done using Zettel Notes on Android, using Markdown and it
connects to my GitHub repository to push and pull as needed. The push
triggers a GitHub action to update the static pages.
</p>
</div>
</div>
 <div id="outline-container-the-flow" class="outline-2">
 <h2 id="the-flow">The flow</h2>
 <div class="outline-text-2" id="text-the-flow">
 <p>
Here is where I start things off, using Zettel Notes I open my "local"
storage on my phone via the App Directory.
</p>

 <p>
side menu.
 <img src="https://cdn.some.pics/swrogers/666086db7dca8.png" alt="666086db7dca8.png"></img></p>

 <p>
I've got a handful of templates and half started junk in here - I really
should clean this out. The main item of interest is the
 <code>blog-template-default.md</code> file here, though.
</p>

 <p>
I open that file up and copy the contents…
 <img src="https://cdn.some.pics/swrogers/6660872d78e5f.png" alt="6660872d78e5f.png"></img></p>

 <p>
…into a new entry within the Blog drafts directory. Ive got Zettel set
up to automatically name the new note entries with the date as I like, I
just have to add the rest of the file name and the extension.
</p>

 <p>
To the rest of the yaml front matter I will add the title, change the
date (the only thing I have yet to figure out if is easily automated in
Zettel or not) and the tags.
</p>

 <p>
the text of the yaml front matter that I use for my default blog posts.
 <img src="https://cdn.some.pics/swrogers/6660878ee41f6.png" alt="6660878ee41f6.png"></img></p>

 <p>
After I edit the file, I then manually copy the note into the posts
directory of the Lol Blog section/repository and refresh the listing.
This initiates the needed push to start the publishing process.
</p>

 <p>
Any images that I use, I have just been uploading to my omg.lol pictures
area and copying the markdown links. It works.
</p>

 <p>
It's all kind of clunky, manual, somewhat kludgy, but it works for me.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-05-mobile-posting.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-05-mobile-posting.html</guid>
  <pubDate>Fri, 31 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Still wheely tired</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Last evening I had the opportunity to update one of our Oracle
applications. Something that I've gone through a handful of times now
and have been able to fairly well document. It's kind of a flaky system,
in that it requires some toggles and buttons being pressed in a very
specific order. A rather unorthodox and strange order in our opinion.
But, I've got it down to a science now.
</p>

 <p>
Today was uneventful. So excellent.
</p>

 <p>
On the home news side, hopefully tomorrow we will get our second vehicle
back after an accident with one of the wheels and a curb. Though it's
kind of bittersweet, since it'll be a large bill. Definitely not looking
forward to this.
</p>

 <p>
Yeah, I'm still tired and this whole vehicle situation doesn't help.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-06-wheely-tired.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-06-wheely-tired.html</guid>
  <pubDate>Fri, 31 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Half a quartet</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Today we had a short conference with one of the music/band/orchestra
teachers in the school district. One of the really cool things that our
district provides (well, free it isn't…but it's available) is for
incoming junior high students the opportunity to try out a variety of
band and orchestra instruments over the course of four days, to see what
they like.
</p>

 <p>
All of our kids have participated at this point, the current kiddo just
finished his stint up. He went into it grudgingly, steadfast in his
thinking that he just wanted to play the violin and nothing else. We did
find out, through the whole camp experience, that he is not able to play
brass - kiddo was just not able to buzz his lips. That's perfectly
acceptable.
</p>

 <p>
Two of the instrument styles, both I suppose would be woodwinds, he
actually played very well. Clarinet and flute. Totally hilarious,
especially when considering that he really,  <b>really</b>, did not want to go
those days because he would just not be able to do anything at all with
them. Ha.
</p>

 <p>
Even when all was said and done, what was his top choice? Well, still
the violin. Totally cool. That said, his second choice was actually the
flute. The actually also recommended that he try to choose the bass, he
checked all the "hell yeahs!" on that one. Both the teacher that he
worked with on bass, and the assistant, were former bass players and
were very excited to see how well he performed. Fortunately, those
skills do translate well to the violin.
</p>

 <p>
All in all, we should now have half of a string quartet in our home now.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-07-half-quartet.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-07-half-quartet.html</guid>
  <pubDate>Fri, 31 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Notes of yesterday</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I did not post anything yesterday.
</p>

 <p>
After over a month of managing to get something put up, I skipped a day.
</p>

 <p>
And you know what? That's okay.
</p>

 <p>
It's not a habit until it becomes something more normal. I hope that
days like yesterday are more the exception than the rule.
</p>

 <p>
There was some productivity that was had yesterday, despite the
overnight rain I was able to get the lawn mowed and some other weeds
taken care of. We've got an older Snapper battery operated lawnmower,
and I consider it a major accomplishment if I'm able to get the lawn
mowed within a single 4Ah battery. If I can get it weekly, it's usually
possible, and only takes about an hour.
</p>

 <p>
Still, I really need to run the weed eater though.
</p>

 <p>
The second vehicle is still at the dealership, hopefully it's finished
by Monday afternoon. It really stinks not having my car. Not that I go
anywhere, or that I could go anywhere at this time. But still.
</p>

 <p>
I've got a question into our insurance agent, wondering about a few
things that are related about that vehicle issue, but I'm not overly
optimistic about any responses there. Certainly nothing favorable,
anyway.
</p>

 <p>
It's getting close to that time to begin thinking about birthday gifts
for the spouse. Sometimes I'm just not really in a gift giving mood, and
this seems to be one of those times. I do, however, think I know what
I'm going to get, so that's positive.
</p>
 <div id="outline-container-last-weeks-links" class="outline-2">
 <h2 id="last-weeks-links">Last Week's Links</h2>
 <div class="outline-text-2" id="text-last-weeks-links">
 <p>
I think I'm going to start something new here, too, this week. In
something of an effort to reduce the number of open tabs that I have on
my phone, I'm going to add to a listing of links that I've found of
interest.
</p>

 <ul class="org-ul"> <li> <a href="https://tiddlywiki.com/">TiddlyWiki</a> an older single file wiki
based, server less, personal knowledge base application. I haven't
used this in forever, it's good to see it's still kicking though.</li>
 <li> <a href="https://www.linode.com/docs/guides/how-to-install-and-configure-hubzilla/">How
to install and configure hubzilla</a> I like the idea of Hubzilla, and I
also like the idea of running my own fediverse something or other. I
already have plenty of them, though, and don't need to  <i>collect them
all</i> in this case.</li>
 <li> <a href="https://news.itsfoss.com/ente-auth/">Ente Auth</a> I really need to
get away from Google Authenticator, since it kinda stinks. You'd think
that Google would at least provide some kind of  <i>search</i> for theirs,
but…. That's asking quite a lot. Ente seems pretty cool, they've
also got a photos replacement.</li>
 <li> <a href="https://cara.app/home">Cara</a> Something of an Instagram replacement
that has had really good growth over the last few weeks from what I
see. They have really strong safeguards and stances on AI.</li>
</ul></div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-06-09-notes-of-yesterday.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-06-09-notes-of-yesterday.html</guid>
  <pubDate>Fri, 31 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The newish environment</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
The first half of my day has gone pretty well so far, considering the
work area move so I can keep an eye on the grand. Well, it does make it
easier to keep an eye on her, but that was of course not the full reason
for the move. We still hope to have the extra room usable for the eldest
soon.
</p>

 <p>
I do admit that it's nice to have a cleaner desk to work with. I still
need to bring my side table and printer down, as well as get my
Openmedia Vault box set back up. I miss my qemu box.
</p>

 <p>
Thus far today, I've managed to stay firm in my determination to keep
junk food out of my face. So that's a solid win. Not feeling any hunger,
which is to be expected with my experience.
</p>

 <p>
This month is nearing its end, but I think I'm going to continue to
attempt to get something down every day. It's been easier than I
expected, and I keep basically doing this for myself and none other.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-30-new-environment.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-30-new-environment.html</guid>
  <pubDate>Fri, 03 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>What a month</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Whoa, it has  <b>been a week</b> this day. I'm glad that it's almost over. Not
only is this day, erm week, almost over, but so is the month. Which also
brings us to the end of the Weblog Publishing Month challenge.
</p>

 <p>
And I do believe that I accomplished the challenge.
</p>

 <p>
So what made today a challenge? Largely that we will most like have to
have the wheel replaced on our vehicle. Naturally, the vehicle has the
premium package so yeah, won't be cheap. Somebody hit a road divider
turning into a parking lot and bent the inside of the wheel, popping the
bead on the tire. So, not looking forward to that damage.
</p>

 <p>
Another item, which was actually positive, is that the Uber sectional
super rearrangeable couch that we purchased showed up (mostly) today.
Like, a week early. So we weren't prepared. But, it worked out because
more people were home to help get things sorted out!
</p>

 <p>
Overall, I have to say that it's been a great month. I had hoped to do
something different, but I think writing about my life worked out. I
think that I should be able to continue this.
</p>

 <p>
Thank you for those that are reading.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-31-what-a-month.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-31-what-a-month.html</guid>
  <pubDate>Fri, 03 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Just another day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
The 20th of the month, and the first time that I've actually sat down at
a computer to write a post in, oh, what seems like forever at this
point. I've remembered to  <code>git pull --rebase</code> so - hopefully - there
won't be any errors thrown by git. What I've not done is to come up with
some kind of theme for todays entry.
</p>

 <p>
The morning was pretty much blown, not only was there no real sleep to
have been had (stopped up nasal situation, creating a wonderfully sore
throat), but then there was the need to get the two oldest and the
youngest kiddos in for their annual "well child" check. Always a good
time. At least our family doctor is easy to talk to and we generally
really like her. Would definitely recommend her as a local doc anytime I
see people ask about who to go to in any of the local groups. The only
thing that I (we…) don't care so much for is the fact that her
practice was sucked up into the local hospital conglomerate a handful of
years ago. Ugh.
</p>
 <div id="outline-container-just-chillaxing-here" class="outline-2">
 <h2 id="just-chillaxing-here">Just chillaxing here</h2>
 <div class="outline-text-2" id="text-just-chillaxing-here">
 <p>
So, I'm just sitting here putting off one of the more dull parts of my
duties. Instead of which, I'm listening to my eldest twin talk his way
through an attempted understanding of building a binary input system
that outputs an analog number using simple logic gates. Not only has he
basically taught this to himself (with a small amount of input from
myself), but he has more or less sucessfully reversed engineered a
simple prebuilt machine and added a third bit. Listening to him explain
the process, and be super excited about his progress, is enough to make
this geeky Dad very, very proud.
</p>

 <p>
I've also been kind of halfway  <i>futzing</i> (that's a technical term there)
around with creating a process to pull in a weeks worth of  <code>raindrop.io</code>
links into distinct data directories within this blog. I've got a pretty
simple solution that will pull in the previous weeks worth of items,
create any necessary  <code>YYYY/MM</code> directory, then write a  <code>response.json</code>
file containing the items. I guess I'd probably rather create  <i>week
number</i> directories as opposed to month directories though - that would
make more sense in that process. The idea being that I could have a
weekly post of all the links that I wanted to save and share for that
previous week. I also do use the paid raindrop.io account, so I think I
could maybe link to the cache - not sure on that, though. At least for
me, I could.
</p>

 <p>
This past few days I've also been trying to get more familier with the
 <a href="https://nyxt.atlas.engineer/">Nyxt</a> web browser. It's kind of an  <i>on
again, off again</i> deal with me. Some of my browsing I do over an X
tunnel, and nyxt just seems a little bit faster than firefox. Plus, it's
 <code>lisp</code> based and I'm still in that phase of learning new things.
</p>

 <p>
With that, I think we shall call it an end.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-20-just-another-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-20-just-another-day.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>End of an era</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Today was the recognition ceremony for our fifth grader. This is
certainly a special class, one that we feel honored to have gotten to be
involved with. Our fellow parents are amazing, our son's peer group is
just flat out phenomenal, we couldn't ask for anything better.
</p>

 <p>
This class has marked a couple of milestones. First, the school
principal started out with this group in kindergarten. She's been a
wonderful person - an advocate above all who believes in all the
students. Sadly for this school, she is leaving for another district.
</p>

 <p>
Second, our young man has had a gifted IEP for a number of years now
(recall what I said about the principal being an advocate?), and he was
the first gifted student for his particular gifted facilitator. She,
too, has been a joy to work with. We have had nothing but positive
memories for this school and the people there.
</p>

 <p>
Fortunately, we still have one more kiddo to take through this journey.
He is getting to go through this school's beginning of a Montessori
program. So far, it's been good for him. We would have loved to have had
more of them go through this type of learning system, but at least one
is able to.
</p>

 <p>
When we first moved here, I admit to having doubts about this area and
this school - but no longer.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-21-end-of-an-era.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-21-end-of-an-era.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A somewhat productive day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
If I were to be honest - and really why wouldn't I be so - today has
been something of a productive day. I don't feel like I have a whole lot
of  <i>actual product</i> that came out of today, but I do feel that I made
some learning progress today for work.
</p>

 <p>
That, my friends, is certainly positive. I'm learning some working
details of our new ticketing/asset/configuration item/project system.
We're moving from the atlassian product, so it's something along those
lines. I don't mind jira, but it'll be nice to not have different login
system and be able to use our single sign on. Plus, while I will be a
department admin, I don't have to admin the whole thing.
</p>

 <p>
Today was also the last day of school for the kindergartner and the
fifth grader. It's bittersweet all around.
</p>

 <p>
Yeah, it's a short update day.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-22-somewhat-productive.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-22-somewhat-productive.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>One more day down</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's certainly been a day.
</p>

 <p>
And night, honestly. Late last night our eldest came home with his
little one. I will say that it wasn't entirely unexpected, and that we
as a family are glad to have them here. We are grateful that we are
 <i>able</i> to have them here. This weekend will be a bit of work, as I have
kinda taken over the extra room and made an office out of it, which will
have to be swapped back over to make room for the two of them.
</p>

 <p>
We've also got a couple of us in the home who aren't exactly feeling all
that well. One probably should have come home early with an ear
infection/headache/head cold. Myself, I'm halfway stopped up with a
scratchy throat and can't sleep worth a darn. It's been a pretty not so
fun time overall here in the household.
</p>

 <p>
The twins have the last day of school tomorrow, assuming that they are
both able to go. Next year they will be finishing up middle school.
</p>

 <p>
Right now, I'm just sitting here, listening to the quiet that is
octonaughts. Who are also asking for peace and quiet. It's kinda meta.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-23-one-more-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-23-one-more-day.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>So so tired today</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's been a day of feeling absolutely miserable. Took a couple of
benadryl may night, with the hope being that I might be able to some
decent sleep to go along with being stopped up with a sore throat.
</p>

 <p>
Yeah, that didn't work too well. While I was basically falling asleep at
22:00 last night, I also managed to forget to put the recycling and
trash out for the morning. At least I was able to get them out this
morning. The problem with benadryl is that it takes forever to wear out
of my system.
</p>

 <p>
So even right now, at 1700 the next day, I feel like I could go to bed.
</p>

 <p>
Sigh.
</p>

 <p>
At least the grand daughter wasn't too bad today! She doesn't really
know us, but we've been working on that and I think that we are making
progress.
</p>

 <p>
Anyhow, here's a photo I took of our backyard swing while I was pushing
our six year old on it. Enjoy. 😃
</p>

 <p>
on the left side.
 <img src="https://cdn.some.pics/swrogers/66510ce975b2b.jpg" alt="66510ce975b2b.jpg"></img></p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-24-so-tired.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-24-so-tired.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>No no no anything but that</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
As the saying goes, "oh for crying out loud!" Not only have I/we not all
been feeling too well, but last night my right eye began bothering me.
It felt really dry, not super itchy or anything, just dry and a little
hazy at times.
</p>

 <p>
I get up and look into the mirror.
</p>

 <p>
Whoa, that's certainly a red, rather angry looking eye I've got there.
</p>

 <p>
Now, being a parent of five kiddos, there really is only one thing that
goes through my head at this point, and I can't quite figure out how in
the world I would have come down with  <i>pink eye</i>.
</p>

 <p>
Sigh.
</p>

 <p>
Fortunately, we do have five kiddos (well, mostly four, though the first
is back under the roof with his own as well now) in the house. Plus, we
don't like to throw medication away. Or anything really, but that's
another story. So I guess it's eye drops for me.
</p>

 <p>
How I've managed to go all my life without getting this before I'll
never know. It's right up there with  <i>how in the world did I get it this
time?</i>
</p>

 <p>
So annoying.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-25-not-pink-eye.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-25-not-pink-eye.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Other Peoples Pets</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Well, it's after 1500 so I guess that is should probably work on getting
 <i>something</i> written up.
</p>

 <p>
It's also a long weekend here, normally that would be a good thing, but
once again I just struggle to enjoy all the free time. What doesn't help
this go round is that I get to play the bad guy in the house. Some
people in the home want an animal, specifically a dog. I don't have
anything against dogs, so long as they aren't mine.
</p>

 <p>
I've come to the conclusion that I'm not a pet person. I much prefer
other people's pets. I know that if we get a dog, the person that winds
up taking care of it 80 percent of the time or more, will be the person
writing this entry. I don't want a dog. This makes me feel like an
asshole. It is what it is.
</p>

 <p>
I have a hard enough time keeping care of the cat and two bearded
dragons that are in the home. Our walls are scratched and destroyed - at
some point in time I'd like to get those taken care of. The yard looks
like ass right now, I don't want it to get worse nor do I relish the
thought of scooping poop. We tried having a dog already. He ate part of
the couch, some books, a couple of apple trees, a peach tree, a cherry
tree and a fig tree. Yeah. I don't want a dog.
</p>

 <p>
I'd almost consider going back into the office to work before that.
</p>

 <p>
Well, that turned into a thing.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-26-other-peoples-pets.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-26-other-peoples-pets.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>An office no more</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
The long weekend is nearly at an end. I didn't get nearly as much done
as I wanted. Color me all kinds of surprised. Did manage to get the lawn
mowed and the AC fan unit hosed off, so there is that.
</p>

 <p>
What I had really wanted to do, get the office/extra room cleared out
for the eldest and the grand, didn't happen quite as planned. We need to
get room cleared out in some other places first. Namely the master
bedroom. My workspace is once again going to be the corner of the
bedroom. I don't actually mind, I think it's more than worth it to have
our eldest and his kiddo in a better situation. It's going to make
things interesting around here for awhile, no doubt about it.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-27-an-office-no-more.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-27-an-office-no-more.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Some close shaves</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Good grief have I been cutting it close these past couple of days! I
wound up taking the day off with a migraine and sore throat. Plus the
salt in the wound that is the pink eye, which is being treated
successfully.
</p>

 <p>
I also got the opportunity to watch the grand today, for whatever that
was worth as she wasn't feeling the best either, what with it being a
new environment and not having her dad at home. It's going to take a bit
for her to get used to us, but kids are very adaptable.
</p>

 <p>
Still wasn't able to make any progress on their future room, though. Not
sure how well tomorrow will go in that regard either. It does make me
feel kinda horrible.
</p>

 <p>
Ah well, on to the latest episode of  <i>Dark Matter</i>.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-28-close-shaves.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-28-close-shaves.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>No more bag habits</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Bad habits. I seem to have fallen back into some of them. Most of which
seem to revolve around food, which I can only blame myself really. I've
been doing a keto lifestyle since August of 2019, about five years at
the time of this, and it could be said that I'm still keto.
</p>

 <p>
I generally stay under twenty net carbs a day. No sugar. None of what
works normally be considered a part of the regular American diet. It was
a change that needed to be made if I wanted to live to see my kids grow
up and not find myself in an early grave. By all measures the change has
been a glowing success.
</p>

 <p>
Lately though, and by  <i>lately</i> I should probably qualify that with about
the last year or so, I've been really, really bad about continuing to
log what does go into my body. I have been really bad about junk food.
I've probably already talked about what I consider junk food, it's not
really what my fellow neighbors would consider junk. But, high calorie
crap that I absolutely, positively, do not need. If I do partake, I've
got to ensure it's accounted for. I don't always do that, so shame on
me.
</p>

 <p>
This morning, I weighed nearly 194 pounds. Still down from 330 plus, but
in my eyes, I see that getting far too close to the double century mark
for my liking. This guy has got to get back into only eating when he's
hungry. That's my bad habit now.
</p>

 <p>
I never really "ate my feelings". I always ate out of boredom or habit.
It didn't take long to drop breakfast. Then lunch eventually fell as
well. I need, I have the desire, to feel that hunger once again.
</p>

 <p>
As they say:  <b>Keep On Keto On</b>
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-29-bad-habits.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-29-bad-habits.html</guid>
  <pubDate>Thu, 02 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Sponges and Splashes</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
My original idea for this month, the challenge of posting a "simple"
blog post each day, was to have myself read the "Writing to Learn" book
and then give my thoughts on what I had read. This far, I have only
succeeded at half of that challenge, having not really made much
progress in the book.
</p>

 <p>
I do say that I'm not really all that surprised. I did take this week
off of work, so did my spouse. Therefore I just don't really have much
in the way of a desire to sit, read and contemplate. What o have been
able to do, though, in stealing away a few bits of time here and there
to write, has been of good use. It's been not quite cathartic, but very
close, to get words out of my head and onto the screen.
</p>

 <p>
This morning was field day for the fifth grader. We signed up to assist
the teachers with attempting to keep the students under some kind of
control. Basically just ensuring that they didn't maim each other. I had
myself stationed at what I'll refer to as the  <i>sponge fighting</i>
location. One of the handful of water areas that are set up. The idea
here being that the kids pair up and toss a sopping wet sponge back and
forth. If you can't catch the sponge, then you wring it out over your
head. It's all good fun. It all more or less kind of devolves into
"let's just throw wet sponges at each other!"
</p>

 <p>
We go back shortly to help out with the Montessori primary group - the
kindergartners. It should be a lot of fun. Our six year old is very
excited to have us there with him.
</p>

 <p>
Tonight is another performance, as well. The twins have the last major
show for honor choir, which the class has been working towards for some
time now. After that, then then of school. It's crazy, how quickly this
year has gone by.
</p>

 <p>
It will soon be midsummer. Then it'll be turkey day. Then new years.
Then…
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-10-sponges-and-splashes.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-10-sponges-and-splashes.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Junk Food For Thought</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's the eleventh of May. Saturday. A day to do not a whole lot. Same as
tomorrow I guess.
</p>

 <p>
I've been trying for most of the day to come up with some kind of theme
for todays post. I guess it's been staring me in the face for the day as
well, if only I could open the proverbial eyes. It has actually been
making its path through my hands, in front of my face and down the old
gullet multiple times today.
</p>

 <p>
It's kind of funny, what is one person's junk food is not the same as
every body else's junk food. What was junk food for me me years ago is
completely off limits to me now, nor do I crave those items now.
Thankfully. Today, my junk food is stuff like cheese, natural peanut
butter, macadamia nuts. All high calorie stuff.
</p>

 <p>
When we first started keto, I thought that must difficult things to give
to would be all the baked goods: cookies, biscuits, cakes, etc. I
mentally gamed it, though, and was able to conquer those cravings. My
first hump was getting past 220 and into the so-called  <i>one-derland</i>.
Now, that I've been past there, into the 170s, my new plateau is trying
to get back below 180. I've continued to be in the 190s for longer than
I like.
</p>

 <p>
I really need to get back into that track, stop snacking, get away from
the peanut butter and dairy, start tracking everything that goes on my
plate once again.
</p>

 <p>
I've started not feeling my best. I need to get there once again.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-11-junk-food-for-thought.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-11-junk-food-for-thought.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Nothing to see here</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Today is the twelfth of May. The last day of my vacation, yet another
vacation where absolutely nothing was accomplished. I'd feel bad, but I
generally don't get much done on these things. Who wants to work on
their vacations. Normally I'd take a pair of weeks off, which would at
least enable me to sorta almost get something done during the second
week. But not this time.
</p>

 <p>
I'm sitting here at someone's home, of whom I have no idea who they are.
Well, I guess it's a home, more a ranch. It's a really nice place. But,
even then it's one of those deals where I don't know anyone here and
really don't have much of a connection with anyone. All I can say and
think is,  <i>man, I couldn't even fathom owning this much land or this
kind of property</i>.
</p>

 <p>
Thankfully we aren't going to be here long.
</p>
 <div id="outline-container-four-hours-later" class="outline-2">
 <h2 id="four-hours-later">Four Hours Later</h2>
 <div class="outline-text-2" id="text-four-hours-later">
 <p>
Give or take. It's after dinner, so it's time to catch up on some
entertainment. Today it's  <b>Dead Boy Detectives</b>. I seem to recall
something about a possible spin off of these characters with an episode
of  <b>Doom Patrol</b>, but I could be wrong.
</p>

 <p>
So far it's pretty good.
</p>

 <p>
In other news,  <i>Happy Mother's Day</i> to those that celebrate.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-12-dead-boy-detectives.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-12-dead-boy-detectives.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not So Triskaidekaphobic</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Lucky number thirteen!
</p>

 <p>
I wasn't too certain that I was going to make this one, if I were to be
completely honest. It's been a day full of watching a sick kiddo and
trying to keep myself in check as well. To say that it has not been a
great day would be an understatement at the least.
</p>

 <p>
We've had a couple of really long nights, as our youngest has been
making his way into our room (which is not so different from the normal)
and coughing up a storm (which is different from the norm). Hopefully
he'll be able to get this thing beat soon.
</p>

 <p>
I will say that I'm lucky in that my job is very flexible in allowing us
to e to care for family and self. I know that not everyone is so
fortunate. For that, I am thankful.
</p>

 <p>
As an aside, I have finally been able to watch  <b>Dune Part Two</b>, which
was excellent. I had really wanted to see it in a theater but was never
able to make it. The first  <b>Dune</b> was actually the he first movie I saw
in the theater after the world had began to open back up. Some might say
post COVID, but I think that we all know we are still current COVID.
Sigh.
</p>

 <p>
These entries have been good for just getting my mind settled and thawed
out for the day. While nowhere near what I had intended to write about,
I hope to be able to continue on this path. Whether anyone reads them or
not, matters not to me.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-13-lucky-thirteen.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-13-lucky-thirteen.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Just for me</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Two weeks in, so far so good?
</p>

 <p>
One thing that is certainly a bonus when participating in a weblog
writing challenge is that one may just happen upon some other
interesting writers or posts. Which is, I suppose, one of the reasons
the challenge even exists. There have been multiple reasons - excuses
really - for why I've never done much writing for myself, the least of
which being my internal thought that  <i>I have nothing of interest for
anyone to read</i>.
</p>

 <p>
Ah, but really though, is that the sole reason to write? No. I should
write for myself, no matter how mundane I think the entry of the day
will be. Have I been taking care of a child with a racking cough, who
rends at my heart because there just isn't much that I can do for him?
Yep, so I should write about that. Was I finally able to get some
yardwork done because the incessant rain finally stopped? Yep, note it
down.
</p>

 <p>
Why shouldn't I go on and just use a blog as a daily journal. It takes
zero effort at this point and it's for my own good.
</p>

 <p>
For those that might be interested, including future me,
 <a href="https://brandons-journal.com/post/shame-and-blogging-redux">here is
the post that sparked</a> this entry.
</p>

 <p>
It's still early, so there may be more.
</p>
 <div id="outline-container-awards-and-stuff" class="outline-2">
 <h2 id="awards-and-stuff">Awards and stuff</h2>
 <div class="outline-text-2" id="text-awards-and-stuff">
 <p>
As parents we love to brag on our children. With five excellent young
kiddos, I have no limit to the amount of praise that can be levied.
Today has been no exception. We just returned from the fifth grader's
surprise award presentation, where he received an Unsung Hero award from
a local group. They choose two young students each year to honor, and we
were pleasantly surprised when we found out he was chosen.
</p>

 <p>
Our kids are absolutely amazing and I look forward to seeing what they
are able to accomplish.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-14-just-for-me.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-14-just-for-me.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Catch up to the lifestyle</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
We seem to be nearing the midway point of the month. I am just getting
back to work from a week of "vacation", then two days of having a sick
kiddo at home. Okay, so three days, really, but today has been more of a
"letting the kiddo keep his temp normal" kinda day. Not so much sick, as
he is stopped up. At least the cough is more or less done.
</p>

 <p>
As is the way of things, after taking a week off of work today has
basically been spent playing catch-up. At least it hasn't been as bad as
it's been in the past. Just a couple of quick answers that needed to be
sent out. I'm so glad this is a slower time of year. I've generally
taken two weeks off at a time, but figured I'd change things up this go
round. Of course, what with the sick kiddo I was beginning to wonder if
I might have wound up taking this week off as sick leave too.
</p>
 <div id="outline-container-the-lifestyle" class="outline-2">
 <h2 id="the-lifestyle">The lifestyle</h2>
 <div class="outline-text-2" id="text-the-lifestyle">
 <p>
How about an update on my keto life? My weight has been steadily
creeping up over that 190 plus mark over the past few months. Certainly
not where I want to be, no matter what other people in my life think.
While I do agree that sub 170 is not a good look on me, I continue to
struggle with making my way down below 190. I still have my goal at 182,
preferably.
</p>

 <p>
I do consider myself lucky (accomplished?) in that I still wear the same
sized jeans and clothes, so I haven't had to change or modify the
wardrobe again. Thankfully. That's one of my major fears, that whole
idea of relapse, once I were to allow myself to get comfortable with a
weight. When that happens, then I stop logging all food, I start
snacking more, I start thinking that eating this little bit of junk is
going to be okay.
</p>

 <p>
Then it's just a completely blown day and I wanna retreat within myself.
I need to be able to string together a few good days.
</p>

 <p>
I need this win, again.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-15-catch-up.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-15-catch-up.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not so messy this time</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's the afternoon and I'm sitting in the car, waiting for the two
youngest to get released from school. I can't complain about how the day
has gone, it's been pretty good and relatively productive. I'm just glad
that the little one was able to go and stay at school all day! I love
that my kids, generally, enjoy school.
</p>

 <p>
Part of my job role involves application upgrades for some decently
large vendors, Oracle and Salesforce come to mind. These upgrades can be
a tad kludgy. An understatement to say the least. I've been through a
handful of one upgrade in particular that I have been able to get
documented fairly well, and I believe that I now have it down to, if not
a science then at least an art. Art is still allowed to be messy - and
this thing is no exception. I think my favorite part of this last patch
cycle was that Oracle has evidently stopped providing (what appears to
be) either a second copy of their jdk, or they've streamlined it into a
non-versioned directory. Which I suppose is nice. At least it was easy
enough to sort out.
</p>

 <p>
We've got some other projects in the hopper at work, and it feels good
to be a part of them. It almost feels like progress.
</p>

 <p>
Ah, the kids are picked up. Some garlic olives have been snacked on (it
is weird how ones tastes change when away from carbohydrates for so
long). I'm sure I could ramble on more, but I think I'm good here.
</p>

 <p>
Thanks for reading, if you are. If you're not, then that's okay too.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-16-not-so-messy.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-16-not-so-messy.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A perfectly cromulent day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I feel like I should have more to write about today.
</p>

 <p>
I feel like I could (should?) have been more productive today.
</p>

 <p>
Let us count what all I've accomplished to get done this fine, fine
Friday the seventeenth. - One of our major SaaS applications is going to
be upgraded at the end of the month, so that needed to be added to the
calendar. - A group request that I'd made a couple of days ago was just
fulfilled, so I was able to make a couple of updates in prep for a
background process. Which can't be finished until a separate sync
occurs. - I brought an item to another groups attention, so that the
requestor can be thought how to help themselves. - I've started learning
a new service management/issue tracker/asset management/knowledge base
system of which I am one of the main admins for our group. This should
be fun. - Trying to pick up some Laravel. I don't know why or for what
purpose, seeing as I actually prefer clojure for fun and….well, not
really profit seeing as how it's a hobby.
</p>

 <p>
Yeah, that's about the gist of what I've done today. I guess I did
upgrade one of my Kimsufi boxes and portainer container. It's been a
moderately full day, and for that I'm completely okay!
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-17-cromulent-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-17-cromulent-day.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A chore no more</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Ah, welcome to the weekend!
</p>

 <p>
Finally was able to sleep in a bit this morning, all of until 8am. Still
feels like sleeping half the morning away, though, especially when one
is used to getting up at 6am.
</p>

 <p>
For a Saturday it's been kinda productive, managed to get the lawn mowed
for the first time in over a week. It's funny, when I was a kid and had
to mow two yards and a large back lot I was never a fan of the chore. It
could have had something to do with needing to deal with a black walnut
tree….if you know, you know. Ugh. Now, though, it's a good time to
unwind with some music and enjoy the process.
</p>

 <p>
Certainly it's not something that I'd consider a chore. My yard doesn't
look the best in the neighborhood, but at least it's far from the worst.
I try to take at least a little bit of pride in how the home looks. It
doesn't hurt that the neighbors also have really nice lawns.
</p>

 <p>
I've got other things around the home that I'd like to do - one of which
being permanent holiday lighting with some programmable LEDs. Maybe I
can tackle that project this Summer.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-18-chore-no-more.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-18-chore-no-more.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A title should go here</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's Sunday, which thankfully means that the weekend is nearly,
blessedly, over. One of these days I'll figure out what it is about the
weekend or time off that I don't care for. Sigh.
</p>

 <p>
Managed to get the dishwasher unloaded and reloaded this morning.
Sometimes I still feel very much like that butter robot. Only I get to
do more than just "pass the butter", I also get to fetch fresh paper
towel rolls from storage! Aren't I lucky.
</p>

 <p>
I know that people don't take me for granted, but good grief sometimes
it really does feel that way. Are there things in my life that I would
haved changed, given the chance? Sure, I don't think that there is
anybody out there that would say otherwise. I try to stay upbeat and
somewhat optimistic, but it can be a challenge. Especially when you live
with somebody who has depression. Anyhow.
</p>

 <p>
I was going to write something here related to what I've stated above,
but I'm not too sure that I want to get into some of these items just at
this time. At least not in public. While I don't share these posts
within my  <i>close friend group</i>, neither is this site exactly hidden. I
think I'll just leave it at that for a bit. Talk about vague posting, I
guess.
</p>

 <p>
Now for an attempt at something a little less depressing I guess. While
I really, really have been enjoying Zettel Notes, I would like a way to
more easily share pics on this site. Without the need to host the images
myself. Yeah, that kinda limits me with workflow simplicity. I've got
the pixelfed account, so there is that, but then omg.lol also has a
pretty simple image host as well. Both just take a little extra steps.
But this should work, I guess.
</p>


 <figure id="org9f5de97"> <img src="https://cdn.some.pics/swrogers/664a23faee93d.jpg" alt="664a23faee93d.jpg"></img> <figcaption> <span class="figure-number">Figure 1: </span>Cropped picture of my IronFlask coffee mug.</figcaption></figure> <p>
I guess that should do for today.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-19-post-title.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-19-post-title.html</guid>
  <pubDate>Wed, 01 May 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Writing to learn - Weblog Posting Month 2024</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Well it's finally here: my first entry into Annie's
 <a href="https://weblog.anniegreens.lol/weblog-posting-month-2024">Weblog PoMo
2024</a>. As with most things that I do when it comes to writing, I
haven't really planned this out. Does that mean that I'm most likely
going to fail at it? That is a definite possibility. But I'm willing to
at least give it a shot for myself.
</p>

 <p>
Of course, there is nothing like getting an
 <a href="https://echofeed.app/">Echofeed</a> set up for it to help with some
accountability - up to and including having the
 <a href="https://beep.town/@echofeedamplify">Amplify Bot</a> boost your stuff.
</p>

 <p>
With that out of the way, let's get the ball rolling on
 <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a>!
</p>
 <div id="outline-container-writing-to-learn" class="outline-2">
 <h2 id="writing-to-learn">Writing to learn</h2>
 <div class="outline-text-2" id="text-writing-to-learn">
 <p>
Or something like that. Writing to learn, writing to keep yourself
accountable, whatever the reason it's a good skill to have. It's not
necessarily something that one actually appreciates when they are
younger. I graduated high school in 1995 and was fortunate enough to
have had a couple of college level courses that we were able to take
during our senior year - including an English course that included at
least one paper. It was a great start on my college and university
stint.
</p>

 <p>
When I did eventually enroll and find myself in college, part of our
curriculum was a
 <a href="https://en.wikipedia.org/wiki/Writing_across_the_curriculum">Writing
to learn</a> selection of courses - I believe that we needed required to
take two or three of these. The idea - at the time at least - was
something that I can't say I was too overly fond of. I was going to be a
Computer Science major and didn't feel that I needed to "Write to
Learn". Of course, I did though.
</p>

 <p>
It wouldn't be until much,  <b>much</b> later that I would find the source of
this sound reasoning:
 <a href="https://www.harpercollins.com/products/writing-to-learn-william-zinsser?variant=42347013505058">William
Zinsser's Book</a>. At least, I assume this to be the source. My plan, my
goal, is to actually read this book. I don't think it to be too much to
ask. I've already got one chapter down and I find that I really like the
flow and the style. So, part of what I write about this month is going
to include some of my thoughts on the book.
</p>

 <p>
This isn't going to be some great article series, no doubt about that.
But I do hope that I'm able to improve a bit on my writing, maybe it can
even become a habit to write more. I don't think I could hope to be able
to write  <i>better</i>, I find that I'm pretty well stuck in my ways on that
account.
</p>

 <p>
I will end this entry with a bit of an anecdote. Not long after I moved
to Lawrence, I found myself sitting at a local restaurant eating a meal.
Behind me sat a couple of who I will assume to be professors from the
university and they were having a conversation. The subject of students
not knowing how to write papers came up, which was kind of a surprise to
me. This was quite some time ago, but from what I can recall I do
remember thinking to myself how sad and disturbing that was. How could
students in this (that?) day and age make it through high school and
into college or university and not know how to write?
</p>

 <p>
I can only imagine that now, it's a problem that has not gotten any
better. Writing is becoming a lost art it seems.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-01-writing-to-learn.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-01-writing-to-learn.html</guid>
  <pubDate>Tue, 30 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Another Day, Another Chapter. Day Two.</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
The second day brings with it a second chapter of the
 <a href="https://www.harpercollins.com/products/writing-to-learn-william-zinsser?variant=42347013505058">Writing
To Learn</a> book. To be completely fair, I had read about half of this
yesterday and have finished it up this morning. To be even more fair, it
will be highly probable that I'll read chapter 3 and add more to this
post today as well. Let us find out what has been digested this go
round, shall we?
</p>
 <div id="outline-container-gustavus-adolphus-college" class="outline-2">
 <h2 id="gustavus-adolphus-college">Gustavus Adolphus College</h2>
 <div class="outline-text-2" id="text-gustavus-adolphus-college">
 <p>
Right out of the gate I learned something. While even the author,
Zinsser, did believe that everybody should be able to write - he did
literally write the book on the subject - the idea of  <i>Writing Across
the Curriculum</i> came from the small Midwestern College of
 <a href="https://en.wikipedia.org/wiki/Gustavus_Adolphus_College">Gustavus
Adolphus</a>. Or, at least as well as I can tell according to the text.
Even at that point in history (jeeze, only 1985) the professors had a
need and a want to move the responsibility of teaching students to write
away from the "English" Department. Which makes complete sense to me. We
write - or should write - about more than just, well, previously written
materials (books, plays, what have you). Noted within this chapter are
numerous other great sources of written material - from beautiful
mathematic proofs, to how the periodic table of the elements are
arranged and why.
</p>
</div>
</div>
 <div id="outline-container-a-puzzle-of-the-humanities" class="outline-2">
 <h2 id="a-puzzle-of-the-humanities">A puzzle of the humanities</h2>
 <div class="outline-text-2" id="text-a-puzzle-of-the-humanities">
 <p>
An interesting point was brought up during my reading today. If one's
mind likes to work though puzzles, finding solutions to whatever has
been presented to you, then perhaps no matter what the subject matter is
it could be possible to find an intriguing route to write about said
solution. As an example, the author has noted multiple times that they
did not care for chemistry in school. Maybe if some of the work had been
phrased the way that  <a href="https://en.wikipedia.org/wiki/Dmitri_Mendeleev">D
I Mendeleev</a> had worked out the  <i>Periodic Law</i> and creating a version
of the  <i>Period Table of the Elements</i>, then that challenge would have
had a more positive effect on him. If there is some way to find a human
element to whatever subject matter is being studied or written about,
that seems to help a great deal.
</p>
</div>
</div>
 <div id="outline-container-a-feeling-of-rambling" class="outline-2">
 <h2 id="a-feeling-of-rambling">A feeling of rambling</h2>
 <div class="outline-text-2" id="text-a-feeling-of-rambling">
 <p>
I'm doing it again - I feel like I'm just kind of rambling on. I should
tighten this stuff up. Meh.
</p>

 <p>
Let us finish up with a couple of quotes from the chapter that have kind
of stuck with me:
</p>

 <blockquote>
 <p>
Students should be learning a strong and unpretentious prose that will
carry their thoughts about the world they live in.
</p>
</blockquote>

 <p>
and
</p>

 <blockquote>
 <p>
…every subject is interesting if an avenue into it can be found that
has humanity and that an ordinary person can follow.
</p>
</blockquote>

 <p>
These ring well with me. I'm no journalist, no professional writer for
sure. But I have read a wide variety of subjects, books, magazines,
articles…those that leave the best impression are of the style that
don't belittle or "talk down" to the reader. I find it sad that today we
are losing a large amount of written work that may never be. Amazing
magazines that have stopped printing. Journals that are no longer
around. Yes, I am aware of the irony that any readers of this material
are doing so on a media that involves a screen. It's easier, but only in
so many ways.
</p>

 <p>
The challenge is finding it.
</p>

 <p>
Read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-02-another-day-another-chapter.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-02-another-day-another-chapter.html</guid>
  <pubDate>Tue, 30 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Here we go day three</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's day three of Weblog Posting Month 2024!
</p>

 <p>
Whew!
</p>

 <p>
I'll be honest, I was beginning to wonder if I was going to make it
today. Today has been challenging, to say the least, so I will be
putting off today's reading of the "Writing to Learn" book.
</p>

 <p>
"Why is that?" - I hear absolutely noone asking. Well, I'll tell you
anyhow. I do much of my blog posting through  <code>emacs</code> using  <code>org-mode</code>
capture templates. My current  <code>emacs</code> configuration is a semi modified
 <a href="https://github.com/doomemacs/doomemacs">doom emacs</a> build which has
worked very well for me in the past and continues to do so in the
present. Generally. I don't know if I had some kind of hardware issue
(which is possible, as my config is hosted on a local NAS with used
drives) due to perhaps a recent storm, but my org capture templates were
just not working at all. Even after a  <code>doom doctor</code>,  <code>doom purge</code>,
 <code>doom build</code> cycle…nothing worked.
</p>

 <p>
Which necessitated a  <i>nuclear option</i> of a fresh git checkout of doom
and starting over. It's not really a complete do over, though, since I
still have my private/personal doom init files that live in a different
directory.
</p>

 <p>
All in all, after about an hour and ten minutes of waiting for the build
process to finish (ugh…) we are back to par. Yippee.
</p>
 <div id="outline-container-the-actual-challenge" class="outline-2">
 <h2 id="the-actual-challenge">The actual challenge</h2>
 <div class="outline-text-2" id="text-the-actual-challenge">
 <p>
Everything stated, I have actually read a bit of the next chapter, and
all of the above was initiated because I wanted to take a handful of
notes. One item in particular, about clear writing being evidence of
clear thinking. Something of which I really need to strive to do - think
clearly. With that, and just a little bit of focus, perhaps I can write
clearly.
</p>

 <p>
Read my other  <a href="file:///tags/weblogpomo2024">#WeblogPoMo2024</a> posts.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-03-here-we-go-for-another-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-03-here-we-go-for-another-day.html</guid>
  <pubDate>Tue, 30 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>It&apos;s the fifth day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
This is the fifth day of the challenge! Yesterday was an attempt to post
something using the GitJournal app, which sort of worked, but didn't
work quite as smoothly as one would have liked. It failed to save the
new file in the appropriate folder, though I'm fairly certain I saved it
where it needed. Then when trying to move it, it does a copy instead.
</p>

 <p>
Which plays havoc with the push to git and the workflow run. Sigh.
</p>

 <p>
So, in my attempt to both come up with a post today  <i>and</i> perhaps a
decent mobile way to post, today is just straight into the github web
site and add a new post. Is it preferable? Absolutely not.
</p>

 <p>
In other news today, I was able to get the yard mowed before it rained.
I've got this feeling that for the next month or so it's basically going
to be "mow whenever you flippin' can". Otherwise, my old battery
operated Snapper just - literally - isn't going to cut it.
</p>

 <p>
Well, off to the store. Tonight is homemade tomato soup and grilled
cheese with smoked gouda. Perhaps a tasty antipasto salad as well.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-05-its-the-fifth-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-05-its-the-fifth-day.html</guid>
  <pubDate>Tue, 30 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>A day of waxing philosophically</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's day the next around these parts. For whatever that means, right?
I've not made nearly the progress on my book that I'd like to, so
today's entry will be another one of those "day in the life of" ordeals.
I might even be able to make this interesting, but I wouldn't let odds
down.
</p>

 <p>
This year I turn 47. Not quite the same as when one turns 40, though
let's be honest here, I don't think my 40th was anything all that
spectacular. Nor is it quite the same as turning 50, I'm guessing. As I
get older and watch my kids get older, I can't help but think that it
really wasn't all that much long ago that I was their age, almost in
their shoes, going through similar phases. I've tried to do my absolute
best buy my kids. My Dad, who I love, has probably told me that he loves
me only a handful of times. I know he does, but I've tried to reverse
that trend with my boys.
</p>

 <p>
I think back to some of the points in my life, I try to correlate how
old my kiddo's are, to how old I was, to how old my Dad was (or, would
have been at that time). I always wonder what would have been going
through his mind. It's just strange, trying to put myself into his
place. There are differences between the two of us, there is no doubt
there. As parents, we try to ensure that our children have access to
things that we never had - or, in my case things that I never knew that
I should have or would have wanted. Things as simple as high school
yearbooks.
</p>

 <p>
I didn't go to a large high school, nor did I have an over abundance of
friends, nor did I ever think that I would want to ever reminisce about
those years of my life. Of course, growing up I think I must have
thought that yearbooks just magically showed up at school on yearbook
signing day. It never would have occurred to me that there was an (at
times) significant cost involved. My kids may not realize it now, but
they'll be thankful for those, at least, in the future.
</p>

 <p>
Yes, we love our kids and want the best for them. Though, what parent
does not.
</p>

 <p>
Anyway, with that I think we shall close out this day.
</p>

 <p>
Read the rest of my  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-06-a-day-of-waxing-philosophically.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-06-a-day-of-waxing-philosophically.html</guid>
  <pubDate>Tue, 30 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>And on the seventh day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Aye, and on the seventh day yet another post has appeared! We are coming
up on the end of another school year for our kids, another year that
continues to speed on past us. The next few weeks are going to be very
full of events. Along with the full schedules, comes special types of
stress.
</p>

 <p>
Stress. Along with most people, I would imagine, I am not a fan. Some
people stress eat, thankfully I am not one of those. I eat out of
boredom. At least this is something that I am aware of. I've been trying
to eat better for a handful of years now, some would say successfully.
My wife and myself opted to go the ketogenic journey and I have kept a
out 145 pounds off my frame for some time now. Three thirty plus to one
eighty five, give or take.
</p>

 <p>
Okay, so where am I going in all of this rambling? As I get older, as I
watch my kids grow into greater ages, I made a decision that I wanted to
see them get older. I knew that if I had continued on in the direction
that I was going, that I'd be in a grave within very little time. I have
no doubt that I have avoided diabetes and at least taken one foot off of
the banana peel, so to speak. Not to mention feeling much better and,
hopefully, modeling a healthier behavior for my children.
</p>

 <p>
No rest for myself on this day, though. The second day of my vacation
and I've done little to nothing that I would like to get done. Ah, but
then who really wants to do pre-spring cleaning on their vacations.
</p>

 <p>
Read the rest of my  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-07-and-on-the-seventh-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-07-and-on-the-seventh-day.html</guid>
  <pubDate>Tue, 30 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>The Eighth Day is an Early Day</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
It's the eighth day of the month. I got to drop the older two boys off
for zero hour honor choir a little early this morning, 6:50AM instead of
7:00AM. One wouldn't think that 10 minutes would make much of a
difference, but it certainly can. We did get there in time, so yay. Of
course, for me just being some place  <i>on time</i> actually means that  <i>I'm
late</i>. Now, if I could only get my spouse to adhere to that philosophy.
😂
</p>

 <p>
This morning, and tomorrow morning, will both be basically the same. The
twins have a music performance on Friday that is the big finale for the
year. Tonight we also have a band concert for one of them. Like I said
the other day, it's gonna be a full week. It  <i>has been</i> a full week.
</p>
 <div id="outline-container-mobile-editing" class="outline-2">
 <h2 id="mobile-editing">Mobile editing</h2>
 <div class="outline-text-2" id="text-mobile-editing">
 <p>
I think I may have finally found a decent markdown editor that can sync
with my git blog repo:
 <a href="https://play.google.com/store/apps/details?id=org.eu.thedoc.zettelnotes">Zettel
Notes</a>. Well, sure, there have been others that can sync and work, but
I think I really prefer this one for some reason. Probably because it
can actually move files around when requested as opposed to copying
them.
</p>

 <p>
I think the only thing that I would like to be able to do from mobile
(apart from easier photo uploads, but someday maybe) would be running
the eleventy test server. Other than that, I'm pretty content with
what's available now.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-08-the-eighth-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-08-the-eighth-day.html</guid>
  <pubDate>Tue, 30 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Another day another waste</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I think that I've come to where I would much rather be working. Work is
enjoyable, vacations are nothing but just waiting to to back to work.
It's not so much a dread for the end of the vacation, but just knowing
that I never am able to accomplish what I would like to do during the
time away from work.
</p>

 <p>
Not that I'm disparaging the vacation. I'm equal opportunity when it
comes to not being a fan of not working, I'm not really big on weekends
either. Granted I'd probably to absolutely insane if I did nothing but
work. One has to have some time off.
</p>

 <p>
Where I work, we get plenty of paid leave to earn. Eight hours per every
Eighty hour work period, up to a maximum of 304 hours. Of which I am
routinely butted up against. Plus, a discretionary holiday. I really
should take more time for myself, I'm told multiple times by multiple
people that I should.
</p>

 <p>
But, alas.
</p>

 <p>
The current question then becomes, do I feel that anything has been
accomplished during this break. There was some yardwork done. The car
was washed, by hand, even! I may have gotten the yard mowed once. It
just always feels like there is something that needs to be done.
</p>

 <p>
Meh.
</p>

 <p>
Wanna read my other  <a href="file:///tags/weblogpomo2024">#weblogpomo2024</a> posts?
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-05-09-another-day-another-waste.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-05-09-another-day-another-waste.html</guid>
  <pubDate>Tue, 30 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Things I&apos;m Learning</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
For those of you who follow my pixelfed feed, you may have seen the
following image
</p>

 <div class="html" id="org5578cd6">
 <p>
<iframe title="Pixelfed Post Embed" src=" <a href="https://pixelfed.social/p/swrogers/690632497756857978/embed?caption=false&amp;likes=false&amp;layout=compact">https://pixelfed.social/p/swrogers/690632497756857978/embed?caption=false&amp;likes=false&amp;layout=compact</a>" class="pixelfed_ <sub>embed</sub>" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen">
</p>

</div>

 <div class="html" id="org1b000cf">
 <p>
</iframe>
</p>

</div>

 <div class="html" id="orgdb3a2d3">
 <p>
<script async defer src=" <a href="https://pixelfed.social/embed.js">https://pixelfed.social/embed.js</a>"></script>
</p>

</div>

 <p>
While it's only tangentially related to what I do at work, it's
something that is actively encouraged for us to do - continue to learn.
I figure since I am around Oracle Databases all the time, I should
probably widen my breadth of knowledge a bit.
</p>

 <p>
Who knows, I might even be able to add to my repertoire.
</p>
 <div id="outline-container-possible-future-notes-to-self" class="outline-2">
 <h2 id="possible-future-notes-to-self">Possible future notes to self</h2>
 <div class="outline-text-2" id="text-possible-future-notes-to-self">
 <p>
I'm wondering how feasible it might be to have echofeed (perhaps) cross
post from pixelfed into this github pages hosted site. I know I could do
an rss feed pull. Of course, then I'd need some way to ensure that
doubled (or more…) posts aren't sent out via echofeed to the mastodon
account. I'm sure that other people have solved this issue, though. Heh.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-30-things-im-learning.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-30-things-im-learning.html</guid>
  <pubDate>Wed, 03 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Just a handful of notes please</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
We shall go ahead and tag this one into the  <a href="file:///tags/rambling">rambling</a>
series, why not? Kind of a small update of a few things that have
happened over the course of the last couple of days I suppose.
</p>
 <div id="outline-container-im-really-bad-a-blogging" class="outline-2">
 <h2 id="im-really-bad-a-blogging">I'm really bad a blogging</h2>
 <div class="outline-text-2" id="text-im-really-bad-a-blogging">
 <p>
Point taken, I'm not really good at sitting down and getting something
on digital paper every single day. Granted, I'm not good at sitting down
and getting something put on actual real paper, either. At least I'm
equal opportunity when it comes to writing. Which I find a little sad,
since it is something that I enjoy doing. I'm trying, though.
</p>

 <p>
The end of last week was really good, though. Our twins performed in one
of the local plays and three of the performances were last Thursday,
Friday and Saturday. I (well, my spouse and I both) are beyond proud of
them (again, all of our kids, actually) for doing things that I could
never have even thought of doing when I was their age. "What, get up on
stage and act?! No thank you." I'm very, very introverted. The thought
of doing a play (or musical!) would petrify me. The musical they did as
well, earlier in the year, so yeah!
</p>

 <p>
They did exceedingly well. I can not brag on my kids enough.
</p>
</div>
</div>
 <div id="outline-container-im-also-bad-at-reading-self-help-books" class="outline-2">
 <h2 id="im-also-bad-at-reading-self-help-books">I'm also bad at reading self help books</h2>
 <div class="outline-text-2" id="text-im-also-bad-at-reading-self-help-books">
 <p>
Yeah, not that I have a whole  <b>lot</b> of self help books, but I have
picked up a couple of them that really interested me. I'd found a
hardback copy of  <i>William Zinsser's Writing to Learn</i>, which just seemed
very cool and might perhaps help out with this personal site of mine.
Guess how much of it I've read? A couple of pages. But enough I know
that I think I'll really like the style. Ha.
</p>

 <p>
Next, I finally got my copy of  <i>Brain Hacks</i>, by  <i>Lara Honos-Webb</i>,
which seems like it could help with some organizational skills that
frankly any of us could use. It was actually recommended to one of the
previously mentioned twins above that he should read it for one of his
projects. So he is. I don't know that he's gotten much out of it - but
hopefully more than I have, as I've read an astounding two pages in it.
Sigh.
</p>
</div>
</div>
 <div id="outline-container-im-better-at-reading-for-enjoyment" class="outline-2">
 <h2 id="im-better-at-reading-for-enjoyment">I'm better at reading for enjoyment</h2>
 <div class="outline-text-2" id="text-im-better-at-reading-for-enjoyment">
 <p>
I will admit, that I do actually enjoy reading and am continuing to work
my way through  <i>The Expanse</i> novels. Currently reading  <i>Nemesis Games</i>
in what spare time I can steal. I'm also reading  <i>The Dark Elf Trilogy</i>
to at least one of the twins, we just got into the second book the other
week. This is the second go through of this series for me.
</p>
</div>
</div>
 <div id="outline-container-other-news" class="outline-2">
 <h2 id="other-news">Other news?</h2>
 <div class="outline-text-2" id="text-other-news">
 <p>
I always feel like I should put something down about the current state
of this site. I don't know why. I'm happy with it, but not really super
happy with it. I guess it's a great medium to just be able to get words
down. I don't really care too much for the theme or the look of the
site, but then I don't have the time to put into making it any better.
I'd like to do more with webmentions and other indieweb stuff - but then
I also don't do a whole lot with social media, period. It's tough.
</p>

 <p>
I like to write, I'll continue to write, whether or not people read
really doesn't concern me.
</p>

 <p>
We'll leave it at that.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-22-just-a-handful-of-notes-please.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-22-just-a-handful-of-notes-please.html</guid>
  <pubDate>Tue, 02 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>This is my first manual post</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
This will be the first hand crafted post on the site!
</p>

 <p>
It's  <b>very</b> exciting! Super exciting, even!
</p>
 <div id="outline-container-i-think-this-gets-an-h2" class="outline-2">
 <h2 id="i-think-this-gets-an-h2">I think this gets an H2</h2>
 <div class="outline-text-2" id="text-i-think-this-gets-an-h2">
 <p>
This should show up under an H2 header, I think. Having different
templates and css, I'll have to relearn the config here.
</p>
</div>
 <div id="outline-container-this-then-would-be-an-h3" class="outline-3">
 <h3 id="this-then-would-be-an-h3">This then would be an H3</h3>
 <div class="outline-text-3" id="text-this-then-would-be-an-h3">
 <p>
Or, at least one level under the above section.
</p>

 <p>
I'll want to add to the data directory stuff for posts that their
frontmatter should always contain  <code>layout: layouts/post.njk</code>.
</p>
</div>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-26-a-test-post.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-26-a-test-post.html</guid>
  <pubDate>Tue, 02 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>And Now For Something Different</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
Ah and now for something (not so?) completely different! For those of
you who have been following along at home - which, I suppose, would
really just be me, myself and I - I've made some changes to the site.
</p>

 <p>
No longer is the static site based on Eleventy Duo. Welcome, instead, to
 <a href="https://github.com/google/eleventy-high-performance-blog">eleventy
high performance blog</a>. Being a tinkerer does at times really, really
suck. Never being happy or content with the way things are on the old
blog.
</p>

 <p>
The change actually went a lot smoother than I was anticipating it
going. I cloned the new template to a clean directory. Made the changes
that I needed to make to it (at least, started them - I'm sure more will
come). Renamed the remote origin and added a new remote origin. Then,
over in my now old and stale github repo I renamed the 'main' branch,
added a new 'to migrate' branch, then went back to the new template and
did the ol' something of a force push to the new branch on my static
site repo.
</p>

 <p>
Once that was done, I had to rename the local and remote repos back to
main and set the new default branch.
</p>

 <p>
Thankfully, things still just worked after that! Had to make a single
change to the emacs org capture template to ensure the directory for the
posts was good…now, I think we're golden.
</p>

 <p>
Or at least a decent shade of pale yellow.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-29-now-for-something-a-little-different.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-29-now-for-something-a-little-different.html</guid>
  <pubDate>Tue, 02 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Weblog Posting Month 2024</title>
  <description><![CDATA[<div id="content" class="content">
 <p>
I think I'm going to try to do something that will be very difficult for
me. I've decided to join the group in a  <i>post every day during the month
of May</i> challenge that has been dubbed
 <a href="https://weblog.anniegreens.lol/weblog-posting-month-2024">#WeblogPoMo2024</a>.
</p>

 <p>
I shall be using the same tag here,  <a href="file:///tags/weblogpomo2024">as well</a>
for sake of categorization. I guess it's likely that I'll even start
using the echo feed account that I've been paying for.
</p>

 <p>
We'll see how this goes. I was able to do the "post a photo every day
for 30 days" thing over on microblog to get that badge, which wasn't
super easy for me either.
</p>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-29-weblog-posting-month-2024.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-29-weblog-posting-month-2024.html</guid>
  <pubDate>Tue, 02 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Another Day Down</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-yeah-its-my-rambling-series-so-what" class="outline-2">
 <h2 id="yeah-its-my-rambling-series-so-what">Yeah It's My Rambling Series, So What?</h2>
 <div class="outline-text-2" id="text-yeah-its-my-rambling-series-so-what">
 <p>
If it's one thing that I've noticed of late, it's that I must really
enjoy rambling about nothing in particular. I suppose that's fine, of
course, because it's good practice for any  <i>actual</i> writing that might
come from this site.
</p>

 <p>
Of course, I think that we all know there we never be any  <i>actual, real</i>
writing on this site. Who am I fooling, anyway?
</p>
</div>
</div>
 <div id="outline-container-last-time-on" class="outline-2">
 <h2 id="last-time-on">Last Time On…</h2>
 <div class="outline-text-2" id="text-last-time-on">
 <p>
When last we joined in the great adventures of  <i>nobody in particular</i> we
had the washer and dryer in place. Not running or working, mind you.
Because life is a fickle little something or other. I don't know who was
in charge, or what they were smoking, or even what was running through
their mind when it was decided by the powers that be that it was all "A
Okay" to ship a meager six foot dryer power cord along with a
pre-stacked washer and dryer unit.
</p>

 <p>
Especially when the electrical connection is at the upper back (we'll
call it the upper right corner, looking at the thing from the back side)
of the over six foot tall unit. Can you guess where I'm going here? Our
laundry room is set up to accommodate side by side units. As I would
wager most peoples' places are. Normally, this is not a problem. The
power cord they ship (which, we have to purchase, naturally) didn't
reach the dryer plug outlet on the wall by, oh, six inches. Not that it
matters how short it was - it just flat out didn't reach.
</p>

 <p>
Of course nobody in town has a replacement dryer cord that we could pick
up the same day. So, as we've already read, we got one from amazon. A
nice, ten footer. It reached no problem. All said and done, installed,
working great! Finally, clean clothes!
</p>
</div>
</div>
 <div id="outline-container-state-of-my-blog" class="outline-2">
 <h2 id="state-of-my-blog">State Of My Blog</h2>
 <div class="outline-text-2" id="text-state-of-my-blog">
 <p>
I've made some changes on the linkages up top, as well as the intro
paragraph on the homearea page. I even have a newly opened branch where
I've got David Darnes
 <a href="https://github.com/daviddarnes/mastodon-post/tree/main">mastodon-post</a>
Web Component up and running (with a nod towards
 <a href="https://coryd.dev/posts/2024/automatic-mastodon-post-embeds/">Cory
Dransfeldt's</a> set up as well). It needs some love and I'm not sure
it'll ever go live, I don't know. I'd want to perchance get a shortcode
template set up to make it simpler for my needs.
</p>

 <p>
With that, we'll call that an entry. I think I'm doing a little better,
I might even expand my writing to more than waxing about this silly site
that I'm making.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-10-another-day-down.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-10-another-day-down.html</guid>
  <pubDate>Mon, 01 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>My Eleventy Inspirations</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-where-ive-drawn-inspiration-from" class="outline-2">
 <h2 id="where-ive-drawn-inspiration-from">Where I've drawn inspiration from</h2>
 <div class="outline-text-2" id="text-where-ive-drawn-inspiration-from">
 <p>
I figure that this is as good a time as any to make some sort of attempt
at getting down on "paper" those sites that I've looked at and drawn
some sort of inspiration from in the creation of my site. Not that my
site is anything special, but it'll be good for the hypothetical  <i>future
me</i> to be able to go back and see where things have come from.
</p>

 <p>
Granted, it's possible that a lot of these are also noted under my
Eleventy Raindrop.io collection, but, you know - content and stuff.
</p>

 <p>
This page will probably be something of a living page for a bit.
</p>

 <div class="html" id="org9cab178">
 <p>
<style>
ul { list-style-position: outside; }
</style>
</p>

</div>

 <ul class="org-ul"> <li> <p>
 <a href="https://github.com/yinkakun/eleventy-duo">The Site Theme.</a>
</p>

 <p>
It's clean and I like it.
</p></li>

 <li> <p>
 <a href="https://ttntm.me/blog/creating-a-reading-list-with-eleventy-and-omnivore/">Creating
a Reading List</a>
</p>

 <p>
Was very useful in some of the ideas of my drops page and similar. I
also really like some of the other ideas that present themselves
throughout the site in general - such as the main homepage landing
area.
</p></li>

 <li> <p>
 <a href="https://www.simoncox.com/shorts/2024-03-17-11ty-collection-tag-links/">11ty
collections tag links</a>
</p>

 <p>
Some implementation info on collections.
</p></li>

 <li> <p>
 <a href="https://nicolas-hoizey.com/articles/2023/02/08/a-bookmarklet-to-create-a-new-link-content-markdown-on-github/">A
bookmarklet to create a new link content Markdown on GitHub</a>
</p>

 <p>
Used for the bookmarklet to add a new link entry.
</p></li>

 <li> <p>
 <a href="https://another.rodeo/linkroll/">11ty Linkrolls</a>
</p>

 <p>
Used in conjunction with the above to roll my own link roll page. (See
what I did there?)
</p></li>

 <li> <p>
 <a href="https://www.raymondcamden.com/2022/03/08/including-rss-content-in-your-eleventy-site">Including
RSS Content</a>
 <a href="https://www.raymondcamden.com/2022/04/03/including-rss-content-in-your-eleventy-site-part-2">…and
part 2</a>
</p>

 <p>
Using rss-parser and some other details with pulling rss data into a
site. Plus, Raymond has an amazingly large amount of
 <a href="https://www.raymondcamden.com/tags/eleventy">eleventy tagged</a>
content on his site!
</p></li>
</ul></div>
 <div id="outline-container-now-for-stuff-that-id-like-to-consider-for-future-reference" class="outline-3">
 <h3 id="now-for-stuff-that-id-like-to-consider-for-future-reference">Now for stuff that I'd like to consider for future reference:</h3>
 <div class="outline-text-3" id="text-now-for-stuff-that-id-like-to-consider-for-future-reference">
 <ul class="org-ul"> <li> <p>
 <a href="https://github.com/lwojcik/eleventy-template-multiplicity/tree/main">Multiplicity
Theme</a>
</p>

 <p>
This I really wouldn't mind including as an RSS reader/source.
</p></li>

 <li> <p>
 <a href="https://rknight.me/blog/using-eleventy-to-gobble-up-everything-i-do-online/">Using
Eleventy to Gobble Up Everything I Do Online</a>
</p>

 <p>
The author of this page also is the creator of the
 <a href="https://github.com/rknightuk/echo">Echo service</a> (both for self
host and hosted), and I am considering using that to enable posting on
other social platforms as well. That said, this site is a great
resource for pulling in other sources of data into Eleventy.
</p></li>

 <li> <p>
 <a href="https://coryd.dev/">Cory Dransfeldt's Blog</a>
</p>

 <p>
Just lots of good content here, including
 <a href="https://coryd.dev/posts/2024/automatic-mastodon-post-embeds/">embedding
mastodon posts.</a>
</p></li>

 <li> <p>
 <a href="https://darn.es/mastodon-post-web-component/">mastodon-post web
component</a>
</p>

 <p>
From David Darnes, this component used within the previous link. I do
have a branch of my site that uses this, but I'm not put it into
production yet. I'm up in the air about it.
</p></li>

 <li> <p>
 <a href="https://github.com/nhoizey/github-action-feed-to-mastodon">Github
Action Feed to Mastodon</a>
</p>

 <p>
Sends json sourced feed into a Mastodon instance. This is also
referenced from the previous set of links, though I don't believe it's
a requirement on its own. This could - possibly? - be superceded by
Echo.
</p></li>

 <li> <p>
 <a href="https://11tybundle.dev/firehose/">11tybundle.dev firehose</a>
</p>

 <p>
Anything and everything 11ty.
</p></li>

 <li> <p>
 <a href="https://sia.codes/tags/eleventy/">Sia dot Codes Eleventy Items</a>
</p>

 <p>
Another popular and excellent source of information on the eleventy's.
</p></li>

 <li> <p>
 <a href="https://11ty.rocks/community/">11ty Rocks! Community Feed</a>
</p>

 <p>
Some good entries from around the horn here, plus some other valuable
posts as well of their own.
</p></li>

 <li> <p>
 <a href="https://blog.lukaszwojcik.net/eleventy-custom-markup-alongside-item-contents/">Eleventy:
custom markup alongside item contents</a>
</p>

 <p>
Nifty use of markdown and customization.
</p></li>
</ul></div>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-11-my-eleventy-insprirations.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-11-my-eleventy-insprirations.html</guid>
  <pubDate>Mon, 01 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Not another new server</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-another-fediverse-server" class="outline-2">
 <h2 id="another-fediverse-server">Another Fediverse Server?!</h2>
 <div class="outline-text-2" id="text-another-fediverse-server">
 <p>
No, I don't have  <i>yet another fediverse server instance</i> stood up.
</p>

 <p>
Not for some lack of trying, mind you, I just don't have the energy to
put into working through all the nits and nats that are involved with
ruby. I shudder to think. I've never really been a huge fan of that
whole ecosystem.
</p>

 <p>
It's not as bad as the JavaScript world, but it's not fun to navigate
for me either.
</p>

 <p>
I was wanting to get a  <a href="https://diasporafoundation.org/">Diaspora</a>
instance set up on a digital ocean droplet, but decided against it.
Then, to follow along in some other rabbit hole, I signed up on Yet
Another ActivityPub Instance, in the form of
 <a href="https://akkomane.social/@shane">Akkomane Social</a>. It seems nice, thus
far.
</p>

 <p>
In other news, yeah - it's been a week.
</p>

 <p>
It's also only Wednesday.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-17-not-another-new-server.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-17-not-another-new-server.html</guid>
  <pubDate>Mon, 01 Apr 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Good grief and all the gravy</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-more-site-updates" class="outline-2">
 <h2 id="more-site-updates">More site updates</h2>
 <div class="outline-text-2" id="text-more-site-updates">
 <p>
Now I've added another section to the olde interweb presence:
 <a href="file:///drops">Drops</a>.
</p>

 <p>
"What are drops?" I can hear absolutely nobody asking…well, I'm glad
you asked! Basically they're my  <i>Read It Later</i> links that I use some
other web service to save for me - both the actual link, the data on the
page, content and all that jazzy stuff. It's a service that I actually -
shock! awe! - pay for.
</p>

 <p>
I'd like to have all of that data  <i>here</i> on this site - well, I guess
it'd be in the github repo, but still. As it is, I grab the latest 25
entries and display them on the  <a href="file:///drops">drops</a> page. I suppose at
some point in time I'll actually build in some kind of link roll or link
blog or whatever, that way I can have the actual history in my site -
but for now this is fine.
</p>

 <p>
It took me way,  <b>way</b> too stinking long to get the secrets info dealt
with for the github action. Too many tangents and too many wrong turns.
But things seem to be working now.
</p>

 <p>
Time for some breakage I think.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-03-good-grief-that-took-too-long.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-03-good-grief-that-took-too-long.html</guid>
  <pubDate>Sun, 31 Mar 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Oh for crying out loud!</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-all-i-can-do-is" class="outline-2">
 <h2 id="all-i-can-do-is">All I can do is…</h2>
 <div class="outline-text-2" id="text-all-i-can-do-is">
 <p>
Just sigh. In the realm of household appliances, my luck has not
generally been very good. Let's just head straight into our latest
little issue. We have (had? still have?) a Samsung Dryer.
</p>

 <p>
For most of you who are (not?) out there, you may or may not know that
Samsung makes a really shoddy piece of junk for a dryer. The drums in
them like to crack and the rollers basically destroy themselves. It's a
major issue, and they are basically ignoring the problem.
</p>

 <p>
So we purchased a new set, that is not Samsung. The delivery was this
morning, but naturally did not get to go as planned. Something to do
with the water shutoff valve not cooperating with the cold water.
Yippee.
</p>

 <p>
I just can't even, right now.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-04-oh-for-crying-out-loud.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-04-oh-for-crying-out-loud.html</guid>
  <pubDate>Sun, 31 Mar 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>More Updates and Stuff!</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-more-things-added-around-here" class="outline-2">
 <h2 id="more-things-added-around-here">More things added around here</h2>
 <div class="outline-text-2" id="text-more-things-added-around-here">
 <p>
I've added my  <a href="file:///links">links</a> page now, along with a super nifty
bookmarklet that I can use to add new links from the browser. I'm sure
that if anybody were to do any kind of digging on the interweb, they'd
know where I was able to grab some of the implementation details from.
Of course, we all make our own nifty little changes, and I was no
different.
</p>

 <p>
For one, I don't like a bunch of folders and  <i>index.html</i> files all over
the place - so that had to go.
</p>

 <p>
One thing that I've noticed, here in the land of emacs, is that my
capture session seems to have run into some interesting kinks. Oh, I bet
it didn't like the  <i>!</i> I used in the filename…what was I thinking!?
</p>

 <p>
Anyway.
</p>
</div>
</div>
 <div id="outline-container-where-was-i" class="outline-2">
 <h2 id="where-was-i">Where was I?</h2>
 <div class="outline-text-2" id="text-where-was-i">
 <p>
Oh yes - I wanted to kind of explain my thinking on having  <i>both</i>
 <a href="file:///drops">drops</a>  <b>and</b>  <a href="file:///links">links</a>. To me, the  <i>drops</i> are for
pages that I want to ensure never go away. A  <i>read it later</i>, if you
will. The service I use ( <a href="https://raindrop.io">raindrop.io</a>), takes
care of that for me since I'm a subscriber.  <a href="file:///links">Links</a>, on the
other hand, I don't care if those stick around or not. Plus, those
actually get saved as files in the repo, as opposed to the drops, which
are ephemeral data from the ether.
</p>

 <p>
That's my thinking, anyhow.
</p>

 <p>
All said and done, I think for now I'm more or less finished with the
structure of the site. Now, I just need more content - which will come
with time. Then I can set up paging with whatever needs it. That, and
get some rss feeds finalized, along with cross posting.
</p>

 <p>
Till next time.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-05-more-updates-and-stuff.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-05-more-updates-and-stuff.html</guid>
  <pubDate>Sun, 31 Mar 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Sometimes one wonders</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-for-crying-out-loud" class="outline-2">
 <h2 id="for-crying-out-loud">For Crying Out Loud</h2>
 <div class="outline-text-2" id="text-for-crying-out-loud">
 <p>
I'm sure that I'm not alone in this wondering, when sometimes it seems
as though all the cards, all the world - heck  <i>all the cards in all the
world</i> just seem to be lined up against you. These past couple of weeks
have been a grand example of that for this household.
</p>

 <p>
We had purchased a certain brand ( <i>cough</i> Samsung  <i>cough</i>) washer and
dryer. Said brand evidently makes really crappy dryer drums that like to
crack and break and basically vomit all over themselves. They don't
admit this, of course, and they aren't taking care of the problem. So we
bought another brand in a single stacked unit. Because ours is a
household that is very OCD about having things be the same. Plus, the
stacked unit has the controls in the middle for the short people in the
home. Plus we now have a little extra storage room in the washer and
dryer room.
</p>

 <p>
The first couple of guys who delivered the unit weren't the brightest
bulbs in the garden. They either didn't know how to unhook the old
units, or didn't know that "Yes, Alice, there is going to be a little
water that leaks out of the old hose". So they wouldn't finish the
install, leaving the new unit in our garage.
</p>

 <p>
Fast forward to today, we get the old units removed and the new unit in
place. Yes! Oh, what's this? The power cord goes from the top far corner
of the unit and is about two (2) feet too stinking short?! No!! Dammit.
</p>
</div>
</div>
 <div id="outline-container-misery-is-a-beast" class="outline-2">
 <h2 id="misery-is-a-beast">Misery is a beast</h2>
 <div class="outline-text-2" id="text-misery-is-a-beast">
 <p>
Yeah. So, we were super stoked to get the new unit. Now we're basically
at the point where we don't even wanna see the flipping thing in the
home. But there it is, mocking us. Just sitting there, all unplugged.
Laughing at us. No place in town sells a 10 foot four prong dryer cord.
Now, we wait for the order from our saviour…amazon. Ugh.
</p>

 <p>
We really were hoping to get some laundry done today.
</p>
</div>
</div>
 <div id="outline-container-on-the-bright-side" class="outline-2">
 <h2 id="on-the-bright-side">On the bright side</h2>
 <div class="outline-text-2" id="text-on-the-bright-side">
 <p>
We did get to see some of the eclipse today! So much better than 2017,
when it was terribly cloudy and overcast. This one reminded me of when I
was in high school (mid 90s) and we also got to experience an eclipse.
Very cool.
</p>

 <p>
With that - until next time.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-04-08-sometimes-you-have-to-wonder.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-04-08-sometimes-you-have-to-wonder.html</guid>
  <pubDate>Sun, 31 Mar 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Another day, another day</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-another-entry-in-the-daily-stuff" class="outline-2">
 <h2 id="another-entry-in-the-daily-stuff">Another entry in the daily stuff</h2>
 <div class="outline-text-2" id="text-another-entry-in-the-daily-stuff">
 <p>
Let's see what we can do about getting something written on the daily,
eh? I don't know if I'll be successful here, but it's important to have
some kind of goal I guess. I'll file these under the
 <a href="file:///tags/journal">journal</a> tag (note to self: come back and make that a
proper link to the journal tag page) so I can do whatever with them in
the future.
</p>

 <p>
Today it's Saturday. Really, most normal
adults/kids/people/pigs/horses/spiders/lizards/whatever would probably
love a good weekend day. For some reason, I'm not always a fan. I don't
know why, I think it's because I miss working. Not that I'm a
workaholic, but I find that I enjoy what I do in my normal life. There's
just too much stuff that needs to be done during the weekend to maintain
a house and home.
</p>

 <p>
Not that I don't like that stuff, either. It's nearly lawn mowing
season - I absolutely love mowing the lawn! I don't think that 12 year
old me would believe that statement, but it's true. It's a time to put
the buds in and listen to some nerdcore! (note to self: I should make a
section dedicated to what I'm listening to, perhaps pull in my lastfm
stuff as a data collection via rss.) It's also about time to make
another attempt at getting some fruit trees planted, which is always
fun.
</p>

 <p>
Right now, I'm just sitting here, typing away, listening to the  <i>Snoopy
Show</i> on AppleTV. Outside, the weather is pretty nice, we've got the
rather large bounce house set up outside for the youngest kiddo, it's
kinda noisy too. It's funny, you know, the things that we purchase for
our kids: the things that we would have killed to have when we were
young. A swing set slash jungle gym. A bounce house. Various playground
type equipment. Stuff that never gets used.
</p>

 <p>
Well, I guess that's not completely true. It does get used, some. Just
not as much as one would have hoped. Meh.
</p>

 <p>
Sigh, well, I'm out of coffee. Of course, who needs coffee at three
thirty in the afternoon? Stupid rhetorical question, that. I always need
coffee.
</p>
</div>
</div>
 <div id="outline-container-setup-stuff-emacs-wise" class="outline-2">
 <h2 id="setup-stuff-emacs-wise">Setup stuff, emacs wise</h2>
 <div class="outline-text-2" id="text-setup-stuff-emacs-wise">
 <p>
This particular emacs setup, what I'm writing in now, from an older
laptop running current Pop <sub>OS</sub>, isn't really to my liking. Even though
it's running the same doom setup as my work machine, it's not perfect.
My work machine, I guess I can't really say that I run emacs from that
device since I ssh into a locally hosted kvm box via wsl….meh, there
are differences. I wish I could grok  <code>guix</code> or  <code>nixos</code>, but alas, I'm
stil stuck in the realm of linux.
</p>

 <p>
Where was I? Oh yes, I do have  <code>org-capture</code> templates set up that work
just fine. I need to get the popup capture buffer to take the whole
frame, though. I don't like that it also visits the capture buffer in
the originally opened frame as well. It's an annoyance.
</p>

 <p>
I'm sure there should be more. I think I'm going to wait until I've got
more, eh, content, here before I get various rss feeds set up for
feeding into some of my social sites. I feel that I should probably "own
my social", too, and I do have at least one I run - but it's certainly a
chore. We shall see.
</p>

 <p>
With that, I'm out.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-03-30-another-day-another-day.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-03-30-another-day-another-day.html</guid>
  <pubDate>Sun, 03 Mar 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>About ready to let things grow naturally now</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-on-how-this-site-is-gonna-go" class="outline-2">
 <h2 id="on-how-this-site-is-gonna-go">On how this site is gonna go</h2>
 <div class="outline-text-2" id="text-on-how-this-site-is-gonna-go">
 <p>
Yeah, I think at this point I'm about at a spot where I think It's time
to just let things grow naturally and have features (insofar as they can
be called that…) added naturally. Or, organically, if one would rather
refer to that type of growth as such.
</p>

 <p>
I've got my org capture template setup in my doom emacs config that
creates the file with a datestamp and a prompted file name. I've got my
swrlol yasnippet that creates the frontmatter for me. It might be nice
if I were to take that prompted value for the file name and use it for
the title within the frontmatter - I might look into that one.
</p>

 <p>
I've today added my short stuff slash notes category. I need to add an
rss feed just for that - also perhaps give it the ability to take its
own tags as well.
</p>

 <p>
After that and a bit of time, it'll be ready to begin looking into
getting things cross posted over to mastodon.
</p>

 <p>
Then it'll be time to also look into pulling some posts from pixelfed.
I'd still rather somebody else host images for me, since that is quite
the expense and hassle that I would not like to enter into.
</p>

 <p>
I am really enjoying eleventy, though. It's pretty nice.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-03-29-some-things-are-best-left-as-is.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-03-29-some-things-are-best-left-as-is.html</guid>
  <pubDate>Sat, 02 Mar 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Now that we have reloaded</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-capture-template---sorta-done" class="outline-2">
 <h2 id="capture-template---sorta-done">Capture template - Sorta Done</h2>
 <div class="outline-text-2" id="text-capture-template---sorta-done">
 <p>
Well, it's done enough that I think I'm gonna call it  <i>good enough</i> at
this point. I'm not particularly happy with the yasnippet yet, in that I
can'ts eem to get the  <code>tags</code> entry items to space over and have to do
that manually. Whatever. It's fine. It's all good.
</p>

 <p>
I think I need to add a setting into the org capture portion to make
sure that the capture window takes up the whole frame, or at least isn't
mirrored in another portion of my frame. It's all good, though. That
must be the Pete the Cat in me talking. Ha.
</p>

 <p>
I also had to suppress the emacs warning from yasnippet that complained
about changing the buffer - so I may have to either live with what I'll
consider a hack, or come up with a better way to insert the ISO creation
time stamp for the date frontmatter.
</p>

 <p>
I'm sure there is more.
</p>

 <p>
Still plenty of stuff to work on: setting up some data store files to
pull in my other feeds, checking into basic webmentions (because I'm
super, uber popular….ha)….among other items.
</p>

 <p>
This slug is acting funny.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-03-18-Now-that-we've-reloaded.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-03-18-Now-that-we've-reloaded.html</guid>
  <pubDate>Fri, 01 Mar 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Capture Template Done?</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-step-two-maybe" class="outline-2">
 <h2 id="step-two-maybe">Step Two, Maybe</h2>
 <div class="outline-text-2" id="text-step-two-maybe">
 <p>
Capture template might be ready to go, now.
</p>

 <p>
Created a new markdown post in the proper directory, with a prompt for
the file name, then prepends the year-mm-dd to the file name. Opens a
nice empty file, ready for the yasnippet.
</p>

 <p>
I could probably put more into the capture template to do away with the
snippet.
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-03-18-this-is-a-test.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-03-18-this-is-a-test.html</guid>
  <pubDate>Fri, 01 Mar 2024 08:00:00 +0000</pubDate>
</item>
<item>
  <title>Yes, this is a possible slug-tacular title.</title>
  <description><![CDATA[<div id="content" class="content">
 <div id="outline-container-slugs-and-stuff" class="outline-2">
 <h2 id="slugs-and-stuff">Slugs and stuff</h2>
 <div class="outline-text-2" id="text-slugs-and-stuff">
 <p>
That last post had an issue with the permalink and slug. I thought it
might have been related to my simple super uber basic slug code….but
then, doesn't eleventy create its own slug with the  <code>permalink</code> entry in
the frontmatter?
</p>
</div>
</div>
</div>]]></description>
  <link>https://rogers.lol/posts/2024-03-18-well-is-this-a-slug-tacular-title.html</link>
  <guid isPermaLink="false">https://rogers.lol/posts/2024-03-18-well-is-this-a-slug-tacular-title.html</guid>
  <pubDate>Fri, 01 Mar 2024 08:00:00 +0000</pubDate>
</item>
</channel>
</rss>
