diff --git a/.gitignore b/.gitignore index 99fd739..0619a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _site/* .kotlin-for-frc/* .sass-cache/* +.jekyll-cache/* \ No newline at end of file diff --git a/Gemfile b/Gemfile index 5a0a1ae..80fccf0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,21 +8,18 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 3.8.6" +gem "jekyll", "~> 4.0.0" -# This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.0" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins - # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" + gem "jekyll-feed", "~> 0.12" end -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do gem "tzinfo", "~> 1.2" @@ -30,10 +27,9 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? +gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? - -gem 'jekyll-admin', group: :jekyll_plugins +# gem 'jekyll-admin', group: :jekyll_plugins gem 'jekyll-redirect-from' gem 'jemoji' gem 'jekyll-mentions' diff --git a/Gemfile.lock b/Gemfile.lock index 8e7a01d..4359f7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,42 +6,38 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - backports (3.15.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) concurrent-ruby (1.1.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) eventmachine (1.2.7) - ffi (1.11.1) + ffi (1.11.3) forwardable-extended (2.6.0) gemoji (3.0.1) html-pipeline (2.11.1) activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.6.0) - i18n (0.9.5) + i18n (1.7.0) concurrent-ruby (~> 1.0) - jekyll (3.8.6) + jekyll (4.0.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) + i18n (>= 0.9.5, < 2) + jekyll-sass-converter (~> 2.0) jekyll-watch (~> 2.0) - kramdown (~> 1.14) + kramdown (~> 2.1) + kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) - rouge (>= 1.7, < 4) + rouge (~> 3.0) safe_yaml (~> 1.0) - jekyll-admin (0.8.1) - addressable (~> 2.4) - jekyll (~> 3.3) - sinatra (~> 1.4) - sinatra-contrib (~> 1.4) + terminal-table (~> 1.8) jekyll-feed (0.12.1) jekyll (>= 3.7, < 5.0) jekyll-mentions (1.5.1) @@ -49,8 +45,8 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-redirect-from (0.15.0) jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) + jekyll-sass-converter (2.0.1) + sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.6.1) jekyll (>= 3.3, < 5.0) jekyll-watch (2.2.1) @@ -59,72 +55,51 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - kramdown (1.17.0) + kramdown (2.1.0) + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) liquid (4.0.3) - listen (3.1.5) - rb-inotify (~> 0.9, >= 0.9.7) + listen (3.2.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) mini_portile2 (2.4.0) - minima (2.5.0) - jekyll (~> 3.5) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) minitest (5.11.3) - multi_json (1.13.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (3.1.1) - rack (1.6.11) - rack-protection (1.5.5) - rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + public_suffix (4.0.1) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - rouge (3.7.0) + rouge (3.13.0) safe_yaml (1.0.5) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - sinatra-contrib (1.4.7) - backports (>= 2.0) - multi_json - rack-protection - rack-test - sinatra (~> 1.4.0) - tilt (>= 1.3, < 3) + sassc (2.2.1) + ffi (~> 1.9) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) - tilt (2.0.9) tzinfo (1.2.5) thread_safe (~> 0.1) tzinfo-data (1.2019.2) tzinfo (>= 1.0.0) + unicode-display_width (1.6.0) wdm (0.1.1) PLATFORMS ruby DEPENDENCIES - jekyll (~> 3.8.6) - jekyll-admin - jekyll-feed (~> 0.6) + jekyll (~> 4.0.0) + jekyll-feed (~> 0.12) jekyll-mentions jekyll-redirect-from jekyll-seo-tag jemoji - minima (~> 2.0) tzinfo (~> 1.2) tzinfo-data - wdm (~> 0.1.0) + wdm (~> 0.1.1) BUNDLED WITH 2.0.2 diff --git a/_config.yml b/_config.yml index 1726760..bc353cd 100644 --- a/_config.yml +++ b/_config.yml @@ -38,7 +38,6 @@ kramdown: highlighter: rouge -theme: minima plugins: - jekyll-feed - jekyll-redirect-from # https://github.com/jekyll/jekyll-redirect-from diff --git a/_site/about/index.html b/_site/about/index.html index 84fa08d..19b92cc 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -5,7 +5,7 @@ Evan Pratten | Computer wizard, student, @frc5024 programming team lead, and radio enthusiast. - + @@ -14,7 +14,7 @@ +{"@type":"WebSite","url":"http://0.0.0.0:4000/about/","name":"Evan Pratten","headline":"Evan Pratten","description":"Computer wizard, student, @frc5024 programming team lead, and radio enthusiast.","@context":"https://schema.org"} @@ -219,7 +219,7 @@ sub rsa4096/0xA61A2F1676E35144 2019-08-11 [] [expires: 2025-08-09] Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/assets/main.css b/_site/assets/main.css deleted file mode 100644 index 819e0eb..0000000 --- a/_site/assets/main.css +++ /dev/null @@ -1,505 +0,0 @@ -/** - * Reset some basic elements - */ -body, h1, h2, h3, h4, h5, h6, -p, blockquote, pre, hr, -dl, dd, ol, ul, figure { - margin: 0; - padding: 0; } - -/** - * Basic styling - */ -body { - font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - color: #111; - background-color: #fdfdfd; - -webkit-text-size-adjust: 100%; - -webkit-font-feature-settings: "kern" 1; - -moz-font-feature-settings: "kern" 1; - -o-font-feature-settings: "kern" 1; - font-feature-settings: "kern" 1; - font-kerning: normal; - display: flex; - min-height: 100vh; - flex-direction: column; } - -/** - * Set `margin-bottom` to maintain vertical rhythm - */ -h1, h2, h3, h4, h5, h6, -p, blockquote, pre, -ul, ol, dl, figure, -.highlight { - margin-bottom: 15px; } - -/** - * `main` element - */ -main { - display: block; - /* Default value of `display` of `main` element is 'inline' in IE 11. */ } - -/** - * Images - */ -img { - max-width: 100%; - vertical-align: middle; } - -/** - * Figures - */ -figure > img { - display: block; } - -figcaption { - font-size: 14px; } - -/** - * Lists - */ -ul, ol { - margin-left: 30px; } - -li > ul, -li > ol { - margin-bottom: 0; } - -/** - * Headings - */ -h1, h2, h3, h4, h5, h6 { - font-weight: 400; } - -/** - * Links - */ -a { - color: #2a7ae2; - text-decoration: none; } - a:visited { - color: #1756a9; } - a:hover { - color: #111; - text-decoration: underline; } - .social-media-list a:hover { - text-decoration: none; } - .social-media-list a:hover .username { - text-decoration: underline; } - -/** - * Blockquotes - */ -blockquote { - color: #828282; - border-left: 4px solid #e8e8e8; - padding-left: 15px; - font-size: 18px; - letter-spacing: -1px; - font-style: italic; } - blockquote > :last-child { - margin-bottom: 0; } - -/** - * Code formatting - */ -pre, -code { - font-size: 15px; - border: 1px solid #e8e8e8; - border-radius: 3px; - background-color: #eef; } - -code { - padding: 1px 5px; } - -pre { - padding: 8px 12px; - overflow-x: auto; } - pre > code { - border: 0; - padding-right: 0; - padding-left: 0; } - -/** - * Wrapper - */ -.wrapper { - max-width: -webkit-calc(800px - (30px * 2)); - max-width: calc(800px - (30px * 2)); - margin-right: auto; - margin-left: auto; - padding-right: 30px; - padding-left: 30px; } - @media screen and (max-width: 800px) { - .wrapper { - max-width: -webkit-calc(800px - (30px)); - max-width: calc(800px - (30px)); - padding-right: 15px; - padding-left: 15px; } } - -/** - * Clearfix - */ -.wrapper:after, .footer-col-wrapper:after { - content: ""; - display: table; - clear: both; } - -/** - * Icons - */ -.svg-icon { - width: 16px; - height: 16px; - display: inline-block; - fill: #828282; - padding-right: 5px; - vertical-align: text-top; } - -.social-media-list li + li { - padding-top: 5px; } - -/** - * Tables - */ -table { - margin-bottom: 30px; - width: 100%; - text-align: left; - color: #3f3f3f; - border-collapse: collapse; - border: 1px solid #e8e8e8; } - table tr:nth-child(even) { - background-color: #f7f7f7; } - table th, table td { - padding: 10px 15px; } - table th { - background-color: #f0f0f0; - border: 1px solid #dedede; - border-bottom-color: #c9c9c9; } - table td { - border: 1px solid #e8e8e8; } - -/** - * Site header - */ -.site-header { - border-top: 5px solid #424242; - border-bottom: 1px solid #e8e8e8; - min-height: 55.95px; - position: relative; } - -.site-title { - font-size: 26px; - font-weight: 300; - line-height: 54px; - letter-spacing: -1px; - margin-bottom: 0; - float: left; } - .site-title, .site-title:visited { - color: #424242; } - -.site-nav { - float: right; - line-height: 54px; } - .site-nav .nav-trigger { - display: none; } - .site-nav .menu-icon { - display: none; } - .site-nav .page-link { - color: #111; - line-height: 1.5; } - .site-nav .page-link:not(:last-child) { - margin-right: 20px; } - @media screen and (max-width: 600px) { - .site-nav { - position: absolute; - top: 9px; - right: 15px; - background-color: #fdfdfd; - border: 1px solid #e8e8e8; - border-radius: 5px; - text-align: right; } - .site-nav label[for="nav-trigger"] { - display: block; - float: right; - width: 36px; - height: 36px; - z-index: 2; - cursor: pointer; } - .site-nav .menu-icon { - display: block; - float: right; - width: 36px; - height: 26px; - line-height: 0; - padding-top: 10px; - text-align: center; } - .site-nav .menu-icon > svg { - fill: #424242; } - .site-nav input ~ .trigger { - clear: both; - display: none; } - .site-nav input:checked ~ .trigger { - display: block; - padding-bottom: 5px; } - .site-nav .page-link { - display: block; - padding: 5px 10px; - margin-left: 20px; } - .site-nav .page-link:not(:last-child) { - margin-right: 0; } } - -/** - * Site footer - */ -.site-footer { - border-top: 1px solid #e8e8e8; - padding: 30px 0; } - -.footer-heading { - font-size: 18px; - margin-bottom: 15px; } - -.contact-list, -.social-media-list { - list-style: none; - margin-left: 0; } - -.footer-col-wrapper { - font-size: 15px; - color: #828282; - margin-left: -15px; } - -.footer-col { - float: left; - margin-bottom: 15px; - padding-left: 15px; } - -.footer-col-1 { - width: -webkit-calc(35% - (30px / 2)); - width: calc(35% - (30px / 2)); } - -.footer-col-2 { - width: -webkit-calc(20% - (30px / 2)); - width: calc(20% - (30px / 2)); } - -.footer-col-3 { - width: -webkit-calc(45% - (30px / 2)); - width: calc(45% - (30px / 2)); } - -@media screen and (max-width: 800px) { - .footer-col-1, - .footer-col-2 { - width: -webkit-calc(50% - (30px / 2)); - width: calc(50% - (30px / 2)); } - - .footer-col-3 { - width: -webkit-calc(100% - (30px / 2)); - width: calc(100% - (30px / 2)); } } -@media screen and (max-width: 600px) { - .footer-col { - float: none; - width: -webkit-calc(100% - (30px / 2)); - width: calc(100% - (30px / 2)); } } -/** - * Page content - */ -.page-content { - padding: 30px 0; - flex: 1; } - -.page-heading { - font-size: 32px; } - -.post-list-heading { - font-size: 28px; } - -.post-list { - margin-left: 0; - list-style: none; } - .post-list > li { - margin-bottom: 30px; } - -.post-meta { - font-size: 14px; - color: #828282; } - -.post-link { - display: block; - font-size: 24px; } - -/** - * Posts - */ -.post-header { - margin-bottom: 30px; } - -.post-title { - font-size: 42px; - letter-spacing: -1px; - line-height: 1; } - @media screen and (max-width: 800px) { - .post-title { - font-size: 36px; } } - -.post-content { - margin-bottom: 30px; } - .post-content h2 { - font-size: 32px; } - @media screen and (max-width: 800px) { - .post-content h2 { - font-size: 28px; } } - .post-content h3 { - font-size: 26px; } - @media screen and (max-width: 800px) { - .post-content h3 { - font-size: 22px; } } - .post-content h4 { - font-size: 20px; } - @media screen and (max-width: 800px) { - .post-content h4 { - font-size: 18px; } } - -/** - * Syntax highlighting styles - */ -.highlight { - background: #fff; } - .highlighter-rouge .highlight { - background: #eef; } - .highlight .c { - color: #998; - font-style: italic; } - .highlight .err { - color: #a61717; - background-color: #e3d2d2; } - .highlight .k { - font-weight: bold; } - .highlight .o { - font-weight: bold; } - .highlight .cm { - color: #998; - font-style: italic; } - .highlight .cp { - color: #999; - font-weight: bold; } - .highlight .c1 { - color: #998; - font-style: italic; } - .highlight .cs { - color: #999; - font-weight: bold; - font-style: italic; } - .highlight .gd { - color: #000; - background-color: #fdd; } - .highlight .gd .x { - color: #000; - background-color: #faa; } - .highlight .ge { - font-style: italic; } - .highlight .gr { - color: #a00; } - .highlight .gh { - color: #999; } - .highlight .gi { - color: #000; - background-color: #dfd; } - .highlight .gi .x { - color: #000; - background-color: #afa; } - .highlight .go { - color: #888; } - .highlight .gp { - color: #555; } - .highlight .gs { - font-weight: bold; } - .highlight .gu { - color: #aaa; } - .highlight .gt { - color: #a00; } - .highlight .kc { - font-weight: bold; } - .highlight .kd { - font-weight: bold; } - .highlight .kp { - font-weight: bold; } - .highlight .kr { - font-weight: bold; } - .highlight .kt { - color: #458; - font-weight: bold; } - .highlight .m { - color: #099; } - .highlight .s { - color: #d14; } - .highlight .na { - color: #008080; } - .highlight .nb { - color: #0086B3; } - .highlight .nc { - color: #458; - font-weight: bold; } - .highlight .no { - color: #008080; } - .highlight .ni { - color: #800080; } - .highlight .ne { - color: #900; - font-weight: bold; } - .highlight .nf { - color: #900; - font-weight: bold; } - .highlight .nn { - color: #555; } - .highlight .nt { - color: #000080; } - .highlight .nv { - color: #008080; } - .highlight .ow { - font-weight: bold; } - .highlight .w { - color: #bbb; } - .highlight .mf { - color: #099; } - .highlight .mh { - color: #099; } - .highlight .mi { - color: #099; } - .highlight .mo { - color: #099; } - .highlight .sb { - color: #d14; } - .highlight .sc { - color: #d14; } - .highlight .sd { - color: #d14; } - .highlight .s2 { - color: #d14; } - .highlight .se { - color: #d14; } - .highlight .sh { - color: #d14; } - .highlight .si { - color: #d14; } - .highlight .sx { - color: #d14; } - .highlight .sr { - color: #009926; } - .highlight .s1 { - color: #d14; } - .highlight .ss { - color: #990073; } - .highlight .bp { - color: #999; } - .highlight .vc { - color: #008080; } - .highlight .vg { - color: #008080; } - .highlight .vi { - color: #008080; } - .highlight .il { - color: #099; } diff --git a/_site/assets/minima-social-icons.svg b/_site/assets/minima-social-icons.svg deleted file mode 100644 index fa7399f..0000000 --- a/_site/assets/minima-social-icons.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/_site/blog/2018/06/27/becomeranter.html b/_site/blog/2018/06/27/becomeranter.html index 9a91700..cda5f8d 100644 --- a/_site/blog/2018/06/27/becomeranter.html +++ b/_site/blog/2018/06/27/becomeranter.html @@ -5,7 +5,7 @@ Using a python script to create devRant posts based on the style and content of another user | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2018-06-27T14:32:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2018/06/27/becomeranter"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2018/06/27/becomeranter","headline":"Using a python script to create devRant posts based on the style and content of another user","description":"if/else ++","dateModified":"2018-06-27T14:32:00-04:00","@context":"https://schema.org"} @@ -140,7 +140,7 @@ pip3 install tensorflow-gpu #for gpu processing Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/04/30/frc-languages.html b/_site/blog/2019/04/30/frc-languages.html index 664251f..1fc1ebc 100644 --- a/_site/blog/2019/04/30/frc-languages.html +++ b/_site/blog/2019/04/30/frc-languages.html @@ -5,7 +5,7 @@ The language hunt | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-04-30T14:32:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/04/30/frc-languages"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/04/30/frc-languages","headline":"The language hunt","description":"Our programming team is looking to switch languages in the 2020 season. Here is the what, why, and how.","dateModified":"2019-04-30T14:32:00-04:00","@context":"https://schema.org"} @@ -104,7 +104,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/05/27/building-safe-vision-comms.html b/_site/blog/2019/05/27/building-safe-vision-comms.html index f5bb3ef..7ae0209 100644 --- a/_site/blog/2019/05/27/building-safe-vision-comms.html +++ b/_site/blog/2019/05/27/building-safe-vision-comms.html @@ -5,7 +5,7 @@ Building a safe and easy system for sending computer vision data from a raspberry pi to a roborio | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-05-27T05:22:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/05/27/building-safe-vision-comms"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/05/27/building-safe-vision-comms","headline":"Building a safe and easy system for sending computer vision data from a raspberry pi to a roborio","description":"Computer vision on an FRC robot has some problems. RoboRIO is not powerfull enough NetworkTables is not fast enough A TCP connection is great until you lose connection mDNS discovery is not reliable on the field UDP can skip frames","dateModified":"2019-05-27T05:22:00-04:00","@context":"https://schema.org"} @@ -117,7 +117,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/06/12/styiling-github.html b/_site/blog/2019/06/12/styiling-github.html index 58ec2b4..99f364c 100644 --- a/_site/blog/2019/06/12/styiling-github.html +++ b/_site/blog/2019/06/12/styiling-github.html @@ -5,7 +5,7 @@ GitHub’s CSS is boring. So I refreshed the design | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-06-12T09:09:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/06/12/styiling-github"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/06/12/styiling-github","headline":"GitHub’s CSS is boring. So I refreshed the design","description":"I have been using GitHub since 2017, and have been getting tired of GitHub’s theme. I didn’t need a huge change, just a small refresh. So, to solve this, I whipped out Stylus and made a nice little CSS file for it.","dateModified":"2019-06-12T09:09:00-04:00","@context":"https://schema.org"} @@ -128,7 +128,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/06/16/graphing-w2a.html b/_site/blog/2019/06/16/graphing-w2a.html index 81d3b53..9740d10 100644 --- a/_site/blog/2019/06/16/graphing-w2a.html +++ b/_site/blog/2019/06/16/graphing-w2a.html @@ -5,7 +5,7 @@ Graphing the relation between wheels and awards for FRC | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-06-16T11:51:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/06/16/graphing-w2a"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/06/16/graphing-w2a","headline":"Graphing the relation between wheels and awards for FRC","description":"AKA. Why programmer + reddit + matplotlib is a bad idea.","dateModified":"2019-06-16T11:51:00-04:00","@context":"https://schema.org"} @@ -142,7 +142,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/06/17/amm2m1-release.html b/_site/blog/2019/06/17/amm2m1-release.html index b51f482..3b90f5e 100644 --- a/_site/blog/2019/06/17/amm2m1-release.html +++ b/_site/blog/2019/06/17/amm2m1-release.html @@ -5,7 +5,7 @@ I made a new song! | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-06-17T06:20:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/06/17/amm2m1-release"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/06/17/amm2m1-release","headline":"I made a new song!","description":"Releasing a new song with friends at school","dateModified":"2019-06-17T06:20:00-04:00","@context":"https://schema.org"} @@ -101,7 +101,7 @@ Your browser does not support audio players Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/06/21/robot-experiences.html b/_site/blog/2019/06/21/robot-experiences.html index b0ed73f..3fb056c 100644 --- a/_site/blog/2019/06/21/robot-experiences.html +++ b/_site/blog/2019/06/21/robot-experiences.html @@ -5,7 +5,7 @@ What I have learned from 2 years of FRC programming | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-06-21T11:14:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/06/21/robot-experiences"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/06/21/robot-experiences","headline":"What I have learned from 2 years of FRC programming","description":"Robots are pretty cool","dateModified":"2019-06-21T11:14:00-04:00","@context":"https://schema.org"} @@ -141,7 +141,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/06/23/googlectf.html b/_site/blog/2019/06/23/googlectf.html index ba47368..9885f5e 100644 --- a/_site/blog/2019/06/23/googlectf.html +++ b/_site/blog/2019/06/23/googlectf.html @@ -5,7 +5,7 @@ I gave Google’s CTF a short try and learned a thing or two | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-06-23T18:04:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/06/23/googlectf"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/06/23/googlectf","headline":"I gave Google’s CTF a short try and learned a thing or two","description":"But exams got in the way and took all the fun","dateModified":"2019-06-23T18:04:00-04:00","@context":"https://schema.org"} @@ -99,7 +99,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/06/24/languagehunt2.html b/_site/blog/2019/06/24/languagehunt2.html index 284780d..4eebadd 100644 --- a/_site/blog/2019/06/24/languagehunt2.html +++ b/_site/blog/2019/06/24/languagehunt2.html @@ -5,7 +5,7 @@ The language hunt: Part 2 | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-06-24T17:36:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/06/24/languagehunt2"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/06/24/languagehunt2","headline":"The language hunt: Part 2","description":"A quick followup","dateModified":"2019-06-24T17:36:00-04:00","@context":"https://schema.org"} @@ -99,7 +99,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/06/26/bashsmash.html b/_site/blog/2019/06/26/bashsmash.html index 57f0bd4..7e4bb01 100644 --- a/_site/blog/2019/06/26/bashsmash.html +++ b/_site/blog/2019/06/26/bashsmash.html @@ -5,7 +5,7 @@ BashSmash | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-06-26T11:48:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/06/26/bashsmash"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/06/26/bashsmash","headline":"BashSmash","description":"A tool for driving people crazy","dateModified":"2019-06-26T11:48:00-04:00","@context":"https://schema.org"} @@ -208,7 +208,7 @@ __() {/???/???/???n?f Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/06/27/pwnlink.html b/_site/blog/2019/06/27/pwnlink.html index 08d224b..96d51ae 100644 --- a/_site/blog/2019/06/27/pwnlink.html +++ b/_site/blog/2019/06/27/pwnlink.html @@ -5,7 +5,7 @@ I had some fun with a router | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-06-27T13:16:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/06/27/pwnlink"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/06/27/pwnlink","headline":"I had some fun with a router","description":"cleartext passwords + external management = death wish","dateModified":"2019-06-27T13:16:00-04:00","@context":"https://schema.org"} @@ -129,7 +129,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/06/27/python.html b/_site/blog/2019/06/27/python.html index 4cf660d..1cd2464 100644 --- a/_site/blog/2019/06/27/python.html +++ b/_site/blog/2019/06/27/python.html @@ -5,7 +5,7 @@ Hunting snakes with a shotgun | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-06-27T03:00:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/06/27/python"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/06/27/python","headline":"Hunting snakes with a shotgun","description":"Python is a little too forgiving","dateModified":"2019-06-27T03:00:00-04:00","@context":"https://schema.org"} @@ -194,7 +194,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/07/01/devdns.html b/_site/blog/2019/07/01/devdns.html index 8c5c207..34b47c3 100644 --- a/_site/blog/2019/07/01/devdns.html +++ b/_site/blog/2019/07/01/devdns.html @@ -5,7 +5,7 @@ devDNS | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-07-01T18:13:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/07/01/devdns"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/07/01/devdns","headline":"devDNS","description":"The DNS over devRant service","dateModified":"2019-07-01T18:13:00-04:00","@context":"https://schema.org"} @@ -118,7 +118,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/07/06/scrapingfrcgithub.html b/_site/blog/2019/07/06/scrapingfrcgithub.html index 5516367..cb1239a 100644 --- a/_site/blog/2019/07/06/scrapingfrcgithub.html +++ b/_site/blog/2019/07/06/scrapingfrcgithub.html @@ -5,7 +5,7 @@ Scraping FRC team’s GitHub accounts to gather large amounts of data | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-07-06T11:08:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/07/06/scrapingfrcgithub"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/07/06/scrapingfrcgithub","headline":"Scraping FRC team’s GitHub accounts to gather large amounts of data","description":"There are a lot of teams…","dateModified":"2019-07-06T11:08:00-04:00","@context":"https://schema.org"} @@ -191,7 +191,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/07/13/lookback-gmad.html b/_site/blog/2019/07/13/lookback-gmad.html index 7cdc044..c319c38 100644 --- a/_site/blog/2019/07/13/lookback-gmad.html +++ b/_site/blog/2019/07/13/lookback-gmad.html @@ -5,7 +5,7 @@ Taking a look back at GMAD | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-07-13T10:43:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/07/13/lookback-gmad"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/07/13/lookback-gmad","headline":"Taking a look back at GMAD","description":"Fun, Simple, and Quick","dateModified":"2019-07-13T10:43:00-04:00","@context":"https://schema.org"} @@ -112,7 +112,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/07/15/mindmap.html b/_site/blog/2019/07/15/mindmap.html index 3eaf881..dd2acba 100644 --- a/_site/blog/2019/07/15/mindmap.html +++ b/_site/blog/2019/07/15/mindmap.html @@ -5,7 +5,7 @@ Mind map generation with Python | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-07-15T14:38:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/07/15/mindmap"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/07/15/mindmap","headline":"Mind map generation with Python","description":"Step 1","dateModified":"2019-07-15T14:38:00-04:00","@context":"https://schema.org"} @@ -206,7 +206,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/08/10/why-i-carry-nfc.html b/_site/blog/2019/08/10/why-i-carry-nfc.html index 21bfc77..546d67e 100644 --- a/_site/blog/2019/08/10/why-i-carry-nfc.html +++ b/_site/blog/2019/08/10/why-i-carry-nfc.html @@ -5,7 +5,7 @@ My weird piece of EDC | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-08-10T16:57:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/08/10/why-i-carry-nfc"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/08/10/why-i-carry-nfc","headline":"My weird piece of EDC","description":"Reasons why I always carry NFC cards with me","dateModified":"2019-08-10T16:57:00-04:00","@context":"https://schema.org"} @@ -124,7 +124,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/08/12/setting-up-ja.html b/_site/blog/2019/08/12/setting-up-ja.html index 8ff83ae..eb70a2c 100644 --- a/_site/blog/2019/08/12/setting-up-ja.html +++ b/_site/blog/2019/08/12/setting-up-ja.html @@ -5,7 +5,7 @@ How I set up ひらがな input on my laptop | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-08-12T15:40:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/08/12/setting-up-ja"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/08/12/setting-up-ja","headline":"How I set up ひらがな input on my laptop","description":"I3wm makes everything 10x harder than it should be","dateModified":"2019-08-12T15:40:00-04:00","@context":"https://schema.org"} @@ -169,7 +169,7 @@ ibus-daemon -drx Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/08/24/shift2.html b/_site/blog/2019/08/24/shift2.html index 1be5f35..f66ed46 100644 --- a/_site/blog/2019/08/24/shift2.html +++ b/_site/blog/2019/08/24/shift2.html @@ -5,7 +5,7 @@ Keyed data encoding with Python | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-08-24T09:13:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/08/24/shift2"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/08/24/shift2","headline":"Keyed data encoding with Python","description":"XOR is pretty cool","dateModified":"2019-08-24T09:13:00-04:00","@context":"https://schema.org"} @@ -154,7 +154,7 @@ shift2 -h Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/08/27/github-cleanup.html b/_site/blog/2019/08/27/github-cleanup.html index 3583213..5bf282d 100644 --- a/_site/blog/2019/08/27/github-cleanup.html +++ b/_site/blog/2019/08/27/github-cleanup.html @@ -5,7 +5,7 @@ I did some cleaning | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-08-27T08:37:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/08/27/github-cleanup"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/08/27/github-cleanup","headline":"I did some cleaning","description":"Spring cleaning is fun when it isn’t spring, and a computer does all the work","dateModified":"2019-08-27T08:37:00-04:00","@context":"https://schema.org"} @@ -125,7 +125,7 @@ Starting from the top, scroll through, and middle click on anything you want to Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/2019/09/07/wrong-python.html b/_site/blog/2019/09/07/wrong-python.html index 81d826c..b532a47 100644 --- a/_site/blog/2019/09/07/wrong-python.html +++ b/_site/blog/2019/09/07/wrong-python.html @@ -5,7 +5,7 @@ Doing Python OOP the wrong way | Evan Pratten - + @@ -16,7 +16,7 @@ +{"datePublished":"2019-09-07T09:13:00-04:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/blog/2019/09/07/wrong-python"},"@type":"BlogPosting","url":"http://0.0.0.0:4000/blog/2019/09/07/wrong-python","headline":"Doing Python OOP the wrong way","description":"In the name of science!","dateModified":"2019-09-07T09:13:00-04:00","@context":"https://schema.org"} @@ -174,7 +174,7 @@ fn printMyNumber(MyClass* self){ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/blog/index.html b/_site/blog/index.html index 6050934..114d500 100644 --- a/_site/blog/index.html +++ b/_site/blog/index.html @@ -5,7 +5,7 @@ Evan Pratten | Computer wizard, student, @frc5024 programming team lead, and radio enthusiast. - + @@ -14,7 +14,7 @@ +{"@type":"WebPage","url":"http://0.0.0.0:4000/blog/","headline":"Evan Pratten","description":"Computer wizard, student, @frc5024 programming team lead, and radio enthusiast.","@context":"https://schema.org"} @@ -565,7 +565,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/documentation.html b/_site/documentation.html index f390e3a..3e167b2 100644 --- a/_site/documentation.html +++ b/_site/documentation.html @@ -5,7 +5,7 @@ Evan Pratten | Computer wizard, student, @frc5024 programming team lead, and radio enthusiast. - + @@ -14,7 +14,7 @@ +{"@type":"WebPage","url":"http://0.0.0.0:4000/documentation","headline":"Evan Pratten","description":"Computer wizard, student, @frc5024 programming team lead, and radio enthusiast.","@context":"https://schema.org"} @@ -67,7 +67,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/feed.xml b/_site/feed.xml index 3241b24..f06bfa2 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2019-11-30T11:30:39-05:00http://0.0.0.0:4000/feed.xmlEvan PrattenComputer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.Programming a live robot2019-11-20T05:04:00-05:002019-11-20T05:04:00-05:00http://0.0.0.0:4000/blog/2019/11/20/Realtime-robot-code<blockquote> +Jekyll2019-11-30T11:37:59-05:00http://0.0.0.0:4000/feed.xmlEvan PrattenComputer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.Programming a live robot2019-11-20T05:04:00-05:002019-11-20T05:04:00-05:00http://0.0.0.0:4000/blog/2019/11/20/Realtime-robot-code<blockquote> <p><em>“So.. what if we could skip asking for driver inputs, and just have the robot operators control the bot through a commandline interface?”</em></p> </blockquote> diff --git a/_site/fossl-feeds.html b/_site/fossl-feeds.html index 02e9361..5b6a5e0 100644 --- a/_site/fossl-feeds.html +++ b/_site/fossl-feeds.html @@ -5,7 +5,7 @@ FOSS/L RSS Feeds | Evan Pratten - + @@ -14,7 +14,7 @@ +{"@type":"WebPage","url":"http://0.0.0.0:4000/fossl-feeds","headline":"FOSS/L RSS Feeds","description":"RSS feeds from our blogs","@context":"https://schema.org"} @@ -103,7 +103,7 @@ https://blog.mrtnrdl.de/feed.xml Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/index.html b/_site/index.html index 7874be4..99e850f 100644 --- a/_site/index.html +++ b/_site/index.html @@ -5,7 +5,7 @@ Evan Pratten | Computer wizard, student, @frc5024 programming team lead, and radio enthusiast. - + @@ -14,7 +14,7 @@ +{"@type":"WebSite","url":"http://0.0.0.0:4000/","name":"Evan Pratten","headline":"Evan Pratten","description":"Computer wizard, student, @frc5024 programming team lead, and radio enthusiast.","@context":"https://schema.org"} @@ -116,7 +116,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500 diff --git a/_site/projects.html b/_site/projects.html index 62c6406..6c1aaca 100644 --- a/_site/projects.html +++ b/_site/projects.html @@ -5,7 +5,7 @@ My Projects | Evan Pratten - + @@ -14,7 +14,7 @@ +{"@type":"WebPage","url":"http://0.0.0.0:4000/projects","headline":"My Projects","description":"Computer wizard, student, @frc5024 programming team lead, and radio enthusiast.","@context":"https://schema.org"} @@ -273,7 +273,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-11-30 11:30:39 -0500 + This site was last updated at: 2019-11-30 11:37:59 -0500