diff --git a/_config.yml b/_config.yml index fcb4f14..0771802 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ keybase_username: ewpratten # Build settings markdown: kramdown kramdown: - input: GFM + # input: GFM syntax_highlighter: rouge # THIS BREAKS THE SITE!! diff --git a/_posts/WIP-2019-07-08-PI3D.md b/_drafts/2019-07-08-PI3D.md similarity index 100% rename from _posts/WIP-2019-07-08-PI3D.md rename to _drafts/2019-07-08-PI3D.md diff --git a/_posts/WIP-2019-08-01-Email-Upgrade.md b/_drafts/2019-08-01-Email-Upgrade.md similarity index 100% rename from _posts/WIP-2019-08-01-Email-Upgrade.md rename to _drafts/2019-08-01-Email-Upgrade.md diff --git a/_posts/WIP-2019-08-13-Learning-hiragana.md b/_drafts/2019-08-13-Learning-hiragana.md similarity index 100% rename from _posts/WIP-2019-08-13-Learning-hiragana.md rename to _drafts/2019-08-13-Learning-hiragana.md diff --git a/_posts/WIP-2019-08-25-Crypto-my-thoughts.md b/_drafts/2019-08-25-Crypto-my-thoughts.md similarity index 100% rename from _posts/WIP-2019-08-25-Crypto-my-thoughts.md rename to _drafts/2019-08-25-Crypto-my-thoughts.md diff --git a/_posts/WIP-2019-09-09-fstrings.md b/_drafts/2019-09-09-fstrings.md similarity index 100% rename from _posts/WIP-2019-09-09-fstrings.md rename to _drafts/2019-09-09-fstrings.md diff --git a/_posts/WIP2019-09-12-DroneLicense.md b/_drafts/2019-09-12-DroneLicense.md similarity index 100% rename from _posts/WIP2019-09-12-DroneLicense.md rename to _drafts/2019-09-12-DroneLicense.md diff --git a/_drafts/2019-09-19-I-want-to-build-a-sat.md b/_drafts/2019-09-19-I-want-to-build-a-sat.md new file mode 100644 index 0000000..ae5b322 --- /dev/null +++ b/_drafts/2019-09-19-I-want-to-build-a-sat.md @@ -0,0 +1,47 @@ +--- +layout: post +title: "I want to build a satellite" +description: "For under $100" +date: 2019-09-19 21:13:00 +categories: idea +redirect_from: + - /post/e9gb3490/ + - /e9gb3490/ +--- + +I like learning and trying new things. Most recently, I have been working with radios, and have obtained a licence to operate some [RPAs](https://en.wikipedia.org/wiki/Unmanned_aerial_vehicle). So, obviously the next step is *space*, right? As I am entering this with near 0 experience, I'm going to start simple. + +## Design +My first satellite project (named [Spike](https://github.com/Ewpratten/Spike)) is designed to do the following: + - Be deployed in [LEO](https://en.wikipedia.org/wiki/Low_Earth_orbit) by a [cubesat launcher](https://en.wikipedia.org/wiki/CubeSat#Launch_and_deployment) + - Be solar powered + - 24/7 data is not required, so the device may go dark + - I may look into an on-board [LCB](https://en.wikipedia.org/wiki/Solid-state_battery) for night operation + - Record temperature, and light levels + - Stream data down to earth + - Burn up in the atmosphere + +I am currently working with the following parts to build a grounded test device. + - [Arduino pro mini](https://www.ebay.com/itm/New-Pro-Micro-ATmega32U4-5V-16MHz-Replace-ATmega328-Arduino-Pro-Mini-/221891843710) + - [315mhz transmitter](https://www.sparkfun.com/products/10535) (This will be replaced) + - [A photocell](https://www.sparkfun.com/products/9088) + - [A TMP102 sensor](https://www.sparkfun.com/products/13314) + +My goal for the grounded test device is for it to survive ~14 weeks of un-attended operation, and some temperature tests. + +## Current progress +Currently, My testing setup consists of the following components that I had lying around: + - Arduino pro mini + - Photocell + - [lm35 sensor](http://www.ti.com/product/LM35) + - Buzzer (To emulate a radio) + +![Current Test Board](/assets/images/satv1.jpg) + +The board has been "transmitting" telemetry data for over 24 hours now. + +### Telemetry + + +## Useful resources + - https://makezine.com/2014/04/11/your-own-satellite-7-things-to-know-before-you-go/ \ No newline at end of file diff --git a/_layouts/redir.html b/_layouts/redir.html new file mode 100644 index 0000000..febcfcb --- /dev/null +++ b/_layouts/redir.html @@ -0,0 +1,3 @@ + + You are being redirected to {{page.redirect_to}} + \ No newline at end of file diff --git a/_posts/2019-09-11-Buildingimgfrombin.md b/_posts/2019-09-11-Buildingimgfrombin.md index 2b4f265..b77c820 100644 --- a/_posts/2019-09-11-Buildingimgfrombin.md +++ b/_posts/2019-09-11-Buildingimgfrombin.md @@ -9,7 +9,7 @@ redirect_from: - /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. +During a computer science class today, we were talking about embedding code and metadata in *jpg* and *bmp* files. @exvacuum 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. This demo got @hyperliskdev and I thinking about what else we can do with image data. After some talk, the idea of converting application binaries to images came up. I had seen a blog post about visually decoding [OOK data](https://en.wikipedia.org/wiki/On%E2%80%93off_keying) by converting an [IQ capture](http://www.ni.com/tutorial/4805/en/) to an image. With a little adaptation, I did the same for a few binaries on my laptop. diff --git a/_site/about/index.html b/_site/about/index.html index 3e71380..8ceb50e 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2018/06/27/becomeranter.html b/_site/blog/2018/06/27/becomeranter.html index 8c4c73a..6c6b276 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/04/30/frc-languages.html b/_site/blog/2019/04/30/frc-languages.html index 6ef4e9e..1890d8b 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -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 89aa963..dbb18d6 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/12/styiling-github.html b/_site/blog/2019/06/12/styiling-github.html index f9180e8..afaa41e 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/16/graphing-w2a.html b/_site/blog/2019/06/16/graphing-w2a.html index bef46b8..d97a8f7 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/17/amm2m1-release.html b/_site/blog/2019/06/17/amm2m1-release.html index 9205e84..84cf552 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/21/robot-experiences.html b/_site/blog/2019/06/21/robot-experiences.html index 6097b60..06d9ab3 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/23/googlectf.html b/_site/blog/2019/06/23/googlectf.html index c2b2575..cc446b1 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/24/languagehunt2.html b/_site/blog/2019/06/24/languagehunt2.html index 9a25005..ec0659b 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/26/bashsmash.html b/_site/blog/2019/06/26/bashsmash.html index 7073d4b..753bda6 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/27/pwnlink.html b/_site/blog/2019/06/27/pwnlink.html index 3a72c10..a6c37f0 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/06/27/python.html b/_site/blog/2019/06/27/python.html index 9528f4c..3d33a00 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/07/01/devdns.html b/_site/blog/2019/07/01/devdns.html index f081294..c87c55a 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/07/06/scrapingfrcgithub.html b/_site/blog/2019/07/06/scrapingfrcgithub.html index 9ed6230..320c39c 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/07/13/lookback-gmad.html b/_site/blog/2019/07/13/lookback-gmad.html index ef5efa9..20a25b1 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-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/07/15/mindmap.html b/_site/blog/2019/07/15/mindmap.html index 3dd9d17..a601369 100644 --- a/_site/blog/2019/07/15/mindmap.html +++ b/_site/blog/2019/07/15/mindmap.html @@ -189,7 +189,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 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 09d08d6..edfd379 100644 --- a/_site/blog/2019/08/10/why-i-carry-nfc.html +++ b/_site/blog/2019/08/10/why-i-carry-nfc.html @@ -107,7 +107,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/08/12/setting-up-ja.html b/_site/blog/2019/08/12/setting-up-ja.html index 3a6b5a1..d6fc934 100644 --- a/_site/blog/2019/08/12/setting-up-ja.html +++ b/_site/blog/2019/08/12/setting-up-ja.html @@ -152,7 +152,7 @@ ibus-daemon -drx Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/08/24/shift2.html b/_site/blog/2019/08/24/shift2.html index c58353d..04622ef 100644 --- a/_site/blog/2019/08/24/shift2.html +++ b/_site/blog/2019/08/24/shift2.html @@ -137,7 +137,7 @@ shift2 -h Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/08/27/github-cleanup.html b/_site/blog/2019/08/27/github-cleanup.html index 9fe0a16..3073438 100644 --- a/_site/blog/2019/08/27/github-cleanup.html +++ b/_site/blog/2019/08/27/github-cleanup.html @@ -108,7 +108,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-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/2019/09/07/wrong-python.html b/_site/blog/2019/09/07/wrong-python.html index 269209a..5efa5c0 100644 --- a/_site/blog/2019/09/07/wrong-python.html +++ b/_site/blog/2019/09/07/wrong-python.html @@ -157,7 +157,7 @@ fn printMyNumber(MyClass* self){ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400 diff --git a/_site/blog/index.html b/_site/blog/index.html index cbcc96b..2787beb 100644 --- a/_site/blog/index.html +++ b/_site/blog/index.html @@ -64,22 +64,22 @@ Featured Post
-
Building images from binary data +
I want to build a satellite
-

Simple, yet fun

- View +

For under $100

+ View
--> - +
-
Building images from binary data +
I want to build a satellite
-

Simple, yet fun

+

For under $100

@@ -92,6 +92,51 @@ + +
+
Becoming a licensed drone operator in Canada
+ +
+

My experiences

+
+ + + + + + + + + +
+
Building images from binary data
+ +
+

Simple, yet fun

+
+ + + + + + + + + +
+
What the fstring?
+ +
+

Every language should have this feature

+
+ + + + + + + +
Doing Python OOP the wrong way
@@ -122,6 +167,21 @@ +
+
+
Never roll your own crypto!
+ +
+

My thoughts on this statement

+
+ + + + + + + +
Keyed data encoding with Python
@@ -137,6 +197,21 @@ +
+
+
Learning Hiragana with Python
+ +
+

Automation is fun!

+
+ + + + + + + +
How I set up ひらがな input on my laptop
@@ -167,6 +242,21 @@ +
+
+
My new email setup
+ +
+

It's finally almost fixed!

+
+ + + + + + + +
Mind map generation with Python
@@ -197,6 +287,21 @@ +
+
+
Project In 3 Days: 1 year recap
+ +
+

The never ending stream of projects

+
+ + + + + + + +
Scraping FRC team's GitHub accounts to gather large amounts of data
@@ -415,7 +520,7 @@ Site design by:
Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400
diff --git a/_site/documentation.html b/_site/documentation.html index 3fd47ef..017e720 100644 --- a/_site/documentation.html +++ b/_site/documentation.html @@ -52,7 +52,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400
diff --git a/_site/feed.xml b/_site/feed.xml index d58162c..49d78b1 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2019-09-18T10:59:38-04: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.Building images from binary data2019-09-11T08:41:00-04:002019-09-11T08:41:00-04:00http://0.0.0.0:4000/blog/2019/09/11/Buildingimgfrombin<p>During a computer science class today, we were talking about embedding code and metadata in <em>jpg</em> and <em>bmp</em> 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.</p> +Jekyll2019-09-23T14:29:52-04: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.Building images from binary data2019-09-11T08:41:00-04:002019-09-11T08:41:00-04:00http://0.0.0.0:4000/blog/2019/09/11/Buildingimgfrombin<p>During a computer science class today, we were talking about embedding code and metadata in <em>jpg</em> and <em>bmp</em> files. @exvacuum 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.</p> <p>This demo got @hyperliskdev and I thinking about what else we can do with image data. After some talk, the idea of converting application binaries to images came up. I had seen a blog post about visually decoding <a href="https://en.wikipedia.org/wiki/On%E2%80%93off_keying">OOK data</a> by converting an <a href="http://www.ni.com/tutorial/4805/en/">IQ capture</a> to an image. With a little adaptation, I did the same for a few binaries on my laptop.</p> @@ -45,7 +45,7 @@ <ul> <li>Pillow</li> <li>Numpy</li> -</ul>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.Doing Python OOP the wrong way2019-09-07T09:13:00-04:002019-09-07T09:13:00-04:00http://0.0.0.0:4000/blog/2019/09/07/wrong-python<p>If you know me, you probably know of the many weird things I do with python. Most recent of which being this <a href="https://en.wikipedia.org/wiki/Fizz_buzz">FizzBuzz</a> implementation in one line of python code:</p> +</ul>During a computer science class today, we were talking about embedding code and metadata in jpg and bmp files. @exvacuum 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.Doing Python OOP the wrong way2019-09-07T09:13:00-04:002019-09-07T09:13:00-04:00http://0.0.0.0:4000/blog/2019/09/07/wrong-python<p>If you know me, you probably know of the many weird things I do with python. Most recent of which being this <a href="https://en.wikipedia.org/wiki/Fizz_buzz">FizzBuzz</a> implementation in one line of python code:</p> <div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">_</span><span class="o">=</span><span class="p">[</span><span class="k">print</span><span class="p">(</span><span class="s">"FizzBuzz"</span><span class="p">[</span><span class="n">_</span><span class="o">*</span><span class="n">_</span><span class="o">%</span><span class="mi">3</span><span class="o">*</span><span class="mi">4</span><span class="p">:</span><span class="mi">8</span><span class="o">--</span><span class="n">_</span><span class="o">**</span><span class="mi">4</span><span class="o">%</span><span class="mi">5</span><span class="p">]</span> <span class="ow">or</span> <span class="n">_</span><span class="p">)</span> <span class="k">for</span> <span class="n">_</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="mi">101</span><span class="p">)]</span> </code></pre></div></div> diff --git a/_site/fossl-feeds.html b/_site/fossl-feeds.html index 26e31bf..f1b83e0 100644 --- a/_site/fossl-feeds.html +++ b/_site/fossl-feeds.html @@ -88,7 +88,7 @@ https://blog.mrtnrdl.de/feed.xml Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400
diff --git a/_site/index.html b/_site/index.html index e812910..e7af269 100644 --- a/_site/index.html +++ b/_site/index.html @@ -101,7 +101,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400
diff --git a/_site/projects.html b/_site/projects.html index e52038f..5768703 100644 --- a/_site/projects.html +++ b/_site/projects.html @@ -256,7 +256,7 @@ Site design by: Evan Pratten | - This site was last updated at: 2019-09-18 10:59:38 -0400 + This site was last updated at: 2019-09-23 14:29:52 -0400
diff --git a/_site/redirects.json b/_site/redirects.json index 57b9905..2dc905d 100644 --- a/_site/redirects.json +++ b/_site/redirects.json @@ -1 +1 @@ -{"/post/ef7b3166/":"http://0.0.0.0:4000/blog/2019/09/11/buildingimgfrombin","/ef7b3166/":"http://0.0.0.0:4000/blog/2019/09/11/buildingimgfrombin"} \ No newline at end of file +{"/post/ef7b3166/":"http://0.0.0.0:4000/blog/2019/09/11/buildingimgfrombin","/ef7b3166/":"http://0.0.0.0:4000/blog/2019/09/11/buildingimgfrombin","/post/3a588993/":"http://0.0.0.0:4000/blog/2019/09/12/dronelicense","/3a588993/":"http://0.0.0.0:4000/blog/2019/09/12/dronelicense","/post/e9gb3490/":"http://0.0.0.0:4000/blog/2019/09/19/i-want-to-build-a-sat","/e9gb3490/":"http://0.0.0.0:4000/blog/2019/09/19/i-want-to-build-a-sat","/r/5kcomm":"https://imgur.com/a/77bnlZN"} \ No newline at end of file diff --git a/assets/images/satv1.jpg b/assets/images/satv1.jpg new file mode 100644 index 0000000..b7c7b1b Binary files /dev/null and b/assets/images/satv1.jpg differ diff --git a/r/5kcomm.md b/r/5kcomm.md new file mode 100644 index 0000000..c4fe65a --- /dev/null +++ b/r/5kcomm.md @@ -0,0 +1,4 @@ +--- +layout: redir +redirect_to: https://imgur.com/a/77bnlZN +--- \ No newline at end of file diff --git a/r/readme.md b/r/readme.md new file mode 100644 index 0000000..20ff819 --- /dev/null +++ b/r/readme.md @@ -0,0 +1 @@ +This folder is for redirects \ No newline at end of file