From 95d8c46cea392f1dcdf7a2b8b9d5cf7a813bf491 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 18 Sep 2019 11:00:01 -0400 Subject: [PATCH] mindmap link --- _posts/2019-07-15-MindMap.md | 5 +++- _posts/2019-09-11-Buildingimgfrombin.md | 3 +++ _posts/WIP2019-09-12-DroneLicense.md | 12 ++++++++++ _site/about/index.html | 2 +- _site/blog/2018/06/27/becomeranter.html | 2 +- _site/blog/2019/04/30/frc-languages.html | 2 +- .../05/27/building-safe-vision-comms.html | 2 +- _site/blog/2019/06/12/styiling-github.html | 2 +- _site/blog/2019/06/16/graphing-w2a.html | 2 +- _site/blog/2019/06/17/amm2m1-release.html | 2 +- _site/blog/2019/06/21/robot-experiences.html | 2 +- _site/blog/2019/06/23/googlectf.html | 2 +- _site/blog/2019/06/24/languagehunt2.html | 2 +- _site/blog/2019/06/26/bashsmash.html | 2 +- _site/blog/2019/06/27/pwnlink.html | 2 +- _site/blog/2019/06/27/python.html | 2 +- _site/blog/2019/07/01/devdns.html | 2 +- _site/blog/2019/07/06/scrapingfrcgithub.html | 2 +- _site/blog/2019/07/13/lookback-gmad.html | 2 +- _site/blog/2019/07/15/mindmap.html | 24 ++++++++----------- _site/blog/2019/08/10/why-i-carry-nfc.html | 2 +- _site/blog/2019/08/12/setting-up-ja.html | 2 +- _site/blog/2019/08/24/shift2.html | 2 +- _site/blog/2019/08/27/github-cleanup.html | 2 +- _site/blog/2019/09/07/wrong-python.html | 2 +- _site/blog/index.html | 2 +- _site/documentation.html | 2 +- _site/feed.xml | 7 ++++-- _site/fossl-feeds.html | 2 +- _site/index.html | 2 +- _site/projects.html | 2 +- _site/redirects.json | 2 +- 32 files changed, 61 insertions(+), 44 deletions(-) create mode 100644 _posts/WIP2019-09-12-DroneLicense.md diff --git a/_posts/2019-07-15-MindMap.md b/_posts/2019-07-15-MindMap.md index 841cd98..9e9a7dd 100644 --- a/_posts/2019-07-15-MindMap.md +++ b/_posts/2019-07-15-MindMap.md @@ -125,4 +125,7 @@ Running the `.mm` file from above through the script gives: ## The next step This script just translates a `.mm` file to JSON. Nothing else. Next, I want to convert this to a library, and add a JSON to `.mm` function as well. This leads into my ultimate goal for this project. -I want a script that I can drop in the root of any project to build a [Gource](https://gource.io/)-style visualization of the folder structure. This will give me a way to make cool visualizations for lessons on the robotics team. \ No newline at end of file +I want a script that I can drop in the root of any project to build a [Gource](https://gource.io/)-style visualization of the folder structure. This will give me a way to make cool visualizations for lessons on the robotics team. On top of the folder visualization, Coggle's new flowchart feature can be used to generate graphical representations of @frc5024's codebases. This could give me an interactive overview of the work being done by our team. + +### Further learning +crm.org has done a great writeup of [Coggle, and some of it's features](https://crm.org/news/free-flowin-mind-maps-with-coggle). If you are looking to learn more about the tool, I recommend taking a few minute to read their post. \ No newline at end of file diff --git a/_posts/2019-09-11-Buildingimgfrombin.md b/_posts/2019-09-11-Buildingimgfrombin.md index bf38180..2b4f265 100644 --- a/_posts/2019-09-11-Buildingimgfrombin.md +++ b/_posts/2019-09-11-Buildingimgfrombin.md @@ -4,6 +4,9 @@ title: "Building images from binary data" description: "Simple, yet fun" date: 2019-09-11 12:41:00 categories: python images +redirect_from: + - /post/ef7b3166/ + - /ef7b3166/ --- During a computer science class today, we were talking about embedding code and metadata in *jpg* and *bmp* files. @SilasBartha was showing off a program he wrote that watched a directory for new image files, and would display them on a canvas. He then showed us a special image. In this image, he had injected some metadata into the last few pixels, which were not rendered, but told his program where to position the image on the canvas, and it's size. diff --git a/_posts/WIP2019-09-12-DroneLicense.md b/_posts/WIP2019-09-12-DroneLicense.md new file mode 100644 index 0000000..8d26144 --- /dev/null +++ b/_posts/WIP2019-09-12-DroneLicense.md @@ -0,0 +1,12 @@ +--- +layout: post +title: "Becoming a licensed drone operator in Canada" +description: "My experiences" +date: 2019-09-12 22:15:00 +categories: random +redirect_from: + - /post/3a588993/ + - /3a588993/ +--- + +Today, I finally decided to get my basic drone piloting license \ No newline at end of file diff --git a/_site/about/index.html b/_site/about/index.html index d13407f..3e71380 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -204,7 +204,7 @@ sub rsa4096/0xA61A2F1676E35144 2019-08-11 [] [expires: 2025-08-09] Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2018/06/27/becomeranter.html b/_site/blog/2018/06/27/becomeranter.html index 6102022..8c4c73a 100644 --- a/_site/blog/2018/06/27/becomeranter.html +++ b/_site/blog/2018/06/27/becomeranter.html @@ -123,7 +123,7 @@ pip3 install tensorflow-gpu #for gpu processing Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/04/30/frc-languages.html b/_site/blog/2019/04/30/frc-languages.html index 9779afa..6ef4e9e 100644 --- a/_site/blog/2019/04/30/frc-languages.html +++ b/_site/blog/2019/04/30/frc-languages.html @@ -87,7 +87,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 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 7c4cc7e..89aa963 100644 --- a/_site/blog/2019/05/27/building-safe-vision-comms.html +++ b/_site/blog/2019/05/27/building-safe-vision-comms.html @@ -100,7 +100,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/06/12/styiling-github.html b/_site/blog/2019/06/12/styiling-github.html index c1fa8be..f9180e8 100644 --- a/_site/blog/2019/06/12/styiling-github.html +++ b/_site/blog/2019/06/12/styiling-github.html @@ -111,7 +111,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/06/16/graphing-w2a.html b/_site/blog/2019/06/16/graphing-w2a.html index 40b9a01..bef46b8 100644 --- a/_site/blog/2019/06/16/graphing-w2a.html +++ b/_site/blog/2019/06/16/graphing-w2a.html @@ -125,7 +125,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/06/17/amm2m1-release.html b/_site/blog/2019/06/17/amm2m1-release.html index b2ae01c..9205e84 100644 --- a/_site/blog/2019/06/17/amm2m1-release.html +++ b/_site/blog/2019/06/17/amm2m1-release.html @@ -84,7 +84,7 @@ Your browser does not support audio players Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/06/21/robot-experiences.html b/_site/blog/2019/06/21/robot-experiences.html index 54a64ca..6097b60 100644 --- a/_site/blog/2019/06/21/robot-experiences.html +++ b/_site/blog/2019/06/21/robot-experiences.html @@ -124,7 +124,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/06/23/googlectf.html b/_site/blog/2019/06/23/googlectf.html index 9ed7294..c2b2575 100644 --- a/_site/blog/2019/06/23/googlectf.html +++ b/_site/blog/2019/06/23/googlectf.html @@ -82,7 +82,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/06/24/languagehunt2.html b/_site/blog/2019/06/24/languagehunt2.html index 048b753..9a25005 100644 --- a/_site/blog/2019/06/24/languagehunt2.html +++ b/_site/blog/2019/06/24/languagehunt2.html @@ -82,7 +82,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/06/26/bashsmash.html b/_site/blog/2019/06/26/bashsmash.html index 0e792b8..7073d4b 100644 --- a/_site/blog/2019/06/26/bashsmash.html +++ b/_site/blog/2019/06/26/bashsmash.html @@ -191,7 +191,7 @@ __() {/???/???/???n?f Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/06/27/pwnlink.html b/_site/blog/2019/06/27/pwnlink.html index a795a76..3a72c10 100644 --- a/_site/blog/2019/06/27/pwnlink.html +++ b/_site/blog/2019/06/27/pwnlink.html @@ -112,7 +112,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/06/27/python.html b/_site/blog/2019/06/27/python.html index cdcd08b..9528f4c 100644 --- a/_site/blog/2019/06/27/python.html +++ b/_site/blog/2019/06/27/python.html @@ -177,7 +177,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/07/01/devdns.html b/_site/blog/2019/07/01/devdns.html index 086fe69..f081294 100644 --- a/_site/blog/2019/07/01/devdns.html +++ b/_site/blog/2019/07/01/devdns.html @@ -101,7 +101,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/07/06/scrapingfrcgithub.html b/_site/blog/2019/07/06/scrapingfrcgithub.html index 17a11d8..9ed6230 100644 --- a/_site/blog/2019/07/06/scrapingfrcgithub.html +++ b/_site/blog/2019/07/06/scrapingfrcgithub.html @@ -174,7 +174,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/07/13/lookback-gmad.html b/_site/blog/2019/07/13/lookback-gmad.html index f88d952..ef5efa9 100644 --- a/_site/blog/2019/07/13/lookback-gmad.html +++ b/_site/blog/2019/07/13/lookback-gmad.html @@ -95,7 +95,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 diff --git a/_site/blog/2019/07/15/mindmap.html b/_site/blog/2019/07/15/mindmap.html index be7c026..3dd9d17 100644 --- a/_site/blog/2019/07/15/mindmap.html +++ b/_site/blog/2019/07/15/mindmap.html @@ -20,8 +20,7 @@ Evan Pratten - @@ -187,7 +189,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-11 17:12:28 -0400 + This site was last updated at: 2019-09-18 10:59:38 -0400 @@ -206,15 +208,9 @@ - - - + + +