<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Notes on Side Of Burritos</title>
  <link rel="alternate" href="https://staging.sideofburritos.com/docs/notes/" />
  <link rel="self" href="https://staging.sideofburritos.com/docs/notes/index.xml" />
  <subtitle>Recent content in Notes on Side Of Burritos</subtitle>
  <id>https://staging.sideofburritos.com/docs/notes/</id>
  <generator uri="http://gohugo.io" version="0.165.0">Hugo</generator>
  <language>en-us</language>
  <updated>2025-04-10T10:00:00Z</updated>
  <author>
    <name>Josh</name>
    
  </author>
  
      <entry>
        <title>Radious Subsystems Philosophy</title>
        <link rel="alternate" href="https://staging.sideofburritos.com/docs/notes/archive/radious-subsystems-philosophy/" />
        <id>https://staging.sideofburritos.com/docs/notes/archive/radious-subsystems-philosophy/</id>
        <published>2025-04-10T10:00:00Z</published>
        <updated>2025-04-10T10:00:00Z</updated>
        <summary type="html">Things I found other places that I want to save</summary>
          <content type="html"><![CDATA[<h2 id="where-is-this-from">Where is this from?</h2>
<p>I found an old Hacker News post when researching a something. Someone posted this link in a comment - 


<a href="https://radious.co/philosophy.txt" target="_blank" rel="noopener" class="text-break">https://radious.co/philosophy.txt</a>. Unfortunatly, it was a 404. Not to fear, WayBackMachine is here - 


<a href="https://web.archive.org/web/20210102234639/https://radious.co/philosophy.txt" target="_blank" rel="noopener" class="text-break">https://web.archive.org/web/20210102234639/https://radious.co/philosophy.txt</a>. I have a copy of the page archived locally, but I wanted to share it here as well.</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-fallback" data-lang="fallback"><span class="line"><span class="cl">                            Radious Subsystems, Inc.
</span></span><span class="line"><span class="cl">                            ========================
</span></span><span class="line"><span class="cl">                            -      Philosophy      -
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">1. Focus on the backend. I.e. &#34;Does the service work as intended?&#34;
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">    a. Integration tests are better than unit tests -- aka &#34;sanity checks&#34;.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">    b. Fuzzing will uncover edges cases.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">    c. Prefer battle-tested libraries and platforms.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">    d. Do not over-complicate the deploy process. A complicated deploy
</span></span><span class="line"><span class="cl">       process hinders patches and feature iteration.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">                                      ---
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">2. Prioritize on end-user usability. Aesthetics are second-class to usability.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">    a. No obtuse UI elements. (E.g. hamburger menus). Use words. Not buttons.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">    b. If the action/glyph is a well-known metaphor, then an icon is acceptable.
</span></span><span class="line"><span class="cl">       But! Add a simple tagline for clarity. For example: the save action can
</span></span><span class="line"><span class="cl">       be displayed as &#34;&lt;Floppy-Disk-Icon&gt; Save File&#34;.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">    c. Do *not* execute minimalism to a fault. Graphical interfaces are a
</span></span><span class="line"><span class="cl">       natural tenet of software. If actions are not easily discoverable,
</span></span><span class="line"><span class="cl">       then it a poor implementation. Command-lines offer flexibility
</span></span><span class="line"><span class="cl">       at the cost of discoverability. Know thy user.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">    d. Oftentimes, vanilla HTML/HTTP forms can manage stateful use-cases
</span></span><span class="line"><span class="cl">       without the need to introduce JavaScript.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">    e. *Always* provide an API for users to scarf their own data.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">                                      ---
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">3. Do not launch a free plan if it cannot, or is not intended to, be sustained.
</span></span><span class="line"><span class="cl">   Software and hardware development incurs cost. Charge for it. Make it clear.
</span></span><span class="line"><span class="cl">   Potential customers should not need to grovel to discover the pricing model.
</span></span></code></pre></div>]]></content>
      </entry>
      <entry>
        <title>Android OS</title>
        <link rel="alternate" href="https://staging.sideofburritos.com/docs/notes/android-os/" />
        <id>https://staging.sideofburritos.com/docs/notes/android-os/</id>
        <published>2022-11-14T10:00:00Z</published>
        <updated>2022-11-14T10:00:00Z</updated>
        <summary type="html">Just some random notes I decided to start taking on Android OS</summary>
          <content type="html"><![CDATA[<h2 id="flash-custom-android-os-version">Flash custom Android OS version</h2>
<p>This is useful if you need to flash an older version of Android OS to a device, and not the public one that is selected by default on 


<a href="https://flash.android.com" target="_blank" rel="noopener" class="text-break">https://flash.android.com</a>.</p>
<p>Find your device and select <code>flash</code> next to the version you want to install - 


<a href="https://developers.google.com/android/images" target="_blank" rel="noopener" class="text-break">https://developers.google.com/android/images</a>.</p>
]]></content>
      </entry>

</feed>
