<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Extra-Life on It&#39;s a Binary World 2.0</title>
    <link>https://www.ericsbinaryworld.com/tags/extra-life/</link>
    <description>Recent content in Extra-Life on It&#39;s a Binary World 2.0</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 28 Apr 2024 19:04:43 +0000</lastBuildDate>
    <atom:link href="https://www.ericsbinaryworld.com/tags/extra-life/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Programming Jan-April 2024</title>
      <link>https://www.ericsbinaryworld.com/2024/04/28/programming-jan-april-2024/</link>
      <pubDate>Sun, 28 Apr 2024 19:04:43 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2024/04/28/programming-jan-april-2024/</guid>
      <description> &lt;p&gt;This year started off pretty light when it came to programming because I&amp;rsquo;ve been &lt;a href=&#34;https://www.ericsbinaryworld.com/2024/02/04/2023-game-of-the-year/&#34;&gt;addicted to the video game &lt;em&gt;Against the Storm&lt;/em&gt; since last winter&lt;/a&gt;. But I eventually started working again on various projects - some old and some new. I didn&amp;rsquo;t do any programming in January, so we&amp;rsquo;ll start in February.&lt;/p&gt;&#xA;&lt;h2 id=&#34;february-and-march&#34;&gt;February and March&lt;/h2&gt;&#xA;&lt;p&gt;Over these two months I worked on &lt;a href=&#34;https://github.com/djotaku/taskwarrior_web&#34;&gt;my replacement for web access to my Taskwarrior&lt;/a&gt; TODO list because Inthe.am had shut down. In February I got the podman containers set up - one to run the taskd server and one to run the website I&amp;rsquo;d coded up in Flask. In March I had to write some rudimentary Javascript to get the website to highlight the selected tab (Overdue, Today, This Month, etc). The rest of the interactivity on the site works using HTMX, letting me focus on Python instead of Javascript, but I just wasn&amp;rsquo;t able to get that part of the site to work without a tiny bit of Javascript. I also added some fixes because the date/time widget assumes UTC. Of course, now that I have it all working correctly and get lots of use for it (especially when I&amp;rsquo;m at work and I want to quickly get something out of my brain&amp;rsquo;s short-term buffer), &lt;a href=&#34;https://taskwarrior.org/docs/upgrade-3/&#34;&gt;Taskwarrior went to 3.0 which completely changes the way the program works, the API, and the way syncing works&lt;/a&gt;. I think in the end it&amp;rsquo;ll be for the best, but it&amp;rsquo;s annoying that I need to figure this out. That may involve finally learning how to use PyO3 to interact with Rust or re-writing part of my backend in Rust. We&amp;rsquo;ll have to see where that goes.&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2024/04/28/programming-jan-april-2024/">Full post</a></p></description>
    </item>
    <item>
      <title>Programming Update for July and August 2021</title>
      <link>https://www.ericsbinaryworld.com/2021/08/31/programming-update-for-july-and-august-2021/</link>
      <pubDate>Tue, 31 Aug 2021 20:45:16 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2021/08/31/programming-update-for-july-and-august-2021/</guid>
      <description> &lt;p&gt;I didn’t do much coding in July, so I decided to combine the July and August wrap-ups.&lt;/p&gt;&#xA;&lt;h3 id=&#34;python&#34;&gt;&lt;strong&gt;Python&lt;/strong&gt;&lt;/h3&gt;&#xA;&lt;h4 id=&#34;dreamhost-dynamic-dns&#34;&gt;&lt;strong&gt;Dreamhost Dynamic DNS&lt;/strong&gt;&lt;/h4&gt;&#xA;&lt;p&gt;I decided to clean up and update some &lt;a href=&#34;https://github.com/djotaku/dreamhost_dns&#34;&gt;code that uses the Dreamhost API to allow for Dynamic DNS&lt;/a&gt;. I cleaned up the logging output so that I could figure out why it was sometimes deleting one of my domains rather than just updating the IP. The original programmer had it printing out to the terminal. I used the logging package to send logs out to a file. While I was improving the logging, I also decided to use f-strings to make it more obvious what was going into the output string.&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2021/08/31/programming-update-for-july-and-august-2021/">Full post</a></p></description>
    </item>
    <item>
      <title>My Extra Life Donation Tracker reaches v6.0 (feature complete)</title>
      <link>https://www.ericsbinaryworld.com/2021/03/14/my-extra-life-donation-tracker-reaches-v6-0-feature-complete/</link>
      <pubDate>Sun, 14 Mar 2021 05:51:00 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2021/03/14/my-extra-life-donation-tracker-reaches-v6-0-feature-complete/</guid>
      <description> &lt;p&gt;&lt;a href=&#34;http://extralife.ericmesa.com&#34;&gt;This is my seventh year raising money for Johns Hopkins Children&amp;rsquo;s Center&lt;/a&gt; via the Extra Life gaming charity. When I started back then I was brand new to streaming or recording video game play. In fact, just a few years before that I hadn&amp;rsquo;t even understood the point. I found out that you could somehow display your progress towards fundraising on your screen while you played. I had no idea how to do that and, at the time, I&amp;rsquo;d only done commandline programs. So I found bfinleyui&amp;rsquo;s web-based program. I set up XSplit (which I was using at the time) to capture the web pages and was able to have a great first year. The following year he created an app with Adobe Air that was even better. The GUI for this app would become the inspiration for ElDonationTracker; what I aspired to eventually build. My first commit to the repo for ElDonationTracker was that year. I was exploring how to get the API data via the commandline, but I wasn&amp;rsquo;t too hurried because I had the Adobe Air app. Unfortunately, the following year Adobe killed Adobe Air. So it was now time for me to try and make my own app. Unfortunately, I&amp;rsquo;d never done GUI programming before and my experiment with the TKinter GUI framework didn&amp;rsquo;t quite work.&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2021/03/14/my-extra-life-donation-tracker-reaches-v6-0-feature-complete/">Full post</a></p></description>
    </item>
    <item>
      <title>Last Few Days in Programming: Lots of Python</title>
      <link>https://www.ericsbinaryworld.com/2020/10/12/last-few-days-in-programming-lots-of-python/</link>
      <pubDate>Mon, 12 Oct 2020 23:06:47 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2020/10/12/last-few-days-in-programming-lots-of-python/</guid>
      <description> &lt;p&gt;Been quite busy with Python, keeping me away from other pursuits, like video games. (Although the kids have been requesting Spelunky 2 whenever it&amp;rsquo;s time to hang out with them)&lt;/p&gt;&#xA;&lt;h3 id=&#34;extra-life-donation-tracker-eldonationtracker&#34;&gt;Extra Life Donation Tracker (eldonationtracker)&lt;/h3&gt;&#xA;&lt;p&gt;For my &lt;a href=&#34;http://djotaku.github.io/ELDonationTracker/&#34;&gt;Extra Life Donation Tracker&lt;/a&gt; I pushed out a new release, &lt;a href=&#34;https://github.com/djotaku/ELDonationTracker/releases/tag/v5.2.2&#34;&gt;v5.2.2&lt;/a&gt;. A user of my program (man, I never get tired of how awesome that is!!) had wholly anonymous donors which was causing an issue I thought I&amp;rsquo;d handled. But it turns out that the folks that run the Donor Drive API are a little inconsistent in how they handle that in the donor endpoint vs the donations endpoint. So I pushed that fix out and now things should be dandy for game day (about 2 weeks away!!)&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2020/10/12/last-few-days-in-programming-lots-of-python/">Full post</a></p></description>
    </item>
    <item>
      <title>Last Three Days of Programming: Python</title>
      <link>https://www.ericsbinaryworld.com/2020/06/05/last-three-days-of-programming-python/</link>
      <pubDate>Fri, 05 Jun 2020 20:00:09 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2020/06/05/last-three-days-of-programming-python/</guid>
      <description> &lt;p&gt;I&amp;rsquo;ve mostly been working on &lt;a href=&#34;https://github.com/djotaku/ELDonationTracker/milestone/10&#34;&gt;version 5.0&lt;/a&gt; of my &lt;a href=&#34;http://djotaku.github.io/ELDonationTracker/&#34;&gt;Extra Life Donation Tracker&lt;/a&gt;. Since I adopted the &lt;a href=&#34;https://semver.org/&#34;&gt;Semantic Versioning&lt;/a&gt; principle for the project, an API change means a major version change. I&amp;rsquo;ve been taking everything I&amp;rsquo;ve learned about Python programming from 2019 and 2020 and tried to make my code both more Pythonic and more sophisticated. I&amp;rsquo;m also trying to move towards 100% code coverage. That is to say, I&amp;rsquo;m looking to try and make sure every line of code is covered by a test. While 100% test coverage doesn&amp;rsquo;t guarantee perfect code (after all, the test itself could be flawed or I might not be considering corner cases), striving for it usually has a few benefits:&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2020/06/05/last-three-days-of-programming-python/">Full post</a></p></description>
    </item>
    <item>
      <title>New Release (v1.9.3) of my Extra Life Donation Tracker Software</title>
      <link>https://www.ericsbinaryworld.com/2019/10/02/new-release-v1-9-3-of-my-extra-life-donation-tracker-software/</link>
      <pubDate>Wed, 02 Oct 2019 04:18:19 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2019/10/02/new-release-v1-9-3-of-my-extra-life-donation-tracker-software/</guid>
      <description> &lt;p&gt;&lt;img src=&#34;https://www.ericsbinaryworld.com/images/2019/10/Extra-Life-Donation-Tracker-GUI-with-Team-Info.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m getting really close to finally getting this program to where I wanted it to be 4 years ago. My &lt;a href=&#34;https://github.com/djotaku/ELDonationTracker/releases/tag/v1.9.3&#34;&gt;most recent release&lt;/a&gt; adds in the Team info to the GUI (and the previous release, which I didn&amp;rsquo;t blog about added team info in general). I&amp;rsquo;m getting feature requests and bug reports and all those kinds of encouraging things that make people want to provide programs for others. Also new as of a couple releases ago is the fact that I&amp;rsquo;m using Github&amp;rsquo;s CI (called Github Actions) to produce binaries for me that I can attach to releases to make it easier for folks to use the software.&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2019/10/02/new-release-v1-9-3-of-my-extra-life-donation-tracker-software/">Full post</a></p></description>
    </item>
    <item>
      <title>New Release of my Extra Life Donations Tracker Software</title>
      <link>https://www.ericsbinaryworld.com/2019/09/05/new-release-of-my-extra-life-donations-tracker-software-2/</link>
      <pubDate>Fri, 06 Sep 2019 01:02:17 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2019/09/05/new-release-of-my-extra-life-donations-tracker-software-2/</guid>
      <description> &lt;p&gt;After a bit more work since my &lt;a href=&#34;https://www.ericsbinaryworld.com/2019/07/21/new-release-of-my-extra-life-donations-tracker-software/&#34;&gt;21 July post&lt;/a&gt;, I&amp;rsquo;ve finally reached what I can consider to be beta status for the GUI. Things have matured to the point where it works well on both Linux and Windows and I&amp;rsquo;m now using it every time I game. I created a bunch of issues on Github to track new features I want to add in order to get to what I think will be a 1.0 release. I&amp;rsquo;m excited at the progress I&amp;rsquo;ve made and that the software continues to have interest. As always, the &lt;a href=&#34;https://github.com/djotaku/ELDonationTracker&#34;&gt;code is available on Github&lt;/a&gt;. Here are videos on how to use the GUI:&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2019/09/05/new-release-of-my-extra-life-donations-tracker-software-2/">Full post</a></p></description>
    </item>
    <item>
      <title>New Release of my Extra Life Donations Tracker Software</title>
      <link>https://www.ericsbinaryworld.com/2019/07/21/new-release-of-my-extra-life-donations-tracker-software/</link>
      <pubDate>Sun, 21 Jul 2019 13:29:05 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2019/07/21/new-release-of-my-extra-life-donations-tracker-software/</guid>
      <description> &lt;p&gt;If you follow the blog, you remember I&amp;rsquo;ve been working on a &lt;a href=&#34;https://www.ericsbinaryworld.com/2019/01/08/my-extra-life-donation-tracker-gets-a-gui-part-1/&#34;&gt;GUI for the donation tracker&lt;/a&gt;. Part of making that work involved changing the code to be object oriented. Also, it required moving the user-defined configs to be moved out of the main code. I&amp;rsquo;ve done that and finally tested that it works (I had a silly bug involving a typo that I had to correct) and merged the code into master over on the &lt;a href=&#34;https://github.com/djotaku/ELDonationTracker&#34;&gt;github repo&lt;/a&gt;. The new code required a change in the directions, so I made new instructional videos to go along with those changes:&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2019/07/21/new-release-of-my-extra-life-donations-tracker-software/">Full post</a></p></description>
    </item>
    <item>
      <title>My Extra Life Donation Tracker gets a GUI Part 1</title>
      <link>https://www.ericsbinaryworld.com/2019/01/08/my-extra-life-donation-tracker-gets-a-gui-part-1/</link>
      <pubDate>Tue, 08 Jan 2019 13:36:41 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2019/01/08/my-extra-life-donation-tracker-gets-a-gui-part-1/</guid>
      <description> &lt;p&gt;Three years ago I created &lt;a href=&#34;https://github.com/djotaku/ELDonationTracker&#34;&gt;ELDonationTracker&lt;/a&gt; to use the Extra Life API to provide donation alerts on my screen while I&amp;rsquo;m streaming or recording games. About a year and a half ago, I actually had to start using it because the previous donation tracker I&amp;rsquo;d been using stopped being maintained. Since then I&amp;rsquo;ve been steadily improving it, but there&amp;rsquo;s still a bit of functionality for the alerts when someone donates that I was missing by running a commandline utility. A year ago I tried creating a GUI with Tkinter, but I just found it too hard to figure out. What I really wanted anyway was to do it in QT or QML. A few months ago I saw that it appeared the company being QT was going to finally take Python seriously. While looking up some tutorials on PyQT I found out that I could use QT Designer to do a WYSIWYG design and then a simple utility to convert it to Python code. Since designing GUIs is a real drag and takes away time from doing the coding to make the GUI work, I was jazzed. So I threw this together over a couple days, copying the interface from the program that was no longer maintained:&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2019/01/08/my-extra-life-donation-tracker-gets-a-gui-part-1/">Full post</a></p></description>
    </item>
    <item>
      <title>November Video Games Report</title>
      <link>https://www.ericsbinaryworld.com/2016/12/11/november-video-games-report-2/</link>
      <pubDate>Sun, 11 Dec 2016 16:34:48 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2016/12/11/november-video-games-report-2/</guid>
      <description> &lt;p&gt;Took advantage of MIL&amp;rsquo;s presence to get some gaming done before I would be too busy to game for a while.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Civilization VI&lt;/strong&gt; (18 hours):&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtu.be/9eHVWDntw4g?list=PLEJrELYLxNgWZ4TsugA53ODOuSvnraSVu&#34;&gt;https://youtu.be/9eHVWDntw4g?list=PLEJrELYLxNgWZ4TsugA53ODOuSvnraSVu&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;This time around I play as Greece and try for a cultural victory while also getting more involved in the religion part of the game.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Vertical Drop Heroes HD&lt;/strong&gt; (1 hour 25 minutes):&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtu.be/2VyexAVIwEY?list=PLEJrELYLxNgXBv5HxeZNUxg5AWWM9QGJb&#34;&gt;https://youtu.be/2VyexAVIwEY?list=PLEJrELYLxNgXBv5HxeZNUxg5AWWM9QGJb&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;On Extra Life game day I end up further than I&amp;rsquo;ve ever been in the game.&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2016/12/11/november-video-games-report-2/">Full post</a></p></description>
    </item>
    <item>
      <title>Yes, I&#39;m participating in Extra Life in 2016</title>
      <link>https://www.ericsbinaryworld.com/2016/04/10/yes-im-participating-in-extra-life-in-2016/</link>
      <pubDate>Sun, 10 Apr 2016 04:01:00 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2016/04/10/yes-im-participating-in-extra-life-in-2016/</guid>
      <description> &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/SLOXJ-Lk5Tc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;p&gt;You can contribute to my campaign at: &lt;a href=&#34;http://www.extra-life.org/participant/EricMesa2016&#34;&gt;http://www.extra-life.org/participant/EricMesa2016&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve already played way over 24 hours in 2016!&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2016/04/10/yes-im-participating-in-extra-life-in-2016/">Full post</a></p></description>
    </item>
    <item>
      <title>Extra Life 2015 Post-Mortem</title>
      <link>https://www.ericsbinaryworld.com/2015/11/16/extra-life-2015-post-mortem/</link>
      <pubDate>Mon, 16 Nov 2015 04:01:02 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2015/11/16/extra-life-2015-post-mortem/</guid>
      <description> &lt;p&gt;A video in which I describe my experience participating in Extra Life 2015:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtu.be/mLXiWhVqHBs&#34;&gt;https://youtu.be/mLXiWhVqHBs&lt;/a&gt;&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2015/11/16/extra-life-2015-post-mortem/">Full post</a></p></description>
    </item>
    <item>
      <title>First Nine Days in Extra Life</title>
      <link>https://www.ericsbinaryworld.com/2015/03/13/first-nine-days-in-extra-life/</link>
      <pubDate>Sat, 14 Mar 2015 00:27:32 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2015/03/13/first-nine-days-in-extra-life/</guid>
      <description> &lt;p&gt;I&amp;rsquo;ve been hearing about the members of the Giant Bombcast talk about participating in the Extra Life video game marathon for a few years now. For some reason, when the 2014 event happened, I decided to look into it to see if I could participate this year. When I started looking into it around a month ago, I realized I wouldn&amp;rsquo;t be able to participate in the big 24 hour day because that&amp;rsquo;s when someone&amp;rsquo;s getting married. But, then I found out that the organizers are OK with creativity in the marathon was run. There are others, like me, who raise money and play games throughout the year.&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2015/03/13/first-nine-days-in-extra-life/">Full post</a></p></description>
    </item>
  </channel>
</rss>
