<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:media="http://search.yahoo.com/mrss/"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:georss="http://www.georss.org/georss">

  <channel>
    <title>
      <![CDATA[  the cedar ledge  ]]>
    </title>
    <link> https://jacobzelko.com </link>
    <description>
      <![CDATA[  Jacob S. Zelko&#39;s personal website  ]]>
    </description>
    <atom:link
      href="https://jacobzelko.com/feed.xml"
      rel="self"
      type="application/rss+xml" />


<item>
  <title>
    <![CDATA[  Thoughts on Forester: A Scientist&#39;s Zettelkasten  ]]>
  </title>
  <link> https://jacobzelko.com/05172024064639-forest-zettelkasten/index.html </link>
  <guid> https://jacobzelko.com/05172024064639-forest-zettelkasten/index.html </guid>
  <description>
    <![CDATA[  Some preliminary and early thoughts on Forester, a robust tool for scientists and mathematicians in developing and working with one&#39;s own Zettelkasten.  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Thoughts on Forester: A Scientist&#39;s Zettelkasten</h1>
<p><strong>Date:</strong> May 17 2024</p>
<p><strong>Summary:</strong> Some preliminary and early thoughts on Forester, a robust tool for scientists and mathematicians in developing and working with one&#39;s own Zettelkasten.</p>
<p><strong>Keywords:</strong> #blog #forester #sterling #zettelkasten #tool #thought #open #source #note #archive</p>
<h1>Bibliography</h1>
<p>Jon Sterling. Forester. <a href="https://github.com/jonsterling/ocaml-forester">https://github.com/jonsterling/ocaml-forester</a></p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>Transclusions Done Right</li><li>Overall Impressions</li><li>Developing a Forester Workflow</li><li>Thoughts for Now</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>In discussion with my friend and mentor, <a href="https://jacobzelko.com/05192024173906-evan-patterson">Dr. Evan Patterson</a>, I was introduced to a tool created by Dr. Jon Sterling called Forester. These are some of my early thoughts on trying out Forester for my own research and workflow.</p>
<h3 id="transclusions_done_right">Transclusions Done Right</h3>
<p>In my mind, it feels to me that Forester really nailed how transclusions should work in a Zettelkasten type of workflow. In my mind, it is the perfect ambient environment for quickly building and stringing ideas together in coherent and yet atomic ways. Here&#39;s an example of it in action:</p>
<p><img src="https://jacobzelko.com/assets/05182024220110-forester-transclude.gif" alt="" /></p>
<blockquote>
<p><strong>Forester Transclusion:</strong> As one can see, the transclusion is snappy, encourages from its foundation the creation of small pieces of information as different files, and is easy to put together.</p>
</blockquote>
<p>What I also didn&#39;t really highlight is that it has great support for various kinds of backlinks that I haven&#39;t really had a chance to explore yet. I think backlinking is another crucial element of Zettelkastens and this is another thing that Forester&#39;s transclusion approach got right. Finally, I haven&#39;t tested this yet, but apparently handling of citations via \(\mathbf{BibTeX}\) and some of Forester&#39;s unique markup syntax enables citations to get rendered &quot;automatically&quot; between transcluded notes meaning that I would personally not have to worry about creating a bibliography for a note that has several transclusions in it as long as the source notes themselves have the relevant and needed citations.</p>
<h3 id="overall_impressions">Overall Impressions</h3>
<p>I played around with Forester for several hours and had quite some fun with the tool. The syntax was relatively straightforward to pick up thanks to the <a href="https://www.jonmsterling.com/jms-007N.xml">published markup syntax guide</a> and a <a href="https://forest.localcharts.org/lc-0002.xml">nice write-up from Owen Lynch</a>. It wraps around HTML elements using a strange combination of XML and XSTL – interestingly, the tool itself was written in OCaml and this served as my first introduction to ML-style languages. Here&#39;s an example of the mark-up which is, quite pointedly, called <code>tree</code> files:</p>
<pre><code class="language-julia">\title&#123;Jacob S. Zelko Personal Details&#125;
\taxon&#123;bio&#125;
\date&#123;2024-05-16&#125;
\import&#123;macros&#125;\&lt;html:div&gt;&#91;style&#93;&#123;
  width: 50\&#37;; 
  height: 400px; 
  background-image: url&#40;&#39;jz.jpg&#39;&#41;; 
  background-size: contain; 
  background-repeat: no-repeat;
&#125;&#123;&#125;\p&#123;&#125;\p&#123;
  My name is Jacob Scott Zelko&#33; 
  I am currently pursuing my MS in Applied Mathematics at Northeastern University &#40;NEU&#41; 
  and am a trainee of NEU&#39;s Roux Institute.
&#125;</code></pre>
<p>As one can see, the syntax is relatively straightforward &#40;although I had to do an &quot;ugly&quot; hack to get image rendering to work&#41;. It feels very \(\LaTeX\)-ish in the sense that all the curly braces have come back – with a vengeance&#33; One is able to create their own macros similar to how you can in various programming languages as well as within \(\LaTeX\) and inject HTML directly into your documents similar to how you can with Markdown. In fact, to me, it feels a hybrid between Markdown and \(\LaTeX\) Although the syntax is a bit gnarly, where it really shines is it&#39;s handling of mathematical notation directly in your browser. Thanks to a macro and <code>sty</code> file Owen created for the platform, <a href="https://forest.localcharts.org">LocalCharts</a>, I can readily render and draw commutative diagrams simply and easily directly within my notes:</p>
<pre><code class="language-julia">\p&#123;
  \quiver&#123;    \begin&#123;tikzcd&#125;
      &amp;&amp; X \\
      \\
      A &amp;&amp; &#123;A \times B&#125; &amp;&amp; B
      \arrow&#91;&quot;&#123;p_1&#125;&quot;&#39;, from&#61;1-3, to&#61;3-1&#93;
      \arrow&#91;&quot;u&quot;&#39;, dashed, from&#61;1-3, to&#61;3-3&#93;
      \arrow&#91;&quot;&#123;p_2&#125;&quot;, from&#61;1-3, to&#61;3-5&#93;
      \arrow&#91;&quot;&#123;\pi_1&#125;&quot;&#39;, from&#61;3-3, to&#61;3-1&#93;
      \arrow&#91;&quot;&#123;\pi_2&#125;&quot;&#39;, from&#61;3-3, to&#61;3-5&#93;
    \end&#123;tikzcd&#125;  &#125;
&#125;</code></pre>
<blockquote>
<p>Note: the macro <code>quiver</code> is what allows me to create this <code>tikzcd</code> diagram directly in my notes. Aside from the <code>p</code> and <code>quiver</code> notation, the commutative diagram <code>tikz</code> code I wrote here is strictly \(\LaTeX\) – finally, full Tikz support in the browser and easily done too&#33;</p>
</blockquote>
<p>One thing that I should also mention is the first rate support Forester does have for mathematics typesetting. Out of the box, it supports most of \(\LaTeX\) math formatting and enables one to quickly and easily render mathematics equations or notation where necessary. To my understanding, it&#39;s way of rendering is much richer than MathJax or \(\KaTeX\) but I am unsure of all the internals of how the math is rendered.</p>
<h3 id="developing_a_forester_workflow">Developing a Forester Workflow</h3>
<p>As Forester is still quite new, it is understandable if the workflow isn&#39;t quite sorted yet. I personally felt that this was one of the more underdeveloped aspects of the Forester ecosystem. After reviewing available tools, I settled on this approach:</p>
<ul>
<li><p><strong>Writing</strong>: using my <a href="https://github.com/TheCedarPrince/Service">Neovim configuration</a> to write notes quickly.</p>
</li>
<li><p><strong>Live Updates</strong>: <a href="https://github.com/kentookura">Kento Okura</a> created a really nice Forester tool called &quot;<a href="https://github.com/kentookura/forest-server">forest-server</a>&quot; in Rust that allows previews and builds to happen instantly.</p>
</li>
<li><p><strong>Preview</strong>: I use the <a href="https://vivaldi.com">Vivaldi browser</a> to do a live preview of my notes changing and updating in real time.</p>
</li>
</ul>
<p>Here&#39;s an example of the workflow in action:</p>
<p><img src="https://jacobzelko.com/assets/05192024172349-forester-preview.gif" alt="" /></p>
<p>The key command here I use is the function <code>forest watch 1234 -- &quot;build forest.toml&quot;</code> in the base of my &quot;forest&quot;. As I save my file, the command to build the forest is triggered and updates the note rather quickly. There is some flashing going on with the updating that I do not know how to fix – can be a bit jarring but is mostly fine.</p>
<h3 id="thoughts_for_now">Thoughts for Now</h3>
<p>Although I quite like Forester, I am a bit hesitant to transfer over to it myself for all my Zettelkasten needs. One of the biggest reasons for this is that my own Zettelkasten at this point has nearly \(600\) notes all written in markdown. To translate them over, I could write a parser for <a href="https://jacobzelko.com/NoteMate.jl/dev/">NoteMate.jl</a> that would allow ready translation from my <a href="04172022033744-open-knowledge-standard.md">note style</a> to a <code>tree</code> file.</p>
<p>Additionally, there are a few features that I feel just aren&#39;t quite &quot;there yet&quot;. Particularly, the following:</p>
<ul>
<li><p>The syntax for <code>tree</code> files, although a great start, is missing some things I find important. This includes more ergonomic syntax for including images, code blocks, quote blocks, etc. that I rely on within markdown.</p>
</li>
<li><p>The wrapping around HTML elements doesn&#39;t feel quite complete. As an example, to include an image on a page, I can write something like <code>\&lt;html:img&gt;&#91;src&#93;&#123;photo.png&#125;</code> which is easy enough. But what if I want to inject more attributes to the HTML element here, such as the <code>max-width</code> of the image? That was not clear to me in my readings of the source code and syntax reference.</p>
</li>
<li><p>Although I thought that the transclusion methods of Forester by default are great, it does not appear to me how one can reference sections of a note via transclusion. For example, within my markdown set-up, not only can I reference other notes, I can also link to the direct section within a particular note. I have not seen any such &quot;section referencing&quot; capabilities available in Forester if I just want to transclude &quot;part&quot; of a note.</p>
</li>
<li><p>Lack of interoperability with other note types or note systems. As I mentioned, I still have \(\approx 600\) markdown notes within my personal Zettelkasten so being able to go between other note types is crucial. What&#39;s more, related to this problem, is that markdown or \(\LaTeX\) is far more ubiquitous and accessible across multiple platforms if I need to preview or reference something on the spot. I haven&#39;t yet seen this available with <code>tree</code> files yet. </p>
</li>
</ul>
<p>With that all to say, if I had started my personal Zettelkasten journey with Forester, I think I probably would&#39;ve figured out ways to get around all these issues. As of now, these issues prevent me from wanting to move my entire Zettelkasten over to the system.</p>
<p>However, with that said, I think I actually will try giving Forester more of a test with some of my mathematics studies and research. It&#39;s first rate support for mathematics is superb and although the workflow is quite minimal at the time, while writing some notes in the <code>tree</code> files, I was beginning to see just how natural and ergonomic it was to write within the system. Depending on how things go with my experiments with Forester, I may end up having to write a parser of some kind in the near future&#33;</p>
<p>If you use or have used Forester, please let me know your experience with it and comment below – would love to hear about your experiences&#33;</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Thoughts on Forester: A Scientist&#39;s Zettelkasten</em>. <a href="https://jacobzelko.com/05172024064639-forest-zettelkasten">https://jacobzelko.com/05172024064639-forest-zettelkasten</a>. May 17 2024.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Fri, 17 May 2024 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Early Impressions of Bluesky  ]]>
  </title>
  <link> https://jacobzelko.com/11242023193535-impressions-bluesky/index.html </link>
  <guid> https://jacobzelko.com/11242023193535-impressions-bluesky/index.html </guid>
  <description>
    <![CDATA[  Initial impressions on a few months of Bluesky usage  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Early Impressions of Bluesky</h1>
<p><strong>Date:</strong> November 24 2023</p>
<p><strong>Summary:</strong> Initial impressions on a few months of Bluesky usage</p>
<p><strong>Keywords:</strong> #social #media #bluesky #twitter #microblogging #blog #archive</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>Why Did I Start Using Bluesky?</li><li>Platform Impressions</li><li>Community Impressions</li><li>Feeds I Follow</li><li>People I Follow</li><li>Concluding Thoughts</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>It&#39;s been a few months now and I have some thoughts about Bluesky. Thought it might be fun to share and see what other folks think&#33;</p>
<h3 id="why_did_i_start_using_bluesky">Why Did I Start Using Bluesky?</h3>
<p>With the recent tailspin that Twitter &#40;X&#41; is experiencing, I decided it&#39;s time to explore other options for microblogging. I checked out Mastodon and just found the platform confusing and rather odd. I understand that everyone can run their own Mastodon instance – which is great&#33; – but struggled to find academic circles like I had on Twitter and also felt a bit unwelcome. Also, I really was looking for just a drop-in replacement for Twitter and Bluesky seemed the best option.</p>
<h3 id="platform_impressions">Platform Impressions</h3>
<p>Bluesky ticked off the most important criteria I had for finding a Twitter alternative: that it felt like Twitter. The UI feels very clean, I love the idea of feeds, and posting is easy. Importantly, my home page feels very much like how my Twitter feels. Plus, one of my old favorite tools from Twitter was Tweetdeck and it lives on in the tool, <a href="deck.blue/">deck.blue</a>.</p>
<h3 id="community_impressions">Community Impressions</h3>
<p>I&#39;ve been really pleasantly surprised by the academic Bluesky community&#33; Although it is much smaller than Twitter&#39;s community and I don&#39;t get as much &quot;likes&quot; perhaps as my posts on Twitter, I feel that my interactions on Bluesky are much more meaningful.</p>
<p>One recent example was where I made a post asking about developing a better academic writing habit in my life. On Twitter, although it was seen by a couple hundred people, I got only a few interactions from that. The same sort of question on Bluesky resulted in several interactions that actually resulted in helping me develop a better habit on this front.</p>
<p>Additionally, I feel like Bluesky is a lot less &quot;noisy&quot;. As Bluesky doesn&#39;t have a central algorithm that is spiking posts for whatever reason, you really only see what you want to see. It makes the entire enterprise feel much more genuine – authentic even.</p>
<h3 id="feeds_i_follow">Feeds I Follow</h3>
<p>As feeds are perhaps not as discoverable as finding certain hashtags in Twitter, here is a list of feeds I follow on Bluesky:</p>
<ul>
<li><p><a href="https://bsky.app/profile/did:plc:u66rqtgvzs2hamcia7oycpbi/feed/aaaly6fm3rj5q">Julia Programming</a></p>
</li>
<li><p><a href="https://bsky.app/profile/did:plc:jfhpnnst6flqway4eaeqzj2a/feed/for-science">General Science News</a></p>
</li>
<li><p><a href="https://bsky.app/profile/did:plc:4jb3re5tvklsvhuc3lkerj5q/feed/aaak6p5s2f3cu">Bluesky Academic Community</a></p>
</li>
<li><p><a href="https://bsky.app/profile/did:plc:xqbbs34shcevzm326a4rvftn/feed/aaabre5ak5ddi">Health Policy</a></p>
</li>
<li><p><a href="https://bsky.app/profile/did:plc:egtk4i4s3a2cykq3pa5nrkqr/feed/aaaarylo7rb2e">Public Health</a></p>
</li>
</ul>
<p>Oddly, I find following feeds is sufficient for me for the majority of cases. I am sure this won&#39;t be the same forever as more folks join Bluesky.</p>
<h3 id="people_i_follow">People I Follow</h3>
<p>Although Bluesky still is not as populous yet like Twitter, there are a few accounts I follow directly </p>
<ul>
<li><p><a href="https://bsky.app/profile/chrisrackauckas.bsky.social">Dr. Chris Rackauckas</a> – ordinary differential equations, open source/science, Julia programming, and numerical computing</p>
</li>
<li><p><a href="https://bsky.app/profile/brenhinkeller.bsky.social">Dr. Brenhin Keller</a> – geoscience, climate science, open source/science, Julia programming, and excellent meme game</p>
</li>
<li><p><a href="https://bsky.app/profile/kdpsingh.bsky.social">Dr. Karandeep Singh</a> – health informatics, research software engineering, Julia and R programming</p>
</li>
</ul>
<h3 id="concluding_thoughts">Concluding Thoughts</h3>
<p>I am deeply disappointed in what has happened to Twitter – I feel like a migration to another platform is unavoidable at this point. Bluesky is definitely not Twitter but it might actually be something better. In short, I am really enjoying my interactions on Bluesky, building a small community over there, and learning more from others.</p>
<p>I should say, if you like chatting about mathematics, open science and open source programming, and academia, let&#39;s connect on Bluesky&#33; Looking to make more friends and enrich my experience on the platform. My profile is: <a href="https://bsky.app/profile/thecedarprince.bsky.social">thecedarprince.bsky.social</a>. Talk more soon&#33;</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Early Impressions of Bluesky</em>. <a href="https://jacobzelko.com/11242023193535-impressions-bluesky">https://jacobzelko.com/11242023193535-impressions-bluesky</a>. November 24 2023.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Fri, 24 Nov 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Resources for Learning the Julia Programming Language  ]]>
  </title>
  <link> https://jacobzelko.com/10082023195125-julia-learning-resources/index.html </link>
  <guid> https://jacobzelko.com/10082023195125-julia-learning-resources/index.html </guid>
  <description>
    <![CDATA[  A non-exhaustive list of recommendations for how I suggest learning Julia to language newcomers  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Resources for Learning the Julia Programming Language</h1>
<p><strong>Date:</strong> October 8 2023</p>
<p><strong>Summary:</strong> A non-exhaustive list of recommendations for how I suggest learning Julia to language newcomers</p>
<p><strong>Keywords:</strong> #julia #programming #beginners #recommendations #learning #archive #blog</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>Before Programming with Julia, Let&#39;s Set It Up</li><li>Julia Programming for New Programmers</li><li>Quickly Picking Up Julia Programming</li><li>What Is a Julian?</li><li>Building Up Expertise in Julia Programming</li><li>Domain Specific Workflows in Julia<ol><li>Working with Data</li><li>Plotting</li></ol></li><li>Conclusion</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>I saw an interesting post on <a href="https://bsky.app/profile/naturepoker.bsky.social/post/3kb7gi65xqm2a">BlueSky recently</a> that got me thinking about Julia learning resources. I tend to give out a lot of advice about how to go about learning Julia but I realized I have never really centralized one place where I keep that information. This blog post talks about my personal opinions both within the Julia ecosystem and recommendations for how to learn Julia.</p>
<h3 id="before_programming_with_julia_lets_set_it_up">Before Programming with Julia, Let&#39;s Set It Up</h3>
<p>The fantastic initiative, <a href="modernjuliaworkflows.github.io/">Modern Julia Workflows</a>, spearheaded by Guillaume Dalle and co has a number of sections that can help with getting set-up fast &#40;I&#39;ll be referring to their work quite a bit throughout this post&#41;. In particular, here are the sections I&#39;d recommend to get set-up fastest:</p>
<ol>
<li><p><a href="https://modernjuliaworkflows.github.io/pages/writing/#installation">How to install Julia on your computer</a></p>
</li>
<li><p><a href="https://modernjuliaworkflows.github.io/pages/writing/#installation">What you need to write Julia</a>. A special note on this from me is that you really do not need much – you could use something like NotePad on Windows, textedit on OSX, or KWrite on *nix systems. I like the stance Dalle takes in recommending VSCode however as this gives you the best mileage whether you are a beginner or expert programmer.</p>
</li>
</ol>
<p>Suggestion 2 here will most likely take you the longest if you have never worked with a text editor before &#40;a piece of software to create and edit most different types of files&#41;. So, no worries and enjoy the learning here&#33;</p>
<h3 id="julia_programming_for_new_programmers">Julia Programming for New Programmers</h3>
<p>If you are completely new to programming in general, I&#39;d recommend the course, <a href="https://juliaacademy.com/p/julia-programming-for-nervous-beginners">Julia Programming for Nervous Beginners</a>, by Dr. Henri Laurie. It really eases you through how to start with programming and uses Julia as that learning tool. Otherwise, skip to the next section.</p>
<h3 id="quickly_picking_up_julia_programming">Quickly Picking Up Julia Programming</h3>
<p>To pick up Julia programming, I recommend <a href="https://juliaacademy.com/p/intro-to-julia">Introduction to Julia &#40;for programmers&#41;</a> by Dr. Jane Herriman. This will get you going with Julia the fastest – especially if you already know some programming.</p>
<h3 id="what_is_a_julian">What Is a Julian?</h3>
<p>Before continuing your Julia adventure, it is worth a pause to discuss a couple aspects of Julia that one may not immediately recognize but are crucial in a productive Julia workflow. Otherwise, one may end up despairing over the supposed virtues of Julia. Here are some specific pieces:</p>
<ol>
<li><p>Julia is a REPL-centric workflow. If you are unfamiliar with what a REPL is, please see <a href="https://modernjuliaworkflows.github.io/pages/writing/writing/#repl">this reference for details</a> but in short, the Julia REPL is a continuous loop that accepts all valid inputs. From loading a file, experimenting with code, or calling functions, the REPL serves as a scratchpad to iteratively build your overall Julia software instantly.</p>
</li>
<li><p>Julia is compiled – packages and functions will take a moment to load for use. This builds on the previous point, but yes, as Julia is compiled, any package or function you want to use may execute slightly longer initially but then will be compiled for the duration of your work session. This is why you want your Julia workflow to be REPL-centric as you can get around this issue.</p>
</li>
<li><p>Julians organize Julia software into &quot;projects&quot; or packages. Whether you are writing a collection of small scripts to analyze some data or developing a completely new software package, to effectively maneuver through your Julia code, make liberal use of <a href="">Pkg.jl</a>.  Dalle has an excellent reference that talks about this concept of <a href="https://modernjuliaworkflows.github.io/pages/writing/writing/#local_packages">project environments</a> as well as how to build your own <a href="https://modernjuliaworkflows.github.io/pages/writing/writing/#local_packages">local package</a>.</p>
</li>
<li><p>Working within Julia can be extremely efficient – if you know how. This is a circular statement as it naturally raises the question of, &quot;how do I actually build a concrete Julia workflow?&quot; Thankfully, <a href="https://modernjuliaworkflows.github.io/pages/writing/writing/#development_workflow">much has been written about this</a></p>
</li>
<li><p>Julians want to help you. What is wonderful about the Julia community is that, in contrast to perhaps alternative internet communities, the bulk of Julians greatly enjoy helping not only other Julians but other programmers in general &#40;there has been numerous occasions where I have seen Julians help other language users become even more proficient in their workflows&#41;. This is an <a href="https://modernjuliaworkflows.github.io/pages/writing/writing/#getting_help">invaluable assortment</a> of where to find your fellow Julians.</p>
</li>
</ol>
<p>I hope this section does not come off as overtly prescriptive, but I have seen the notion of &quot;you are holding the tool wrong&quot; or &quot;what is Julian&quot; &#40;i.e. how do proficient Julia users do X&#41; pop up too many times for new Julians or those experimenting with the language. I hope with this nudging guidance here, a new Julian can more clearly understand the &quot;why&quot; of what other more proficient Julians recommend.</p>
<h3 id="building_up_expertise_in_julia_programming">Building Up Expertise in Julia Programming</h3>
<p>At this stage, we can now move from the beginner to intermediate Julian stage. Here, I think the world of Julia quite truly opens up to the new user. To delve deeper into Julia, here are some resources I would personally recommend:</p>
<ul>
<li><p>Believe it or not, the <a href="https://docs.julialang.org/">Julia documentation</a> is actually really nice to read and accessible. Now, I don&#39;t just say this as I have helped write some of it, but I do truly think it worth looking through to get a better feel for aspects of Julia one may not consider.  I would suggest starting with the Manual section of the documentation.</p>
</li>
<li><p>Check out the <a href="https://computationalthinking.mit.edu/Fall22/">MIT Computational Thinking Course</a> to have a more hands-on introduction to scientific computing. I have never personally gone through it, but I hear it highly praised.</p>
</li>
<li><p>Try solving problems on <a href="https://exercism.io/tracks/julia">Exercism.io</a> to practice and improve your skills.  I am a mentor here although don&#39;t have as much time anymore to help review. I still find this to be a really great place to further your learning and to get better at programming Julia – you&#39;ll often get feedback from expert Julia users which, in itself, is extremely valuable.</p>
</li>
</ul>
<h3 id="domain_specific_workflows_in_julia">Domain Specific Workflows in Julia</h3>
<p>I will probably spin out the following sub-sections into their own blogs, but here are some selected domain specific workflows I have used or become familiar with that I use regularly within Julia.</p>
<h4 id="working_with_data">Working with Data</h4>
<p>This admittedly broad workflow encompasses much, but the most important packages in this space are:</p>
<ul>
<li><p><a href="https://dataframes.juliadata.org/stable/">DataFrames.jl</a>: This package provides a powerful data manipulation and analysis tool for Julia, similar to the pandas library in Python. </p>
<ul>
<li><p>Additionally, the author of the package, Bogumił Kamiński, is an extremely prolific blogger who shares many different ways of using DataFrames.jl.</p>
</li>
</ul>
</li>
</ul>
<p>I highly suggest <a href="https://bkamins.github.io">his blog</a>. </p>
<ul>
<li><p><a href="https://csv.juliadata.org/stable/">CSV.jl</a>: Utility library for working with CSV and other delimited files in the Julia programming language</p>
</li>
<li><p><a href="https://github.com/ronisbr/TerminalPager.jl">TerminalPager.jl</a>: a REPL-based Julia variable and documentation explorer</p>
</li>
</ul>
<h4 id="plotting">Plotting</h4>
<p>When I first started within Julia, this was the only area I felt that was sorely lacking within the ecosystem. However, I am happy to say that this is no longer the case&#33; In my mind, the best Julia plotting package is <a href="https://makie.org">Makie.jl</a>. It is an interactive data visualization and plotting ecosystem that has support for multiple backends ranging from publication quality static images, 3D images, to fully interactive plots and visualizations. I use it whenever I can.</p>
<h3 id="conclusion">Conclusion</h3>
<blockquote>
<p><strong>NOTE:</strong> This blog post is a continuous work in progress.</p>
</blockquote>
<p>As this blog post is a continuous work in progress, please feel free to comment below on questions about how I could improve it or explain more. That said, my goal with this blog post was not to cover every aspect of the Julia ecosystem but how to quickly go from knowing nothing about programming to becoming a self-sufficient Julian. May this concise guide help you in your way to achieving all that you want within Julia.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Resources for Learning the Julia Programming Language</em>. <a href="https://jacobzelko.com/10082023195125-julia-learning-resources">https://jacobzelko.com/10082023195125-julia-learning-resources</a>. October 8 2023.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sun, 08 Oct 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Step by Step Guide to Moving Your GitHub Repository to a GitHub Organization  ]]>
  </title>
  <link> https://jacobzelko.com/08232023150902-moving-repository-organization/index.html </link>
  <guid> https://jacobzelko.com/08232023150902-moving-repository-organization/index.html </guid>
  <description>
    <![CDATA[  How to move your GitHub repository into a GitHub organization  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Step by Step Guide to Moving Your GitHub Repository to a GitHub Organization</h1>
<p><strong>Date:</strong> August 23 2023</p>
<p><strong>Summary:</strong> How to move your GitHub repository into a GitHub organization</p>
<p><strong>Keywords:</strong> #github #organization #repository #permissions #git #blog #archive</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Steps for Organization Owner<ol><li>Optional Step: Transfer Repository Back to Owner</li></ol></li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3>Motivation</h3>
<p>As I am the head of a few GitHub organizations now, I figured it would be useful to have a nice step by step guide for helping individuals move their repositories into organizations that I help manage.</p>
<h3>Assumptions</h3>
<p>The following assumptions are made in this tutorial:</p>
<ol>
<li><p>You have a GitHub profile</p>
</li>
<li><p>You have a repository you wish to transfer</p>
</li>
<li><p>The GitHub organization you wish to transfer the repository to is called &quot;JuliaHealth&quot;</p>
</li>
</ol>
<h3>Steps for the Repository Owner</h3>
<ol>
<li><p>Initiate the Transfer</p>
<p>a. Log in to your GitHub account.</p>
<p>b. Open the repository you want to transfer</p>
<p>c. Click on &quot;Settings&quot; and then select &quot;Options&quot; from the left sidebar.</p>
<p>d. Scroll down to the &quot;Danger Zone&quot; section and click &quot;Transfer Ownership.&quot;</p>
<p>e. Confirm by entering your password.</p>
<p>f. Choose &quot;JuliaHealth&quot; from the dropdown.</p>
<p>g. Click &quot;I understand, transfer this repository.&quot;</p>
</li>
<li><p>Verify Repository Transfer</p>
<p>a. Go to the <a href="https://github.com/JuliaHealth">JuliaHealth GitHub organization home page</a></p>
<p>b. You should see the repository on the home page</p>
</li>
</ol>
<p>At this stage, let the Organization admins know that the repository is transferred to the organization. If there were any issues, reach out to JuliaHealth admins for help here.</p>
<h3 id="steps_for_organization_owner">Steps for Organization Owner</h3>
<ol>
<li><p>Adjust transferred repository permissions to allow owners full permission to repository</p>
<p>a. Open the transferred repository within your organization.</p>
<p>b. Navigate to &quot;Settings.&quot;</p>
<p>c. Click on &quot;Manage access.&quot;</p>
<p>d. Add the original owner&#39;s GitHub account as a collaborator or provide them with the necessary access.</p>
</li>
<li><p>Inform the original repository owner of permissions</p>
</li>
</ol>
<h4 id="optional_step_transfer_repository_back_to_owner">Optional Step: Transfer Repository Back to Owner</h4>
<p>If the original owner wants to remove the repository from the organization:</p>
<ol>
<li><p>Go to the repository&#39;s &quot;Settings&quot; within the organization.</p>
</li>
<li><p>Scroll down to the &quot;Danger Zone&quot; section and click &quot;Transfer Ownership.&quot;</p>
</li>
<li><p>Opt to transfer the repository back to their personal account.</p>
</li>
</ol>
<p>Additionally, depending on the permissions given by the Organization admins, the repository owners may be able to transfer the package back to themselves as well at any time.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Step by Step Guide to Moving Your GitHub Repository to a GitHub Organization</em>. <a href="https://jacobzelko.com/08232023150902-moving-repository-organization">https://jacobzelko.com/08232023150902-moving-repository-organization</a>. August 23 2023.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Wed, 23 Aug 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Lessons Learned from How I Use Anki  ]]>
  </title>
  <link> https://jacobzelko.com/07092023212334-how-i-anki/index.html </link>
  <guid> https://jacobzelko.com/07092023212334-how-i-anki/index.html </guid>
  <description>
    <![CDATA[  Some insights into how I use Anki and suggestions on how to get started  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Lessons Learned from How I Use Anki</h1>
<p><strong>Date:</strong> July 9 2023</p>
<p><strong>Summary:</strong> Some insights into how I use Anki and suggestions on how to get started</p>
<p><strong>Keywords:</strong> #anki #blog #archive #anki #spaced #repetition #learning</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>How To Get Started with Anki</li><li>Effective Anki Philosophies</li><li>Other Personal Strategies<ol><li>What about Add-Ons?</li></ol></li><li>Advanced Techniques<ol><li>Incremental Understanding</li><li>Anki for Mathematics?</li></ol></li><li>Concluding Thoughts</li><li>Footnotes</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>Recently, I was sharing with a few online communities &#40;namely the Neorg and Anki Discord Servers&#41; my success with Anki. I was somewhat surprised at how many people were both curious and excited about what I was up to and how I was learning things with Anki. After writing up some advice across the servers, I decided it best to coalesce my thoughts here on how I use Anki for mathematics, languages, and incremental reading.</p>
<h3 id="how_to_get_started_with_anki">How To Get Started with Anki</h3>
<p><a href="https://apps.ankiweb.net/">Anki is perhaps one of the greatest learning tools made</a>. To quickly summarize, Anki is a software for creating digital flashcards and then quizzes you throughout the day, everyday on cards according to how well you can recall each card.  To get started with Anki, here are some tips I would give to myself if I had to start over again and to anyone curious about getting started with Anki:</p>
<ul>
<li><p><strong>Skim the official Anki documentation</strong>: Familiarize yourself with Anki&#39;s features and functionalities by skimming through the official Anki documentation available at <a href="https://docs.ankiweb.net/getting-started.html">Anki Getting Started</a>. &#40;Another good reference, although unofficial and may become outdated, is: <a href="https://leananki.com/how-to-use-anki-tutorial/">How to Use Anki</a> by Lean Anki&#41;.</p>
</li>
<li><p><strong>Start with simple cards</strong>: Begin your Anki journey by creating straightforward flashcards to ensure better comprehension and recall.</p>
</li>
</ul>
<p>The basic and cloze default templates are great to use and cover a wide range of use cases you may have.</p>
<ul>
<li><p><strong>Gradually increase the number of new cards per day</strong>: I would not recommend several new cards a day as you get started.</p>
</li>
</ul>
<p>If you start with 100 new cards on day one, that means the next day you would have to study 100 new cards AND 100 reviews of your day old new cards at minimum. In practice, this will hike up your number of reviews between the two days to well over 300 cards potentially.</p>
<ul>
<li><p><strong>Using Pre-made decks is OK</strong>: If you are unsure about how to make decks or are low on time, you can <a href="https://ankiweb.net/shared/decks/">use pre-made decks</a></p>
</li>
<li><p><strong>Learning deck options can be quite helpful...</strong>: In particular, settings like <a href="https://docs.ankiweb.net/deck-options.html">Daily Limits, Display Order, Timer, and Subdecks</a> are worth learning about as a beginner.</p>
</li>
</ul>
<p>This can help prevent feeling overwhelmed.</p>
<ul>
<li><p><strong>...but, Stick with the default algorithm settings</strong>: Avoid unnecessary tinkering and utilize Anki&#39;s default algorithm, which is designed for optimal card review timing.</p>
</li>
</ul>
<p>These are Deck Options like New Cards, Lapses, or other Advanced fields and scheduling. <sup id="fnref:1">[1]</sup></p>
<p>To emphasize the last point, while there are numerous Anki resources offering &quot;best settings for success&quot; such as on YouTube or blog posts &#40;even this one – go do Anki&#33;&#41;, be cautious not to get caught up in <a href="https://calebschoepp.com/blog/2022/productivity-porn/">&quot;productivity porn&quot;</a>.  Focus on consistent usage of Anki and trust in the effectiveness of the default scheduler and most of the review settings. </p>
<h3 id="effective_anki_philosophies">Effective Anki Philosophies</h3>
<p>These are philosophies I have found useful when I work with Anki. Feel free to incorporate, ignore, or use them:</p>
<ul>
<li><p><strong>Add content you want to learn</strong>: Only add content to Anki you truly, genuinely want to learn – ask yourself, &quot;Am I comfortable with reviewing this content over the next year?&quot;</p>
</li>
</ul>
<p>If you even hesitate a moment, <strong>DO NOT ADD IT</strong>. <sup id="fnref:2">[2]</sup></p>
<ul>
<li><p><strong>When you have dead time...</strong>: Waiting in a line for a tea at a cafe?</p>
</li>
</ul>
<p>Review Anki. Have a break between a PvP session while playing Destiny 2? Review Anki. Stationary biking at the gym? Review Anki.</p>
<ul>
<li><p><strong>One card, one fact</strong>: Keep one fact per review card you make.</p>
</li>
<li><p><strong>Follow the 20 principles of knowledge formulation</strong>: Read the <a href="https://supermemo.guru/wiki/20_rules_of_knowledge_formulation">20 Rules of Knowledge Formulation</a>.</p>
</li>
</ul>
<p>Learn, live, ~~loathe~~ love it.</p>
<ul>
<li><p><strong><a href="https://www.youtube.com/watch?v&#61;C-m3RtoguAQ">&quot;I... Declare... Bankruptcy&#33;&#33;&#33;&quot; – Michael Scott, King of Anki</a></strong>: If you are feeling overwhelmed by how many reviews you have to do each day, it is alright to declare what I call &quot;Anki Bankruptcy&quot; and temporarily stop adding new cards to review each day.</p>
</li>
</ul>
<p>Do this until you feel more motivated or your review count is back to a comfortable level. <sup id="fnref:3">[3]</sup></p>
<h3 id="other_personal_strategies">Other Personal Strategies</h3>
<p>These are my highly personal review strategies. They may be wrong, but they help me consistently manage all my Anki reviews:</p>
<ul>
<li><p><strong>Embrace a simplified review process</strong>: Streamline your card reviews by focusing solely on the &quot;good&quot; or &quot;again&quot; key, simplifying decision-making and promoting efficient learning.<sup id="fnref:4">[4]</sup></p>
</li>
<li><p><strong>Prioritize well-being and take breaks</strong>: Ensure your physical and mental well-being by prioritizing breaks and engaging in activities that rejuvenate you.</p>
</li>
<li><p><strong>Adjust Deck Settings</strong>: Create different deck profiles, such as &quot;Hard Studies&quot; for challenging subjects or &quot;No New Cards&quot; when you need a temporary break.</p>
</li>
<li><p><strong>Regularly review statistics</strong>: I monitor my progress by reviewing Anki&#39;s statistics every day.</p>
</li>
</ul>
<p>This helps me track performance and if I may need to reduce or increase the intensity of my recent Anki sessions.</p>
<ul>
<li><p><strong>Organize with decks and subdecks</strong>: I categorize my flashcards into decks and subdecks based on subjects or topics of interest broadly.</p>
</li>
</ul>
<h4 id="what_about_add-ons">What about Add-Ons?</h4>
<p>I do use a couple Anki Add-ons&#33; I tend to more focus on aesthetics and statistics for my Anki set-up. Here are some that I always use:</p>
<ul>
<li><p><a href="https://ankiweb.net/shared/info/308574457">Anki-redesign</a> - A new lightweight look for Anki</p>
</li>
<li><p><a href="https://ankiweb.net/shared/info/738807903">More Overview Stats 2.1</a> - This addon adds more information to the deck overview statistics.</p>
</li>
<li><p><a href="https://ankiweb.net/shared/info/1556734708">More Decks Stats and Time Left</a> - This addon shows extra information of the due cards and returns the expected time to finalize &#40;Due&#43;New&#41;.</p>
</li>
<li><p><a href="https://ankiweb.net/shared/info/1771074083">Review Heatmap</a> - Adds a heatmap graph to Anki&#39;s main window which visualizes past and future card review activity.</p>
</li>
</ul>
<h3 id="advanced_techniques">Advanced Techniques</h3>
<p>These are advanced techniques that I am experimenting with. Reader be warned&#33;</p>
<h4 id="incremental_understanding">Incremental Understanding</h4>
<p>I didn&#39;t find Anki particularly well-suited for <a href="https://www.wikiwand.com/en/Incremental_reading">Incremental Reading</a> and instead created an iterative process I call &quot;Incremental Understanding&quot;. What the process entails is this:</p>
<ol>
<li><p>I pull content from what I read such as a paragraph or a few lines.</p>
</li>
<li><p>For each chunk of information, I add that to a card that only has three sections: the content, associated thoughts, and their reference.</p>
</li>
<li><p>As I review each of these cards, I edit them into my own language. &#40;I max out how much I spend on each card per review to 3 minutes&#41;</p>
</li>
<li><p>I repeat steps 1 - 3, until each card I feel is sufficiently described in my own language and then I suspend and tag the card for transfer into my personal notes.</p>
</li>
<li><p>For each note that is tagged for transfer, I then move and stitch them into my personal notes</p>
</li>
</ol>
<p>To make steps 3 and 4 easier, I use the <a href="https://ankiweb.net/shared/info/1429363228">Tag Toggler Add On</a>. For 5, this is an intentionally manual process that, although labor intensive, forces me to think how this new content fits into my knowledge base and any existing notes I have.</p>
<h4 id="anki_for_mathematics">Anki for Mathematics?</h4>
<p>It&#39;s an evolving process, but I have written a <a href="https://jacobzelko.com/01072023041127-making-math-anki/">separate dedicated blog post</a> dedicated to the processes I have been developing for this.</p>
<h3 id="concluding_thoughts">Concluding Thoughts</h3>
<p>I hope this small guide on getting started with and using Anki was helpful&#33; Again, these are my own personal notes and takes on how to use the tool. To that end, if you have any suggestions, thoughts, or feedback, please let me know&#33;</p>
<h3 id="footnotes">Footnotes</h3>
<p><table class="fndef" id="fndef:1">
    <tr>
        <td class="fndef-backref">[1]</td>
        <td class="fndef-content">Even for me, I do not mess around with the default algorithm much at all. I find it does a great job as is and I have only recently even thought about messing around with the <a href="https://github.com/open-spaced-repetition/fsrs4anki/wiki">FSRS algorithm</a>.</td>
    </tr>
</table>
 <table class="fndef" id="fndef:2">
    <tr>
        <td class="fndef-backref">[2]</td>
        <td class="fndef-content">If you are not careful, you can create &quot;Anki Anxiety&quot; where, instead of being excited about learning something via Anki, you dread the reviews you have to do every day for information you are not too excited about.</td>
    </tr>
</table>
 <table class="fndef" id="fndef:3">
    <tr>
        <td class="fndef-backref">[3]</td>
        <td class="fndef-content">Aside from <em>The  Office</em>, I actually got this idea from Danika Dakika from the Anki Discord server; it was a game changer for me so a huge thank you to Danika&#33;</td>
    </tr>
</table>
 <table class="fndef" id="fndef:4">
    <tr>
        <td class="fndef-backref">[4]</td>
        <td class="fndef-content">I wanted to also say that I didn&#39;t come up with this idea specifically but I was unable to find where it was sourced from exactly. If you know the right reference here, please let me know&#33;</td>
    </tr>
</table>
</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Lessons Learned from How I Use Anki</em>. <a href="https://jacobzelko.com/07092023212334-how-i-anki">https://jacobzelko.com/07092023212334-how-i-anki</a>. July 9 2023.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Notes on Managing Open Source Organizations  ]]>
  </title>
  <link> https://jacobzelko.com/06202023182947-notes-open-orgs/index.html </link>
  <guid> https://jacobzelko.com/06202023182947-notes-open-orgs/index.html </guid>
  <description>
    <![CDATA[  A collected overview on various comments from Julia organization organizers on how to effectively build up an open source organization  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Notes on Managing Open Source Organizations</h1>
<p><strong>Date:</strong> June 20 2023</p>
<p><strong>Summary:</strong> A collected overview on various comments from Julia organization organizers on how to effectively build up an open source organization</p>
<p><strong>Keywords:</strong> #github #open #source #community #organization #blog #archive #julia</p>
<h1>Bibliography</h1>
<p>J. Zelko, “Julia Orgs, How Do You Manage Logistics?,” Julia Programming Language, Jun. 16, 2023. https://discourse.julialang.org/t/julia-orgs-how-do-you-manage-logistics/100430 &#40;accessed Jun. 20, 2023&#41;.</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>Structure Organization for Sustainability</li><li>Organization Guidelines</li><li>Managing Package Development</li><li>Community Outreach and Communication</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>As I have been involved with and have started various open source organizations in the past, I wanted to learn more about how other organizations within the Julia community manage this. In particular, as I am getting more serious about <a href="https://discourse.julialang.org/t/interest-on-starting-a-juliahealth-workgroup/97999">bolstering JuliaHealth</a>, I want to make sure to do this as effectively as possible. These were some comments and notes from folks within the Julia Community who made suggestions on how to approach this effectively.</p>
<h3 id="structure_organization_for_sustainability">Structure Organization for Sustainability</h3>
<ul>
<li><p>Limit dependency on any one person – Jakob Nissen, George Datseris</p>
</li>
<li><p>All repositories and shared documents should have write access for multiple people, ensuring continuity even if some contributors are unavailable – Jakob Nissen, Guillaume Dalle</p>
</li>
<li><p>Furthermore, packages should be designed with longevity in mind, as maintenance can be a significant challenge – Jakob Nissen, Georgia Datseris</p>
</li>
<li><p>Build trust with frequent contributors – George Datseris</p>
<ul>
<li><p>Could review their PRs more leniently</p>
</li>
<li><p>Provide detailed reviews for newcomers</p>
</li>
</ul>
</li>
</ul>
<h3 id="organization_guidelines">Organization Guidelines</h3>
<ul>
<li><p>Think about what is the criteria &#40;such as reviews or approvals&#41; before action on a pull request is taken – Guillaume Dalle</p>
</li>
<li><p>Setting clear timeframes for feedback should be established – Guillaume Dalle</p>
</li>
<li><p>Allocate review time &#40;around 70-80&#37;&#41; to evaluating design aspects, logical connections between input-output arguments, and documentation of features – George Datseris</p>
</li>
<li><p>Adapt the intensity of a PR review based on its potential impact to a package – George Datseris</p>
<ul>
<li><p>PRs with package wide consequences should receive thorough evaluations</p>
</li>
<li><p>PRs that are independent of existing code could be reviewed more quickly</p>
</li>
<li><p>Bug fixes that affect small parts of the package could be reviewed faster</p>
</li>
</ul>
</li>
</ul>
<h3 id="managing_package_development">Managing Package Development</h3>
<ul>
<li><p>Use GitHub issues to outline development roadmaps for a given package – Guillaume Dalle</p>
</li>
<li><p>Use labels to prioritize GitHub issues as important and relevant to a given package – Guillaume Dalle</p>
</li>
<li><p>Prioritize discussions within GitHub issues to foster transparency and consolidate discussions in location – George Datseris</p>
</li>
<li><p>Maintain source code simplicity – George Datseris</p>
</li>
</ul>
<h3 id="community_outreach_and_communication">Community Outreach and Communication</h3>
<ul>
<li><p>Avoid making promises about deliverables or timelines – Jakob Nissen</p>
</li>
<li><p>Community calls for triage discussions or long-term package orientation can help build community – Guillaume Dalle</p>
</li>
<li><p>Actively invite individuals to join the organization – George Datseris</p>
<ul>
<li><p>Provide them with administrative rights to relevant GitHub teams and repositories to foster participation</p>
</li>
</ul>
</li>
</ul>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Notes on Managing Open Source Organizations</em>. <a href="https://jacobzelko.com/06202023182947-notes-open-orgs">https://jacobzelko.com/06202023182947-notes-open-orgs</a>. June 20 2023.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Tue, 20 Jun 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  A Fun Exploration of Perfect, Abundant, and Deficient Numbers  ]]>
  </title>
  <link> https://jacobzelko.com/05102023043333-perfect-abundant-deficit/index.html </link>
  <guid> https://jacobzelko.com/05102023043333-perfect-abundant-deficit/index.html </guid>
  <description>
    <![CDATA[  A computational treatment and exploration of abundant and deficient numbers  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>A Fun Exploration of Perfect, Abundant, and Deficient Numbers</h1>
<p><strong>Date:</strong> May 10 2023</p>
<p><strong>Summary:</strong> A computational treatment and exploration of abundant and deficient numbers</p>
<p><strong>Keywords:</strong> #blog #abundant #deficient #number #theory #julia #programming #perfect #aliquot #sequence #archive</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>What Are These Numbers?</li><li>Examining Divisors of These Numbers<ol><li>Abundant Numbers</li><li>Deficient Numbers</li></ol></li><li>Any Connection to Aliquot Sequences?<ol><li>Aliquot Sequences of Abundant Numbers</li><li>Aliquot Sequences of Deficient Numbers</li></ol></li><li>Conclusion</li><li>Addendums<ol><li>Discussion on Julia Implementation</li><li>Categorical Understandings of Number Species</li></ol></li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>I was at the gym working out when I started thinking about locker numbers in the men&#39;s locker room. I was reminded of perfect numbers and was thinking about perfect number examples. I started testing random numbers in my mind and noticed numbers which had divisors that summed up to greater than their number and also less than their number. I had no idea about the existence of abundant and deficient numbers and got curious about these numbers and to see what characteristics I could find about them.</p>
<h3 id="what_are_these_numbers">What Are These Numbers?</h3>
<p>In Number Theory, there exist three species of numbers that depend on the divisors of a given number &#40;excluding the number itself as a divisor&#41;. Here are the three species and their simple characteristics:</p>
<p><strong>Deficient Numbers</strong> - these numbers have divisors whose sum is never greater than the number being examined. An example is the number \(4\) which has as divisors \(1\) and \(2\) – those divisors only sum up to \(3\).</p>
<p><strong>Perfect Numbers</strong> - these numbers have divisors which sum to exactly to the number being examined. An example is the number \(6\) which has as divisors \(1, 2, 3\) which sum together to \(6\).</p>
<p><strong>Abundant Numbers</strong> - these numbers have divisors whose sum is greater than the number being examined. An example is the number \(12\) whose divisors are \(1, 2, 3, 4, 6\) and sum to \(16\).</p>
<p>As it turns out, there are infinite deficient, perfect, and abundant numbers. However, only around 50 perfect numbers have ever been discovered to this day&#33; \(6\) is the smallest perfect number but then perfect numbers grow to be hundreds of digits long&#33; For that reason, this fun exploration will really only explore abundant and deficient numbers. </p>
<h3 id="examining_divisors_of_these_numbers">Examining Divisors of These Numbers</h3>
<p>Out of curiosity, I wanted to know if there were any trends to be noticed in the divisors of the deficient and abundant number species. So, I whipped together some code to explore this within Julia &#40;if you are not interested in the code, you can skip it and just go to the results for each section&#41;. To get started, I first defined a function to calculate divisors of a number:</p>
<pre><code class="language-julia">import Primes: factorfunction divisors&#40;n&#41;    d &#61; Int64&#91;1&#93;    for &#40;p, e&#41; in factor&#40;n&#41;        t &#61; Int64&#91;&#93;
        r &#61; 1        for i in 1:e
            r *&#61; p
	    for u in d
	        push&#33;&#40;t, u * r&#41;
	    end
	end	append&#33;&#40;d, t&#41;
    end    return sort&#33;&#40;d&#41;end</code></pre>
<p>With this function defined, now, I am going to calculate some deficient and deficient numbers &#40;since perfect numbers are hard to calculate, I am going to look up a few to explore&#41;.  To do that, we will use the following snippet to find \(1000\) abundant and deficient numbers:</p>
<pre><code class="language-julia">i &#61; 1 
deficient_numbers &#61; &#91;&#93;
abundant_numbers &#61; &#91;&#93;
while true
  divisor_sum &#61; divisors&#40;i&#41;&#91;1:end-1&#93; |&gt; sum
  if divisor_sum &lt; i &amp;&amp; length&#40;deficient_numbers&#41; &#33;&#61; 1000
    push&#33;&#40;deficient_numbers, i&#41;
  elseif divisor_sum &gt; i &amp;&amp; length&#40;abundant_numbers&#41; &#33;&#61; 1000
    push&#33;&#40;abundant_numbers, i&#41;
  end  i &#43;&#61; 1  length&#40;abundant_numbers&#41; &#61;&#61; 1000 &amp;&amp; length&#40;deficient_numbers&#41; &#61;&#61; 1000 ? break : continue
end</code></pre>
<p>We are set to explore further these numbers&#33;</p>
<h4 id="abundant_numbers">Abundant Numbers</h4>
<p>As a first pass, let&#39;s calculate the divisors of the abundant numbers and plot their frequency:</p>
<pre><code class="language-julia">import DataStructures: counter
import UnicodePlots: barplotabundant_divisors &#61; vcat&#40;divisors.&#40;abundant_numbers&#41;...&#41; |&gt; counter |&gt; Dict |&gt; sort;vs &#61; collect&#40;values&#40;abundant_divisors&#41;&#41;;
ks &#61; collect&#40;keys&#40;abundant_divisors&#41;&#41;;barplot&#40;ks&#91;1:20&#93;, vs&#91;1:20&#93;, xlabel &#61; &quot;Count&quot;, ylabel &#61; &quot;Divisors&quot;, title &#61; &quot;Divisor Count for First 1000 Abundant Numbers&quot;&#41;</code></pre>
<p>Which gives the following plot:</p>
<pre><code class="language-txt">Divisor Count for First 1000 Abundant Numbers 
               ┌                                        ┐ 
             1 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 1 000   
             2 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 995     
             3 ┤■■■■■■■■■■■■■■■■■■■■■■ 677                
             4 ┤■■■■■■■■■■■■■■■■■■■■■ 623                 
             5 ┤■■■■■■■■■■ 308                            
             6 ┤■■■■■■■■■■■■■■■■■■■■■■ 672                
             7 ┤■■■■■■■ 216                               
             8 ┤■■■■■■■■■■■ 347                           
             9 ┤■■■■■■■■ 229                              
   Divisors 10 ┤■■■■■■■■■■ 303                            
            11 ┤■■■■ 116                                  
            12 ┤■■■■■■■■■■■ 336                           
            13 ┤■■■ 96                                    
            14 ┤■■■■■■■ 211                               
            15 ┤■■■■■ 139                                 
            16 ┤■■■■■■ 188                                
            17 ┤■■ 68                                     
            18 ┤■■■■■■■ 224                               
            19 ┤■■ 61                                     
            20 ┤■■■■■■■ 201                               
               └                                        ┘ 
                                  Count</code></pre>
<p>Without any real methodology, what I notice is that there seems to be an interesting pattern where certain divisors are being repeated more than others as more and more divisors are found. It almost feels like a kind of decaying sequence where counts seems to spike on any multiple of \(3\) or \(4\) more consistently than any other number. Even though, it seems like multiples of \(3\) are not as consistent.</p>
<h4 id="deficient_numbers">Deficient Numbers</h4>
<p>Now, let&#39;s calculate the divisors of the deficient numbers and plot their frequency:</p>
<pre><code class="language-julia">import DataStructures: counter
import UnicodePlots: barplotdeficient_divisors &#61; vcat&#40;divisors.&#40;deficient_numbers&#41;...&#41; |&gt; counter |&gt; Dict |&gt; sort;vs &#61; collect&#40;values&#40;deficient_divisors&#41;&#41;;
ks &#61; collect&#40;keys&#40;deficient_divisors&#41;&#41;;barplot&#40;ks&#91;1:20&#93;, vs&#91;1:20&#93;, xlabel &#61; &quot;Count&quot;, ylabel &#61; &quot;Divisors&quot;, title &#61; &quot;Divisor Count for First 1000 Deficient Numbers&quot;&#41;</code></pre>
<p>Which gives the following plot:</p>
<pre><code class="language-txt">Divisor Count for First 1000 Deficient Numbers 
               ┌                                        ┐ 
             1 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 1 000   
             2 ┤■■■■■■■■■■■ 337                           
             3 ┤■■■■■■■ 220                               
             4 ┤■■■■ 124                                  
             5 ┤■■■■■■ 168                                
             7 ┤■■■■ 119                                  
             8 ┤■■ 51                                     
             9 ┤■■ 73                                     
            10 ┤■ 36                                      
   Divisors 11 ┤■■■ 82                                    
            13 ┤■■ 71                                     
            14 ┤■ 25                                      
            15 ┤■ 43                                      
            16 ┤■ 18                                      
            17 ┤■■ 56                                     
            19 ┤■■ 50                                     
            21 ┤■ 31                                      
            22 ┤■ 22                                      
            23 ┤■ 42                                      
            25 ┤■ 33                                      
               └                                        ┘ 
                                  Count</code></pre>
<p>What&#39;s interesting here is that I did not see any immediate pattern or phenomena with these divisors at first glance. However, when I examined the plot using a log10 scale, I then saw that consistently, the counts for odd divisors for outnumber those for even divisors:</p>
<pre><code class="language-txt">Divisor Count for First 1000 Deficient Numbers 
               ┌                                        ┐ 
             1 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 1 000   
             2 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 337          
             3 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■ 220            
             4 ┤■■■■■■■■■■■■■■■■■■■■■■■ 124               
             5 ┤■■■■■■■■■■■■■■■■■■■■■■■■ 168              
             7 ┤■■■■■■■■■■■■■■■■■■■■■■■ 119               
             8 ┤■■■■■■■■■■■■■■■■■■■ 51                    
             9 ┤■■■■■■■■■■■■■■■■■■■■ 73                   
            10 ┤■■■■■■■■■■■■■■■■■ 36                      
   Divisors 11 ┤■■■■■■■■■■■■■■■■■■■■■ 82                  
            13 ┤■■■■■■■■■■■■■■■■■■■■ 71                   
            14 ┤■■■■■■■■■■■■■■■ 25                        
            15 ┤■■■■■■■■■■■■■■■■■■ 43                     
            16 ┤■■■■■■■■■■■■■■ 18                         
            17 ┤■■■■■■■■■■■■■■■■■■■ 56                    
            19 ┤■■■■■■■■■■■■■■■■■■■ 50                    
            21 ┤■■■■■■■■■■■■■■■■ 31                       
            22 ┤■■■■■■■■■■■■■■■ 22                        
            23 ┤■■■■■■■■■■■■■■■■■■ 42                     
            25 ┤■■■■■■■■■■■■■■■■■ 33                      
               └                                        ┘ 
                           Count &#40;Log10 Scale&#41;</code></pre>
<h3 id="any_connection_to_aliquot_sequences">Any Connection to Aliquot Sequences?</h3>
<p>Out of curiosity, I wondered if there could be any overlap of abundant and deficient numbers&#39; divisors with their respective aliquot sequences. Now, an aliquot sequence is a rather fun thing. It has the following form:</p>
\[
s_{0} = k
\]
\[
s_{n} = s(s_{n-1}) = \sigma_{1}(s_{n-1}) - s_{n-1} \text{if} s_{n-1} \gt 0
\]
\[
s_{n} = 0 \text{if} s_{n-1} = 0
\]
<p>I decided to implement a small algorithm to compute the aliquot sequence for a given number as follows:</p>
<pre><code class="language-julia">function aliquot_sequence&#40;num; max_itrs &#61; missing&#41;
  sequence &#61; &#91;num&#93;
  s &#61; num  while true
    s &#61; sum&#40;divisors&#40;s&#41;&#41; - s
    if &#33;ismissing&#40;aliquot_sequence&#41; &amp;&amp; length&#40;sequence&#41; &#61;&#61; max_itrs
      return nothing
    elseif s &#61;&#61; 0 
      push&#33;&#40;sequence, s&#41;
      break
    elseif in&#40;s, sequence&#41;
      break
    else
      push&#33;&#40;sequence, s&#41;
    end
    
  end  return sequenceend</code></pre>
<p>In my implementation, I decided to limit the sequence to no repeating sequence values for a number. Let&#39;s plot these sequence values and see what could be seen as before.</p>
<blockquote>
<p>NOTE: As a limitation, some of these sequences have an immensely high number of iterations which cause my computer to explode &#40;looking at you, abundant number \(138\)&#41;&#33; For that reason, I am only calculating sequences for an abundant number that has only 10 maximum iterations within their aliquot sequence.</p>
</blockquote>
<h4 id="aliquot_sequences_of_abundant_numbers">Aliquot Sequences of Abundant Numbers</h4>
<p>Let&#39;s calculate the aliquot sequences for \(500\) abundant numbers that have at most \(10\) terms within their sequence:</p>
<pre><code class="language-julia">import DataStructures: counter
import UnicodePlots: barplotabundant_aliquot_sequences &#61; &#91;&#93;for i in 1:1000000
         divisor_sum &#61; divisors&#40;i&#41;&#91;1:end-1&#93; |&gt; sum
         if divisor_sum &gt; i 
           seq &#61; aliquot_sequence&#40;i, 10&#41;
           &#33;isnothing&#40;seq&#41; ? push&#33;&#40;abundant_aliquot_sequences, seq&#41; : continue
         end         i &#43;&#61; 1         length&#40;abundant_aliquot_sequences&#41; &#61;&#61; 500 ? break : continue
         
       end
        
abundant_aliquot_terms &#61; vcat&#40;abundant_aliquot_sequences...&#41; |&gt; counter |&gt; Dict |&gt; sort;vs &#61; collect&#40;values&#40;abundant_aliquot_terms&#41;&#41;;
ks &#61; collect&#40;keys&#40;abundant_aliquot_terms&#41;&#41;;barplot&#40;ks&#91;1:20&#93;, vs&#91;1:20&#93;, xlabel &#61; &quot;Count&quot;, ylabel &#61; &quot;Terms&quot;, title &#61; &quot;Aliquot Term Count for 500 Abundant Numbers&quot;&#41;</code></pre>
<p>Which yields the plot:</p>
<pre><code class="language-txt">Aliquot Term Count for 500 Abundant Numbers 
            ┌                                        ┐ 
          0 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 448   
          1 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 448   
          3 ┤ 3                                        
          4 ┤ 3                                        
          6 ┤ 3                                        
          7 ┤■ 9                                       
          8 ┤■ 9                                       
          9 ┤ 3                                        
         10 ┤ 1                                        
   Terms 11 ┤ 4                                        
         12 ┤ 1                                        
         13 ┤■ 11                                      
         14 ┤ 1                                        
         15 ┤ 3                                        
         16 ┤ 1                                        
         17 ┤ 3                                        
         18 ┤ 2                                        
         19 ┤■ 8                                       
         20 ┤ 1                                        
         21 ┤ 4                                        
            └                                        ┘ 
                               Count</code></pre>
<p>Here, I really cannot discern any relatable pattern as well as significance that can be tied back to abundant numbers. I am not sure if there is a way to tie significance back to abundant numbers at all in this scenario.</p>
<h4 id="aliquot_sequences_of_deficient_numbers">Aliquot Sequences of Deficient Numbers</h4>
<p>Let&#39;s calculate the aliquot sequences for \(500\) abundant numbers that have at most \(10\) terms within their sequence:</p>
<pre><code class="language-julia">import DataStructures: counter
import UnicodePlots: barplotdeficient_aliquot_sequences &#61; &#91;&#93;for i in 1:1000000
         divisor_sum &#61; divisors&#40;i&#41;&#91;1:end-1&#93; |&gt; sum
         if divisor_sum &lt; i 
           seq &#61; aliquot_sequence&#40;i, 10&#41;
           &#33;isnothing&#40;seq&#41; ? push&#33;&#40;deficient_aliquot_sequences, seq&#41; : continue
         end         i &#43;&#61; 1         length&#40;deficient_aliquot_sequences&#41; &#61;&#61; 500 ? break : continue
         
       end
        
deficient_aliquot_terms &#61; vcat&#40;deficient_aliquot_sequences...&#41; |&gt; counter |&gt; Dict |&gt; sort;vs &#61; collect&#40;values&#40;deficient_aliquot_terms&#41;&#41;;
ks &#61; collect&#40;keys&#40;deficient_aliquot_terms&#41;&#41;;barplot&#40;ks&#91;1:20&#93;, vs&#91;1:20&#93;, xlabel &#61; &quot;Count&quot;, ylabel &#61; &quot;Terms&quot;, title &#61; &quot;Aliquot Term Count for 500 Deficient Numbers&quot;&#41;</code></pre>
<p>Which yields the plot:</p>
<pre><code class="language-txt">Aliquot Term Count for 500 Deficient Numbers 
            ┌                                        ┐ 
          0 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 487   
          0 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 487   
          1 ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 487   
          2 ┤ 1                                        
          3 ┤■■ 28                                     
          4 ┤■■ 27                                     
          5 ┤ 1                                        
          6 ┤■ 10                                      
          7 ┤■■ 24                                     
          8 ┤■■ 23                                     
   Terms  9 ┤■■ 26                                     
         10 ┤■ 10                                      
         11 ┤■ 17                                      
         12 ┤ 2                                        
         13 ┤■ 15                                      
         14 ┤■ 9                                       
         15 ┤■■ 25                                     
         16 ┤■ 7                                       
         17 ┤■ 13                                      
         18 ┤ 1                                        
         19 ┤■■ 25                                     
            └                                        ┘ 
                               Count</code></pre>
<p>Again, I really cannot discern any relatable pattern as well as significance that can be tied back to deficient numbers.</p>
<h3 id="conclusion">Conclusion</h3>
<p>This was a small exploration that I wanted to do of these numbers to see if I could find any patterns or significance within aspects of these numbers.  It seems like there may be some present within the factors of abundant and deficient numbers, but when looking at their corresponding aliquot sequences, I am unable to determine anything from a computational sense.  To that end, I was also curious about how effective computation can be in helping to derive or provide hints about what may underlie these numbers. In short, it would appear that computation is quite helpful to give rise to initial questions. For example, I&#39;d be curious to what extent the patterns I noticed within abundant and deficient numbers prolong for and if they are actually legitimate observations. At that point, one could then start applying basic data science skills to group, explore, and summarize potential trends within these numbers.</p>
<p>For now, my curiosity is sated and it might be worth a return to in the future. One thing this blog post did make me think about is analogies. The idea of deficient, perfect, and abundant numbers are really fascinating as it lends itself to analogs within set theory relationships &#40;like many-to-one -&gt; deficient number, one-to-one -&gt; perfect number, one-to-many -&gt; abundant number&#41;. I wonder if it could be used as analogy outside of mathematics strictly and in terms like healthcare &#40;sub-type of a disease -&gt; deficient number, canonical disease diagnosis -&gt; perfect number, disease family -&gt; abundant number&#41;. Might be worth further exploration in the future.</p>
<h3 id="addendums">Addendums</h3>
<h4 id="discussion_on_julia_implementation">Discussion on Julia Implementation</h4>
<p>There was a <a href="https://discourse.julialang.org/t/blog-post-a-fun-exploration-of-perfect-abundant-and-deficient-numbers/99168/4">nice discussion</a> from within the Julia Discourse about this post talking about implementation details of some of the functions I was using and how to handle large numbers in computation. In particular, there was suggestion on using types like <code>BigInt</code> or <code>BigFloat</code> to handle these large numbers &#40;such as the 8th perfect number&#41;. Interestingly, to calculate divisors, one user &#40;gtgt&#41; suggested the following approach which was quite beyond my thinking to calculate divisors for a given value. Here was their approach:</p>
<blockquote>
<p>You can use the fact that if \(n = \prod p_{i}^{e_{i}}\) then \(\sigma{n} = \prod \frac{p_{i}^{e_{i} - 1} - 1}{p_{i} - 1}\) to avoid allocating a vector to store the divisors.</p>
</blockquote>
<p>This was then followed by a programming implementation:</p>
<pre><code class="language-julia">using Primesfunction sum_divisors&#40;n&#41;
    s &#61; one&#40;n&#41;
    for &#40;p, e&#41; in Primes.factor&#40;n&#41;
         s *&#61; &#40;p^&#40;e &#43; 1&#41; - 1&#41; ÷ &#40;p - 1&#41;
    end
    s
endfunction get_abundant_and_deficient_numbers&#40;n::T&#41; where T &lt;: Integer
    # get the first n abundant and deficient numbers
    n_abundants &#61; 0
    n_deficients &#61; 0    abundants &#61; sizehint&#33;&#40;T&#91;&#93;, n&#41;
    deficients &#61; sizehint&#33;&#40;T&#91;&#93;, n&#41;    k &#61; 1
    while n_abundants &lt; n || n_deficients &lt; n
         σ &#61; sum_divisors&#40;k&#41;
         if σ &gt; 2k &amp;&amp; n_abundants &lt; n
             n_abundants &#43;&#61; 1
             push&#33;&#40;abundants, k&#41;
        elseif σ &lt; 2k &amp;&amp; n_deficients &lt; n
             n_deficients &#43;&#61; 1
             push&#33;&#40;deficients, k&#41;
        end        k &#43;&#61; 1
    end    abundants, deficients
end</code></pre>
<p>I haven&#39;t had a chance to test that new implementation but I would imagine, being that it is far more type stable, that it would be more efficient. However, I still feel like we need to have safeguards for large number computation.</p>
<h4 id="categorical_understandings_of_number_species">Categorical Understandings of Number Species</h4>
<p>Within the Category Theory Zulip community, <a href="https://categorytheory.zulipchat.com/#narrow/stream/266967-general.3A-mathematics/topic/.5BBlog.5D.20Exploration.20of.20Perfect.2C.20Abundant.2C.20and.20Deficient.20Nums">there was another great discussion</a> about viewing these number species through the lens of categories.</p>
<p>David Egolf and John Carlos Baez had some fantastic ideas within that discussion that I&#39;ll excerpt here: </p>
<blockquote>
<p>David: &#91;I&#93; wonder if the concepts of &quot;deficient&quot;, &quot;perfect&quot; and &quot;abundant&quot; generalize to certain kinds of categories. I suppose what we would need is:</p>
<ul>
<li><p>a way to say if one object is a divisor of another object</p>
</li>
<li><p>a way to add objects</p>
</li>
<li><p>a way to compare the size of objects</p>
</li>
</ul>
</blockquote>
<blockquote>
<p>If we have the three things above available to us, then we can</p>
</blockquote>
<p>describe an object \(A\) as &quot;abundant&quot; if the sum of its divisor  objects is larger than \(A\).</p>
<blockquote>
<p>&#91;...&#93; Here&#39;s an initial idea for &quot;categorifying&quot; the above list of three requirements, in a category with coproducts: </p>
<ul>
<li><p>Say that \(A\) divides \(B\) if the coproduct of \(A\) with itself some finite number of times is isomorphic to \(B\)</p>
</li>
<li><p>Let the sum of two objects be their coproduct &#40;so the sum is defined up to isomorphism&#41;</p>
</li>
<li><p>Say that \(A \leq B\) if there is a monomorphism from \(A\) to \(B\)</p>
</li>
</ul>
<p>Applying this to the category of finite sets I think gives us something similar to the usual notions of divisiblity, addition, and ordering for the natural numbers. Another approach for divisibility might be, in a category with products:</p>
<ul>
<li><p>Say that \(A\) divides \(B\) if there exists some \(C\) so that the product of \(A\) and \(C\) is isomorphic to \(B\)</p>
</li>
</ul>
<p>John: Both these approaches work, in the sense that starting from the category of finite sets and functions we get the usual concept of divisibility for natural numbers.</p>
</blockquote>
<p>I encourage you to go see the rest of that discussion there if you found this perspective interesting&#33; There was a lot more spoken of there, but I found this really fascinating. For me, my category theoretic skills still are not up to par just yet to track everything David and John are saying, so I am leaving these excerpts here for future reference to perhaps come back to this.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>A Fun Exploration of Perfect, Abundant, and Deficient Numbers</em>. <a href="https://jacobzelko.com/05102023043333-perfect-abundant-deficit">https://jacobzelko.com/05102023043333-perfect-abundant-deficit</a>. May 10 2023.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Wed, 10 May 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Developing a Robust Computable Phenotype Definition Workflow to Describe Health and Disease in Observational Health Research  ]]>
  </title>
  <link> https://jacobzelko.com/01102023212115-computable-phenotypes/index.html </link>
  <guid> https://jacobzelko.com/01102023212115-computable-phenotypes/index.html </guid>
  <description>
    <![CDATA[  Considerations and discussion on a workflow for developing computable phenotype definitions to define disease  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Developing a Robust Computable Phenotype Definition Workflow to Describe Health and Disease in Observational Health Research</h1>
<p><strong>Date:</strong> April 15 2023</p>
<p><strong>Summary:</strong> Considerations and discussion on a workflow for developing computable phenotype definitions to define disease</p>
<p><strong>Keywords:</strong> #computable #phenotype #observational #health #blog #equity #archive</p>
<h1>Bibliography</h1>
<p>J. S. Zelko et al., “Developing a Robust Computable Phenotype Definition Workflow to Describe Health and Disease in Observational Health Research.” arXiv, Mar. 30, 2023. doi: 10.48550/arXiv.2304.06504.</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>Background</li><li>What&#39;s the Purpose about This Paper?</li><li>What&#39;s the Process?</li><li>What Are the Trade-offs in Developing a Definition?</li><li>Wrap-Up</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>This small blog post gives a very high level overview of a paper I authored on developing phenotype definitions which are computable and robust to a disease being examined.  <a href="https://arxiv.org/abs/2304.06504">This paper is vailable on arXiv under a CC BY-SA 4.0 license</a>.  Please <a href="https://jacobzelko.com/resources/">reach out to me</a> if you have any issues accessing this paper and I will send you a PDF&#33;</p>
<h3 id="background">Background</h3>
<p>While working on some of my notes one day, I realized I had the beginnings of a paper&#33; In particular, I was working on a note about <a href="https://jacobzelko.com//01072021074632-computable-phenotypes">computable phenotypes</a> and thinking about <a href="https://jacobzelko.com//01022021031334-all-payer-claims">All Payer Claims Databases</a>. Additionally, I am in the course of a current endeavor built on a study I conducted last year called, <a href="https://zenodo.org/record/7779877"><em>A Pilot Characterization Study Assessing Health Equity in Mental Healthcare Delivery within the State of Georgia</em></a> which has made me think strongly about the whole concept of developing definitions of disease.</p>
<p>It just so happened while I was thinking about these ideas, my Georgia Tech Research Institute colleague, Dr. Shenita Freeman, let me know about an upcoming IEEE conference, the <a href="https://web.archive.org/web/20230325190023/http://2023.cbms-conference.org/"><em>2023 IEEE Computer Based Medical Systems conference</em></a>. We both took a look at the opportunity and saw that a paper about computable phenotypes as well as the overall notion of phenotype definitions was a good idea for the conference. I reached out to some collaborators and we were off on writing this paper&#33;</p>
<h3 id="whats_the_purpose_about_this_paper">What&#39;s the Purpose about This Paper?</h3>
<p>What if I told you, how we, as researchers, speak about disease is, wrong – or at least, not quite accurate? For example, if I tell you, &quot;I research diabetes&#33;&quot;, well that is great and a noble cause but that doesn&#39;t help with telling people what it is that you are <em>actually</em> doing. As any diabetic knows, there is a huge difference between Type I Diabetes and Type II Diabetes and that doesn&#39;t consider other species of diabetes such as gestational diabetes, etc. So, it seems to me, that we need some sort of rigorous way to talk about disease, right?</p>
<p>Yes&#33; Many researchers over the years have been defining what are called <a href="https://jacobzelko.com//01072021074632-computable-phenotypes">&quot;phenotypes&quot;</a> which can be things like disease diagnoses &#40;such as Type II Diabetes&#41; and lab measurements &#40;like blood glucose, HbA1C, etc.&#41;. Then, we can build upon these phenotypes into what is called a &quot;phenotype definition&quot;. Simply put, these are a set of instructions that tells us <em>how</em> we are observing these phenotypes. Going back to our rather vague diabetes researcher, they tell us that they are actually investigating Type II Diabetes in geriatric populations within patient data they have access to. Now that is a lot more useful&#33;  A possible phenotype definition for what our researcher friend is doing is: &quot;Patients who are 65 or older with a diagnosis of or related to Type II Diabetes.&quot;</p>
<p>Our researcher is in much better shape on explaining what they have done.  So good that they are on their way to a research conference to present on findings from this definition&#33; Their fellow researchers, as well as some clinicians, at the conference love what they are doing and want to know how they can reproduce this definition with their own patient datasets. And, our researcher friend has documented the process... Right?</p>
<p>Definitely&#33; They have prepared it in the form of a computable phenotype definition&#33; They took the diabetes phenotype definition, looked up medical diagnosis codes, and reviewed patient data that is generally to see what could actually be computed on their patient data. Our researcher chose to implement their computable phenotype definition within a query language like SQL but having the computable phenotype definition on hand, other researchers could either adapt the SQL or re-implement it in another approach they prefer.</p>
<p>And just like that, our researcher now has a much clearer, meaningful, and impactful answer to the question, &quot;What disease are you studying?&quot;</p>
<h3 id="whats_the_process">What&#39;s the Process?</h3>
<p><img src="03302023175728-phenotype-workflow-diagram.png" alt="" /></p>
<p>We spent a lot of time thinking through each step a researcher could potentially take on developing a phenotype definition and this diagram summarized our thinking of the entire process. Additionally, to summarize these steps, we created a checklist that could be followed here for developing a phenotype definition: </p>
<ul>
<li><p>&#91; &#93; Intent</p>
</li>
<li><p>&#91; &#93; Decide on a motivation to guide phenotype definition construction</p>
</li>
<li><p>&#91; &#93; Literature Review</p>
<ul>
<li><p>&#91; &#93; Identify phenotypes</p>
</li>
<li><p>&#91; &#93; Review or validate selected phenotypes</p>
</li>
</ul>
</li>
<li><p>&#91; &#93; Identify Phenotypes</p>
<ul>
<li><p>&#91; &#93; Specify phenotypes</p>
</li>
<li><p>&#91; &#93; Add constraints</p>
</li>
</ul>
</li>
<li><p>&#91; &#93; Translate needs to phenotype definition</p>
<ul>
<li><p>&#91; &#93; Define disqualifiers and/or strengtheners</p>
</li>
<li><p>&#91; &#93; Combine relevant phenotypes with a logic description</p>
</li>
</ul>
</li>
<li><p>&#91; &#93; Develop Computable Phenotype</p>
<ul>
<li><p>&#91; &#93; Review what concepts are consistently present in data</p>
</li>
<li><p>&#91; &#93; Implement phenotype definition in a computable form</p>
</li>
</ul>
</li>
<li><p>&#91; &#93; Execute Definition</p>
<ul>
<li><p>&#91; &#93; Execute computable phenotype definition on database</p>
</li>
</ul>
</li>
<li><p>&#91; &#93; Assess &amp; Revise</p>
<ul>
<li><p>&#91; &#93; Consider assumptions within phenotype definition</p>
</li>
<li><p>&#91; &#93; Revise phenotype definition as needed</p>
</li>
</ul>
</li>
<li><p>&#91; &#93; Do, Monitor, &amp; Evaluate</p>
<ul>
<li><p>&#91; &#93; Answer research question or achieve goal.</p>
</li>
<li><p>&#91; &#93; Repeat phenotype definition checklist as appropriate</p>
</li>
</ul>
</li>
</ul>
<p>To learn more about this checklist, definitely read the second part of the paper&#33; </p>
<h3 id="what_are_the_trade-offs_in_developing_a_definition">What Are the Trade-offs in Developing a Definition?</h3>
<p>The paper further goes into details about some of the trade-offs within developing a phenotype definition.  You may be surprised to hear that there would have to be trade-offs in defining a disease for a population. However, in practice, some counter-intuitive observations emerge:</p>
<p>The first is what I refer to as the paradox of phenotype definitions. A very well-intentioned but somewhat naive approach when thinking about researching specific subpopulations is to define your phenotype definition as specifically as possible. For example, a possible phenotype definition could be &quot;White male patients with depression between the ages of 40 - 49 living within rural Tennessee counties&quot;. However, with each <a href="https://jacobzelko.com//11042022134535-structural-intersectionality">intersecting feature &#40;&quot;axis&quot;&#41; imposed on a population</a>, the resulting number of patients captured is smaller and smaller. Going back to our example, if you have 1000 males in Tennessee, 100 people between the ages of 40-49, and only 50 people within rural parts of the state, then at best, you&#39;ll only end up with 50 people matching your phenotype definition. The question becomes less of how to make a precise definition and more of balancing the trade-off between if a phenotype definition actually represents the population one is investigating and how useful a phenotype definition in practice will be. </p>
<p>The second, is how a phenotype definition can differ from a computable phenotype definition. What I mean by that is a team of clinicians who may want to study a specific disease make a very clinically accurate picture of a patient population in a phenotype definition. However, when an informaticist looks at the definition and tries to implement it into a computable phenotype definition, there may be some aspects of the original phenotype definition that do not map well to a software implementation in practice. For more details, I suggest strongly to look at the first part of this paper as this topic is quite extensive.</p>
<p>Finally, and by no means exhaustive to our list of trade-offs, is the idea of, &quot;Is the data we want to analyze even computable?&quot; An excellent example that had to be cut from the paper for space reasons is the emergence of COVID19. When COVID19 emerged as a threat to humanity, everyone wanted to analyze it and understand it as rapidly as possible. However, the problem was, was that there was a long &#40;in the context of the pandemic&#41; period in which collecting data on COVID19 diagnosis and symptom-type data was not possible. Hospitals would code deaths as related to symptoms exacerbated by COVID19 &#40;myocardial infarction, pneumonia, etc.&#41;, diagnoses related to presented symptoms &#40;bronchitis, stroke, etc.&#41; but never to a formal COVID19 diagnosis. This has since been remedied by emergency measures taken by <a href="https://icd.who.int/en">ICD</a> for medical coding but now, much of the earlier pandemic data, if someone wanted to study COVID19 with any kind of phenotype definition for COVID19, is not accurate. This presents a disconnect between a known problem &#40;COVID19&#41; to be studied and what could actually be studied &#40;the data that is actually available for computation&#41;.</p>
<h3 id="wrap-up">Wrap-Up</h3>
<p>In summary, I sincerely believe that this paper is quite useful in many different areas&#33; Especially, this paper can now serve as a sort of touchstone for interdisciplinary teams when discussing these concepts. </p>
<p>Please let me know if you have any questions and comments or if you notice any egregious errors within the paper in the comments&#33;</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Developing a Robust Computable Phenotype Definition Workflow to Describe Health and Disease in Observational Health Research</em>. <a href="https://jacobzelko.com/01102023212115-computable-phenotypes">https://jacobzelko.com/01102023212115-computable-phenotypes</a>. April 15 2023.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sat, 15 Apr 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Learning What Every Undergraduate Mathematician Should Know about Proofs  ]]>
  </title>
  <link> https://jacobzelko.com/04012023221538-learning-proofs-beginners/index.html </link>
  <guid> https://jacobzelko.com/04012023221538-learning-proofs-beginners/index.html </guid>
  <description>
    <![CDATA[  Ultralearning project to learn the equivalent of an undergraduate maths or computer science student understanding of proofs and how to write them.  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Learning What Every Undergraduate Mathematician Should Know about Proofs</h1>
<p><strong>Date:</strong> April 1 2023</p>
<p><strong>Summary:</strong> Ultralearning project to learn the equivalent of an undergraduate maths or computer science student understanding of proofs and how to write them.</p>
<p><strong>Keywords:</strong> #zettel #archive #project #blog #proof</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>Project Goals<ol><li>What Am I Doing?<ol><li>Concepts</li></ol></li></ol></li><li>Roadmap</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>As I am personally moving into applied mathematics for my future graduate studies, I realized I had a deficiency. And that deficiency?  How to prove things&#33; &quot;Proof&quot; was always a somewhat scary thing that I encountered in mathematics every once in a while – but at the same time exciting. So, this post aims to allay these fears once and for all&#33;</p>
<h3 id="project_goals">Project Goals</h3>
<p>This process is adapted from the <a href="https://jacobzelko.com//07082020163004-ultralearning">Ultralearning framework posited by Scott Young</a>.</p>
<h4 id="what_am_i_doing">What Am I Doing?</h4>
<p>Gain an undergraduate level of understanding of proofs and proof creation on par with maths and computer science students.</p>
<h5 id="concepts">Concepts</h5>
<ul>
<li><p>Sets and Set Operations</p>
<ul>
<li><p>Set Notation</p>
</li>
<li><p>Union and Intersection</p>
</li>
<li><p>Complement and Subset</p>
</li>
<li><p>Power Sets</p>
</li>
</ul>
</li>
<li><p>Logical Structure in Proofs</p>
<ul>
<li><p>Implication and Equivalence</p>
</li>
<li><p>Logical Connectives &#40;And, Or, Not&#41;</p>
</li>
<li><p>De Morgan&#39;s Laws</p>
</li>
<li><p>Contrapositive, Converse, and Negation of Conditional Statements</p>
</li>
</ul>
</li>
<li><p>Quantifiers</p>
<ul>
<li><p>Universal Quantifier &#40;For All&#41;</p>
</li>
<li><p>Existential Quantifier &#40;There Exists&#41;</p>
</li>
<li><p>Uniqueness Quantifier &#40;There Exists Exactly One&#41;</p>
</li>
</ul>
</li>
<li><p>Proof Techniques</p>
<ul>
<li><p>Direct Proof</p>
</li>
<li><p>Proof by Contradiction</p>
</li>
<li><p>Proof by Contrapositive</p>
</li>
<li><p>Existence Proofs</p>
</li>
</ul>
</li>
<li><p>Induction and Recursion</p>
<ul>
<li><p>Principle of Mathematical Induction</p>
</li>
<li><p>Strong Induction</p>
</li>
<li><p>Recursive Definitions</p>
</li>
</ul>
</li>
<li><p>Relations and Functions</p>
<ul>
<li><p>Cartesian Product</p>
</li>
<li><p>Equivalence Relations</p>
</li>
<li><p>Partial and Total Orders</p>
</li>
<li><p>Injectivity, Surjectivity, and Bijectivity of Functions</p>
</li>
</ul>
</li>
<li><p>Cardinality and Countability</p>
<ul>
<li><p>Cardinality of Sets</p>
</li>
<li><p>Countable and Uncountable Sets</p>
</li>
<li><p>Diagonalization Argument</p>
</li>
</ul>
</li>
<li><p>Advanced Topics</p>
<ul>
<li><p>Constructive Mathematics</p>
</li>
<li><p>Proof Assistants</p>
</li>
<li><p>Zorn&#39;s Lemma and Well-Ordering Principle</p>
</li>
<li><p>Completeness Axiom and Real Numbers</p>
</li>
</ul>
</li>
</ul>
<h3 id="roadmap">Roadmap</h3>
<p>This is based on the Meta Learning step Young described as well as some additional tweaks of my own:</p>
<ul>
<li><p><strong>Outcomes:</strong> The knowledge and abilities you’ll need to acquire for success.</p>
</li>
<li><p><strong>Topic:</strong> The topic to learn</p>
</li>
<li><p><strong>Done:</strong> If this task has been completed &#40;X&#41; or not yet &#40;cell is empty&#41;</p>
</li>
</ul>
<table><tr><th align="right">Done</th><th align="right">Topic</th><th align="right">Outcomes</th></tr><tr><td align="right">X</td><td align="right">Set Theory</td><td align="right">Understand basic set notation and operations, including subsets, set identities, and Cartesian products.</td></tr><tr><td align="right">X</td><td align="right">Logic</td><td align="right">Understand propositional logic, including truth tables, implications, negations, and quantifiers.</td></tr><tr><td align="right"></td><td align="right">Proof Writing</td><td align="right">Develop skills in writing and constructing mathematical proofs, including direct and indirect proofs, proof by contradiction, proof by contrapositive, and proof by mathematical induction.</td></tr><tr><td align="right"></td><td align="right">Number Theory</td><td align="right">Understand basic number theory concepts, including divisibility, modular arithmetic, prime numbers, the fundamental theorem of arithmetic, the Euclidean algorithm, and Diophantine equations.</td></tr><tr><td align="right"></td><td align="right">Combinatorics</td><td align="right">Develop skills in combinatorial counting principles, including permutations, combinations, and the inclusion-exclusion principle.</td></tr><tr><td align="right"></td><td align="right">Analysis</td><td align="right">Develop skills in calculus, including limits, continuity, differentiation, integration, sequences, and series.</td></tr><tr><td align="right"></td><td align="right">Algebra</td><td align="right">Understand algebraic structures, including groups, rings, and fields.</td></tr></table>
<p>This table describes the very broad topics, resources I&#39;ll use, and the expected learning outcomes for each topic.  As I progress through this table, I will add an &quot;X&quot; to each row I have studied. Furthermore, the table is ordered by level of difficulty. </p>
<table><tr><th align="right">Done</th><th align="right">Skill Level</th><th align="right">Topic</th><th align="right">Concept</th></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Set Theory</td><td align="right">Set Identities</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Set Theory</td><td align="right">Set Notation</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Set Theory</td><td align="right">Set Operations</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Set Theory</td><td align="right">Sets and Elements</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Set Theory</td><td align="right">Subsets and Proper Subsets</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Set Theory</td><td align="right">Cartesian Products</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Logic</td><td align="right">Propositions and Logical Connectives</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Logic</td><td align="right">Truth Tables</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Logic</td><td align="right">Implication and Equivalence</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Logic</td><td align="right">Negation and De Morgan&#39;s Laws</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Logic</td><td align="right">Quantifiers</td></tr><tr><td align="right">X</td><td align="right">Beginner</td><td align="right">Logic</td><td align="right">Logical Implication</td></tr><tr><td align="right">X</td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Proof Techniques</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Direct Proofs</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Indirect Proofs</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Proof by Contradiction</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Proof by Contrapositive</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Proof by Mathematical Induction</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Strong Induction</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Structural Induction</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Proof by Cases</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Existence and Uniqueness Proofs</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Proof Writing</td><td align="right">Counterexamples</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Number Theory</td><td align="right">Divisibility and Modular Arithmetic</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Number Theory</td><td align="right">GCD and LCM</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Number Theory</td><td align="right">Prime Numbers</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Number Theory</td><td align="right">Fundamental Theorem of Arithmetic</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Number Theory</td><td align="right">Euclidean Algorithm</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Number Theory</td><td align="right">Diophantine Equations</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Combinatorics</td><td align="right">Counting Principles</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Combinatorics</td><td align="right">Pigeonhole Principle</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Combinatorics</td><td align="right">Permutations and Combinations</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Combinatorics</td><td align="right">Inclusion-Exclusion Principle</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Combinatorics</td><td align="right">Recurrence Relations</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Combinatorics</td><td align="right">Generating Functions</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Analysis</td><td align="right">Limits and Continuity</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Analysis</td><td align="right">Differentiation</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Analysis</td><td align="right">Integration</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Analysis</td><td align="right">Sequences and Series</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Algebra</td><td align="right">Groups</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Algebra</td><td align="right">Rings and Fields</td></tr></table>
<p>This table gets more into exact topics and concepts to master. They have an associated difficult level and overall topic. Moreover, this a synthesis of concepts and topics to be covered based on class syllabi from:</p>
<ul>
<li><p>MA307: Introduction to Proof &#40;taught by Dan Dugger at University of Oregon&#41;</p>
</li>
<li><p>300:T6 Introduction to Mathematical Reasoning &#40;taught by Chloe Urbanski Wawrzyniak at Rutgers University&#41;</p>
</li>
<li><p>Introduction to Proof-based Discrete Mathematics &#40;taught by Matthew Gelvin at University of Chicago&#41;</p>
</li>
<li><p>MATH 301: Introduction To Proofs &#40;taught by Emily Riehl at John Hopkins University&#41;</p>
</li>
</ul>
<p>Additionally, in the construction of this project, I&#39;d like to thank John Carlos Baez for some of his suggestions&#33;</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Learning What Every Undergraduate Mathematician Should Know about Proofs</em>. <a href="https://jacobzelko.com/04012023221538-learning-proofs-beginners">https://jacobzelko.com/04012023221538-learning-proofs-beginners</a>. April 1 2023.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sat, 01 Apr 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Asynchronous Workflow Using Julia Tutorial  ]]>
  </title>
  <link> https://jacobzelko.com/01082023043553-julia-async-workflow/index.html </link>
  <guid> https://jacobzelko.com/01082023043553-julia-async-workflow/index.html </guid>
  <description>
    <![CDATA[  A thorough tutorial on how to use Julia for asynchronous workflows to do many things, at once&#33;  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Asynchronous Workflow Using Julia Tutorial</h1>
<p><strong>Date:</strong> January 7 2023</p>
<p><strong>Summary:</strong> A thorough tutorial on how to use Julia for asynchronous workflows to do many things, at once&#33;</p>
<p><strong>Keywords:</strong> #blog #archive #julia #programming #literate #workflow #asynchronous #weave #browser #sync #node</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>Set-Up</li><li>Simple Workflow Process<ol><li>Blocking Workflow</li><li>Asynchronous Workflow</li></ol></li><li>Asynchronous Workflow for Literate Programming</li><li>Conclusion</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>I sometimes find myself wanting to execute a Julia file I have just edited.  This is different than what the excellent <a href="https://github.com/timholy/Revise.jl">Revise.jl package &#40;created by Tim Holy&#41;</a> does in that I want to execute the full file and not just update function definitions. Moreover, I may just want Julia to do something else entirely upon updating a file or directory. This can be very helpful in analysis workflows as well as literate programming. Creating an extended post on my process for this was inspired by a <a href="https://discourse.julialang.org/t/franklin-jl-automatically-evaluate-jl-file-on-change/92580/6">Julia Discourse post I provided an answer to</a>.</p>
<h3 id="set-up">Set-Up</h3>
<p>Here is how I recommend setting up your Julia environment to follow this tutorial &#40;I assume you have Julia installed correctly&#41;:</p>
<ol>
<li><p>Create an empty directory &#40;folder&#41; somewhere on your computer. &#40;NOTE: For sake of this tutorial, I will refer to it as the &quot;test&quot; folder&#41;.</p>
</li>
<li><p>Within your favorite text editor &#40;like Notepad, Vim, VSCode, etc.&#41;, open this directory.</p>
</li>
<li><p>Open and create a file called &quot;tmp.jmd&quot; &#40;NOTE: Keep the file and your editor open as we will be coming back to this file quite a lot&#41;.</p>
</li>
<li><p>Open your Julia REPL within the directory and activate a temporary environment within package mode:</p>
</li>
</ol>
<pre><code class="language-julia-repl">pkg&gt; activate --temp</code></pre>
<ol start="5">
<li><p>Add into this temporary environment the following packages:</p>
</li>
</ol>
<pre><code class="language-julia-repl">pkg&gt; add FileWatching, Weave</code></pre>
<ol start="6">
<li><p>Install node onto your machine.</p>
</li>
</ol>
<p>I suggest using the great tool, <a href="https://github.com/nvm-sh/nvm"><code>nvm</code>, which allows easy management of node versions</a>.</p>
<ol start="7">
<li><p>Install the node package, <a href="https://www.npmjs.com/package/browser-sync"><code>browser-sync</code>, which allows for syncing of webpages based on updates</a>.</p>
</li>
</ol>
<p>Here is the command you can use in your command line: </p>
<pre><code class="language-sh">npm i -g browser-sync</code></pre>
<blockquote>
<p>NOTE: Steps 6 and 7 are not necessary if you are not interested in the section on literate programming</p>
</blockquote>
<h3 id="simple_workflow_process">Simple Workflow Process</h3>
<p>There are two ways to start this workflow.  One blocking &#40;i.e. you cannot use the Julia REPL while working&#41; and another spawning an asynchronous background process to enable you to work with the same REPL. Here is gif showing these workflows in action:</p>
<p><img src="https://jacobzelko.com/assets/01082023043553-watching-example.gif" alt="" /></p>
<h4 id="blocking_workflow">Blocking Workflow</h4>
<p>This creates a synchronous task in your Julia REPL that can then run whatever command you want while you monitor a specific file &#40;or folder&#41;. In this case, I am making the task print a statement that says “Change Detected&#33;” to my REPL whenever there is a change in the file called “tmp.jmd”.</p>
<pre><code class="language-julia">using FileWatchingwhile true 
    watch_file&#40;&quot;./tmp.jmd&quot;&#41;
    println&#40;&quot;Change Detected&#33;&quot;&#41;
end</code></pre>
<p>This workflow is not optimal as this loop continues and locks your REPL from doing anything else. </p>
<h4 id="asynchronous_workflow">Asynchronous Workflow</h4>
<p>This creates an asynchronous task in the background of your Julia REPL that can then run whatever command you want while you monitor a specific file &#40;or folder&#41;. In this case, I am making the task print a statement that says “Change Detected&#33;” to my REPL whenever there is a change in the file called “tmp.jmd”.</p>
<pre><code class="language-julia">using FileWatching@async while true 
    watch_file&#40;&quot;./tmp.jmd&quot;&#41;
    println&#40;&quot;Change Detected&#33;&quot;&#41;
end</code></pre>
<p>From here, you could then still interact with this REPL while this task is running in the background. Furthermore, you can change the line that says <code>println&#40;&quot;Change Detected&#33;&quot;&#41;</code> to whatever command &#40;or commands&#41; you want to trigger.</p>
<h3 id="asynchronous_workflow_for_literate_programming">Asynchronous Workflow for Literate Programming</h3>
<p>This workflow allows one to work with a Julia Markdown document with <code>Weave.jl</code> to preview your work in real time.  There a few steps to start the workflow but here is how it looks when in operation:</p>
<p><img src="https://jacobzelko.com/assets/01082023043553-weave-example.gif" alt="" /></p>
<p>First, execute the following snippet in your Julia REPL to start the asynchronous process to watch for changes and tell Julia to weave the file we will modify:</p>
<pre><code class="language-julia">using FileWatching
using Weave@async while true 
    watch_file&#40;&quot;./tmp.jmd&quot;&#41;
    weave&#40;&quot;./tmp.jmd&quot;&#41;
end</code></pre>
<p>Next, run this in a separate terminal:</p>
<pre><code class="language-sh">browser-sync start --server --start --file &quot;./*.html&quot;</code></pre>
<p>or this command within your Julia REPL &#40;NOTE: This will make your REPL session very cluttered but you can still use your REPL&#41;:</p>
<pre><code class="language-julia">@async run&#40;&#96;browser-sync start --server --start --file &quot;./*.html&quot;&#96;&#41;</code></pre>
<p>At this point, you should see <code>browser-sync</code> spit out a lot of information that looks something like this:</p>
<pre><code class="language-sh">&#91;Browsersync&#93; Access URLs:
 --------------------------------------
       Local: http://localhost:3000
    External: http://192.168.1.186:3000
 --------------------------------------
          UI: http://localhost:3001
 UI External: http://localhost:3001
 --------------------------------------
&#91;Browsersync&#93; Serving files from: ./</code></pre>
<p>You&#39;ll want to grab that URL that looks like <code>http://localhost:3000</code> in the <code>Local</code> spot and then open that in your web browser.  With the URL that you get &#40;it could be on a different port&#41;, navigate to <code>http://localhost:3000/tmp.html</code>.</p>
<p>Finally, when you have this all in place, go ahead and add this code block into the <code>tmp.jmd</code> file that was created:</p>
<pre><code class="language-markdown"># Hello World This is a Julia Markdown file. &#96;&#96;&#96;julia 
2 &#43; 2
&#96;&#96;&#96;</code></pre>
<p>You should see a few things happen.  You&#39;ll see a few messages from the Julia REPL stating that <code>Weave.jl</code> is weaving your document to your desired output. Then, you&#39;ll see <code>browser-sync</code> say something about updating or syncing.  Finally, you will see your browser update to the latest version of your weaved document. </p>
<p>Feel free to play around with this more and see the dynamism of the workflow&#33; I tend to do this when I am iteratively developing reports within Julia and want to tinker within the REPL at the same time I am creating documents. Having to wait for rendering <code>Weave.jl</code> documents and the like was a pain and this took the pain away.</p>
<h3 id="conclusion">Conclusion</h3>
<p>I hope you appreciated this post&#33; If you have any suggestions, comments, or additional workflows this could be used for, please comment below.  May your Julia sessions now be even more supercharged&#33;</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Asynchronous Workflow Using Julia Tutorial</em>. <a href="https://jacobzelko.com/01082023043553-julia-async-workflow">https://jacobzelko.com/01082023043553-julia-async-workflow</a>. January 7 2023.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sat, 07 Jan 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Making Math Flashcards Using Spaced Repetition Systems  ]]>
  </title>
  <link> https://jacobzelko.com/01072023041127-making-math-anki/index.html </link>
  <guid> https://jacobzelko.com/01072023041127-making-math-anki/index.html </guid>
  <description>
    <![CDATA[  Composite guide in using spaced repetition systems in learning maths  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Making Math Flashcards Using Spaced Repetition Systems</h1>
<p><strong>Date:</strong> January 6 2023</p>
<p><strong>Summary:</strong> Composite guide in using spaced repetition systems in learning maths</p>
<p><strong>Keywords:</strong> #math #learning #anki #flashcards #spaced #repetition #proofs #theorems #definitions #project #archive #blog</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>Introduction</li><li>Principles in Making Anki Cards for Maths</li><li>Card Types<ol><li>Definitions</li><li>Properties</li><li>Theorems<ol><li>Implication Only Theorems</li><li>Implication and Equivalence Theorems</li></ol></li></ol></li><li>Self Testing</li><li>The &quot;Ankification&quot; of Proofs<ol><li>Initial Glances of a Proof</li><li>Building Out a Conceptual Roadmap of a Proof</li><li>Consider the Alternatives of a Proof</li></ol></li><li>Conclusion</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>A major goal in my life is to get better with studying maths. As I fully intend to study mathematics more rigorously, a powerful component and tool in my studying toolbox has been Spaced Repetition Systems like Anki or Memrise. In particular, I wanted to know how to use these sort of systems to study and retain math more effectively in my studies – which sometimes face unexpected interruptions. This post serves as a guide to do just that.</p>
<h3 id="introduction">Introduction</h3>
<p>TODO: Add this discussion into here How I operate is that Anki is a supplement to my learning and not the whole piece. For example, I use Anki to learn definitions and their properties, but then when I work on proofs, I usually scribble that down into my notes and then try my best at linking together different definitions until I have something pleasant. &#91;11:51 AM&#93;TheCedarPrince: I say “linking” intentionally as my notes are stored within a Zettelkasten where each of the definitions I’ve learned are also found. So then I weave together the notes quickly into longer form pieces or proofs or what have you &#91;11:52 AM&#93;TheCedarPrince: Let me know if you have any questions — happy to hear your thoughts&#33;</p>
<h3 id="principles_in_making_anki_cards_for_maths">Principles in Making Anki Cards for Maths</h3>
<p>These principles are curated specifically to think about maths and Anki:</p>
<ol>
<li><p>Anki is a complement to learning – it is not the whole process of learning.</p>
</li>
</ol>
<p>With maths, it is required to sit down, to struggle, and fully work through concepts. Anki is at best a complement to help you remember what you have learned or know.  At worst, a distraction that one ends up frustrated with as one is not seeing the progress they want to see.</p>
<ol start="2">
<li><p>Add small pieces that are worth remembering to Anki.</p>
</li>
</ol>
<p>Keep <a href="https://jacobzelko.com/03092020031618-zettelkasten-principles">Anki pieces as atomic as possible &#40;see the linked note and think of them as Anki cards instead of &quot;zettels&quot;&#41;</a>. &#91;1&#93;</p>
<ol start="3">
<li><p>Be brutally honest in marking an Anki review. &#91;1&#93;</p>
</li>
<li><p>Good cards lead to good results – take the time on making good cards. &#91;1&#93;</p>
</li>
<li><p>If having problems with a certain topic or set of questions, break the topic down to the smallest components possible to better understand the overall topic. &#91;2&#93;</p>
</li>
</ol>
<p>Identify the <a href="https://jacobzelko.com/07082020163004-ultralearning">facts, procedures, and concepts</a> and try to use those in creating smaller supplementary cards to help you with a concept. &#91;3&#93;</p>
<h3 id="card_types">Card Types</h3>
<p>In maths, there are many different types of things to learn. Accordingly, there are a few different types of cards that are useful to make this learning process easier.</p>
<h4 id="definitions">Definitions</h4>
<p>In learning definitions, some useful principles to keep in mind in constructing Anki cards that test definitions are the following:</p>
<ul>
<li><p>A definition can usually be broken down across the following parts:</p>
</li>
</ul>
<pre><code class="language-julia">- The object to be defined
- Its descriptor &#40;this is a unique definition for this object&#41;
- Notation conventions for this object
- Properties associated with the object 
- Any context that the object may be associated with &#40;e.g. when exploring a set, are we talking about sets with in ZFC Set Theory or within the category of &#36;Set&#36;?&#41; &#91;4&#93;</code></pre>
<ul>
<li><p>There can be many different definitions for the same object</p>
</li>
</ul>
<pre><code class="language-julia">- In this case, create different cards for each different definition</code></pre>
<ul>
<li><p>Use clozes liberally to study each part of a given definition &#91;5&#93;</p>
</li>
</ul>
<p>TODO: Include example note outline here</p>
<h4 id="properties">Properties</h4>
<p>TODO: Add what I have learned about property cards TODO: Include example note outline here </p>
<h4 id="theorems">Theorems</h4>
<p>As identified in &#91;4&#93;, there are typically two types of theorems: <em>Implication Only</em> and <em>Implication and Equivalency</em>.</p>
<h5 id="implication_only_theorems">Implication Only Theorems</h5>
<p><em>Implication Only</em> theorems have the quality that the conditions associated with that particular theorem, when satisfied, imply specific conclusions. Similar to making cards for definitions, there are some principles that can be followed for these sorts of cards:</p>
<ul>
<li><p>An <em>Implication Only</em> theorem can be broken down across the following parts:</p>
</li>
</ul>
<pre><code class="language-julia">- The theorem name to be defined
- Its descriptor &#40;the definition for this theorem&#41;
- Any context that the theorem may be associated with 
- Notation conventions for this object
- Conditions of the theorem
- Conclusions from this theorem</code></pre>
<h5 id="implication_and_equivalence_theorems">Implication and Equivalence Theorems</h5>
<p><em>Implication and Equivalence</em> theorems possess the virtue where if an associated set of conditions are met, imply that two or more arbitrary statements can be equivalent. &#91;4&#93; Making cards for this type of theorem is almost identical to making cards for definitions. The only key difference is that one should also add fields for the equivalent statements that result from this theorem.</p>
<h3 id="self_testing">Self Testing</h3>
<p>TODO: Add section based on question cards  TODO: Include example note outline here</p>
<h3 id="the_ankification_of_proofs">The &quot;Ankification&quot; of Proofs</h3>
<p>Michael Nielsen wrote an excellent piece on this process called <a href="https://cognitivemedium.com/srs-mathematics">&quot;Using spaced repetition systems to see through a piece of mathematics&quot;</a>.  Basically, he proposes the use of Anki to deeply understand and study proofs. Personally for me, I am not yet confident in an approach to draft proofs in Anki form. I <a href="https://jacobzelko.com/01162023063211-ankification-proofs">took notes on Nielsen&#39;s &quot;Ankification&quot; and processing of a proof</a> and am including some digested thoughts he had on working through proofs.</p>
<h4 id="initial_glances_of_a_proof">Initial Glances of a Proof</h4>
<ul>
<li><p>Pick out single elements of a proof</p>
</li>
<li><p>Convert these elements to Anki cards</p>
</li>
</ul>
<p>As you pick out these elements and create cards, they may be able to be formulated into definition cards. Or, they may be needed to become their own special sort of card or fact – anything that can help in the learning process.</p>
<h4 id="building_out_a_conceptual_roadmap_of_a_proof">Building Out a Conceptual Roadmap of a Proof</h4>
<p>A proof is not a linear list of statements.  Per Nielsen, it is much more valuable to think of it as relationships between simple observations.  Each of these connections between observations are not just made for no reason. Rather, determine how to find multiple ways to think of the same observation or come to the same observation that is useful for a proof. At this stage, we are beginning to learn our way comfortably around a proof and finding multiple ways to get to each step in a proof is imperative in building that comfort.</p>
<h4 id="consider_the_alternatives_of_a_proof">Consider the Alternatives of a Proof</h4>
<p>Once you have built significant comfort with a proof, keep considering different aspects of the proof. Consider the alternatives within this proof – if this assumption were changed or that context was altered, what are the ramifications of this proof? This process can continue endlessly but should only stop when you are wholly confident in your understandings of a give proof.</p>
<h3 id="conclusion">Conclusion</h3>
<p>To conclude, this short guide is by no means exhaustive. Instead, I made this as a short reference for myself in studying maths using a spaced repetition learning process. I&#39;ll certainly come back to revise this as I continue to work and go through the maths I study to share what works for me.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Making Math Flashcards Using Spaced Repetition Systems</em>. <a href="https://jacobzelko.com/01072023041127-making-math-anki">https://jacobzelko.com/01072023041127-making-math-anki</a>. January 6 2023.</p>
<h2 id="references">References:</h2>
<p>&#91;1&#93; “&#91;Guide&#93; How to Anki Maths the right way,” Jan. 31, 2016. https://www.reddit.com/r/Anki/comments/43mf83/guide<em>how</em>to<em>anki</em>maths<em>the</em>right_way/ &#40;accessed Jan. 09, 2023&#41;.</p>
<p>&#91;2&#93; M. Nielsen, “Using spaced repetition systems to see through a piece of mathematics,” 2019. http://cognitivemedium.com/srs-mathematics</p>
<p>&#91;3&#93; S. Young, Ultralearning. HarperCollins Publishers, 2019.</p>
<p>&#91;4&#93; L. Thorburn, “Using Anki for mathematics,” Mar. 08, 2020. https://www.lukethorburn.com/anki/ &#40;accessed Jan. 09, 2023&#41;.</p>
<p>&#91;5&#93; A. Milchior, “How I use Anki to learn mathematics - LessWrong,” Dec. 07, 2016. https://www.lesswrong.com/posts/8ZugMc4E5959Xh86i/how-i-use-anki-to-learn-mathematics &#40;accessed Jan. 09, 2023&#41;.</p>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Fri, 06 Jan 2023 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Achieving an Undergraduate Level Understanding of Graph Theory   ]]>
  </title>
  <link> https://jacobzelko.com/01012023000122-graph-theory-learning/index.html </link>
  <guid> https://jacobzelko.com/01012023000122-graph-theory-learning/index.html </guid>
  <description>
    <![CDATA[  Ultralearning project to learn the equivalent of an undergraduate maths of computer science student understanding of graph theory.  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Achieving an Undergraduate Level Understanding of Graph Theory</h1>
<p><strong>Date:</strong> December 31 2022</p>
<p><strong>Summary:</strong> Ultralearning project to learn the equivalent of an undergraduate maths of computer science student understanding of graph theory.</p>
<p><strong>Keywords:</strong> #zettel #ultralearning #graph #theory #project #archive #blog</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li><ol><li><ol><li>Procedures</li></ol></li></ol></li><li>Roadmap</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3>Motivation</h3>
<p>I have always found graph theory interesting ever since I was exposed to it back in my undergraduate studies at Georgia Tech. I found out about it through SIR Modeling but personally found the structure of graphs far more fascinating than its application to SIR models. Furthermore, as I intend to be pursuing graduate studies in applied mathematics, why not get started with trying to understand it?</p>
<h3>Project Goals</h3>
<p>This process is adapted from the <a href="https://jacobzelko.com/07082020163004-ultralearning">Ultralearning framework posited by Scott Young</a>.</p>
<h4>What Am I Doing?</h4>
<p>Gain an undergraduate level of understanding of graph theory on par with maths and computer science students.</p>
<h5>Concepts</h5>
<ul>
<li><p>Basic concepts:</p>
<ul>
<li><p>Definition of a graph and its components:</p>
<ul>
<li><p>Understand the components of a graph and the differences between directed and undirected graphs.</p>
</li>
</ul>
</li>
<li><p>Subgraphs and isomorphism:</p>
<ul>
<li><p>Understand the definitions of subgraphs and isomorphism and be able to identify and compare them in a given graph.</p>
</li>
</ul>
</li>
<li><p>Directed graphs:</p>
<ul>
<li><p>Understand the definition of a directed graph and be able to represent it using adjacency and incidence matrices.</p>
</li>
</ul>
</li>
<li><p>Graphs and their properties:</p>
<ul>
<li><p>Understand various properties of graphs and be able to apply them to analyze and classify different types of graphs.</p>
</li>
</ul>
</li>
</ul>
</li>
<li><p>Connectivity:</p>
<ul>
<li><p>Paths and circuits:</p>
<ul>
<li><p>Understand the definitions of paths and circuits and be able to identify and construct them in a given graph.</p>
</li>
</ul>
</li>
<li><p>Connectedness and components:</p>
<ul>
<li><p>Understand the concept of connectedness and be able to determine whether a graph is connected or disconnected.</p>
</li>
<li><p>Understand the concept of graph components and be able to identify them in a given graph.</p>
</li>
</ul>
</li>
<li><p>Distance in graphs:</p>
<ul>
<li><p>Understand the concept of distance between vertices and be able to compute it using various measures.</p>
</li>
</ul>
</li>
</ul>
</li>
<li><p>Trees:</p>
<ul>
<li><p>Trees and their properties:</p>
<ul>
<li><p>Understand the definition of a tree and be able to identify and distinguish trees from other types of graphs.</p>
</li>
</ul>
</li>
<li><p>Rooted trees and binary trees:</p>
<ul>
<li><p>Understand the concept of rooted trees and be able to construct and manipulate them.</p>
</li>
<li><p>Understand the concept of binary trees and be able to construct and manipulate them.</p>
</li>
</ul>
</li>
<li><p>Spanning trees</p>
</li>
</ul>
</li>
<li><p>Matrix representations of graphs:</p>
<ul>
<li><p>Adjacency matrices:</p>
<ul>
<li><p>Understand the concept of an adjacency matrix and be able to represent a graph using an adjacency matrix.</p>
</li>
</ul>
</li>
<li><p>Incidence matrices:</p>
<ul>
<li><p>Understand the concept of an incidence matrix and be able to represent a graph using an incidence matrix.</p>
</li>
</ul>
</li>
</ul>
</li>
<li><p>Graph algorithms:</p>
<ul>
<li><p>Breadth-first search:</p>
<ul>
<li><p>Understand the concept of breadth-first search and be able to implement it to traverse a graph.</p>
</li>
</ul>
</li>
<li><p>Depth-first search:</p>
<ul>
<li><p>Understand the concept of depth-first search and be able to implement it to traverse a graph.</p>
</li>
</ul>
</li>
</ul>
</li>
<li><p>Planar graphs:</p>
<ul>
<li><p>Planar graphs and their properties:</p>
<ul>
<li><p>Understand the definition of a planar graph and the properties that distinguish planar graphs from other types of graphs.</p>
</li>
</ul>
</li>
<li><p>Euler&#39;s formula:</p>
<ul>
<li><p>Understand Euler&#39;s formula and be able to apply it to analyze the structure of planar graphs.</p>
</li>
</ul>
</li>
<li><p>Dual graphs:</p>
<ul>
<li><p>Understand the concept of a dual graph and be able to construct the dual of a given planar graph.</p>
</li>
</ul>
</li>
</ul>
</li>
<li><p>Coloring graphs:</p>
<ul>
<li><p>Vertex coloring:</p>
<ul>
<li><p>Understand the concept of vertex coloring and be able to color the vertices of a given graph according to various coloring schemes.</p>
</li>
</ul>
</li>
<li><p>Edge coloring:</p>
<ul>
<li><p>Understand the concept of edge coloring and be able to color the edges of a given graph according to various coloring schemes.</p>
</li>
</ul>
</li>
</ul>
</li>
<li><p>Matchings and factors:</p>
<ul>
<li><p>Matchings:</p>
<ul>
<li><p>Understand the concept of a matching in a graph and be able to identify and construct matchings in a given graph.</p>
</li>
</ul>
</li>
<li><p>Factors:</p>
<ul>
<li><p>Understand the concept of a factor in a graph and be able to identify and construct factors in a given graph.</p>
</li>
</ul>
</li>
</ul>
</li>
<li><p>More advanced topics:</p>
<ul>
<li><p>Hamiltonian cycles:</p>
<ul>
<li><p>Understand the concept of a Hamiltonian cycle and be able to identify and construct Hamiltonian cycles in a given graph.</p>
</li>
</ul>
</li>
<li><p>Network flows:</p>
<ul>
<li><p>Understand the concept of network flows and be able to model and analyze flow problems in graphs.</p>
</li>
</ul>
</li>
<li><p>Graphs and groups:</p>
<ul>
<li><p>Understand the connection between graphs and group theory, and be able to apply group-theoretic techniques to analyze graphs.</p>
</li>
</ul>
</li>
<li><p>Graphs and logic:</p>
<ul>
<li><p>Understand the connection between graphs and logic, and be able to apply logical techniques to analyze graphs.</p>
</li>
</ul>
</li>
<li><p>Graphs and geometry:</p>
<ul>
<li><p>Understand the connection between graphs and geometry, and be able to apply geometric techniques to analyze graphs.</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<h5>Facts</h5>
<ul>
<li><p>Definition of a graph and its components:</p>
<ul>
<li><p>Vertices &#40;also called nodes&#41;.</p>
</li>
<li><p>Edges.</p>
</li>
<li><p>Weights.</p>
</li>
<li><p>Labels.</p>
</li>
</ul>
</li>
<li><p>Subgraphs and isomorphism.</p>
</li>
<li><p>Directed graphs and their representations:</p>
<ul>
<li><p>Adjacency matrices.</p>
</li>
<li><p>Incidence matrices.</p>
</li>
</ul>
</li>
<li><p>Graph properties:</p>
<ul>
<li><p>Connected/disconnected.</p>
</li>
<li><p>Bipartite/not bipartite.</p>
</li>
<li><p>Cyclic/acyclic.</p>
</li>
</ul>
</li>
<li><p>Paths and circuits.</p>
</li>
<li><p>Connectedness and components.</p>
</li>
<li><p>Distance between vertices.</p>
</li>
<li><p>Trees:</p>
<ul>
<li><p>Definition.</p>
</li>
<li><p>Unique path between vertices.</p>
</li>
<li><p>Root vertex.</p>
</li>
<li><p>Branches.</p>
</li>
</ul>
</li>
<li><p>Additional topics:</p>
<ul>
<li><p>Matrix representations:</p>
<ul>
<li><p>Adjacency matrices.</p>
</li>
<li><p>Incidence matrices.</p>
</li>
</ul>
</li>
<li><p>Graph algorithms:</p>
<ul>
<li><p>Breadth-first search.</p>
</li>
<li><p>Depth-first search.</p>
</li>
</ul>
</li>
<li><p>Planar graphs and their properties:</p>
<ul>
<li><p>Definition of a planar graph.</p>
</li>
<li><p>Properties that distinguish planar graphs from other types of graphs.</p>
</li>
<li><p>Euler&#39;s formula.</p>
</li>
<li><p>Dual graphs.</p>
</li>
</ul>
</li>
<li><p>Tree properties:</p>
<ul>
<li><p>Rooted trees.</p>
</li>
<li><p>Binary trees.</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<h5 id="procedures">Procedures</h5>
<ol>
<li><p>Representing graphs using different notations &#40;e.g. adjacency lists, adjacency matrices, incidence matrices&#41;.</p>
</li>
<li><p>Traversing graphs using different algorithms &#40;e.g. breadth-first search, depth-first search&#41;.</p>
</li>
<li><p>Analyzing the properties of graphs &#40;e.g. connectedness, bipartiteness, acyclicity&#41;.</p>
</li>
<li><p>Finding paths and circuits in graphs.</p>
</li>
<li><p>Identifying and constructing different types of trees &#40;e.g. rooted trees, binary trees&#41;.</p>
</li>
<li><p>Coloring the vertices or edges of a graph according to various coloring schemes &#40;e.g. vertex coloring, edge coloring&#41;.</p>
</li>
<li><p>Finding matchings and factors in graphs.</p>
</li>
<li><p>Identifying and constructing Hamiltonian cycles in graphs.</p>
</li>
<li><p>Modeling and analyzing flow problems in graphs using network flows.</p>
</li>
<li><p>Applying group-theoretic and logical techniques to analyze graphs.</p>
</li>
<li><p>Applying geometric techniques to analyze graphs.</p>
</li>
</ol>
<h3 id="roadmap">Roadmap</h3>
<p>This is based on the Meta Learning step Young described as well as some additional tweaks of my own:</p>
<ul>
<li><p><strong>Outcomes:</strong> The knowledge and abilities you’ll need to acquire for success.</p>
</li>
<li><p><strong>Rationale:</strong> Know exactly why you want to learn a skill or subject.</p>
</li>
<li><p><strong>Resources:</strong> The resources you’ll use when learning.</p>
</li>
<li><p><strong>Done:</strong> If this task has been completed &#40;X&#41; or not yet &#40;cell is empty&#41;</p>
</li>
</ul>
<table><tr><th align="right">Done</th><th align="right">Topic</th><th align="right">Resources</th><th align="right">Outcomes</th></tr><tr><td align="right"></td><td align="right">Definition of a graph and its components</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Graph components; differences between directed and undirected graphs</td></tr><tr><td align="right"></td><td align="right">Subgraphs and isomorphism</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Subgraphs; isomorphism; identify and compare given graphs</td></tr><tr><td align="right"></td><td align="right">Directed graphs</td><td align="right">&#91;2&#93;</td><td align="right">Directed graph; representation using adjacency and incidence matrices</td></tr><tr><td align="right"></td><td align="right">Graphs and their properties</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Properties of graphs; analyze; classify different types of graphs</td></tr><tr><td align="right"></td><td align="right">Paths and circuits</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Paths and circuits; identify and construct given graph</td></tr><tr><td align="right">X</td><td align="right">Connectedness and components</td><td align="right">&#91;1&#93;</td><td align="right">Determine if graph is connected; identify graph components</td></tr><tr><td align="right"></td><td align="right">Distance in graphs</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Vertex distances; compute vertex distances</td></tr><tr><td align="right"></td><td align="right">Trees and their properties</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Tree definitions; identify trees; distinguish trees</td></tr><tr><td align="right"></td><td align="right">Rooted trees and binary trees</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Rooted trees; construct and manipulate rooted trees</td></tr><tr><td align="right"></td><td align="right">Adjacency matrices</td><td align="right">&#91;1&#93;</td><td align="right">Adjacency matrix concept; representation of adjacency matrix</td></tr><tr><td align="right"></td><td align="right">Incidence matrices</td><td align="right">&#91;1&#93;</td><td align="right">Incidence matrix concept; representation of incidence graphs</td></tr><tr><td align="right"></td><td align="right">Breadth-first search</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Breadth-first search concept; graph traversal</td></tr><tr><td align="right"></td><td align="right">Depth-first search</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Depth-first search concept; graph traversal</td></tr><tr><td align="right"></td><td align="right">Planar graphs and their properties</td><td align="right">&#91;1&#93;</td><td align="right">Planar graph definition; properties</td></tr><tr><td align="right"></td><td align="right">Euler&#39;s formula</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Euler&#39;s formula; structure of planar graphs</td></tr><tr><td align="right"></td><td align="right">Dual graphs</td><td align="right">&#91;1&#93;</td><td align="right">Dual graph concept; construction of dual graph</td></tr><tr><td align="right"></td><td align="right">Vertex coloring</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Vertex coloring concept; coloring of graph vertices</td></tr><tr><td align="right"></td><td align="right">Edge coloring</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Edge coloring concept; coloring of graph edges</td></tr><tr><td align="right"></td><td align="right">Matchings</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Matching concept; identification and construction</td></tr><tr><td align="right"></td><td align="right">Factors</td><td align="right">&#91;1&#93;</td><td align="right">Factor concept; identification and construction</td></tr><tr><td align="right"></td><td align="right">Hamiltonian cycles</td><td align="right">&#91;1&#93;, &#91;2&#93;</td><td align="right">Hamiltonian cycle concept; identification and construction</td></tr><tr><td align="right"></td><td align="right">Network flows</td><td align="right">&#91;1&#93;</td><td align="right">Network flow concept; modeling and analysis</td></tr><tr><td align="right"></td><td align="right">Graphs and groups</td><td align="right">&#91;2&#93;</td><td align="right">Graph and group theory connection; analysis</td></tr><tr><td align="right"></td><td align="right">Graphs and logic</td><td align="right">&#91;2&#93;</td><td align="right">Graph and logic connection; analysis</td></tr><tr><td align="right"></td><td align="right">Graphs and geometry</td><td align="right">&#91;2&#93;</td><td align="right">Graph and geometry connection; analysis</td></tr></table>
<p>This table describes the very broad topics, resources I&#39;ll use, and the expected learning outcomes for each topic.  As I progress through this table, I will add an &quot;X&quot; to each row I have studied. Furthermore, the table is ordered by level of difficulty with &quot;Definition of a graph and its components&quot; being the first topic I should learn and &quot;Graphs and geometry&quot; being the more advanced topics I should study. The topics and resources here are based on &#91;1&#93; and &#91;2&#93; with potentially more resources to add in the future.</p>
<table><tr><th align="right">Done</th><th align="right">Skill Level</th><th align="right">Topic</th><th align="right">Concept</th></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Fundamental concepts</td><td align="right">Paths</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Fundamental concepts</td><td align="right">Cycles</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Fundamental concepts</td><td align="right">Subgraphs</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Fundamental concepts</td><td align="right">Isomorphism</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Trees</td><td align="right">Spanning trees</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Connectivity</td><td align="right">Max-flow Min-cut theorem</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Connectivity</td><td align="right">Menger&#39;s theorem</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Eulerian and Hamiltonian graphs</td><td align="right">Eulerian and Hamiltonian graphs</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Matchings</td><td align="right">Hall&#39;s theorem</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Matchings</td><td align="right">Tutte&#39;s 1-factor theorem</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Colorings</td><td align="right">Greedy coloring</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Colorings</td><td align="right">Chromatic polynomial</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Planar graphs</td><td align="right">Euler&#39;s formula</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Planar graphs</td><td align="right">Kuratowski&#39;s theorem</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Planar graphs</td><td align="right">Equivalents of the 4-color theorem</td></tr><tr><td align="right"></td><td align="right">Beginner</td><td align="right">Ramsey theory</td><td align="right">Ramsey&#39;s theorem</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Structure of 1-, 2-, 3-connected graphs</td><td align="right">Blocks</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Structure of 1-, 2-, 3-connected graphs</td><td align="right">Ear-decomposition</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Structure of 1-, 2-, 3-connected graphs</td><td align="right">Contractible edges</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Perfect graphs</td><td align="right">Bipartite graphs</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Perfect graphs</td><td align="right">Comparability graphs</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Tutte&#39;s synthesis of 3-connected graphs</td><td align="right">Tutte&#39;s synthesis of 3-connected graphs</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Systems of distinct representatives</td><td align="right">Systems of distinct representatives</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Matching polytope</td><td align="right">Matching polytope</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Chinese postman problem</td><td align="right">Chinese postman problem</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Dual graphs</td><td align="right">Dual graphs</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Graphs on surfaces</td><td align="right">Graphs on surfaces</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Highly chromatic graphs of large girth</td><td align="right">Highly chromatic graphs of large girth</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Vizing&#39;s theorem</td><td align="right">Vizing&#39;s theorem</td></tr><tr><td align="right"></td><td align="right">Intermediate</td><td align="right">Erdos-de Bruijn compactness theorem</td><td align="right">Erdos-de Bruijn compactness theorem</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Line graphs of bipartite graphs</td><td align="right">Line graphs of bipartite graphs</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Chordal graphs</td><td align="right">Chordal graphs</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Complements of the above</td><td align="right">Complements of the above</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Perfect Graph Theorem</td><td align="right">Perfect Graph Theorem</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Dilworth&#39;s theorem</td><td align="right">Dilworth&#39;s theorem</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Applications of Ramsey&#39;s theorem</td><td align="right">Applications of Ramsey&#39;s theorem</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Lower bound for Ramsey numbers</td><td align="right">Lower bound for Ramsey numbers</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Properties of random graphs</td><td align="right">Properties of random graphs</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">Threshold functions</td><td align="right">Threshold functions</td></tr><tr><td align="right"></td><td align="right">Advanced</td><td align="right">0-1 law</td><td align="right">0-1 law</td></tr></table>
<p>This table gets more into exact topics and concepts to master. They have an associated difficult level and overall topic.  Moreover, this a synthesis of concepts and topics to be covered based on class outlines from:</p>
<ul>
<li><p>COMS W4203: Introduction to Graph Theory &#40;taught by Timothy Sun at Columbia University&#41;</p>
</li>
<li><p>MATH 6014: Graph Theory &#40;taught at Georgia Institute of Technology&#41;</p>
</li>
<li><p>MATH 4022: Introduction to Graph Theory &#40;taught at Georgia Institute of Technology&#41;</p>
</li>
</ul>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Achieving an Undergraduate Level Understanding of Graph Theory</em>. <a href="https://jacobzelko.com/01012023000122-graph-theory-learning">https://jacobzelko.com/01012023000122-graph-theory-learning</a>. December 31 2022.</p>
<h2 id="references">References:</h2>
<p>&#91;1&#93; R. Trudeau, Introduction to Graph Theory, Dover. DOVER PUBLICATIONS, INC., 1994.</p>
<p>&#91;2&#93; N. Hartsfield and Ringel, Pearls in Graph Theory A Comprehensive Introduction. DOVER PUBLICATIONS, INC., 1994.</p>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sat, 31 Dec 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  The Structure of Scientific Revolutions  ]]>
  </title>
  <link> https://jacobzelko.com/05152022174848-structure-revolutions/index.html </link>
  <guid> https://jacobzelko.com/05152022174848-structure-revolutions/index.html </guid>
  <description>
    <![CDATA[  A book review of Thomas Kuhn&#39;s most famous book that challenged all of the philosophy of science and introduced such concepts as normal science, paradigm shift, why non-scientific fields struggle with similar revolutions, and when one can adopt new paradigms.  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>The Structure of Scientific Revolutions</h1>
<p><strong>Date:</strong> May 15 2022</p>
<p><strong>Summary:</strong> A book review of Thomas Kuhn&#39;s most famous book that challenged all of the philosophy of science and introduced such concepts as normal science, paradigm shift, why non-scientific fields struggle with similar revolutions, and when one can adopt new paradigms.</p>
<p><strong>Keywords:</strong> ##book ##blog ##outline #review #normal #science #paradigm #shift #revolution #science #philosophy #crisis #archive</p>
<h1>Bibliography</h1>
<p>T. S. Kuhn and I. Hacking, The Structure of Scientific Revolutions, Fourth edition. Chicago; London: The University of Chicago Press, 2012.</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Introduction</li><li>What Is <em>Normal Science</em>?<ol><li>What Are the Characteristics of Normal Science?</li></ol></li><li>What Was Kuhn&#39;s Concept of a Paradigm?<ol><li>What Are the Characteristics of a Paradigm?</li><li>What Are the Benefits of Choosing a Paradigm?</li></ol></li><li>What Causes the Downfall of a Paradigm?<ol><li>What Happens When a Paradigm Is in Crisis?</li><li>Extraordinary Problems</li></ol></li><li>&quot;Scientific Revolutions&quot; and the Term &quot;Revolution&quot;</li><li>Invoking New Paradigms on Faith</li><li>On the Non-Linearity of Science</li><li>Additional Notes<ol><li>Paradigm Shifts in Other Domains</li><li>Non-Kuhnian Revolutions or Domain Transformations</li></ol></li><li>Conclusion</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="introduction">Introduction</h3>
<p>This book has had an immense impact in the world of science. From how science is taught to how science is thought about, Kuhn&#39;s notions of scientific revolution resonated across nearly all domains of science as well as touching into the arts. The central conceit that Kuhn stated in this book is that the scientific community knows what the world is like. I was recommended this book by my friend, collaborator, and Category Theorist, <a href="https://www.jpfairbanks.com/">Professor James P. Fairbanks</a> I can see why it was recommended as it fits in quite nicely to the ensuing philosophical ideas found in <a href="https://jacobzelko.com/11082021041951-category-theory-scientists">Category Theory</a>.</p>
<h3 id="what_is_normal_science">What Is <em>Normal Science</em>?</h3>
<p><a href="https://jacobzelko.com/05222022044134-normal-science">Note for atomic concept</a></p>
<p>According to Kuhn, <em>normal science</em>, is research based on past scientific accomplishments that are considered the foundation for that area of investigation. Generally, this is the area where most scientists spend their time. The research done in normal science can be theoretical or empirical.</p>
<p>In the book, Kuhn referred to this as &quot;mop-up work&quot; and that this mopping up or &quot;filling out&quot; of science is what most scientists do. Although language such as &quot;mop-up&quot; work can make one think that Kuhn was being pejorative to these so-called &quot;scut scientists&quot;, he did not intend it so. In later versions of this book, he made a response to this point of confusion and clarified that this work still is fascinating and crucial in many ways to the advancement of science.</p>
<h4 id="what_are_the_characteristics_of_normal_science">What Are the Characteristics of Normal Science?</h4>
<p>An important aspect of normal science is that it does not engage with or seek out anything new. The invention of theories, development of new phenomena - anything abnormal - is not part of normal science. Novelty is abhorrent and antithetical to normal science.</p>
<p>Aside from this fundamental aspect of normal science, Kuhn posited that there are three general areas of research in normal science. He emphasized that they do not always hold or are always discrete from one another:</p>
<ol>
<li><p>Investigating questions around the fundamental facts found in a specific domain.</p>
</li>
<li><p>Questions that are predicted and expected to have answers existing within an already existing research domain.</p>
</li>
<li><p>Further articulating the fundamental facts held in a given domain.</p>
</li>
</ol>
<h3 id="what_was_kuhns_concept_of_a_paradigm">What Was Kuhn&#39;s Concept of a Paradigm?</h3>
<p><a href="https://jacobzelko.com/05222022044626-kuhnian-paradigm">Note for atomic concept</a></p>
<p>Kuhn reintroduced into the modern English lexicon the word, &quot;paradigm&quot;. Before his time, the term was rather archaic. A paradigm is the background through which normal science is conducted loosely speaking. Another way of thinking about it is from online user <em>heynonnynonnie</em> suggesting that a paradigm is a consensus agreed upon by a group of practitioners of a field.</p>
<h4 id="what_are_the_characteristics_of_a_paradigm">What Are the Characteristics of a Paradigm?</h4>
<p>When he used the word, as Kuhn admitted himself, he overloaded the term to mean quite a number of things. To my understanding, this was my gist of a Kuhnian paradigm in that paradigms generally have two core characteristics:</p>
<ol>
<li><p>Unprecedented and can sustain practitioners</p>
</li>
<li><p>Open-ended and with problems to be solved or investigated</p>
</li>
</ol>
<p>Endemic to paradigms is that they posit theories around a domain of research. For a paradigm to be accepted, it must propose a better theory than its predecessors or competitors. Furthermore, a proposed new paradigm is not required to address every fact of the world.</p>
<h4 id="what_are_the_benefits_of_choosing_a_paradigm">What Are the Benefits of Choosing a Paradigm?</h4>
<p>When a domain decides upon a paradigm, avenues of research can now be readily scoped. By presupposing paradigm, questions can now be posed within the context of the paradigm. In accordance to the paradigm, it can be reasonably assumed that solutions can be found.</p>
<p>A benefit that did not immediately appear to me was the insulating properties of a paradigm. An example that Kuhn suggested is that in the social sciences, one has to frame an avenue of research by its importance to society &#40;such as studying racial discrimination, etc.&#41;. Problems such as these are notoriously difficult to frame and reach a quorum consensus on due to possibly many competing schools of thought or groups. Instead, by keeping a conversation limited to the adherents of a specific paradigm, a researcher can easily keep moving forward through problems without having to strive against competing schools of thought. Furthermore, the insulating power of a paradigms gives a researcher the ability to solely focus on problems they think they can solve or are solvable.</p>
<p>I will admit, his example of social scientists was at first confusing. But, upon reflection, what made this example make sense is that he later explained his decision to have this as an example due to the fact that there are often many competing paradigms in these areas. This conflict makes progress difficult as many people still argue the fundamentals of these sciences.</p>
<h3 id="what_causes_the_downfall_of_a_paradigm">What Causes the Downfall of a Paradigm?</h3>
<p><a href="https://jacobzelko.com/05222022044910-downfall-kuhnian-paradigm">Note on atomic concept</a></p>
<p>Normal science certainly is clear, safe, and predictable. But, what if a scientist finds results that do not fit within a paradigm? What if a result, ruling out all possible errors carried forth by a highly scrupulous researcher, is simply unexplainable - an anomaly against the backdrop of a paradigm? To Kuhn, this marks an important inflection point in adopted paradigms.</p>
<p>Novelty in science only emerges with resistance and difficulty because any, as Kuhn wisely points out, researchers who investigate every anomaly will not get much done. But at some point, these anomalies will continue to accumulate to the point of being unignorable to adherents of a paradigm. A sort of malcontent will arise adherents and to <a href="https://jacobzelko.com/07222020181007-famous-quotes">quote Sherlock Holmes, &quot;When you have eliminated the impossible, whatever remains, however improbable, must be the truth.&quot;</a> And that truth is that an accepted paradigm is no longer sufficient to explain a domain which leads to a period of significant upheaval.</p>
<p>Kuhn characterized the downfall of a paradigm in three generic ways:</p>
<ol>
<li><p>Awareness of anomaly</p>
</li>
<li><p>Further recognition of awareness</p>
</li>
<li><p>Contested possible change or challenge to the existing paradigm</p>
</li>
</ol>
<h4 id="what_happens_when_a_paradigm_is_in_crisis">What Happens When a Paradigm Is in Crisis?</h4>
<p>When the anomalies are fully unconscionable, they are finally acknowledged and, to quote Kuhn:</p>
<blockquote>
<p>&quot;Discovery commences with &#91;...&#93; awareness of anomaly&quot;</p>
</blockquote>
<p>The previous paradigm prepared an adherent on how to detect an anomaly and in a way, set up its own downfall. At this stage of upheaval, many will attempt to explain or address the anomalous behavior. A new era of discovery in the face of a failing paradigm marks this interstitial period of an outdated paradigm where many speculative and unarticulated theories abound - often at odds with one another in some way. The previous paradigm&#39;s rules become hazy and the rules of normal research begin to veer away from its typical, standard process.</p>
<h4 id="extraordinary_problems">Extraordinary Problems</h4>
<p>This problem leads normal science into a rather interesting process of science called &quot;extraordinary science&quot;. Extraordinary science is an offshoot of normal science that exists when a paradigm is in crisis and to address the paradigm in crisis. It is the science that either repairs, questions, or proves the deficiency of an existing paradigm. Important to note about extraordinary science is that they are never known at the outset of a paradigm but only after advanced normal research in the context of a given paradigm.</p>
<h3 id="scientific_revolutions_and_the_term_revolution">&quot;Scientific Revolutions&quot; and the Term &quot;Revolution&quot;</h3>
<p><a href="https://jacobzelko.com/05222022045723-scientific-revolutions">Note on atomic concept</a></p>
<p>According to Kuhn, these crises are the requirements for a new paradigm to come forth. This leads to extraordinary science as this episode in a paradigm&#39;s life is extraordinary that causes a basic shift in how science is even conducted. This period, coined by Kuhn, is called a &quot;Scientific Revolution&quot;.</p>
<p>Kuhn was very particular in invoking the term &quot;revolution&quot;. He related the phrase &quot;scientific revolution&quot; analogously to a political revolution. In the same way that a political revolution is often fomented when a political body fails to serve adequately the growing body of its populace, so too are the grounds set for a scientific revolution.</p>
<p>Although a paradigm may shift how one does science, the world itself does not change. Rather, the way we view and operate in the world does. For the adoptees of a new paradigm, the adoptee must say something to the effect of &quot;I once understood X to be Y, but I was mistaken&quot; and in doing so admit a form of error in looking at reality.</p>
<h3 id="invoking_new_paradigms_on_faith">Invoking New Paradigms on Faith</h3>
<p><a href="https://jacobzelko.com/05222022045931-new-paradigms">Note on atomic concept</a></p>
<p>A problem inherit to the development of new paradigms is that to adopt these new paradigms is most certainly an act of faith. Early adherents to a new paradigm must stand against the onslaught of problems that were solved or addressed by  a previous paradigm. They must simply have hope and faith that this new paradigm they have adopted will succeed in the areas where the previous paradigm failed. As Kuhn said:</p>
<blockquote>
<p>&quot;A decision of that kind can only be made on faith&quot;</p>
</blockquote>
<p>Even when this new paradigm is able to successfully surmount longstanding problems, Kuhn says that even still a vast majority of scientists will be apprehensive to adopt this paradigm. Why? Kuhn observed that two conditions must be met for further adoption:</p>
<ol>
<li><p>The new paradigm must solve outstanding problems that the prior paradigm could not.</p>
</li>
<li><p>Much of the problem solving tools from previous paradigms should still be able to be used in this new paradigm.</p>
</li>
</ol>
<p>In this sense, there is a type of verification or vetting of a new paradigm – an analogy to natural selection as Kuhn pointed out. For a new paradigm to be successful, not only must it address all problems hitherto encountered by prior paradigms, but be able to solve outstanding problems prior paradigms could not and the barrier to adopting this new paradigm must be minimal. &quot;No theory ever solves all &#91;...&#93; puzzles with which it is confronted at a given time; nor are the solutions already achieved often perfect,&quot; is a fitting bookend from Kuhn to remember when encountering new paradigms.</p>
<p>One small final footnote on new paradigms is an observation by Kuhn: the invention of a paradigm most generally comes from someone very young or new to the field where a paradigm exists that they are trying to change.</p>
<h3 id="on_the_non-linearity_of_science">On the Non-Linearity of Science</h3>
<p><a href="https://jacobzelko.com/05222022050357-non-linearity-science">Note on atomic concept</a></p>
<p>One thing out of this book is that I very much appreciated and agreed with Kuhn&#39;s notion that science is not linear nor is it necessarily the result of a universal truth being uncovered. Rather, it is the confluence of emerging theories that evolve and find they can fit with other theories or paradigms. These newly combined theories then come together to possibly overturn or change the understanding of currently practiced science.</p>
<p>This fallacious notion of linear knowledge going to a particular truth about the world is based in part on science historians and textbook makers. As textbooks are designed to assist students in learning as much material as possible, the teacher with the textbook maker chooses to formulate a textbook around one particular area of knowledge thereby giving a sense of progress to a domain&#39;s particular truth. As science does not deal with all possible experiments but only those which are doable according to an existing paradigm, so too a textbook must be very judicious in what it presents to a student from its paradigm.</p>
<h3 id="additional_notes">Additional Notes</h3>
<p>As I wrap up this review of <em>The Structure of Scientific Revolutions</em>, here are some additional notes that didn&#39;t quite fit in the overall review. I did still find these pertinent as well as helpful in expanding thoughts about paradigms.</p>
<h4 id="paradigm_shifts_in_other_domains">Paradigm Shifts in Other Domains</h4>
<p>Outside of Science, Technology, Engineering, and Mathematics, Kuhn&#39;s notion of paradigm shifts do occur. Such a paradigm shift based on Kuhn&#39;s writings in an area such as the social sciences could be - and I am making an educated guess here - something akin to the near modern universal condemnation and outlawing of slavery. However, to this end Kuhn posited that unlike the other natural sciences, there still exist competing schools of thought. A visceral modern example is that social scientists also have to defend their choice of a research problem such as examining race in the context of the <a href="https://jacobzelko.com/07112020161337-social-determinants-health">social determinants of health</a> where other existing schools of thought may fiercely disagree on the validity of such endeavors.</p>
<p>Furthermore, Kuhn gave the great example that, &quot;the man who argues that philosophy &#91;...&#93; has made no progress emphasizes that there are still Aristotelians, not that Aristotelianism has failed to progress,&quot; I am in agreement with Kuhn in that it is not that schools of thought outside Science, Technology, Engineering, and Mathematics are not making progress. It is that their are much more fundamental conflicts in these spaces that have yet to be reconciled in sufficient ways.</p>
<p>In an online group discussion, the user <em>ish-i-ness</em> furthered this idea to the arts that, &quot;that in the arts you could even say that there is a desire to discover an aesthetic truth, something that is indisputably, objectively beautiful and thought provoking, rather than just a fad that is only interesting because it’s appeals to a particular, subjective set of preferences.&quot; Here, <em>ish-i-ness</em> invokes this notion of aesthetic truth which is associated with Theodore Adorno.</p>
<h4 id="non-kuhnian_revolutions_or_domain_transformations">Non-Kuhnian Revolutions or Domain Transformations</h4>
<p>In an online group discussion, the user <em>heynonnynonnie</em>, made a great point that non-Kuhnian scientific revolutions happen more frequently than the bigger Kuhnian scientific revolutions &#40;such as the heliocentric versus geocentric theory, etc.&#41;. As these are much smaller scale revolutions and do not affect the entirety of science, I call these &quot;domain transformations&quot; as they transform or affect a particular domain&#39;s way of operating but not the rest of science as a whole. <em>heynonnynonnie</em> gave the example that the discovery of the DNA structure, though fantastic and a major discovery, provided only pure information that fit within the preexisting paradigms.</p>
<h3 id="conclusion">Conclusion</h3>
<p>I thought this book was well done and also worth this lengthy analysis. It provided context to a lot of ideas that were born from the notions Kuhn coined here. For me, it felt like giving me a bit more of a better foundation to understand better how to operate in domains. Even if this piece is labeled more as a philosophy of science piece, it could easily also be considered a sociological exploration of academia as a whole. I recommend the read, but also, not to take the notions as literally or seriously as possible. Kuhn himself suggested that as he later would get inundated with letters saying that there was a revolution happening because of X - help me. As judicious as Kuhn was in using the term revolution, we too must be careful to recognize when a revolution or paradigm shift is occurring.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>The Structure of Scientific Revolutions</em>. <a href="https://jacobzelko.com/05152022174848-structure-revolutions">https://jacobzelko.com/05152022174848-structure-revolutions</a>. May 15 2022.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sun, 15 May 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Personal Perspectives on Faith  ]]>
  </title>
  <link> https://jacobzelko.com/05072022162026-personal-faith-perspectives/index.html </link>
  <guid> https://jacobzelko.com/05072022162026-personal-faith-perspectives/index.html </guid>
  <description>
    <![CDATA[  An evolving note on my perspectives on faith as a practicing  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Personal Perspectives on Faith</h1>
<p><strong>Date:</strong> May 7 2022</p>
<p><strong>Summary:</strong> An evolving note on my perspectives on faith as a practicing</p>
<p><strong>Keywords:</strong> ##blog #faith #christianity #nicean #creed #archive</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<p><em>A living note on my faith as a Christian</em></p>
<p>Saying you are a Christian is a loaded statement that colors a spectrum. It brings to mind the halls of a quiet countryside monastery echoing with billowing hymns to outraged shouts of damnation from a pulpit. Saying you are a Christian is strangely all encompassing and hollow simultaneously.</p>
<p>I am a Christian and this blog post is an overview of what <em>I</em> mean by that.</p>
<p>My faith as a Christian affects every aspect of my life as I view God as the Lord of All. I mean &quot;Lord of All&quot; as I view God is omniscient over what exists and what will be. He is the master programmer, the master engineer, the master author, the master – . And as a result of that, I view Him as the one source of knowledge and guidance.</p>
<p>I do not mean that one can learn everything from the Bible. There is no book in the Bible that contains Kepler&#39;s Laws of Planetary Motion or the Central Limit Theorem.  Rather, God communicates a framework through His Word, the Bible, that proves sufficient for every domain and has given us minds and bodies to go and explore His created world.</p>
<p>By God, it is my understanding that there are definite &quot;right&quot; and &quot;wrong&quot; absolutes set forth by a good and righteous God. A result of this I must address is the sad stereotype that unfortunately resonates all too frequently with the truth is the judgemental behavior found in Christian circles. This often has a cultural and historical aspect on how persons view religious institutions - I do not want to discuss that.</p>
<p>Instead, I endeavor practicing the ability to disagree with but accept others. Sadly, this is a skill that is all too-lacking - amongst Christians and beyond. I am perfectly fine discussing generally anything and perhaps most importantly, disagreeing over something. This is a pattern set forth by Jesus from the beginning. Jesus was not sent to those who agreed with him but those who so fiercely opposed Him that they killed Him and still showed compassion for his murderers.</p>
<p>And most important in my faith is my acceptance and trust in the person who is Jesus Christ as the Son of God and Savior of the World. Saving us from what? Ourselves. As I believe there are definite &quot;right&quot; and &quot;wrong&quot; absolutes, it would follow that there are consequences for when we pursue &quot;wrong&quot;. And out of those consequences, the most severe is separation from God both now while we are alive and the eternity that our souls find ourselves in upon our demise.</p>
<p>And Jesus is that saving power - that bridge which brings us from that separation to eternity with God. As no one has ever done what is &quot;right&quot; except only Jesus who was both God and a person just like us. I trust that Jesus was killed around 30 CE, He was entombed for three days, resurrected proving that death has no mastery over God, and ascended to the right hand of God. In short, when Jesus said to the grieving sister Martha over the death of her brother, Lazarus:</p>
<pre><code class="language-julia">Jesus said to her,&quot;I am the resurrection and the life. 
The one who believes in me will live, even though they die; 
and whoever lives by believing in me will never die.Do you believe this?&quot;- John 11:25 - 26</code></pre>
<p>To which I respond: &quot;yes&quot;.  There are multiple omissions of my credo that I have left out here for brevity. I have further included a copy of the Nicaean Creed which I am in full accord with that can help fill in some of those gaps, succinctly:</p>
<blockquote>
<p><strong>Nicaean Creed</strong></p>
</blockquote>
<blockquote>
<p>I believe in one God, the Father almighty, maker of heaven and earth, of all things visible and invisible. </p>
<p>I believe in one Lord Jesus Christ, the Only Begotten Son of God, born of the Father before all ages. God from God, Light from Light, true God from true God, begotten, not made, consubstantial with the Father; through him all things were made. For us men and for our salvation he came down from heaven, and by the Holy Spirit was incarnate of the Virgin Mary, and became man.</p>
<p>For our sake he was crucified under Pontius Pilate, he suffered death and was buried, and rose again on the third day in accordance with the Scriptures. He ascended into heaven and is seated at the right hand of the Father. He will come again in glory</p>
</blockquote>
<p>to judge the living and the dead and his kingdom will have no end.</p>
<blockquote>
<p>I believe in the Holy Spirit, the Lord, the giver of life, who proceeds from the Father and the Son, who with the Father and the Son is adored and glorified, who has spoken through the prophets.</p>
<p>I believe in one, holy, catholic and apostolic Church. I confess one Baptism for the forgiveness of sins and I look forward to the resurrection of the dead and the life of the world to come. Amen.</p>
</blockquote>
<p>To leave off, please note: I am not a perfect Christian. No one is or can be. I try to follow God with confident steps; oftentimes, it looks more like a faltering walk. Yet, by the grace of God, I have courage that each day can be better and I can show Christ&#39;s love to others not through faux perfection of arrogance but the ordinary efforts of a common man with an extraordinary Savior.</p>
<p><em>Solil Deo Gloria – To God Alone Be the Glory.</em></p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Personal Perspectives on Faith</em>. <a href="https://jacobzelko.com/05072022162026-personal-faith-perspectives">https://jacobzelko.com/05072022162026-personal-faith-perspectives</a>. May 7 2022.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sat, 07 May 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  The Open Knowledge Model  ]]>
  </title>
  <link> https://jacobzelko.com/04172022033744-open-knowledge-standard/index.html </link>
  <guid> https://jacobzelko.com/04172022033744-open-knowledge-standard/index.html </guid>
  <description>
    <![CDATA[  A working proposal on a standard knowledge format for taking notes  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>The Open Knowledge Model</h1>
<p><strong>Date:</strong> April 16 2022</p>
<p><strong>Summary:</strong> A working proposal on a standard knowledge format for taking notes</p>
<p><strong>Keywords:</strong> #open #knowledge #standard ##summary #format #blog #archive</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Motivation</li><li>Model Components</li><li>Digressions and Recommendations for Model<ol><li>Title Block</li><li>Bibliography Block</li><li>Notes</li><li>References</li></ol></li><li>Implementation Examples</li><li>Tools for Working with Model</li><li>Conclusion</li></ol></li><li>How To Cite</li><li>References</li><li>Discussion: </li></ol></div>
<h3 id="motivation">Motivation</h3>
<p>Knowledge is one of the most nebulous ideas known to mankind since nearly the beginning of time. What may be knowledge to one person may be useless noise to another - this encapsulates the difficulty in defining knowledge. As a result of its many possible meanings, I put forth a rather opinionated proposal for what I term the &quot;Open Knowledge Model&quot;.</p>
<p>The Open Knowledge Model is a standard that defines not how to maintain knowledge in what are typically coined &quot;knowledge management systems&quot;. Instead, its focus is on how to structure information that goes directly into such systems. It is fully compatible with the <a href="https://www.iso.org/standard/68683.html">ISO 30401</a> standard.</p>
<p>There are many different knowledge management systems available to someone – from a pen and pencil to various software offerings. Each of these offerings are very unique and accordingly offer benefits and cons. This model remains independent of any such offering but instead prescribes a model to structure information in any of the offerings one chooses to pursue.</p>
<h3 id="model_components">Model Components</h3>
<p>The model is composed of the following sections:</p>
<ul>
<li><p><strong>Title Block</strong> - this is a unique block that begins with the name of the note followed by three required subcomponents:</p>
</li>
</ul>
<pre><code class="language-julia">- **Date** - the date the note was created
- **Summary** - a brief, single sentence summary of what this note is about
- **Keywords** - keywords that can be used to find or associated with the content of this note</code></pre>
<ul>
<li><p><strong>Bibliography Block</strong> - this contains the bibliographic information that is associated with the specific note</p>
</li>
<li><p><strong>Notes</strong> - where one&#39;s notes go on the note subject in whatever format one so chooses</p>
</li>
<li><p><strong>References</strong> - list of references used in the note</p>
</li>
</ul>
<p>And that is the core requirement of the model.  What follows are a few digressions on this model. </p>
<h3 id="digressions_and_recommendations_for_model">Digressions and Recommendations for Model</h3>
<h4 id="title_block">Title Block</h4>
<p>It is recommended that for <strong>Date</strong>, one chooses a consistent convention for how one will record the date across their knowledge base using this model.  In practice, there can be as many <strong>Keywords</strong> as one chooses, but it is often better to be more concise in what you choose as words.</p>
<h4 id="bibliography_block">Bibliography Block</h4>
<p>It can be possible that there isn&#39;t one bibliography associated with this not or none at all.  In those situations, it makes sense to perhaps write something like: &quot;Not Available&quot;.</p>
<h4 id="notes">Notes</h4>
<p>This is the most critical piece to any note.  One can structure and write their notes in any way they please here.  Include images, diagrams, code snippets – anything your knowledge management system supports. The model imposes no specific structure here – implementations may differ.</p>
<h4 id="references">References</h4>
<p>It is recommended to never write down the references section manually. Instead, offload this to a third party reference manager or another tool that could generate this information from a given note. </p>
<h3 id="implementation_examples">Implementation Examples</h3>
<p>To give an example of implementations, here are some examples of implementations:</p>
<ul>
<li><p><a href="https://jacobzelko.com/08032021134232-notes-template">Markdown Implementation</a></p>
</li>
</ul>
<h3 id="tools_for_working_with_model">Tools for Working with Model</h3>
<p>Here are a list of some tools that have emerged to work with the Open Knowledge Model: </p>
<ul>
<li><p><a href="https://github.com/TheCedarPrince/NoteMate">NoteMate.jl</a> - a companion for working with a knowledge management system that adheres to the Open Knowledge Model.</p>
</li>
</ul>
<p>Written in Julia and offers parsing from Markdown notes to other target formats.</p>
<h3 id="conclusion">Conclusion</h3>
<p>This standard is an active work in progress and is the product of years of experimentation.  If you find problems with this model or believe it too restrictive or unwise, please comment in the discussion or reach out to me. My hope is that this standard will co-evolve with new tools and increase the utility of any person&#39;s knowledge management system.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>The Open Knowledge Model</em>. <a href="https://jacobzelko.com/04172022033744-open-knowledge-standard">https://jacobzelko.com/04172022033744-open-knowledge-standard</a>. April 16 2022.</p>
<h2 id="references__2">References</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sat, 16 Apr 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  X &#43; Y : A Mathematician’s Manifesto for Rethinking Gender  ]]>
  </title>
  <link> https://jacobzelko.com/04162022002725-mathematician-gender-rethinking/index.html </link>
  <guid> https://jacobzelko.com/04162022002725-mathematician-gender-rethinking/index.html </guid>
  <description>
    <![CDATA[  Book review on an approach of using category theory to decouple and discuss characteristics of gender without conflating the two - great read&#33;  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>X &#43; Y : A Mathematician’s Manifesto for Rethinking Gender</h1>
<p><strong>Date:</strong> April 15 2022</p>
<p><strong>Summary:</strong> Book review on an approach of using category theory to decouple and discuss characteristics of gender without conflating the two - great read&#33;</p>
<p><strong>Keywords:</strong> ##summary ##blog #review #book #gender #ingressive #congressive #category #theory #archive</p>
<h1>Bibliography</h1>
<p>E. Cheng, X &#43; Y: A Mathematician’s Manifesto for Rethinking Gender. Basic Books, 2020.</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Introduction</li><li>Category Theory as Tool for Thinking on Gender</li><li>Congressive versus Ingressive Thinking</li><li>Conclusion</li><li>Final Thoughts</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="introduction">Introduction</h3>
<p>Eugenia Cheng takes a nuanced approach to the discussion around gender. As she references, some feminists&#39; battle cry is the phrase, &quot;Smash the patriarchy&#33;&quot;. In Cheng&#39;s idea of feminism, she instead looks for language that is less divisive and more inclusive encompassed in her saying, &quot;Let’s transform our world into a more congressively led future.&quot;</p>
<h3 id="category_theory_as_tool_for_thinking_on_gender">Category Theory as Tool for Thinking on Gender</h3>
<p>With this approach, she launches into her core contribution to the discussion on gender which is introducing the mathematics of <a href="https://jacobzelko.com/11082021041951-category-theory-scientists">category theory</a> to decouple historical characteristics associated genders from the genders themselves. Cheng argues that this is a better approach to take in gender discussions to think more deeply about traits or characteristics in isolation rather than rooted in gender. You can then critique a characteristic or trait rather than a whole group of people.</p>
<p>Rather than being a book on mathematics and gender, category theory is used more as a mental model or framework to enact this decoupling. This works well as category theory fundamentally concerns itself about relationships. In her opinion, category theory enables one to think more clearly about about characteristics with a great degree of flexibility.</p>
<h3 id="congressive_versus_ingressive_thinking">Congressive versus Ingressive Thinking</h3>
<p>Cheng introduced two crucial words into her argument which can describe concepts, behaviors or people: &quot;congressive&quot; and &quot;ingressive&quot;. This is how she defined these terms summarized below:</p>
<ul>
<li><p><strong>Ingressive</strong> - putting oneself over society, imposing on others frequently, far more individualistic than collaborative, less flexible thinking</p>
</li>
<li><p><strong>Congressive</strong> - society over self, prioritizing others, highly collective and community-focused, holistic thought patterns</p>
</li>
</ul>
<p>In this way, the onus of characteristics is moved from tightly coupled gender stereotypes to decoupled conversations on those characteristics in isolation. However, this isn&#39;t entirely the case all the time as most concepts, behaviors, or people have some tendencies to ingressive behavior and some to congressive behavior. As Cheng herself posits, &quot;When gender is relevant, we need to consider it. When character is relevant, we need to consider it.  But we shouldn&#39;t assume they are linked.&quot;</p>
<h3 id="conclusion">Conclusion</h3>
<p>She concludes in her book how she doesn&#39;t want, &quot;to see &quot;masculine&quot; and &quot;feminine&quot; character traits evaluated against each other &#91;...&#93; so only one side can win,&quot; in discussions around gender. She emphasizes how she doesn&#39;t want women having to act like men to succeed. Rather, she believes that there are not only other ways to make contributions to society but rather that there are other traditional forms of success.</p>
<h3 id="final_thoughts">Final Thoughts</h3>
<p>Overall, I really enjoyed this book&#33; I feel like her point was made pretty early on and I appreciated some of the examples. However, as I am acquainted with category theory as well as having read some material on gender studies in the past, I personally was able to skip through various parts.</p>
<p>I think her notion of decoupling is immensely important however I am not sure on her terminology of &quot;ingressive&quot; and &quot;congressive&quot;. Whenever anyone overloads terms with additional definitions, it makes me nervous that confusion in discussion can occur. However, since these are not commonly used terms, at least in my experience, it makes me think this may not be as big an issue.</p>
<p>Finally, it has made me think about where this method of decoupling can be used rigorously. In particular, I am curious about race and concepts such as the <a href="https://jacobzelko.com/07112020161337-social-determinants-health">social determinants of health</a> and how category theoretic approaches can be brought there. I think Cheng even teases readers with this idea so I am curious to see if she revisits the ideas someday:</p>
<p>&quot;The idea of a temporary abstraction also takes into account the thorny issue of intersectionality, and the need to take other forms of power imbalance into account besides those governed by gender, for example race, wealth, sexual orientation, and so on.&quot;</p>
<p>Overall, good read&#33;</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>X &#43; Y : A Mathematician’s Manifesto for Rethinking Gender</em>. <a href="https://jacobzelko.com/04162022002725-mathematician-gender-rethinking">https://jacobzelko.com/04162022002725-mathematician-gender-rethinking</a>. April 15 2022.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Fri, 15 Apr 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Othello  ]]>
  </title>
  <link> https://jacobzelko.com/04102022034503-othello/index.html </link>
  <guid> https://jacobzelko.com/04102022034503-othello/index.html </guid>
  <description>
    <![CDATA[  A review of the book Othello and some thoughts on the central conflict  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Othello</h1>
<p><strong>Date:</strong> April 9 2022</p>
<p><strong>Summary:</strong> A review of the book Othello and some thoughts on the central conflict</p>
<p><strong>Keywords:</strong> ##summary ##book #play #tragedy #racism #boredeom ##blog #archive</p>
<h1>Bibliography</h1>
<p>W. Shakespeare and others, &quot;Othello:&#91;1622&#93;,&quot; Oxford Text Archive Core Collection, 1991.</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Racism and Deconstruction of the Noble Savage</li><li>Manipulation as Enigmatic Entertainment</li><li>Transcendental Love</li></ol></li><li>How To Cite</li><li>References:</li><li>Discussion: </li></ol></div>
<h3 id="racism_and_deconstruction_of_the_noble_savage">Racism and Deconstruction of the Noble Savage</h3>
<p>It is surprisingly progressive in some ways I found - even by today&#39;s standards which was interesting. The racist overtones in the book were very much in your face but with the treatment of Othello, I did not find it similar to the idea of the &quot;noble savage&quot; literary idea but rather much different. Instead, it felt like Othello was treated by all other accounts either an equal or due to his experience, exempt from the racial overtures his peers had towards him generally.</p>
<h3 id="manipulation_as_enigmatic_entertainment">Manipulation as Enigmatic Entertainment</h3>
<p>What I enjoyed the most was this could be also retitled: &quot;Gaslighting: the Book&quot; with how the villain Iago manipulated everyone in the book. It was breathtaking the amount of animus Iago had to everyone and what stuck with me the most at the end when the character was finally caught in his schemes was that Iago didn&#39;t really have a reason. Even when Iago himself was trying to justify himself, it was very shaky at best and he knew it. I think he was just a character who knew he could be good at being very bad and enjoyed the power trip it gave him.</p>
<p>I quite liked the fact that he did not have a real motive. It drove home the pettiness of him but is not unrealistic. To me, he reminded me of a man who was very bored and his most fun was in controlling the lives of others in some way even if it meant his ruin. It has been said that the most dangerous people to watch for are those who have nothing to lose when you have every thing to lose. The think this is a very apt description of Iago as a man who has nothing but is happy to see some one lose everything.</p>
<h3 id="transcendental_love">Transcendental Love</h3>
<p>Finally, what has stuck with me is how much Othello and Desdemona were in love with each other. It was typical of Shakespeare to write these deep romances where the bonds between the lovers could transcend the times that the people were from. It is both saddening and interesting that the situation described here is not too dissimilar to the world we live in still. In the start of the book, you can see the bigotry at full display in the father of Desdemona which is eerily like modern discussions.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Othello</em>. <a href="https://jacobzelko.com/04102022034503-othello">https://jacobzelko.com/04102022034503-othello</a>. April 9 2022.</p>
<h2 id="references">References:</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sat, 09 Apr 2022 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  My Note Templates  ]]>
  </title>
  <link> https://jacobzelko.com/08032021134232-notes-template/index.html </link>
  <guid> https://jacobzelko.com/08032021134232-notes-template/index.html </guid>
  <description>
    <![CDATA[  The template I use for taking notes  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>My Note Templates</h1>
<p><strong>Date:</strong> August 3 2021</p>
<p><strong>Summary:</strong> The template I use for taking notes</p>
<p><strong>Keywords:</strong> #notes #template #archive #blog</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Example of Actual Note</li></ol></li><li>How To Cite</li><li>References</li><li>Discussion: </li></ol></div>
<p>This is an <a href="https://jacobzelko.com/04172022033744-open-knowledge-standard">example implementation of the Open Knowledge Standard</a> I use when taking notes in Markdown:</p>
<pre><code class="language-markdown"># &#91;Title&#93;**Date:** &#91;DATE&#93;**Summary:** &#91;ONE SENTENCE SUMMARY&#93;**Keywords:** &#91;KEYWORDS PREPENDED BY #. EXAMPLE: #healthcare&#93;## Note Linked From&#91;REFERENCE TO WHERE THE NOTE WAS LINKED FROM&#93;## Bibliography&#91;BIBLIOGRAPHIC REFERENCE FOR WHERE YOU GOT THE INFORMATION&#93;## Notes&#91;CONTENT OF NOTE&#93;## References:&#91;ADDITIONAL REFERENCES USED IN NOTE&#93;</code></pre>
<h3 id="example_of_actual_note">Example of Actual Note</h3>
<p>What follows is an actual note in my knowledge management system:</p>
<pre><code class="language-markdown"># Normal Science**Date:** May 22 2022**Summary:** An overview of what normal science is according to Thomas Kuhn.**Keywords:** #normal #science #characteristics #work #archive## BibliographyT. S. Kuhn and I. Hacking, The Structure of Scientific Revolutions, Fourth edition. Chicago ; London: The University of Chicago Press, 2012.## Notes### What Is &quot;Normal Science&quot;?According to Kuhn, *normal science*, is research based on past scientific accomplishments that are considered the foundation for that area of investigation. 
Generally, this is the area where most scientists spend their time. 
The research done in normal science can be theoretical or empirical.In the book, Kuhn referred to this as &quot;mop-up work&quot; and that this mopping up or &quot;filling out&quot; of science is what most scientists do.
Although language such as &quot;mop-up&quot; work can make one think that Kuhn was being pejorative to these so-called &quot;scut scientists&quot;, he did not intend it so. 
In later versions of this book, he made a response to this point of confusion and clarified that this work still is fascinating and crucial in many ways to the advancement of science.#### What Are the Characteristics of Normal Science?An important aspect of normal science is that it does not engage with or seek out anything new. 
The invention of theories, development of new phenomena - anything abnormal - is not part of normal science. 
Novelty is abhorrent and antithetical to normal science.Aside from this fundamental aspect of normal science, Kuhn posited that there are three general areas of research in normal science. 
He emphasized that they do not always hold or are always discrete from one another:1. Investigating questions around the fundamental facts found in a specific domain.
2. Questions that are predicted and expected to have answers existing within an already existing research domain.
3. Further articulating the fundamental facts held in a given domain.## References</code></pre>
<p>NOTE: As a matter of style, I tend to put sentences each on their own line. This helps me with being able to more quickly pull pieces of information across my knowledge management system.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>My Note Templates</em>. <a href="https://jacobzelko.com/08032021134232-notes-template">https://jacobzelko.com/08032021134232-notes-template</a>. August 3 2021.</p>
<h2 id="references">References</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Tue, 03 Aug 2021 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  The Book of Why  ]]>
  </title>
  <link> https://jacobzelko.com/01072021082043-book-of-why/index.html </link>
  <guid> https://jacobzelko.com/01072021082043-book-of-why/index.html </guid>
  <description>
    <![CDATA[  How causality gives us tools to understand the question of cause-and-effect and confounders  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>The Book of Why</h1>
<p><strong>Date:</strong> January 7 2021</p>
<p><strong>Summary:</strong> How causality gives us tools to understand the question of cause-and-effect and confounders</p>
<p><strong>Keywords:</strong> ##bibliography #causality #diagrams #counterfactual #statistics #graphs ##book ##blog #archive</p>
<h1>Bibliography</h1>
<p>J. Pearl and D. Mackenzie, The book of why: the new science of cause and effect, First edition. New York: Basic Books, 2018.</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Benefits of Causal Analysis</li><li>Critiques of Statistics</li><li>Causal Calculus</li><li>Inference Engine</li><li>Ladder of Causality</li><li>Mini-Turing Test</li><li>Bayesian Analysis</li><li>Causal Diagrams<ol><li>Paths in Path Diagrams<ol><li>Chain junction</li><li>Fork Junction</li><li>Collider Junction</li></ol></li><li>Lessons from Path Diagrams</li></ol></li></ol></li><li>How To Cite</li><li>References</li><li>Discussion: </li></ol></div>
<p>This book shows that data is stupid. Data can record events but cannot answer why any of the events are the way they are.</p>
<p>Causal inference posits the brain as the most advanced tool for understanding cause and effect.</p>
<p>Forcing an occurrence means to submit it to one influence to trigger the desired event</p>
<p><strong>Counterfactual:</strong> When scientific inquiry involves retrospective reflection. &quot;Why?&quot; is a counterfactual question.</p>
<p>Probabilities encode our beliefs about a static world. Causality explains probabilities in a changing world.</p>
<h3 id="benefits_of_causal_analysis">Benefits of Causal Analysis</h3>
<p>Create a smoother human-machine interface.</p>
<p><em>THOUGHTS: I wonder if that is what attracted me to the idea of Causal Inference - that it enables better human-machine interfaces. Like human-machine interaction as a discipline; I wonder if they have much in this area. Perhaps reach out to Valentine Wilson about the question?</em></p>
<h3 id="critiques_of_statistics">Critiques of Statistics</h3>
<p>Galton separated causation from statistics in 1889 causing the two separate fields to fully manifest.</p>
<p>&quot;Granger causality&quot; and &quot;vector autocorrelation&quot; exists to accommodate for causal explanations. Associated Thoughts: Judea&#39;s critique on probability-based causality</p>
<h3 id="causal_calculus">Causal Calculus</h3>
<p>Causal calculus uses two communications forms: </p>
<ol>
<li><p>Causal Diagrams: communicates what is known.</p>
</li>
<li><p>Symbolic language: defines what is wanted to be known</p>
</li>
</ol>
<h3 id="inference_engine">Inference Engine</h3>
<p>The inference engine assumes perfect and unlimited data for the given figure:</p>
<p><img src="https://jacobzelko.com/assets/01082021030619-inference-engine.png" alt="" /></p>
<p><strong>Estimand:</strong> generalized mathematical formula to answer data questions. A statistical quantity estimated from data that can represent an answer to a query.</p>
<p>A given estimand is computed on the basis of the causal model alone, prior to an examination of the specifics of the data. This gives the inference engine better adaptibility.</p>
<p><strong>Binary Evaluation of Query:</strong> determines if a query can be answered under an existing causal model.</p>
<p><strong>Knowledge:</strong> experience from the past such as prior observations and education.</p>
<p><strong>Assumptions:</strong> explicit statements from available Knowledge.</p>
<p><strong>Queries:</strong> the scientific questions to be answered.</p>
<p><strong>Testable Implications:</strong> observable patterns or dependencies resulting from the listening pattern of a causal model.</p>
<p><strong>Estimate:</strong> Estimate for the answer is determined alongside uncertainty metrics.The metrics reflect limited data, measurement errors, or missing data.</p>
<h3 id="ladder_of_causality">Ladder of Causality</h3>
<p>First rung: observation. This concerns recognition of patterns. This rung asks, &quot;What if I see ...?&quot;</p>
<p>The second rung: Doing. Altering an environment to achieve a certain goal. This rung poses the questions of &quot;What if we do...?&quot; or &quot;How?&quot;</p>
<h3 id="mini-turing_test">Mini-Turing Test</h3>
<p>Mini-Turing Test: Encode a simple story on a machine and see if it can answer causal questions a human can answer.</p>
<p>Rules:</p>
<ol>
<li><p>Limited only to causal reasoning and language.</p>
</li>
<li><p>The story can be encoded in the easiest way for the programmer.</p>
</li>
</ol>
<h3 id="bayesian_analysis">Bayesian Analysis</h3>
<p>Simplified Bayesian analysis: prior belief &#43; new evidence &#61; revised belief.</p>
<p>Bayesian inference enables one to express personal experiences mathematically and combine it with data in a principled and transparent way.</p>
<h3 id="causal_diagrams">Causal Diagrams</h3>
<p>&quot;Causation&quot; via a causal diagram is straightforward. A variable X is a cause of Y if Y listens to X. Y&#39;s value is determined by what it hears.</p>
<h4 id="paths_in_path_diagrams">Paths in Path Diagrams</h4>
<h5 id="chain_junction">Chain junction</h5>
\[
A \rightarrow B \rightarrow C
\]
<p>B is the mediator which relays the effect of A to C. B filters information about A from C.</p>
<h5 id="fork_junction">Fork Junction</h5>
\[
A \leftarrow B \rightarrow C
\]
<p>B is a confounder of A and C. B makes A and C statistically correlated despite no direct link between them.</p>
<h5 id="collider_junction">Collider Junction</h5>
\[
A \rightarrow B \leftarrow C
\]
<p>Conditioning on B will make A and C dependent</p>
<h4 id="lessons_from_path_diagrams">Lessons from Path Diagrams</h4>
<ol>
<li><p>Causal analysis allows us to quantify real world processes</p>
</li>
<li><p>Path analysis draws conclusions about individual causal relationships by examining the diagram as a whole.</p>
</li>
<li><p>Two people creating differing causal diagrams for the same data and may not arrive at the same result.</p>
</li>
</ol>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>The Book of Why</em>. <a href="https://jacobzelko.com/01072021082043-book-of-why">https://jacobzelko.com/01072021082043-book-of-why</a>. January 7 2021.</p>
<h2 id="references">References</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Thu, 07 Jan 2021 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Death of a Salesman  ]]>
  </title>
  <link> https://jacobzelko.com/12262020224653-death-salesman/index.html </link>
  <guid> https://jacobzelko.com/12262020224653-death-salesman/index.html </guid>
  <description>
    <![CDATA[  A wonderful but scathing critique of the American dream as told from the perspective of a low-income, and at times, lower-middle class, American family with the father eking out an existence as a traveling salesman.  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Death of a Salesman</h1>
<p><strong>Date:</strong> July 26 2020</p>
<p><strong>Summary:</strong> A wonderful but scathing critique of the American dream as told from the perspective of a low-income, and at times, lower-middle class, American family with the father eking out an existence as a traveling salesman.</p>
<p><strong>Keywords:</strong> ##bibliography #capitalism #classic #fiction #satisfaction ##book ##blog #archive</p>
<h1>Bibliography</h1>
<p>A. Miller, Death of a Salesman. Penguin Books, 1998.</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>What is Satisfaction?</li><li>Shattering of Innocence</li><li>False Expectations</li></ol></li><li>How To Cite</li><li>References</li><li>Discussion: </li></ol></div>
<h3 id="what_is_satisfaction">What is Satisfaction?</h3>
<blockquote>
<p>&quot;I&#39;m thirty-four years old, I oughta be makin&#39; my future.</p>
</blockquote>
<p>That&#39;s when I come running home.  And now, I get here, and I don&#39;t know what to do with myself.  &#91;After a pause&#93; I&#39;ve always made a point of not wasting my life, and everytime I come back here I know that all I&#39;ve done is to waste my life.&quot; </p>
<p><em>Biff talking to his mother about his life&#39;s relative miserable existence</em></p>
<p>His obsession for not wasting his life or waiting almost for his life to start is similar to my thoughts. Interesting. I think the big thing is here is the overinflated notion of being &quot;big&quot; or important.  As though that were the ultimate goal of any man.</p>
<blockquote>
<p>&quot;All I can do now is wait for the merchandise manager to die.</p>
</blockquote>
<p>And suppose I get to be merchandise manager?  He&#39;s a good friend of mine, and he just built a terrific estate on Long Island.  And he lived there about two months and sold it, and now he&#39;s building another one.  He can&#39;t enjoy it once it&#39;s finished.  And I know that&#39;s just what I would do.  I don&#39;t know what the hell I&#39;m workin&#39; for.  Sometimes I sit in my apartment—all alone.  And I think of the rent I&#39;m paying.  And it&#39;s crazy.  But then, it&#39;s what I always wanted.  My own apartment, a car, and plenty of women.  And still, goddammit, I&#39;m lonely.&quot;</p>
<p><em>Happy talking to his brother, Biff, about his own struggle and situation in life</em></p>
<p>This carries on the theme of the dissatisfaction with the attainment of being &quot;big&quot;. Happy got everything he could want but is still unhappy – contrasting this with Biff is that Biff is unhappy even though he did not get what he wanted.  These are two examples of being dissatisfied in uniquely different ways.</p>
<blockquote>
<p>Linda: &quot;&#91;to Willy ...&#93; Why must everybody conquer the world?&quot;</p>
</blockquote>
<p>It is a powerful insight into Linda&#39;s thinking.  To Linda, Willy already has the best things in the world. He just can&#39;t stop to realize it or rather, it is not enough for him to have a loving family. He needs to be big in the eyes of &quot;people&quot;.  This reminds me of my note on <a href="https://jacobzelko.com/07132020022756-media-timothy">&quot;False Expertise&quot;</a> where there, the problem is that being exposed enough to material gives you prestige. In this case, Willy thinks being acknowledged by people as a nice guy is enough to ensure endless success.</p>
<h3 id="shattering_of_innocence">Shattering of Innocence</h3>
<blockquote>
<p>Willy: &quot;Never mind&#33;  He&#39;s going to give you those points.  I&#39;ll see to it.&quot; Biff: &quot;He wouldn&#39;t listen to you.&quot;</p>
</blockquote>
<p><em>The crushing moment when Biff sees through his father and loses complete faith in him.</em></p>
<p>I find this moment in the story more tragic than Willy&#39;s eventual death. It is this moment which doomed Willy and his family for the rest of his life.  It&#39;s never explained why Willy had an affair but, perhaps, that is the point.  A person does not need a reason for slipping.  I find it interesting how Willy tries to keep up the front of being an exemplar amongst men. Though Biff later calls his father, &quot;a prince among men,&quot; I believe it was to keep up Willy&#39;s pretense. I wonder if Willy did confess this incident to his family, if things may have been different...</p>
<blockquote>
<p>Willy </p>
</blockquote>
<p>After all the highways, and the trains, and the appointments, and the years, you end up worth more dead than alive.&quot;</p>
<p>The moment in which Willy realizes his life is not moving towards any grand destiny and decides fully upon suicide. It&#39;s an interesting insight about the idea of providing incentives.</p>
<h3 id="false_expectations">False Expectations</h3>
<blockquote>
<p>Willy: &quot;Without a penny to &#91;my brother&#39;s name&#93;, &#91;...&#93; it&#39;s not what you do&#91;.&#93;  It&#39;s who you know and the smile on your face&#33;&quot;</p>
</blockquote>
<p>The crux of Willy&#39;s mentality on how life &quot;should be&quot; and how he expects life to work. Ultimately, this is proven false when he fails to get a job after pulling his contacts. In reality, nearly the exact opposite of this maxim is the truth.</p>
<blockquote>
<p>Charley: &quot;The only thing you got in this world is what you can sell.</p>
</blockquote>
<p>And the funny thing is that you&#39;re a salesman, and you don&#39;t know that.&quot;</p>
<p><em>Willy&#39;s neighbor Charley admonishing him on his frustration with the world not working they way Willy expects it to.</em></p>
<p>Ultimately, this searing criticism of Willy shows to him that he doesn&#39;t have any skills to offer outside of his perfunctory service as a salesman. He is a mediocre man who never tried to adapt and move with the times. And Willy refuses to believe that life passed him by in that way.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Death of a Salesman</em>. <a href="https://jacobzelko.com/12262020224653-death-salesman">https://jacobzelko.com/12262020224653-death-salesman</a>. July 26 2020.</p>
<h2 id="references">References</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sun, 26 Jul 2020 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Sleep as an Act of Faith  ]]>
  </title>
  <link> https://jacobzelko.com/04282020175356-sleep-act/index.html </link>
  <guid> https://jacobzelko.com/04282020175356-sleep-act/index.html </guid>
  <description>
    <![CDATA[  Choosing to sleep is an act of faith  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>Sleep as an Act of Faith</h1>
<p><strong>Date:</strong> April 28 2020</p>
<p><strong>Summary:</strong> Choosing to sleep is an act of faith</p>
<p><strong>Keywords:</strong> ##zettel #sleep #faith #psalm5 #archive #blog</p>
<h1>Bibliography</h1>
<p>Not Available</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Psalm 5 Scripture</li><li>Exegesis</li></ol></li><li>How To Cite</li><li>References</li><li>Discussion: </li></ol></div>
<h3 id="psalm_5_scripture">Psalm 5 Scripture</h3>
<pre><code class="language-julia">Listen to my words, Lord, 
consider my lament. 
Hear my cry for help,
my King and my God,
for to you I pray.In the morning, Lord, you hear my voice;
in the morning I lay my requests before you and wait expectantly.&#91;...&#93;But let all who take refuge in you be glad;
    let them ever sing for joy.
Spread your protection over them,
    that those who love your name may rejoice in you.Surely, Lord, you bless the righteous;
you surround them with your favor as with a shield.                                        - Psalms 5:1-3, 11-12</code></pre>
<h3 id="exegesis">Exegesis</h3>
<p>One of the key things to note about this passage is when the Psalmist chooses to lay his requests before God – the morning. If you wake up and the very first thing you do is cry and lament before God, then this illustrates a point of extreme stress. The object of stress in this Psalm is enough to haunt the writer&#39;s every waking moment. It causes enough concern for the Psalmist to wait on God to answer the writer.</p>
<p>Yet, what may or may not be implied from this is that the Psalmist still chooses rest and/or sleep. In verses 11 - 12, the Psalmist knows that God protects and blesses those who love Him and he chooses to have faith and trust in that knowledge to rest and rejoice. </p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>Sleep as an Act of Faith</em>. <a href="https://jacobzelko.com/04282020175356-sleep-act">https://jacobzelko.com/04282020175356-sleep-act</a>. April 28 2020.</p>
<h2 id="references">References</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Tue, 28 Apr 2020 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  How to Take Smart Notes  ]]>
  </title>
  <link> https://jacobzelko.com/03292020180520-smart-notes/index.html </link>
  <guid> https://jacobzelko.com/03292020180520-smart-notes/index.html </guid>
  <description>
    <![CDATA[  Takeaways from the book How to Take Smart Notes  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1>How to Take Smart Notes</h1>
<p><strong>Date:</strong> March 29 2020</p>
<p><strong>Summary:</strong> Takeaways from the book How to Take Smart Notes</p>
<p><strong>Keywords:</strong> ##bibliography #knowledge #notetaking #zettelkasten #mentalmodels #writing #blog #archive</p>
<h1>Bibliography</h1>
<p>S. Ahrens, How to Take Smart Notes: One Simple Technique to Boost Writing, Learning and Thinking – for Students, Academics and Nonfiction Book Writers.</p>
<h1>Table of Contents</h1>
<div class="franklin-toc"><ol><li><ol><li>Quotes from the Book:</li></ol></li><li>How To Cite</li><li>References</li><li>Discussion: </li></ol></div>
<p>This was overall a book on knowledge management – in particular, how to take, digest, and use the notes we make while reading material, listening to lectures, or absorb knowledge in general. Sonke Ahrens, the author of the book, also gave a rather in-depth overview of the Zettelkasten method created by sociologist Niklas Luhmann. I found the book useful in giving legitimately very good advice on note-taking, great anecdotes to illustrate his point, and also assistance on using the Zettelkasten method. </p>
<p>Furthermore, Ahrens made an interesting point saying that if you are approaching writing where you start with just a blank page, you are missing the point. When you approach a blank page, it <em>ought</em> not feel blank but rather the place to put your notes and ideas together that you have been collecting about a particular topic. Ahrens believes that fundamental teachings about how to write long-form papers are wrong in that they do not start with the most crucial aspect of the writing process – free form thought. And free form thought, when investigating a topic, is best captured using a global sort of note taking method like the Zettelkasten.</p>
<h3 id="quotes_from_the_book">Quotes from the Book:</h3>
<pre><code class="language-julia">&quot;Every intellectual endeavour starts with a note&quot; &#91;pg 8&#93;&quot;We only write if it helps us with our own thinking.&quot; &#91;pg 101&#93;</code></pre>
<p>These two quotes get at the idea that when we write and create notes, we are not only creating notes but also playing with ideas and digesting them into our minds.</p>
<h2 id="how_to_cite">How To Cite</h2>
<p>Zelko, Jacob. <em>How to Take Smart Notes</em>. <a href="https://jacobzelko.com/03292020180520-smart-notes">https://jacobzelko.com/03292020180520-smart-notes</a>. March 29 2020.</p>
<h2 id="references">References</h2>
<h2 id="discussion">Discussion: </h2>
<script>talkyardServerUrl='https://site-vbm8wbc57o.talkyard.net';</script>
<script async defer src="https://c1.ty-cdn.net/-/talkyard-comments.min.js"></script>
<div class="talkyard-comments" data-discussion-id="" style="margin-top: 45px;">
    <noscript>Please enable Javascript to view comments.</noscript>
</div> ]]>
  </content:encoded>
    
  <pubDate>Sun, 29 Mar 2020 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Jacob Zelko</atom:name>
  </atom:author>
        
</item>
</channel></rss>