<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ross Jacobs</title>
    <link>https://ross.gg/</link>
    <description>Recent content on Ross Jacobs</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Mon, 11 Oct 2021 19:24:42 +0000</lastBuildDate><atom:link href="https://ross.gg/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>DNS Caches</title>
      <link>https://ross.gg/post/2021/dns_caches/</link>
      <pubDate>Mon, 11 Oct 2021 19:24:42 +0000</pubDate>
      
      <guid>https://ross.gg/post/2021/dns_caches/</guid>
      <description>This article shows how to get browser and OS DNS caches.
According to Cloudflare docs, the sequence of a DNS query from Chrome to the recursive resolver looks something like this:
1 2 3 4 Check browser DNS cache --miss--&amp;gt; Check OS DNS cache --miss--&amp;gt; Recursive resolver | | V V hit hit Firefox DNS Cache Firefox&amp;rsquo;s DNS cache about:networking#dns can be flushed with a button and lists entries.
Chrome DNS Cache Chrome&amp;rsquo;s DNS cache chrome://net-internals/#dns can be flushed with a button.</description>
    </item>
    
    <item>
      <title>Making a Julia Binary</title>
      <link>https://ross.gg/post/2019/julia_exe/</link>
      <pubDate>Fri, 15 Mar 2019 16:20:52 +0000</pubDate>
      
      <guid>https://ross.gg/post/2019/julia_exe/</guid>
      <description>Compile your Julia project with PackageCompiler for portability
Julia is a JIT language; however, sometimes it might be nice to have an executable. There are two ways to interact with PackageCompiler: Using the CLI using juliac and by adding PackageCompiler as part of your script. This article will go over both.
ASSERTS
If you are using powershell, make sure you have Setup Your Powershell Profile Initial Setup Install Julia 1.</description>
    </item>
    
    <item>
      <title>Julia Versions</title>
      <link>https://ross.gg/post/2019/julia_versions/</link>
      <pubDate>Mon, 11 Mar 2019 13:31:09 +0000</pubDate>
      
      <guid>https://ross.gg/post/2019/julia_versions/</guid>
      <description>Which version of Julia should you install?
Minor Differences If at all possible, you should install Julia for latest versions of Julia.
&amp;gt;=1.0.0 Julia jumped from v0.6 to v0.7/v1.0.0 on 8 August 2018, which created breaking changes. On the upside, there are significant mathematical optimizations.
&amp;lt;1.0.0 There are many libraries that depend on older Julia versions. For example, Mocha (ML Framework), FemtoCleaner (Upgrades deprecated syntax), ACME (Circuit Modeling), and Playground (Julia VENVs) are all tied to v0.</description>
    </item>
    
    <item>
      <title>Installing Julia</title>
      <link>https://ross.gg/post/2019/julia_install/</link>
      <pubDate>Sun, 10 Mar 2019 23:32:38 +0000</pubDate>
      
      <guid>https://ross.gg/post/2019/julia_install/</guid>
      <description>Install Julia locally to your $System
This article covers the local installation of Julia using packages from the Download Page. Other options for using Julia include an Online REPL, a Docker image, and a Desktop Julia IDE.
Installs can either be without sudo/admin USER or GLOBAL. For context, most other programming languages default to being installed with GLOBAL scope. Choose one and follow the instructins for that target.
Installation Windows (Windows 7/Server 2012 only): Enable Windows Management Framework 3+</description>
    </item>
    
    <item>
      <title>Projects</title>
      <link>https://ross.gg/projects/</link>
      <pubDate>Fri, 01 Mar 2019 17:17:03 +0000</pubDate>
      
      <guid>https://ross.gg/projects/</guid>
      <description>tshark.dev I didn&amp;rsquo;t like the documentation for Wireshark&amp;rsquo;s CLI, so I completely documented all Wireshark command line utilities in tshark.dev. tshark.dev is your complete guide to working with packet captures on the command-line. Every utility is documented with examples. It gets ~1000 visitors per day, and is linked to by universities and Wireshark docs themselves.
Tech stack is hugo with javascript with the Hugo Learn theme, hosted on Cloudflare pages.</description>
    </item>
    
    <item>
      <title>Setup A Powershell Profile</title>
      <link>https://ross.gg/post/2019/setup_powershell_profile/</link>
      <pubDate>Fri, 01 Mar 2019 14:13:07 +0000</pubDate>
      
      <guid>https://ross.gg/post/2019/setup_powershell_profile/</guid>
      <description>Create a $Profile without Admin Privileges Like ~/.bashrc for bash, a Powershell profile allows you to load aliases or functions when you open a new terminal. While there are technically 6 Powershell profiles, we are only concerned with $Profile, which aliases to $Profile.CurrentUserCurrentHost.
Open powershell and create a profile file if it does not exist.
1 2 # New-Item = bash&amp;#39;s touch New-Item -Path $Profile -ItemType &amp;#34;file&amp;#34; (Required only on Windows) Set your ExecutionPolicy to allow local scripts.</description>
    </item>
    
    <item>
      <title>About</title>
      <link>https://ross.gg/about/</link>
      <pubDate>Thu, 28 Feb 2019 00:00:00 +0000</pubDate>
      
      <guid>https://ross.gg/about/</guid>
      <description>About me I work at Cloudflare helping customers make their websites more performant. I understand L3, L4, and L7 deeply. In my free time, I like building things with code. See tools. for showcases and github for all the things I&amp;rsquo;ve built.
I love to look at hexdumps because flags and options are bits and bytes that constitute the various layers. I like to read RFCs, because they hold the ultimate truth on how protocols should work.</description>
    </item>
    
  </channel>
</rss>
