<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ruby on passthejoe</title>
    <link>https://relvokcor.xyz/~passthejoe/hugo/blog/ruby/</link>
    <description>Recent content in Ruby on passthejoe</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Copyright © 2025, Steven Rosenberg.</copyright>
    <lastBuildDate>Fri, 02 Aug 2024 07:56:01 -0700</lastBuildDate>
    <atom:link href="https://relvokcor.xyz/~passthejoe/hugo/blog/ruby/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A new Ruby-based static-site generator from Shinobi creator Bradley Taunt</title>
      <link>https://relvokcor.xyz/~passthejoe/hugo/a-new-ruby-based-static-site-generator-from-shinobi-creator-bradley-taunt/</link>
      <pubDate>Fri, 02 Aug 2024 07:56:01 -0700</pubDate>
      <guid>https://relvokcor.xyz/~passthejoe/hugo/a-new-ruby-based-static-site-generator-from-shinobi-creator-bradley-taunt/</guid>
      <description>&lt;p&gt;I wasn&amp;rsquo;t expecting a new static-site generator from Bradley Taunt, who created Shinobi, but I should have expected it because he has written a lot of short blog-generating scripts, as he details in &lt;a href=&#34;https://btxx.org/posts/seven-years/&#34;&gt;Blogging for 7 years&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;He left Shinobi behind a few years ago. I don&amp;rsquo;t begrudge him that — it remains good to use and will continue to be so. Shibobi has issues for sure — the biggest being that it doesn&amp;rsquo;t support inline links or other HTML because it uses XML for web display.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Friction in the Hugo composition process — Part 1</title>
      <link>https://relvokcor.xyz/~passthejoe/hugo/friction-in-the-hugo-composition-process-part-1/</link>
      <pubDate>Sat, 22 Apr 2023 00:11:00 -0800</pubDate>
      <guid>https://relvokcor.xyz/~passthejoe/hugo/friction-in-the-hugo-composition-process-part-1/</guid>
      <description>&lt;p&gt;I would write more, I say, if it was easier to start, write and publish a blog entry.&lt;/p&gt;&#xA;&lt;p&gt;I have a Bash script that allows me to easily write and publish microblog-style entries. Maybe I should come up with something similar for Hugo. It&amp;rsquo;s been on my to-do list.&lt;/p&gt;&#xA;&lt;p&gt;I can write tweets quickly. But a Hugo blog entry is a different thing.&lt;/p&gt;&#xA;&lt;p&gt;There&amp;rsquo;s a bunch of metadata at the top of the post. You need a title, time and date, author name and Twitter handle field. I guess I can forget about that last one in the Elon era. And then there are tags. And I can choose, post by post, whether to show the full post in the index, or not. There&amp;rsquo;s an optional description that makes the blog listing pages look much better. You have to come up with a file name.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ruby gems: Using Linux/BSD packages vs. gem install</title>
      <link>https://relvokcor.xyz/~passthejoe/hugo/ruby-gems-using-linux/bsd-packages-vs.-gem-install/</link>
      <pubDate>Tue, 29 Dec 2020 16:06:15 -0800</pubDate>
      <guid>https://relvokcor.xyz/~passthejoe/hugo/ruby-gems-using-linux/bsd-packages-vs.-gem-install/</guid>
      <description>&lt;p&gt;As a Ruby user and programmer, I thought that Linux distributions and BSD projects offered packaged versions of Ruby gems to add sanity and stability to a computer.&lt;/p&gt;&#xA;&lt;p&gt;The problem is that every distribution and project packages a different subset of all the Ruby gems available.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve always tried to use as many &amp;ldquo;packaged&amp;rdquo; gems as possible in the systems I run — chiefly Debian and Fedora Linux, along with OpenBSD.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ruby gtk3 GUI applications ARE cross-platform</title>
      <link>https://relvokcor.xyz/~passthejoe/hugo/ruby-gtk3-gui-applications-are-cross-platform/</link>
      <pubDate>Sun, 06 Oct 2019 13:48:05 -0700</pubDate>
      <guid>https://relvokcor.xyz/~passthejoe/hugo/ruby-gtk3-gui-applications-are-cross-platform/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been intermittently struggling and totally forgetting about the best way to create cross-platform GUI applications. I&amp;rsquo;ve veered between &lt;a href=&#34;https://www.tcl.tk/&#34;&gt;Tk&lt;/a&gt; for Ruby or Python, &lt;a href=&#34;https://openjfx.io/&#34;&gt;JavaFX&lt;/a&gt; and &lt;a href=&#34;https://www.qt.io/&#34;&gt;Qt&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I recently &lt;strong&gt;stumbled on GTK3 in Ruby&lt;/strong&gt;, and I&amp;rsquo;ve been going through &lt;a href=&#34;https://iridakos.com/tutorials/2018/01/25/creating-a-gtk-todo-application-with-ruby.html&#34;&gt;a couple&lt;/a&gt; of &lt;a href=&#34;https://github.com/COMU/rubygtk3/wiki/Ruby-Gtk3-Tutorial&#34;&gt;tutorials&lt;/a&gt; in an attempt to figure it out.&lt;/p&gt;&#xA;&lt;p&gt;Since I&amp;rsquo;m back on Debian Stable for 90 percent of my computing, I figured I&amp;rsquo;d give GTK3 a try. I knew that you &lt;em&gt;could&lt;/em&gt; run GTK apps in Windows (and presumably also on MacOS), but maybe I&amp;rsquo;d have to resort to exotic packaging to make it happen.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
