<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://creeva.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://creeva.github.io/" rel="alternate" type="text/html" /><updated>2026-03-12T15:46:49+00:00</updated><id>https://creeva.github.io/feed.xml</id><title type="html">Creeva’s World 3.0</title><subtitle>Creeva&apos;s personal site</subtitle><entry><title type="html">When You Start Pulling The String</title><link href="https://creeva.github.io/geekery/2026/03/12/when-you-start-pulling-the-string.html" rel="alternate" type="text/html" title="When You Start Pulling The String" /><published>2026-03-12T00:00:00+00:00</published><updated>2026-03-12T00:00:00+00:00</updated><id>https://creeva.github.io/geekery/2026/03/12/when-you-start-pulling-the-string</id><content type="html" xml:base="https://creeva.github.io/geekery/2026/03/12/when-you-start-pulling-the-string.html"><![CDATA[<div class="imageblock">
<div class="content">
<img src="/images/author.webp" alt="author">
</div>
</div>
<div class="paragraph">
<p>I recently posted on migrating my site from Wordpress to Jekyll.  Things are still going full steam ahead.  I still need to do some polishing, but that&#8217;s the least of the issues I&#8217;m dealing with. Once I managed to get my personal bloging working(ish), I wanted to look at mmy other major site that used wordress.  This site didn&#8217;t use post forms like a blog, it was setup in a page format.  Which is fine - I ran scripts and converted things to adoc - and then the issues arose.</p>
</div>
<div class="paragraph">
<p>The first issue was that this site was out of sight and out of mind.  The last couple years I had meant to finish it - but somehting always came up.  I ended up with a "meh" I&#8217;lll get to it.  Time rolled on and I&#8217;ll get to it became less and less because I wasn&#8217;t actively staring at.  I won&#8217;t say I forget as much as I didn&#8217;t think about it.  Other little projects took priority.  This migration though brought things back to fulll circle.</p>
</div>
<div class="paragraph">
<p>I was looking at things I had to put off.  It wasn&#8217;t just that there were conversion issues.  The conversion issues weren&#8217;t things that I could write a script to correct - because if I corrected one thing, I would change my mind how to do it in a different area and that broke the first solution.   So this become more of a scenario where you are going back and redoing things.</p>
</div>
<div class="paragraph">
<p>This lead to reorganizing the structure of the site itself.  None of the content being removed or pages being removed - but changing the directory structure to something easier to manage and traverse while going through it.  What was easier just throwing page structures into wordpress is much more difficult when you are manually editing pages.   This again informs and changes the process of what you are editing and tweaking on each page. The end result though will be files that I can programmatically change if I do a huge re-organziation in the future.</p>
</div>
<div class="paragraph">
<p>Every little change informs others and goes back to rework.  So pulling the string is causing everything to unravel.  I&#8217;ll still have alll the materials I used to originally knit the sweater, but I have go knit it all over again.  Granted the hardest part was gathering the content for the site.  So, I guess the hardwork is done?  Or this at least is different hardwork.  Manual labor versus research, everyone has their preference on which they would rather do and which is more difficult.</p>
</div>]]></content><author><name></name></author><category term="g" /><summary type="html"><![CDATA[I recently posted on migrating my site from Wordpress to Jekyll. Things are still going full steam ahead. I still need to do some polishing, but that&#8217;s the least of the issues I&#8217;m dealing with.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/author.webp" /><media:content medium="image" url="https://creeva.github.io/images/author.webp" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Breaking With Wordpress Is Hard To Do</title><link href="https://creeva.github.io/geekery/2026/03/08/breaking-with-wordpress-is-hard-to-do.html" rel="alternate" type="text/html" title="Breaking With Wordpress Is Hard To Do" /><published>2026-03-08T00:00:00+00:00</published><updated>2026-03-08T00:00:00+00:00</updated><id>https://creeva.github.io/geekery/2026/03/08/breaking-with-wordpress-is-hard-to-do</id><content type="html" xml:base="https://creeva.github.io/geekery/2026/03/08/breaking-with-wordpress-is-hard-to-do.html"><![CDATA[<div class="imageblock">
<div class="content">
<img src="/images/typewriter-1.jpg" alt="Alt text description">
</div>
</div>
<div class="paragraph">
<p>I did it. I broke free. I am free of WordPress. It&#8217;s been a long divorce, but I think the end has finally occurred.</p>
</div>
<div class="paragraph">
<p>I ditched my hosting provider a couple of years ago. This allowed me to stop constantly patching and maintaining an online presence that needed at least a bit of babysitting. But this didn&#8217;t allow a clean break with WordPress.</p>
</div>
<div class="paragraph">
<p>In the background, I maintained an internal development environment on WordPress. I would edit and adjust my site on that platform. After I was happy and the i&#8217;s were dotted and t&#8217;s crossed, I would export it as a static site and push it to GitHub. Things were faster. I didn&#8217;t need to patch. I didn&#8217;t need to worry because it could just sit there for months without the fear of a compromised site.</p>
</div>
<div class="paragraph">
<p>The thing you learn is that once you aren&#8217;t babysitting it, you aren&#8217;t writing on it either. With no reason to log in, you just don&#8217;t think about it. Catch-22? Maybe.</p>
</div>
<div class="paragraph">
<p>For the last few years, I&#8217;ve done quite a bit of internal documentation during my employment hours working with AsciiDoc. AsciiDoc is a Markdown language. It is one of the many variants of Markdown, but AsciiDoc and DokuWiki syntax are the ones I personally use the most.</p>
</div>
<div class="paragraph">
<p>Since I was already hosting the pages on GitHub, using their built-in website engine, Jekyll, was the best option. I will say that if you are looking for a quick and easy option, this isn&#8217;t the route to take. While in theory, if you are happy with an out-of-the-box experience and conform to the limitations of that theme—sure, it&#8217;s fine. Documentation and quick instructions, though, take a huge leap in the expectations of the users. It&#8217;s not like I&#8217;m a slouch, but I did my best to hang on for the ride.</p>
</div>
<div class="paragraph">
<p>The other hiccup was that I didn&#8217;t want to use the default Markdown it supported. I had to add a plugin to support AsciiDoc syntax. However, here we are, working. I believe everything is working. This is my first actual post in the new world.</p>
</div>
<div class="paragraph">
<p>I still have to go back and do some massaging on pages that didn&#8217;t translate across cleanly. Most notably, posts with YouTube links. This wasn&#8217;t a problem with the migration, but had more to do with how WordPress handled YouTube embeds.</p>
</div>
<div class="paragraph">
<p>I&#8217;m not quite done yet, though. I have another major site I run using WordPress with the static site method. That one is still in flux, but hopefully, it will be working in the next couple of days. At that point, after an 18-year run, WordPress will be out of my personal life. Heck, that&#8217;s longer than any of my mother&#8217;s three marriages. It was a hard relationship to quit, but it was time.</p>
</div>
<div class="paragraph">
<p>I&#8217;m sorry, WordPress, it&#8217;s not you—it&#8217;s me.</p>
</div>]]></content><author><name></name></author><category term="g" /><summary type="html"><![CDATA[I did it. I broke free. I am free of Wordpress. It&#8217;s been a long divorce, but I think the end has finally occurred.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/typewriter-1.jpg" /><media:content medium="image" url="https://creeva.github.io/images/typewriter-1.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Hip-Hop and Me</title><link href="https://creeva.github.io/stories/2023/02/10/hip-hop-and-me.html" rel="alternate" type="text/html" title="Hip-Hop and Me" /><published>2023-02-10T00:00:00+00:00</published><updated>2023-02-10T00:00:00+00:00</updated><id>https://creeva.github.io/stories/2023/02/10/hip-hop-and-me</id><content type="html" xml:base="https://creeva.github.io/stories/2023/02/10/hip-hop-and-me.html"><![CDATA[<div class="imageblock text-center">
<div class="content">
<img src="/images/fatboys-crushin.jpg" alt="fatboys crushin">
</div>
</div>
<div class="paragraph">
<p>I was reading an article about Ice-T doing the Grammy show and how far rap has come over the last 50 years. I agree and it made me consider my own memories.</p>
</div>
<div class="paragraph">
<p>I remember the first hip-hop song that got me hooked on the genre&#8201;&#8212;&#8201;Wipe Out by the Fat Boys. I have always loved The Beach Boys, so the mashup was awesome but strange. I think even then though, I was aware The Safaris originally sang wipeout and I was initially confused by the collaboration.</p>
</div>
<div class="paragraph">
<p>The thing is, while there are better earlier hip hop/rap songs&#8201;&#8212;&#8201;beyond the rare appearance of The Sugarhill Gang&#8217;s Rappers Delight&#8201;&#8212;&#8201;rarely was rap played on any stations my parents listened to. That meant my exposure was very low, but this crossed over to being played everywhere because of The Beach Boys' connection.</p>
</div>
<div class="paragraph">
<p>I attended a birthday party where it was played over and over&#8201;&#8212;&#8201;and I wanted it for myself. I had my birthday money and really wanted the cassette. My father, who only had exposure to the band through this one song, stated the music wasn&#8217;t for me and wasn&#8217;t going to allow it. My mother on the hand stood up and said it was my money and I should be able to buy what I wanted. In the end, my mother won the argument.</p>
</div>
<div class="paragraph">
<p>I was taken to Hill&#8217;s in Amherst and purchased the cassette. When we arrived home, I went straight to my room and started listening to the cassette. I loved the whole thing, but the language and themes in the rest of the songs meant that I knew I wouldn&#8217;t be able to listen anywhere in earshot of my parents. This broke me because I loved it. I just didn&#8217;t want it ripped from me.</p>
</div>
<div class="paragraph">
<p>I ended up doing the logical thing and told my parents I didn&#8217;t like the album. Even though I had and would continue to buy albums just for a single song&#8201;&#8212;&#8201;I asked if we could return it. I was 11 and this was 15.00 (50.00ish today with inflation). My father took me back to Hill&#8217;s and handled the return (he gave the I told you so speech on the drive). Dejected I spent the return money on a lego set I believed.</p>
</div>
<div class="paragraph">
<p>This is a landmark moment in many ways. Not just because of what the music was, but, because I had purchased music instead of a toy. It was that cusp of growing up, and I went back to being a kid (which could be why I still buy toys today). It also dealt with awareness of perception. If my parents had heard the music I was listening to, the next thing they would have done was paid attention to the books I was reading. It was all self-preservation. It was also the only time I ever returned music for a refund.</p>
</div>
<div class="paragraph">
<p>Time would continue t march on. The genie didn&#8217;t go back into the bottle. I still loved the music. I could point out songs here or there&#8201;&#8212;&#8201;but it wasn&#8217;t until my sophomore year that I made it past things on the level of MC Hammer and Vanilla Ice. Let&#8217;s be honest though, parents wouldn&#8217;t have been a fan of every song on To The Extreme&#8201;&#8212;&#8201;which would be my first majorly played and owned hip hop album.</p>
</div>
<div class="paragraph">
<p>I joined the marching band. For every away game and band festival my friend Jeremy brought along his boombox. There was quite a bit of harder (non-parent approved) rock played&#8201;&#8212;&#8201;but in the regular rotation were Beastie Boys and NWA. I was back to being fully in and most of the cassettes I would purchase for the rest of high school would be hip hop and rap.</p>
</div>
<div class="paragraph">
<p>Even then in my town, with my friends, I was an outlier overall. Most didn&#8217;t enjoy the genre unless it was a top-ten hit. Others had stricter parents paying attention to their music&#8201;&#8212;&#8201;so didn&#8217;t own the albums. They mostly stayed with rock. I would like to say that after graduation I purchased my first CD&#8201;&#8212;&#8201;Tag Team, Whoomp There it is. It was 30.00 in 1994 at Fisher Big Wheel. Also, not a great or deep album&#8201;&#8212;&#8201;but for the second time in my life&#8201;&#8212;&#8201;the first time I purchased music in a new format for myself and once again the same genre.</p>
</div>
<div class="paragraph">
<p>Outside of all of that though&#8201;&#8212;&#8201;even as a preteen&#8201;&#8212;&#8201;I was confused about why rap was nominated for Grammy&#8217;s or on the Billboard charts in the R&amp;B category. MTV awards acknowledged the genre was distinct and separate, but everywhere else just lumped all black music into R&amp;B. today though that has all changed.</p>
</div>
<div class="paragraph">
<p>Growing up rock was the dominant genre of music. Then we had the dark ages for years where country became dominant (thank god that is over). Then for the last decade rap/hip hop became the dominant genre&#8201;&#8212;&#8201;with rock selling so low they dropped the TV time for most rock awards from the Grammy&#8217;s last year. The genre is getting its proper recognition and place finally.</p>
</div>
<div class="paragraph">
<p>Between friends stating it sucked or my father stating "it wasn&#8217;t music for me"&#8201;&#8212;&#8201;it seems, with time, both were wrong. People can still dislike it&#8201;&#8212;&#8201;I suffered through farm emo being the dominant musical genre&#8201;&#8212;&#8201;I can&#8217;t say it sucked&#8201;&#8212;&#8201;it just wasn&#8217;t for me.</p>
</div>
<div class="paragraph">
<p>Congratulations to hip hop/rap for its life and evolution over 50 years. I&#8217;m glad that I was there for most of it.</p>
</div>]]></content><author><name></name></author><category term="s" /><summary type="html"><![CDATA[I was reading an article about Ice-T doing the Grammy show and how far rap has come over the last 50 years. I agree and it made me consider my own memories.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/fatboys-crushin.jpg" /><media:content medium="image" url="https://creeva.github.io/images/fatboys-crushin.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">How Did We End Up Here?</title><link href="https://creeva.github.io/geekery/2023/02/10/how-did-we-end-up-here.html" rel="alternate" type="text/html" title="How Did We End Up Here?" /><published>2023-02-10T00:00:00+00:00</published><updated>2023-02-10T00:00:00+00:00</updated><id>https://creeva.github.io/geekery/2023/02/10/how-did-we-end-up-here</id><content type="html" xml:base="https://creeva.github.io/geekery/2023/02/10/how-did-we-end-up-here.html"><![CDATA[<div class="imageblock text-center">
<div class="content">
<img src="/images/switcher.jpg" alt="switcher">
</div>
</div>
<div class="paragraph">
<p>A few months ago my website ran into an issue. WordPress crashed, and while I could take time to fix it&#8201;&#8212;&#8201;I opted not to. At first, it was "I&#8217;ll get around to it". Then it became "do I need it"? For quite a while I wanted to take my site to a static deployment&#8201;&#8212;&#8201;removing the backend needs. This really was the opportunity to start on that. The problem was old data. I wanted that back.</p>
</div>
<div class="paragraph">
<p>I previously designed a comprehensive backup strategy. In retrospect, it had some gaping holes in ease of use. Digging through MySQL exports, building new development environments, and tweaking settings because the upload size was too large&#8201;&#8212;&#8201;gave me access once again. It was time to tackle another problem&#8201;&#8212;&#8201;blog rot.</p>
</div>
<div class="paragraph">
<p>Blog rot is one of those things that just comes over time. Embedded YouTube videos no longer exist. The linked images you used for posts disappeared. Decisions made for optimization cause problems decades later. Blog rot arises from all of these. It was time to do a top-to-bottom clean of the site.</p>
</div>
<div class="paragraph">
<p>This idea isn&#8217;t as pure and simple as it sounds. I started with thousands of posts. The website was a central repository of tweets, image uploads, videos, data from sites that don&#8217;t exist anymore, and general fluff. It was time after two decades to get rid of the litter and noise that I didn&#8217;t need. Unedited backups are safe, but the future site didn&#8217;t need that litter. Posts conceived with original thoughts behind them were the target.</p>
</div>
<div class="paragraph">
<p>With the first cleaning, the site was whittled down to two-thousand posts. The archive still had lots of white noise amongst the soundtrack. Unfortunately, something else turned its ugly eyes upon me. Looking through my posts, there were spelling and grammar issues galore. It wasn&#8217;t unawareness from when I wrote, it just wasn&#8217;t a concern. I wrote a stream of thought. This approach leads to many writing issues for anyone. The downside is that I wanted the writing to pure versus edited. I now have a different view on that approach.</p>
</div>
<div class="paragraph">
<p>I just stared down at the amount of work ahead. The work involved opening each of the two thousand posts and deciding which had a place in the future. The culling survivors would have to make sure they had a working featured image. If an image was missing, stock imagery was used. Each post was scanned by Grammarly. Grammarly highlighted spelling, grammar, and punctuation issues. Those issues were addressed or corrected. Writing this post, Grammarly prompts are almost non-existent compared to the legacy posts in the edit screen.</p>
</div>
<div class="paragraph">
<p>Revisiting writing for the first time in years is an interesting experience. I read a wide variety of topics including family issues, defunct web services, older political views, and general geekery. I remembered each and every post. No matter how random or insignificant, it was remembered. Detachment is beneficial though. Not everything being read was going to survive. Their ghosts haunting the Internet Archive will keep them preserved.</p>
</div>
<div class="paragraph">
<p>Future website development was still going to be done with WordPress. This meant consistency as I was going through. After reviewing, cleaning, grammar, and trimming the blog rot took about a month from beginning to end. From thousands of posts to under five hundred. It was quite the trimming the in the. I left behind a good mix of who I was and what I wrote about over the years. Posts were removed for a multitude of reasons. The largest reason was relevance, specifically relevance to me and not necessarily the site. I will admit that some of the removals were just due to the level of effort to get a post up to snuff.</p>
</div>
<div class="paragraph">
<p>During all of this content work, thoughts and plans started emerging for the backend. I&#8217;ve been trying to get away from my hosting provider for years. I keep it for a site that no one visits. Why should I be paying actual money to keep it going? Time is money&#8201;&#8212;&#8201;and that is the larger cost sink though. In the end timing of everything came together. My domain name was coming up for renewal. That caused me to consider now was the right time to start digging into DNS and all that entails.</p>
</div>
<div class="paragraph">
<p>Through all of this, my idea of my hosting needs has changed a bit. Originally I thought about migrating to an AWS hosting solution. My personal journaling script had been running there already. Looking at the numbers though, it was costing me more than my regular host. All I needed was a web directory to host flat files that I could point my DNS to. I ended up testing and migrating to GitHub. Using their page feature was all I needed. It also had the benefit of a free SSL certificate. It does have a downside. Anyone could download the totality of my website easier than just loading a scraper. Thankfully they will only receive the same information a web scraper would provide.</p>
</div>
<div class="paragraph">
<p>The last step of the backend was considering DNS. I ended up using Google and handing more trackable information about myself to the evil overlords. It ended up cutting my domain registration costs in half. Over the next year, I will be migrating my remaining domains over to Google also. For digital items that make no money, but have a cost&#8201;&#8212;&#8201;cheaper is better. The .com and .net iterations for my domain were expiring at the same time. Historically, I used the .net as a beta mirror for changes. Since I&#8217;ll be doing changes offline&#8201;&#8212;&#8201;that wasn&#8217;t really needed anymore. <a href="https://creeva.net">Creeva.net</a> became a profile linking site that is also hosted on GitHub.</p>
</div>
<div class="paragraph">
<p>The amount of hours is going to save me hundreds of dollars year after year going forward. Everything I&#8217;ve been working on has ended up with tangible and feel-good benefits. In fact, this is going to be my first post going forward. I have to make sure that the RSS flows I have in place continue to function. I&#8217;m also back to if the let&#8217;s write a random post bug hits me, I&#8217;ll be able to actually publish something.</p>
</div>]]></content><author><name></name></author><category term="g" /><summary type="html"><![CDATA[A few months ago my website ran into an issue. WordPress crashed, and while I could take time to fix it&#8201;&#8212;&#8201;I opted not to. At first, it was "I&#8217;ll get around to it". Then it became "do I need it"? For quite a while I wanted to take my site to a static deployment&#8201;&#8212;&#8201;removing the backend needs. This really was the opportunity to start on that. The problem was old data. I wanted that back.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/switcher.jpg" /><media:content medium="image" url="https://creeva.github.io/images/switcher.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">The More We Stay The Same, The More We Change.</title><link href="https://creeva.github.io/stories/2021/06/09/the-more-we-stay-the-same-the-more-we-change.html" rel="alternate" type="text/html" title="The More We Stay The Same, The More We Change." /><published>2021-06-09T00:00:00+00:00</published><updated>2021-06-09T00:00:00+00:00</updated><id>https://creeva.github.io/stories/2021/06/09/the-more-we-stay-the-same-the-more-we-change</id><content type="html" xml:base="https://creeva.github.io/stories/2021/06/09/the-more-we-stay-the-same-the-more-we-change.html"><![CDATA[<div class="imageblock text-center">
<div class="content">
<img src="/images/rogers-1.jpg" alt="rogers 1">
</div>
</div>
<div class="paragraph">
<p>I was looking through my draft posts, trying to clear off the cobwebs of antiquity and readdress the things I started and never finished. I came across one post which was personal, but I just don&#8217;t think I can get into the mindset this particular post needed to continue as it is. This is not a normal thing for me though. I can normally capture the mindset and voice I had at different eras of my life. Granted you don&#8217;t want to see my third-grade writing mindset, I mean it&#8217;s painful.</p>
</div>
<div class="paragraph">
<p>This piece though needed a time, place, and moment to write about it for its particular voice. Anything else is a complete and utter rewrite. So I am working through the thought process of why. I have the same interests, and the same unabashedly sharing of personal stories. The writing in the piece was even fine. So I&#8217;m looking over what part of me has changed.</p>
</div>
<div class="paragraph">
<p>I shared this sentiment with my Facebook friends, in slightly more detail&#8201;&#8212;&#8201;but in a more off-the-cuff manner. Writing that I think it&#8217;s the tone that throws me. Because the original article was written in 2016. Between the changes in the world. The changes in society. The changes in the country. It has been so much change. While I feel I&#8217;m the same person, the rotation of the globe has moved me without permission. Which is strange.</p>
</div>
<div class="paragraph">
<p>Nothing is less or more meaningful to me compared to what it was five years ago. I still have the same beliefs neither stronger nor weakened&#8201;&#8212;&#8201;but more expressed. This may actually be the key since the writing I was addressing had a key function that dealt with expression. I&#8217;m at a stage for those things that are important need to b expressed differently. This is likely why in the last year I&#8217;ve been writing significantly more again. Obviously not on my website, but significant long-form writing has been done.</p>
</div>
<div class="paragraph">
<p>Between data-basing and cross-referencing everything I&#8217;ve written in my life to working on a project to record each and every childhood story&#8201;&#8212;&#8201;it&#8217;s a matter of expression. If we disregard the world and just look at personal changes in my life in the last five years, it&#8217;s been a lot. I don&#8217;t however share what I&#8217;m going through in the present tense. It&#8217;s easier to relay the building blocks from twenty or thirty years ago that echo forth to how I got here. My own therapy.</p>
</div>
<div class="paragraph">
<p>Now some people think we should leave the past in the past. That doesn&#8217;t help you deal with who you are today. Granted at some point every story I tell, it might be the last time. Last week when recording my own personal memories I stumbled across one in the grey matter that I haven&#8217;t thought about in one to two decades at least. It was how I got my blanket when I was two. Now the pathway there was recording other memories and working them out to record a different story. Without chasing it down, that would have been lost. Is it important? No, and at this point, I can tell you the end of my blanket has more to do with my personality than the beginning of it. It was a fantastic memory to revisit though.</p>
</div>
<div class="paragraph">
<p>For those that know me, I obviously have boundaries that I won&#8217;t discuss openly. I&#8217;m open about so much, yet we guard certain aspects that just make us whole as we share most of the pieces with the world. It is how I deal with issues. I take the approach that Mister Rogers gave us growing up.</p>
</div>
<div class="paragraph">
<p><em>"Anything that&#8217;s human is mentionable, and anything that is mentionable can be more manageable. When we can talk about our feelings, they become less overwhelming, less upsetting, and less scary. The people we trust with that important talk can help us know that we are not alone."&#8201;&#8212;&#8201;Fred Rogers.</em></p>
</div>
<div class="paragraph">
<p>Obviously many people didn&#8217;t get that memo. Because they just won&#8217;t talk about their issues in public. They won&#8217;t share random thoughts or deeper meanings. That&#8217;s fine also though, some people are guarded and find their own way to make things manageable. I&#8217;m more personally worried about those that don&#8217;t</p>
</div>
<div class="paragraph">
<p>So here we are talking about things like I always have, on the same subjects I always have. Why does it feel like I&#8217;ve changed? If anything in the last five years (granted on Facebook)&#8201;&#8212;&#8201;I&#8217;ve been much more open about things I&#8217;ve gone through growing up. The good things and the bad. I&#8217;ve shared things that some others don&#8217;t discuss. Granted my profile is locked down so it is a fake pseudo-privacy. Yet, I always write so I&#8217;m fine with whatever gets recorded or shared&#8201;&#8212;&#8201;I can stand behind it without issues.</p>
</div>
<div class="paragraph">
<p>I don&#8217;t know what it is. But I feel it, I feel that I&#8217;ve stayed the same a very core has shifted. I can contemplate many reasons for this, but nothing definitive that I thought would color my writing. I&#8217;m still the same flawed and optimistic human being that suffers through joy and tragedy&#8201;&#8212;&#8201;just a different joy or tragedy of the week. I don&#8217;t know.</p>
</div>
<div class="paragraph">
<p>I just thought like discovering that story from when I was two in my brain that writing all of this out would shake things loose. To help with a self-discovery that I might be missing by letting it stew as words on the page instead. Chasing down the thoughts as they escape out of the fingertips. Here we are, almost a thousand words later, and with no clear answers. Maybe this has helped me and I just don&#8217;t realize it yet. Regardless, I&#8217;m still the same, yet I&#8217;ve changed.</p>
</div>]]></content><author><name></name></author><category term="s" /><summary type="html"><![CDATA[I was looking through my draft posts, trying to clear off the cobwebs of antiquity and readdress the things I started and never finished. I came across one post which was personal, but I just don&#8217;t think I can get into the mindset this particular post needed to continue as it is. This is not a normal thing for me though. I can normally capture the mindset and voice I had at different eras of my life. Granted you don&#8217;t want to see my third-grade writing mindset, I mean it&#8217;s painful.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/rogers-1.jpg" /><media:content medium="image" url="https://creeva.github.io/images/rogers-1.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Retrometrics — Final Fantasy X and X-2 Remastered</title><link href="https://creeva.github.io/video-games/2021/05/20/retrometrics-final-fantasy-x-and-x-2-remastered.html" rel="alternate" type="text/html" title="Retrometrics — Final Fantasy X and X-2 Remastered" /><published>2021-05-20T00:00:00+00:00</published><updated>2021-05-20T00:00:00+00:00</updated><id>https://creeva.github.io/video-games/2021/05/20/retrometrics-final-fantasy-x-and-x-2-remastered</id><content type="html" xml:base="https://creeva.github.io/video-games/2021/05/20/retrometrics-final-fantasy-x-and-x-2-remastered.html"><![CDATA[<div class="imageblock text-center">
<div class="content">
<img src="/images/2021-03-30-finalfantasyx2logo-blog-1.png" alt="2021 03 30 finalfantasyx2logo blog 1">
</div>
</div>
<div class="paragraph">
<p>The image above looks so great taking on the Final Fantasy classic style. Now if it had felt like the classic style, I may have enjoyed both of these games more. I&#8217;ve owned both these games on multiple platforms (original PS2, PS3, PS4, Switch)&#8201;&#8212;&#8201;I&#8217;ve owned the original since back when the PS2 was the dominant system. However, I never played them until now. Though I had the choice between two modern platforms, I chose the PS4. Enjoy the announcement trailer for when this first came to PS4 six years ago:</p>
</div>
<div class="videoblock text-center">
<div class="content">
<iframe width="640" height="360" src="https://www.youtube.com/embed/j3AUTerXl5M?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="paragraph">
<p>I guess my biggest issue with both these games is that I felt the story was uninteresting and I just didn&#8217;t care. From Final Fantasy X the only character I cared for was Auron, and that is because he shows up in the Kingdom Hearts franchise. I get that tons of people like this game and have fond memories of it&#8201;&#8212;&#8201;but since my last RPG was Dragon Quest XI&#8201;&#8212;&#8201;this is very hollow (which truly is an unfair comparison).</p>
</div>
<div class="paragraph">
<p>The one thing I did notice is that while the game looked pretty, the controls and such were very much still PS2 controls. There is no camera spinning, movement can be choppy and lacking precision. Thankfully there wasn&#8217;t as much grinding as I feared. The biggest challenge battle I had in Final Fantasy X was the big battle right before the wedding sequence. So while I have comments about both games let&#8217;s separate them out.</p>
</div>
<div class="paragraph">
<p><strong>Final Fantasy X</strong></p>
</div>
<div class="paragraph">
<p>Final Fantasy X, as I mentioned, didn&#8217;t give me any emotional hook that I enjoyed. I was very very very meh about the whole experience. If anything this one took me the length of the two for in front of the screen paying attention (more on that in the next game). I skipped the whole collect monsters for the arena&#8201;&#8212;&#8201;to be fair I skip most side quests in RPGs. I get joy from the main storyline more than how complete I&#8217;ve seen of the game (hence I&#8217;ll never ever get knights of the round in Final Fantasy VII).</p>
</div>
<div class="paragraph">
<p>If anything it dragged on, there were some neat sections like the lightning strikes, and even climbing the mountain was fun. I had to do some grinding but just enough that it didn&#8217;t seem unbearable. I also wasn&#8217;t a fan of the board game-based leveling system. The limit breaks and such were fun and interesting, but later I just ended up using the summons as a crutch to get through the game. The final boss battle was all about the proper order of deploying summons.</p>
</div>
<div class="paragraph">
<p>Most of this game is a train going down the railroad tracks, there is rarely ever a need to backtrack to complete the game. I mean this is good or bad depending on how you are used to playing RPGs. Some have you go back and visit the same area multiple times&#8201;&#8212;&#8201;for others, it&#8217;s a continual march forward. So it&#8217;s something to be aware of more than it is a problem.</p>
</div>
<div class="paragraph">
<p>Finally the version of level editing using the sphere grid system. I prefer more of a traditional leveling system. You spend the whole time with this wondering where you missed out on or if you should have gone a different direction. It was neat at the point that I could switch from the white mage line to the black mage line without losing any spells&#8201;&#8212;&#8201;but beyond that, I wasn&#8217;t a fan. It made leveling feel slower overall and grinding (if you were targeting a specific skill) feel longer. I know it may just be a mental thing for the length of the grinding. Maybe traditional leveling would have taken just as long. It just didn&#8217;t feel like it.</p>
</div>
<div class="paragraph">
<p>The most unique thing for me was playing all the characters in each battle. While in a traditional FF game, you can&#8217;t switch out party members mid-battle. In this game, it&#8217;s encouraged (if not slightly required at times) to switch out members quickly from those on stand-by to those that are active. This was probably the most interesting thing about the game to get used to, it also allowed for a much more varied combat experience.</p>
</div>
<div class="paragraph">
<p><strong>Final Fantasy X-2</strong></p>
</div>
<div class="paragraph">
<p>Final Fantasy X-2 same world as Final Fantasy X&#8201;&#8212;&#8201;but it&#8217;s a much different game. First, they try a more open-world system overall. This gave you the option for more exploration and revisiting of areas than X. Which means in theory if I had availed myself of the side quests and activities, I would have had a much longer game. However, since I prefer to just plow through a main story&#8201;&#8212;&#8201;I will say I likely missed out on half of the game offers.</p>
</div>
<div class="paragraph">
<p>Going into what it offers, let&#8217;s jump to the job system for a second. Your character (once you find the job within the game) allows you to switch between different job classes. I do know as I would look at the strategy guide it would say to use this class for this battle and this class for another. However, since I didn&#8217;t do many side quests&#8201;&#8212;&#8201;I never even had those classes. I will say the setup made grinding a piece of cake though. Whenever I did get a new job class, I took my characters to the arena. I would find a battle they could easily win by just hitting X over and over again. It was taking advantage of the system instead of random level grinding across the world.</p>
</div>
<div class="paragraph">
<p>An important thing to note, like I stated&#8201;&#8212;&#8201;I just play the main game and avoid side quests. However, by avoiding side quests, when there was a tough battle I would look online. Every single time it told me to use a job class I didn&#8217;t have. I managed to make do and plow through, but honestly, if you want the full design of what the game is meant to be&#8201;&#8212;&#8201;you are better off exploring and treating this more as an open-world game than I did.</p>
</div>
<div class="paragraph">
<p><strong>Conclusion</strong></p>
</div>
<div class="paragraph">
<p>It&#8217;s good that re-releases bundle these two games together. There is a balance between them. I prefer the story of Final Fantasy X more than X-2. However, I enjoy the gameplay more in X-2. The story is streamlined in X&#8201;&#8212;&#8201;and opens up more in X-2. It&#8217;s a difficult decision. They are far from my favorite Final Fantasy games, but likely they will be unforgettable. I do wonder if I would have been more open to exploration in X-2 if I was playing on the Switch vs. PS4. It opens up the mobile option to play when others are using the TV.</p>
</div>
<div class="paragraph">
<p>The one thing I won&#8217;t miss is Blitzball.</p>
</div>]]></content><author><name></name></author><category term="v" /><summary type="html"><![CDATA[The image above looks so great taking on the Final Fantasy classic style. Now if it had felt like the classic style, I may have enjoyed both of these games more. I&#8217;ve owned both these games on multiple platforms (original PS2, PS3, PS4, Switch)&#8201;&#8212;&#8201;I&#8217;ve owned the original since back when the PS2 was the dominant system. However, I never played them until now. Though I had the choice between two modern platforms, I chose the PS4. Enjoy the announcement trailer for when this first came to PS4 six years ago&amp;#58;]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/2021-03-30-finalfantasyx2logo-blog-1.png" /><media:content medium="image" url="https://creeva.github.io/images/2021-03-30-finalfantasyx2logo-blog-1.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Lamenting the Loss of Everlasting Gobstoppers</title><link href="https://creeva.github.io/stories/2021/05/03/lamenting-the-loss-of-everlasting-gobstoppers.html" rel="alternate" type="text/html" title="Lamenting the Loss of Everlasting Gobstoppers" /><published>2021-05-03T00:00:00+00:00</published><updated>2021-05-03T00:00:00+00:00</updated><id>https://creeva.github.io/stories/2021/05/03/lamenting-the-loss-of-everlasting-gobstoppers</id><content type="html" xml:base="https://creeva.github.io/stories/2021/05/03/lamenting-the-loss-of-everlasting-gobstoppers.html"><![CDATA[<div class="imageblock text-center">
<div class="content">
<img src="/images/61HFRBhoS5L-1.jpg" alt="61HFRBhoS5L 1">
</div>
</div>
<div class="paragraph">
<p>I know looking at the title you are thinking to yourself, but I just saw Gobstoppers in the candy aisle at the local big box store just the other day.  That these are the Gobstoppers that you remember and have loved your whole life.   But that life is a lie.  I don&#8217;t mean the crazy-shaped Gobstoppers from the movie that have weird ends coming out of them.    Those were never made and sold to the general public&#8201;&#8212;&#8201;if a candy version of those were ever made at all.    I&#8217;m talking about the Gobstoppers that you could buy in a two-pack for a dime or a quarter (depending on where you got them).</p>
</div>
<div class="paragraph">
<p>You see kids, back in the 80s dime and nickel candy was an actual thing. Sometimes we bought tootsie rolls three for a nickel. Lemon heads and such were a dime a box. And Gobstoppers sat right alongside them in a two-pack. Like many other candies in my young life, I bought Gobstoppers by the truckload. You would buy them and suck on them for 5-10 minutes until you get to that satisfactory moment that you could tell would release the Sweet Tartesque center. It was fantastic.</p>
</div>
<div class="paragraph">
<p>However, those don&#8217;t exist anymore.   The Gobstoppers that are sold under the brand name today were originally Gobstopper minis.   The new Gobstopper minis the size of a pea would have been considered Gobstopper micro. Part of the Gobstopper legend is how long they lasted, so the current versions actually less than the two packs I used to get. That&#8217;s some false marketing. Another bonus was you could choose which two colors you wanted to start with, which seemed to influence the overall flavor as you could get to the continuing layers below.</p>
</div>
<div class="paragraph">
<p>From a first-hand perspective, I, unfortunately, have a pretty good idea why the original size is no longer available. Choking hazard, plain and simple. Having twice in my elementary school life swallowed an almost full-sized Gobstopper, it wasn&#8217;t a pleasant experience. It was similar to a time I accidentally swallowed a quarter (why did I have a quarter in my mouth&#8201;&#8212;&#8201;I was a kid&#8201;&#8212;&#8201;who knows). The experience and after-effects were the same. I had some pain and I assume bruising inside my throat. I&#8217;m working under assumptions here since I didn&#8217;t tell my parents&#8201;&#8212;&#8201;there wasn&#8217;t a medical diagnosis. The pain lasted a few days though, reminding me to think twice before accidentally doing it again.</p>
</div>
<div class="paragraph">
<p>The one thing to note about all three experiences (quarter, gobstopper x2) is that I applied kid logic to the problem. I was breathing, so I wasn&#8217;t choking. I did freak out because of how the pain was that it might be stuck somewhere between my mouth and stomach. I went into the bathroom and stuck my head under the faucet and started downing as much water as possible to make sure it didn&#8217;t fill up my throat. These incidents were between the ages 6-9 if you were wondering. Why did I use the bathroom sink? Well, otherwise I would have to explain to my parents why I was drinking glass after glass of water all of sudden. The bathroom sink removed those possible questions.</p>
</div>
<div class="paragraph">
<p>Even out of that momentary youthful trauma, I still want the originals back. There are generic ones the same size. Of course, you&#8217;ve always been able to buy the fist-sized jawbreakers that are more of a trophy than an edible treat. None of these experiences are the same, because I was fairly Wonka Candy loyal in my youth. They didn&#8217;t taste the same either.</p>
</div>
<div class="paragraph">
<p>Maybe one day&#8201;&#8212;&#8201;some special retro release.</p>
</div>
<iframe src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" width="640" height="360" frameborder="0" allowfullscreen></iframe>]]></content><author><name></name></author><category term="s" /><summary type="html"><![CDATA[I know looking at the title you are thinking to yourself, but I just saw Gobstoppers in the candy aisle at the local big box store just the other day. That these are the Gobstoppers that you remember and have loved your whole life. But that life is a lie. I don&#8217;t mean the crazy-shaped Gobstoppers from the movie that have weird ends coming out of them. Those were never made and sold to the general public&#8201;&#8212;&#8201;if a candy version of those were ever made at all. I&#8217;m talking about the Gobstoppers that you could buy in a two-pack for a dime or a quarter (depending on where you got them).]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/61HFRBhoS5L-1.jpg" /><media:content medium="image" url="https://creeva.github.io/images/61HFRBhoS5L-1.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Yahoo Answers Shutting Down — Not All Data Exportable</title><link href="https://creeva.github.io/geekery/2021/04/07/yahoo-answers-shutting-down-not-all-data-exportable.html" rel="alternate" type="text/html" title="Yahoo Answers Shutting Down — Not All Data Exportable" /><published>2021-04-07T00:00:00+00:00</published><updated>2021-04-07T00:00:00+00:00</updated><id>https://creeva.github.io/geekery/2021/04/07/yahoo-answers-shutting-down-not-all-data-exportable</id><content type="html" xml:base="https://creeva.github.io/geekery/2021/04/07/yahoo-answers-shutting-down-not-all-data-exportable.html"><![CDATA[<div class="imageblock text-center">
<div class="content">
<img src="/images/2021-04-07_yahoo_blog-1.jpeg" alt="2021 04 07 yahoo blog 1">
</div>
</div>
<div class="paragraph">
<p>This week it was announced that Yahoo Answers was shutting down. In that fact, I kind of go maybe it&#8217;s time, Reddit has replaced it. The current ownership of Yahoo is not putting in money or updating properties. Likely it&#8217;s time. <a href="https://arstechnica.com/information-technology/2021/04/yahoo-answers-to-end-as-trump-fans-see-plot-to-silence-conservatives/">Though Ars Technica had an article that the far right is saying this is to silence their speech</a>, this far more falls into a straight business decision to turn off the lights of a very lightly used service than to actually put the thought into what happens if they do.</p>
</div>
<div class="paragraph">
<p>Yahoo was nice enough to provide a method to export your data. Since I&#8217;m a data hoarder of content that I have wittingly or unwittingly generated&#8201;&#8212;&#8201;I wanted to get my data before it was gone. It took me four attempts. The first three about an hour after I submitted the request to back up not all my Yahoo data&#8201;&#8212;&#8201;but just the section from answers&#8201;&#8212;&#8201;I received an email saying that I had canceled my own request. I assure you I did not. I wasn&#8217;t even on the page the second or third time (for fear that a page refresh canceled the request). So that was my first hurdle. But once again, the current owner isn&#8217;t dumping money into the company to fix things&#8201;&#8212;&#8201;so you have to expect that some of the rubber bands have snapped and the duct tape is torn by now.</p>
</div>
<div class="paragraph">
<p>The fourth attempt though worked, though not necessarily as advertised. I downloaded a 6.2kb zipped file and was happy that it wasn&#8217;t canceled though it took 18 hours to generate (lack of money means poorly fed hamsters). I thought the file was a bit small&#8201;&#8212;&#8201;since I can generate a 3kb text file in my daily journal. But it was compressed, so maybe they spent hours really really compressing it and making it small. They did not.</p>
</div>
<div class="paragraph">
<p>When I opened this file, all that it contains was some .json file (which is fine) and privacy notices. Opening the JSON files, they include solely my basic profile information. It did not include any questions I asked (1) or any I answered (80). You literally are better off and closer to complete to save your Yahoo Answers page to a PDF or an Image. It&#8217;s easier to read and gives you a better look in the long run at what the profile would have looked like. Just all around better.</p>
</div>
<div class="paragraph">
<p>Now I&#8217;m going to go through and manually copy my data out of the service. I have a few weeks and not much data to grab. I just shouldn&#8217;t have to. When I submit a data request that offers to export all of my data out of service&#8201;&#8212;&#8201;I expect all of my data. It doesn&#8217;t matter if the data is important or not. Secondary gripe&#8201;&#8212;&#8201;everything gives a vague time period (such as over a decade ago) and no real dates. Which for a life logging cataloguer is very very annoying and likely would have been included in a proper data export.</p>
</div>
<div class="paragraph">
<p>While few people reading this will even bother to export their data, just don&#8217;t bother. Look at your profile and manually grab what you need. Between the hoops and problems of the export process, and the lack of information exported, it&#8217;s just going to be easier and more complete to do it yourself instead of trusting the starving hamsters to do an accurate job.</p>
</div>]]></content><author><name></name></author><category term="g" /><summary type="html"><![CDATA[This week it was announced that Yahoo Answers was shutting down. In that fact, I kind of go maybe it&#8217;s time, Reddit has replaced it. The current ownership of Yahoo is not putting in money or updating properties. Likely it&#8217;s time. Though Ars Technica had an article that the far right is saying this is to silence their speech, this far more falls into a straight business decision to turn off the lights of a very lightly used service than to actually put the thought into what happens if they do.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/2021-04-07_yahoo_blog-1.jpeg" /><media:content medium="image" url="https://creeva.github.io/images/2021-04-07_yahoo_blog-1.jpeg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Playing With Wordgrinder</title><link href="https://creeva.github.io/geekery/2021/03/30/playing-with-wordgrinder.html" rel="alternate" type="text/html" title="Playing With Wordgrinder" /><published>2021-03-30T00:00:00+00:00</published><updated>2021-03-30T00:00:00+00:00</updated><id>https://creeva.github.io/geekery/2021/03/30/playing-with-wordgrinder</id><content type="html" xml:base="https://creeva.github.io/geekery/2021/03/30/playing-with-wordgrinder.html"><![CDATA[<div class="imageblock text-center">
<div class="content">
<img src="/images/2021-03-29_wordgrinder_blog_creeva-1.png" alt="2021 03 29 wordgrinder blog creeva 1">
</div>
</div>
<div class="paragraph">
<p>I have an overall goal of trying to move one laptop over to a terminal-based only laptop one day. However, I can&#8217;t do that until I can survive more than a day or two in the shell. It&#8217;s not a goal of "only" having a system that is GUI-free. I have multiple systems. I just want one singular system that is terminal only and mobile (because I do have multiple headless Raspberry Pis in my environment.</p>
</div>
<div class="paragraph">
<p>So while I can use vi (but really I normally use Nano)&#8201;&#8212;&#8201;I wanted something slightly simpler yet more powerful if that makes sense? So I was looking at command line-based word processors and wistfully remembering the ones I loved. My favorite was a dos-based one I used around 1993 or 1994 called "write". Try googling that and finding an accurate result. My next favorite word processor of all time was actually windows-based, Wordperfect 5.1 for Windows 3.1. The Geowrite part of Geoworks (a GUI shell that competed with Windows) was another that was much loved. Other than that it becomes kind of meh, I have no love for other word processor software. Normally I use notepad or whatever plain text GUI equivalent exists for whatever operating system I&#8217;m using. So back to looking.</p>
</div>
<div class="paragraph">
<p>As I said, I do quite a bit with Nano in the command line. For a text editor (not a word processor) I still love editing from DOS, but Nano works very well for my needs. Now the bare minimum has been established, what can I get that&#8217;s a little more? If you ask around online, everyone gives one main example&#8201;&#8212;&#8201;Wordgrinder. So since I was just starting out the search, who was I to argue? Sudo apt-get me some Wordgrinder.</p>
</div>
<div class="paragraph">
<p>I fired it up once it was finished and at first I was impressed but did have some annoyances. The first is that I wasn&#8217;t happy with white on black. I decided I wanted to go old school and do bright green text on black, but I couldn&#8217;t figure out how. So I went on Reddit and asked if anyone knew how. Someone was nice enough to answer, they went through the original source code, and there was no option for changing font (or background) colors. What you got was what you get. Not that I&#8217;m ungrateful, but things might still be great (kinda).</p>
</div>
<div class="paragraph">
<p>So color choices aside&#8201;&#8212;&#8201;one thing that isn&#8217;t in the image above is there is a top and bottom ribbon (I disabled that). You also can only bring up the menu by hitting escape. However, one thing that psychologically was an issue for me was that typing was always at the middle of the page. You can scroll up or down, but your active data line is in the center. It&#8217;s my issue, not an application issue. I&#8217;m sure I could have gotten over it.</p>
</div>
<div class="paragraph">
<p>I attempted to do my daily journal entry. Writing it in Wordgrinder is easy and smooth. I went back a few times to do later updates before the day ended. Then the problems happened. I had my file named properly with a txt extension. My script pulled it into my daily activity file&#8201;&#8212;&#8201;and then there was markup everywhere. Even though I didn&#8217;t have any special markup in my file, the application saved its own anyways. I&#8217;m sure there may be a setting or something I could use to change this behavior, but frankly for my desires and the fact that I was bowled over otherwise&#8201;&#8212;&#8201;I&#8217;m moving on. For many, this would be a great program. If you are looking to edit plain text with word processor options&#8201;&#8212;&#8201;this isn&#8217;t it. Or it might be just a flag I didn&#8217;t set while starting the program. There is absolutely nothing bad I can say about the program other than no color change and the middle of the screen typing. It just didn&#8217;t fit with my workflow and processing needs. Time to find the next experiment.</p>
</div>]]></content><author><name></name></author><category term="g" /><summary type="html"><![CDATA[I have an overall goal of trying to move one laptop over to a terminal-based only laptop one day. However, I can&#8217;t do that until I can survive more than a day or two in the shell. It&#8217;s not a goal of "only" having a system that is GUI-free. I have multiple systems. I just want one singular system that is terminal only and mobile (because I do have multiple headless Raspberry Pis in my environment.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/2021-03-29_wordgrinder_blog_creeva-1.png" /><media:content medium="image" url="https://creeva.github.io/images/2021-03-29_wordgrinder_blog_creeva-1.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Sometimes The Right Text Editor is Right In Front of You</title><link href="https://creeva.github.io/geekery/2021/03/23/sometimes-the-right-text-editor-is-right-in-front-of-you.html" rel="alternate" type="text/html" title="Sometimes The Right Text Editor is Right In Front of You" /><published>2021-03-23T00:00:00+00:00</published><updated>2021-03-23T00:00:00+00:00</updated><id>https://creeva.github.io/geekery/2021/03/23/sometimes-the-right-text-editor-is-right-in-front-of-you</id><content type="html" xml:base="https://creeva.github.io/geekery/2021/03/23/sometimes-the-right-text-editor-is-right-in-front-of-you.html"><![CDATA[<div class="imageblock text-center">
<div class="content">
<img src="/images/typewriter-1.jpg" alt="typewriter 1">
</div>
</div>
<div class="paragraph">
<p>I had an issue with my daily journal script. If I collected all the data from sources, generated my daily post, and then made notes&#8201;&#8212;&#8201;I was leaving out too many details. If I kept a separate file with notes and then pasted it in, that didn&#8217;t help me either. Especially if I&#8217;m away from my computer, I wanted something that I can use from my phone. It was important that it could sync through <a href="http://dropbox.com">Dropbox</a> (hence use it anywhere). Finally, it should be saved with plain text or a simple markup where I could script out the extra markup details.</p>
</div>
<div class="paragraph">
<p>At first, I went to the de-facto standard&#8201;&#8212;&#8201;Evernote. This is where millions of people make daily notes to organize their lives. It also works with IFTTT, which means I can use Dropbox with it. So I spent an hour testing this solution, unfortunately, Evernote can mark a post as complete before you are done typing. This means IFTTT pulls and processes it before you might be done typing. This is an issue because you may lose relevant data once it enters your workflow. After wiggling and jiggling, dancing and prancing&#8201;&#8212;&#8201;anything to try to make this work I gave up. I thought about OneNote&#8201;&#8212;&#8201;but it didn&#8217;t work with IFTTT. It also likely would generate too much traffic to offload it to a similar service.</p>
</div>
<div class="paragraph">
<p>To the plain text file, it was. I went through over a dozen free applications. I don&#8217;t want to disparage the fact that the 9.99 text editor for the iPhone may have done exactly what I wanted. I also didn&#8217;t want to pay for something when all I needed was the simplest of editors. Some had to manually sync. Some had a completely intolerable interface. Some advertised functions that weren&#8217;t actually there. I was fed up&#8201;&#8212;&#8201;life isn&#8217;t supposed to be this hard for something with two requirements&#8201;&#8212;&#8201;plain text and Dropbox.</p>
</div>
<div class="paragraph">
<p>Well, it turns out that Dropbox has a plain text editor built into it. If I specify my save folder&#8201;&#8212;&#8201;it even hits my workflows and scripts correctly. I&#8217;ve been using this for the last 4 days, and you know what? It works great. I wasn&#8217;t aware there was a text editor built into the phone app before. That is how you test a simple issue over a dozen different ways and end up with a simpler solution.</p>
</div>]]></content><author><name></name></author><category term="g" /><summary type="html"><![CDATA[I had an issue with my daily journal script. If I collected all the data from sources, generated my daily post, and then made notes&#8201;&#8212;&#8201;I was leaving out too many details. If I kept a separate file with notes and then pasted it in, that didn&#8217;t help me either. Especially if I&#8217;m away from my computer, I wanted something that I can use from my phone. It was important that it could sync through Dropbox (hence use it anywhere). Finally, it should be saved with plain text or a simple markup where I could script out the extra markup details.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://creeva.github.io/images/typewriter-1.jpg" /><media:content medium="image" url="https://creeva.github.io/images/typewriter-1.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>