<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on GeneralZer0</title>
    <link>https://generalzero.org/post/</link>
    <description>Recent content in Posts on GeneralZer0</description>
    <generator>Hugo -- 0.151.0</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 11 Feb 2025 00:00:00 -0500</lastBuildDate>
    <atom:link href="https://generalzero.org/post/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to use an Abacus</title>
      <link>https://generalzero.org/posts/2025/02/how-to-use-an-abacus/</link>
      <pubDate>Tue, 11 Feb 2025 00:00:00 -0500</pubDate>
      <guid>https://generalzero.org/posts/2025/02/how-to-use-an-abacus/</guid>
      <description>Learn how to add and subtract using a 2/5 Abacus</description>
    </item>
    <item>
      <title>Satellite Orbits</title>
      <link>https://generalzero.org/posts/2024/12/satellite-orbits/</link>
      <pubDate>Wed, 11 Dec 2024 20:23:42 -0500</pubDate>
      <guid>https://generalzero.org/posts/2024/12/satellite-orbits/</guid>
      <description>How Satellite Orbits are defined</description>
    </item>
    <item>
      <title>What Happens When I go to google.com</title>
      <link>https://generalzero.org/posts/2021/02/what-happens-when/</link>
      <pubDate>Thu, 25 Feb 2021 00:42:26 +0000</pubDate>
      <guid>https://generalzero.org/posts/2021/02/what-happens-when/</guid>
      <description>&lt;p&gt;&lt;em&gt;Author Note: Its been a while but I will be trying to update this blog semi-regularly with new posts of things I have worked on.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I did a lot of research into answering the interview question as in depth as I can and still present it to a semi-technical audience. The Slides are on located &lt;a href=&#34;Presentation&#34;&gt;https://slides.com/generalzero/how-do-i-google&lt;/a&gt; and are not complete but do go into detail of How physical keyboards work, the USB protocol to the computer and a general view on how that information is translated into events for the program to process.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Client SSL Certs for Remote Systems Administration Part 3</title>
      <link>https://generalzero.org/posts/2016/03/client-ssl-certs-for-remote-systems-administration-part-3/</link>
      <pubDate>Sat, 05 Mar 2016 05:03:58 +0000</pubDate>
      <guid>https://generalzero.org/posts/2016/03/client-ssl-certs-for-remote-systems-administration-part-3/</guid>
      <description>&lt;p&gt;Recently I changed my haproxy configuration to support Client Certificates to login in to services through the Web from outside my internal network. This will be broken down in to mutable parts so that it is easier to read.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If you have not created you Client Certificate see &lt;a href=&#34;__GHOST_URL__/client-ssl-certs-for-remote-systems-administration-part-1&#34;&gt;Part 1&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If you have not configured haproxy to accept Client Certificates see &lt;a href=&#34;__GHOST_URL__/client-ssl-certs-for-remote-systems-administration-part-2&#34;&gt;Part 2&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;del&gt;Creating Client Certificates&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;Configuring Haproxy to accept them&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;Configuring Haproxy to reverse proxy to your web applications&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;Adding your Client Certificate to your browser&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have gotten through everything else than this will be easy&lt;/p&gt;</description>
    </item>
    <item>
      <title>Client SSL Certs for Remote Systems Administration Part 2</title>
      <link>https://generalzero.org/posts/2016/03/client-ssl-certs-for-remote-systems-administration-part-2/</link>
      <pubDate>Sat, 05 Mar 2016 04:50:00 +0000</pubDate>
      <guid>https://generalzero.org/posts/2016/03/client-ssl-certs-for-remote-systems-administration-part-2/</guid>
      <description>&lt;p&gt;Recently I changed my nginx configuration to support Client Certificates to login in to services through the Web from outside my internal network. This will be broken down in to mutable parts so that it is easier to read.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If you have not created you Client Certificate see &lt;a href=&#34;__GHOST_URL__/client-ssl-certs-for-remote-systems-administration-part-1&#34;&gt;Part 1&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;del&gt;Creating Client Certificates&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;Configuring Haproxy to accept them&lt;/li&gt;
&lt;li&gt;Configuring Haproxy to reverse proxy to your web applications&lt;/li&gt;
&lt;li&gt;Adding your Client Certificate to your browser&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;####Configuring Haproxy to Accept Client Certificates&lt;/p&gt;</description>
    </item>
    <item>
      <title>Client SSL Certs for Remote Systems Administration Part 1</title>
      <link>https://generalzero.org/posts/2016/03/client-ssl-certs-for-remote-systems-administration-part-1/</link>
      <pubDate>Sat, 05 Mar 2016 04:47:16 +0000</pubDate>
      <guid>https://generalzero.org/posts/2016/03/client-ssl-certs-for-remote-systems-administration-part-1/</guid>
      <description>&lt;p&gt;Recently I changed my nginx configuration to support Client Certificates to login in to services through the Web from outside my internal network. This will be broken down in to mutable parts so that it is easier to read.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Creating Client Certificates&lt;/li&gt;
&lt;li&gt;Configuring haproxy to accept them&lt;/li&gt;
&lt;li&gt;Configuring haproxy to reverse proxy to your web applications&lt;/li&gt;
&lt;li&gt;Adding your Client Certificate to your browser&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;####Creating Client Certificates
This is a tutorial on creating your self signed Client Certificate. Unlike self signed Certificates their is no ugly page saying that this is not signed by a secure Third Party which is good for us.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Smart Devices Feature or Data Collection</title>
      <link>https://generalzero.org/posts/2015/05/smart-devices-feature-or-data-collection/</link>
      <pubDate>Fri, 08 May 2015 20:00:00 +0000</pubDate>
      <guid>https://generalzero.org/posts/2015/05/smart-devices-feature-or-data-collection/</guid>
      <description>&lt;link rel=&#34;stylesheet&#34; href=&#34;https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css&#34; integrity=&#34;sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7&#34; crossorigin=&#34;anonymous&#34;&gt;
&lt;p&gt;Devices have been getting more user friendly as new devices, services and software comes out. Some of the new services do come with a price affecting security. Specifically one of the newer services to come around is Smart TVs. These devices are mostly beneficial but recently this has not been as true as before. Some of these device have microphones and video cameras that are always on. This can be helpful in situations to simplify our life but depending on where that data is processed it could be sending the data back to a server and getting information that it shouldn’t. This is true with most of the device that have recording devices that are always on because it takes a lot of processing power to do these operation and the device is not suitable for those computations. But this could be negative for the user because the user does not know what the company is using that information for.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MathJax With Toto</title>
      <link>https://generalzero.org/posts/2014/03/mathjax-with-toto/</link>
      <pubDate>Sun, 09 Mar 2014 20:00:00 +0000</pubDate>
      <guid>https://generalzero.org/posts/2014/03/mathjax-with-toto/</guid>
      <description>&lt;p&gt;This is how I make Toto embed MathJax in to the page using Tex markup.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;script type=&amp;quot;math/tex; mode=display&amp;quot;&amp;gt;
\begin{align}
x &amp;amp;= 100011_2 \\
  &amp;amp;= 100_2 * 2^3 + 011_2 
\end{align}
&amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It looks like this when rendered&lt;/p&gt;
&lt;script type=&#34;math/tex; mode=display&#34;&gt;
\begin{align}
x &amp;= 100011_2 \\
  &amp;= 100_2 * 2^3 + 011_2 
\end{align}
&lt;/script&gt;
&lt;p&gt;The &lt;code&gt;mode=display&lt;/code&gt; makes it so that it is centered in case that is what you need because it looks better than left or right aligned.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Binary Karatsuba Multiplication</title>
      <link>https://generalzero.org/posts/2014/02/binary-karatsuba/</link>
      <pubDate>Thu, 20 Feb 2014 22:00:00 +0000</pubDate>
      <guid>https://generalzero.org/posts/2014/02/binary-karatsuba/</guid>
      <description>&lt;p&gt;I recently looked at a amazing peice of simple mathmatics called Karatsuba&amp;rsquo;s Multiplication. The &lt;a href=&#34;http://www.stoimen.com/blog/2012/05/15/computer-algorithms-karatsuba-fast-multiplication/&#34;&gt;orignal article&lt;/a&gt; went in depth proving that it does infact decrease the ammount of expencive opetation when multiplying numbers together.&lt;/p&gt;
&lt;p&gt;This was an intristing descovery and when I though about it further I beleve that I can make it even faster than that in terms of a computer.&lt;/p&gt;
&lt;p&gt;I will take his basic condition and improve on it&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting TOTO working on a Server (non Heroku)</title>
      <link>https://generalzero.org/posts/2013/10/getting-toto-working-on-a-server-non-heroku/</link>
      <pubDate>Mon, 14 Oct 2013 20:00:00 +0000</pubDate>
      <guid>https://generalzero.org/posts/2013/10/getting-toto-working-on-a-server-non-heroku/</guid>
      <description>&lt;p&gt;Toto seems that its a blogging engine but there are a few things that still need to be worked out. I hear that it works great in Heroku but it doesn&amp;rsquo;t seem to work so well in your own server. The routes to the file are a little bit buggy but you can fix that as long as you make the file name&lt;/p&gt;
&lt;p&gt;&lt;code&gt;%Y-%m-%d-{:slug}.{:ext}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Make sure that you specify some of these in the config&lt;/p&gt;</description>
    </item>
    <item>
      <title>Configuring Nginx with Rails and PHP Together</title>
      <link>https://generalzero.org/posts/2013/10/configuring-nginx-with-rails-and-php-together/</link>
      <pubDate>Sat, 12 Oct 2013 20:00:00 +0000</pubDate>
      <guid>https://generalzero.org/posts/2013/10/configuring-nginx-with-rails-and-php-together/</guid>
      <description>&lt;p&gt;Finishing up my config for nginx with a proxy for php and rails will update soon with the final config.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
