<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Open Source on NickBusey.com</title>
    <link>https://www.nickbusey.com/tags/open-source/</link>
    <description>Recent content in Open Source on NickBusey.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Mon, 18 May 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.nickbusey.com/tags/open-source/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>HomelabOS v0.7 - 50&#43; new services! Release notes and installation video</title>
      <link>https://www.nickbusey.com/code/2020-05-18-homelabos-v0.7/</link>
      <pubDate>Mon, 18 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.nickbusey.com/code/2020-05-18-homelabos-v0.7/</guid>
      <description>Today we released v0.7 of HomelabOS!
 HomelabOS is an effort to make it as easy as possible for anyone to host their own cloud-style services, either at home, or on a server they control in the cloud.
The goal is to provide a few simple commands to the user, and handle setting everything up for them as easily as possible.
 Since the last release we have added over 50 more services, for over 100 services total!</description>
    </item>
    
    <item>
      <title>Introducing tckr.html - A simple calculator strip. Like ticker tape, with variables.</title>
      <link>https://www.nickbusey.com/code/2020-01-28-tckr-html/</link>
      <pubDate>Tue, 28 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.nickbusey.com/code/2020-01-28-tckr-html/</guid>
      <description>I&amp;rsquo;ve been wanting a tool lately where it functions kind of like a blank text document, but when you type some math it actually evaluates the formula for you, letting you save the output for use in further equations.
So, last night I built it over the course of maybe two hours.
It&amp;rsquo;s simple. It does what it says on the box. It&amp;rsquo;s portable (just one .html file). It&amp;rsquo;s easy.</description>
    </item>
    
    <item>
      <title>HomelabOS v0.6 - Release Notes and Installation Video</title>
      <link>https://www.nickbusey.com/code/2019-05-31-homelabos-v0.6/</link>
      <pubDate>Fri, 31 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.nickbusey.com/code/2019-05-31-homelabos-v0.6/</guid>
      <description>Yesterday I released v0.6 of HomelabOS.
HomelabOS is an effort to make it as easy as possible for anyone to host their own cloud-style services, either at home, or on a server they control in the cloud.
The goal is to provide a few simple commands to the user, and handle setting everything up for them as easily as possible.
It includes over 50 services that can be easily enabled, deployed, and backed up.</description>
    </item>
    
    <item>
      <title>Live on Twitch</title>
      <link>https://www.nickbusey.com/article/2019-04-10-live-on-twitch/</link>
      <pubDate>Wed, 10 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.nickbusey.com/article/2019-04-10-live-on-twitch/</guid>
      <description>&lt;p&gt;I have recently begun &lt;a href=&#34;https://www.twitch.tv/nickbusey&#34; target=&#34;_blank&#34;&gt;streaming my open source work on Twitch.tv&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It&amp;rsquo;s been fun so far getting to interact with the viewers via the chatroom, and nice to have
scheduled, dedicated time to work on my various projects. It&amp;rsquo;s much harder to just open a new
tab and start browsing HN when you have people watching you.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>tor_ssh.sh - One command to enable SSH access via Tor to any Ubuntu server.</title>
      <link>https://www.nickbusey.com/code/2019-03-01-tor-ssh/</link>
      <pubDate>Fri, 01 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.nickbusey.com/code/2019-03-01-tor-ssh/</guid>
      <description>At Grownetics we install onsite servers at our clients&amp;rsquo; facilities so they can continue to use the system, even if their internet goes out.
These servers have fail over connections, and may change connection at any time, and due to the onsite nature of things, we may not be able to have ports forwarded or expect there to be a static IP.
In these cases a VPN is a nice thing to have, and we use Tinc for this.</description>
    </item>
    
    <item>
      <title>Simplest Journal Solution</title>
      <link>https://www.nickbusey.com/code/2019-01-29-simple-journal/</link>
      <pubDate>Tue, 29 Jan 2019 20:59:17 -0700</pubDate>
      
      <guid>https://www.nickbusey.com/code/2019-01-29-simple-journal/</guid>
      <description>This is my simple journal solution. Put the code belowe in your ~/.zshrc or ~/.bashrc
Type a j from a terminal, type some notes, save and exit.
The script creates a file in the format of ~/journal/2019/01-29.md and automatically pushes it to git.
EDITOR=vim journal() { mkdir -p ~/journal/`date +%Y` $EDITOR ~/journal/`date +%Y`/`date +%m-%d.md` (cd ~/journal/; git pull; git add *; git commit -a -m &amp;quot;Update `date +%Y-%m-%d`&amp;quot;; git push) } alias j=journal  Easy, simple, effective.</description>
    </item>
    
    <item>
      <title>Sniffing one&#39;s own farts: Moving from GitHub to Gitlab</title>
      <link>https://www.nickbusey.com/code/2018-09-04-github-vs-gitlab/</link>
      <pubDate>Tue, 04 Sep 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.nickbusey.com/code/2018-09-04-github-vs-gitlab/</guid>
      <description>&lt;p&gt;I &lt;a href=&#34;https://www.reddit.com/r/DataHoarder/comments/8qgfnx/homelabos_your_very_own_offlinefirst_opensource/&#34; target=&#34;_blank&#34;&gt;recently announced&lt;/a&gt;
a new side project of mine, &lt;a href=&#34;https://gitlab.com/NickBusey/HomelabOS&#34; target=&#34;_blank&#34;&gt;HomelabOS&lt;/a&gt; on Reddit.&lt;/p&gt;

&lt;p&gt;There was a lot of great feedback, and then there was the hilarious comment in the screenshot.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;oh god...one of those people that moved to gitlab to &#39;send a message&#39;.

OP sounds like the kind of person that sniffs their own farts
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;While I do enjoy the occassional whiff of gourmet flatulence, I thought I would address my actual motivations behind moving
my projects from &lt;a href=&#34;https://github.com/NickBusey&#34; target=&#34;_blank&#34;&gt;GitHub&lt;/a&gt; to &lt;a href=&#34;http://gitlab.com/nickbusey/&#34; target=&#34;_blank&#34;&gt;GitLab&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Slither Bots - How I built a series of JavaScript snippets to play Slither.io for you</title>
      <link>https://www.nickbusey.com/code/2018-08-22-slither-bots/</link>
      <pubDate>Wed, 22 Aug 2018 20:54:13 -0600</pubDate>
      
      <guid>https://www.nickbusey.com/code/2018-08-22-slither-bots/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gitlab.com/NickBusey/SlitherBots&#34; target=&#34;_blank&#34;&gt;Slither Bots&lt;/a&gt; is a series
of scripts I created that automate playing the  web-based game
&lt;a href=&#34;https://slither.io/&#34; target=&#34;_blank&#34;&gt;Slither.io&lt;/a&gt; in increasingly complicated ways.&lt;/p&gt;

&lt;p&gt;Slither.io is a multiplayer version of the classic &lt;code&gt;Worm&lt;/code&gt; game.
You hit other snakes, you lose, they hit you, they lose. Once
a worm dies, it drops a bunch of food that can be slurped up
by the survivors (or anyone else) and can double or triple
a player&amp;rsquo;s size in a second or two.&lt;/p&gt;

&lt;p&gt;I started very simply, and added layers of complexity one after
another, saving them each as a separate generation.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Papyrto - A simple paper based strategy game based on Quarto</title>
      <link>https://www.nickbusey.com/article/2018-08-12-papyrto/</link>
      <pubDate>Sun, 12 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.nickbusey.com/article/2018-08-12-papyrto/</guid>
      <description>8 months or so ago I designed a paper adaptation of the board game, Quarto. I call it Papyrto. Papyrus (Paper) + Quarto = Papyrto.
Invented by Swiss mathematician Blaise Müller in 1991, Quarto is a simple game with interesting rules. There are 16 game pieces, each with 4 distinct attributes; tall or short, light or dark, round or square, and solid or hollow.
So my design had to have a similar set of &amp;lsquo;pieces&amp;rsquo; with a different set of 4 distinct attributes.</description>
    </item>
    
    <item>
      <title>Introducing HomelabOS - Ansible scripts to deploy privacy centric personal servers </title>
      <link>https://www.nickbusey.com/code/2018-07-17-homelabos/</link>
      <pubDate>Tue, 17 Jul 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.nickbusey.com/code/2018-07-17-homelabos/</guid>
      <description>I&amp;rsquo;ve been working on a new Open Source project lately called HomelabOS that aims to make it easy to set up a home server to be a nearly complete cloud services replacement.
I call it &amp;lsquo;Your very own offline-first privacy-centric open-source data-center!&amp;rsquo;
The goal is to make it easy for anyone to own all their data in an easy and secure way, without the need of cloud providers.
It has a simple one-command setup (make) that uses Ansible to configure and deploy dozens of services for you in Docker containers to a server in your home network.</description>
    </item>
    
    <item>
      <title>Installing and configuring network wide adblock with Pi-hole and the Turris Omnia.</title>
      <link>https://www.nickbusey.com/code/2016-12-04-turris-pihole/</link>
      <pubDate>Sun, 04 Dec 2016 22:12:21 -0600</pubDate>
      
      <guid>https://www.nickbusey.com/code/2016-12-04-turris-pihole/</guid>
      <description>&lt;h1 id=&#34;notice-this-article-is-outdated-using-lxc-containers-on-the-native-flash-memory-will-wear-it-down-quickly-look-into-homelabos-http-homelabos-com-for-your-pihole-needs&#34;&gt;NOTICE: This article is outdated. Using LXC containers on the native flash memory will wear it down quickly. Look into &lt;a href=&#34;http://homelabos.com/&#34; target=&#34;_blank&#34;&gt;HomelabOS&lt;/a&gt; for your piHole needs.&lt;/h1&gt;

&lt;p&gt;My new Turris Omnia arrived on Saturday morning, and it took me almost a full day to get Pi-hole setup and configured, so I thought I’d save someone else the time.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>