From d29992d07def7f17d4d2409fd2b06a7027611bb9 Mon Sep 17 00:00:00 2001 From: Bun Date: Tue, 1 Jul 2025 01:13:06 -0400 Subject: [PATCH] Whatever, go my unfinished nonsense --- content/blog/_index.md | 2 +- content/blog/defense.md | 45 +++++++++++ content/blog/first.md | 6 -- public/404.html | 3 + {templates/sidebar => public}/ants.gif | Bin public/blog/defense/index.html | 71 ++++++++++++++++++ public/blog/index.html | 52 +++++++++++++ public/index.html | 43 +++++++++++ public/robots.txt | 4 + public/search_index.en.js | 2 +- public/sidebar.css | 1 + public/sillysite.7z | Bin 0 -> 11306 bytes public/sitemap.xml | 13 ++++ public/style.css | 1 + .../sidebar/sidebar.css => sass/sidebar.scss | 41 ++++------ sass/style.scss | 32 ++++++++ static/ants.gif | Bin 0 -> 335 bytes templates/base.html | 44 ++++++++--- templates/index.html | 4 +- templates/sidebar/index.html | 42 ----------- templates/source/alien.png | Bin 11545 -> 0 bytes templates/source/meirl.gif | Bin 4399 -> 0 bytes 22 files changed, 317 insertions(+), 89 deletions(-) create mode 100644 content/blog/defense.md delete mode 100644 content/blog/first.md create mode 100644 public/404.html rename {templates/sidebar => public}/ants.gif (100%) create mode 100644 public/blog/defense/index.html create mode 100644 public/blog/index.html create mode 100644 public/index.html create mode 100644 public/robots.txt create mode 100644 public/sidebar.css create mode 100644 public/sillysite.7z create mode 100644 public/sitemap.xml create mode 100644 public/style.css rename templates/sidebar/sidebar.css => sass/sidebar.scss (69%) create mode 100644 sass/style.scss create mode 100644 static/ants.gif delete mode 100644 templates/sidebar/index.html delete mode 100644 templates/source/alien.png delete mode 100644 templates/source/meirl.gif diff --git a/content/blog/_index.md b/content/blog/_index.md index 72bc989..48a9bc3 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,5 +1,5 @@ +++ -title = "List of blog posts" +title = "the bunblogs" sort_by = "date" template = "blog.html" page_template = "blog-page.html" diff --git a/content/blog/defense.md b/content/blog/defense.md new file mode 100644 index 0000000..f6cdf17 --- /dev/null +++ b/content/blog/defense.md @@ -0,0 +1,45 @@ ++++ +title = "Defense / Priorities" +date = 2025-06-26 ++++ + +I have spent a lot of years playing both active and preemptive emotional defense. + +Defending myself against bad actors. +Defending my political and subjective takes and beliefs. +Defending myself from emotional harm, in all forms. + +### Being defensive +This constant shield *can* work to your benefit. Many times, defending myself in an argument, I am able to rise above the discourse and triumphantly plant my flag as the victor of a given scenario. I have defended my political takes when talking to people, in doing so maybe even managing to either convince someone of my arguments or, more realistically, succeed in allowing them to see my side to some degree. These are both defensive but also moral victories for me. + +But the more I've felt I need to defend myself, I've also grown to feel not only can, but should be doing more. + +### Defending others +Perhaps this is an arrogant position to be in. That I feel I can save my friends from themselves. That I can sway them out of bad takes, that I can avoid infighting if only I manage to bring everyone to the same page, that I can help someone to see how their actions impact both their own lives and others, as if I by some miracle can create a better world through throwing my time, love, energy, and effort, into woodchippers time and time again, at people that aren't receptive to my words or, justifiably, have their own sets of beliefs and morals that take prescidence over my specific biased opinions. + +This is also a stressful position to be in. The worst kind of war to be constantly fighting. + +### The unwinnable war +As I type this, reflecting on many of my years of talking to people I love, people I care for, and even just casual friends, I realize this level of defense has manifested poorly for me. Not because I believe I have hidden my true self behind a shield, or because I've felt I need to prevent discourse by not allowing my opinions and beliefs to shine through to those who know me, but because I am consistently anticipating a conflict. + +I cannot say I have grown use to them, as they have only gotten more stressful, more anxiety enducing as time has gone by, as I have reflected more. But I have perhaps grown tolerant enough to the frequency that I have found myself a frog in the boiling pot, only having just seen my burns and scars for the first time. The anxiety of experiencing such constant defense has immobilized me to never considering I could do better. + +So, in reflection and acknowledgement of this, *what can be done better?* + +### Putting yourself first +While having a good shield has proved useful, feeling I must carry it everywhere I go has been tiresome. This is most potent in scenarios where I feel I have the most to lose, a big friend group I enjoy being with, a relationship, connection with family members. However, these are often scenarios where I feel I should be the most comfortable, the most able to put my shield down and relax, not anticipating the inevitable drama grenade being chucked through our hypothetical safe space window. + +In realizing this, I see for the first time that I must strive not to allow myself to be deadlocked into scenarios I feel are not only unwinnable, but scenarios that put me in the mindset I must always be ready to win to begin with. + +It is in this way I feel I should start taking more chances and meeting new people. I should strive always to finding the people I can truly be comfortable with, people I don't feel I have to be playing a constant game around. + +These are obviously lofty goals, not ones you can go out and find in a day. Not ones you can always expect to find, people who can truly make anyone feel comfortable, safe, and heard, will always feel rare to come by. But it is in that rarity that preventing yourself from taking those chances based off maintaining, key word, *defending,* your current scenarios, is to be actively hindering yourself. + +### Priorities +Through this new lense, I feel I must reorganize my own mental priorities. Place finding those new places, people, groups, above maintaining a stressful present. This doesn't mean abandoning your current life, but to a degree, not allowing all of your own emotional energy to be spent in one place, stewing in a pot of your own making without doing anything but maintaining status quo. + +Perhaps I'll decide to spend more days out. Find more time for a board game's event at my local communities over another day online playing Minecraft. Go to a march instead of going to the bar with a friend I feel I can't shine my brightest around. + +Who knows. + +But I must work towards it. diff --git a/content/blog/first.md b/content/blog/first.md deleted file mode 100644 index a1d1130..0000000 --- a/content/blog/first.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "My first post" -date = 2019-11-27 -+++ - -This is my first blog post. diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..f8414f0 --- /dev/null +++ b/public/404.html @@ -0,0 +1,3 @@ + +404 Not Found +

404 Not Found

diff --git a/templates/sidebar/ants.gif b/public/ants.gif similarity index 100% rename from templates/sidebar/ants.gif rename to public/ants.gif diff --git a/public/blog/defense/index.html b/public/blog/defense/index.html new file mode 100644 index 0000000..15ba6c0 --- /dev/null +++ b/public/blog/defense/index.html @@ -0,0 +1,71 @@ + + + + + + nixfox den + + + + + + + + + + +
+ +

+ Defense / Priorities +

+

2025-06-26

+

I have spent a lot of years playing both active and preemptive emotional defense.

+

Defending myself against bad actors. +Defending my political and subjective takes and beliefs. +Defending myself from emotional harm, in all forms.

+

Being defensive

+

This constant shield can work to your benefit. Many times, defending myself in an argument, I am able to rise above the discourse and triumphantly plant my flag as the victor of a given scenario. I have defended my political takes when talking to people, in doing so maybe even managing to either convince someone of my arguments or, more realistically, succeed in allowing them to see my side to some degree. These are both defensive but also moral victories for me.

+

But the more I've felt I need to defend myself, I've also grown to feel not only can, but should be doing more.

+

Defending others

+

Perhaps this is an arrogant position to be in. That I feel I can save my friends from themselves. That I can sway them out of bad takes, that I can avoid infighting if only I manage to bring everyone to the same page, that I can help someone to see how their actions impact both their own lives and others, as if I by some miracle can create a better world through throwing my time, love, energy, and effort, into woodchippers time and time again, at people that aren't receptive to my words or, justifiably, have their own sets of beliefs and morals that take prescidence over my specific biased opinions.

+

This is also a stressful position to be in. The worst kind of war to be constantly fighting.

+

The unwinnable war

+

As I type this, reflecting on many of my years of talking to people I love, people I care for, and even just casual friends, I realize this level of defense has manifested poorly for me. Not because I believe I have hidden my true self behind a shield, or because I've felt I need to prevent discourse by not allowing my opinions and beliefs to shine through to those who know me, but because I am consistently anticipating a conflict.

+

I cannot say I have grown use to them, as they have only gotten more stressful, more anxiety enducing as time has gone by, as I have reflected more. But I have perhaps grown tolerant enough to the frequency that I have found myself a frog in the boiling pot, only having just seen my burns and scars for the first time. The anxiety of experiencing such constant defense has immobilized me to never considering I could do better.

+

So, in reflection and acknowledgement of this, what can be done better?

+

Putting yourself first

+

While having a good shield has proved useful, feeling I must carry it everywhere I go has been tiresome. This is most potent in scenarios where I feel I have the most to lose, a big friend group I enjoy being with, a relationship, connection with family members. However, these are often scenarios where I feel I should be the most comfortable, the most able to put my shield down and relax, not anticipating the inevitable drama grenade being chucked through our hypothetical safe space window.

+

In realizing this, I see for the first time that I must strive not to allow myself to be deadlocked into scenarios I feel are not only unwinnable, but scenarios that put me in the mindset I must always be ready to win to begin with.

+

It is in this way I feel I should start taking more chances and meeting new people. I should strive always to finding the people I can truly be comfortable with, people I don't feel I have to be playing a constant game around.

+

These are obviously lofty goals, not ones you can go out and find in a day. Not ones you can always expect to find, people who can truly make anyone feel comfortable, safe, and heard, will always feel rare to come by. But it is in that rarity that preventing yourself from taking those chances based off maintaining, key word, defending, your current scenarios, is to be actively hindering yourself.

+

Priorities

+

Through this new lense, I feel I must reorganize my own mental priorities. Place finding those new places, people, groups, above maintaining a stressful present. This doesn't mean abandoning your current life, but to a degree, not allowing all of your own emotional energy to be spent in one place, stewing in a pot of your own making without doing anything but maintaining status quo.

+

Perhaps I'll decide to spend more days out. Find more time for a board game's event at my local communities over another day online playing Minecraft. Go to a march instead of going to the bar with a friend I feel I can't shine my brightest around.

+

Who knows.

+

But I must work towards it.

+ + +
+ + diff --git a/public/blog/index.html b/public/blog/index.html new file mode 100644 index 0000000..d333fd5 --- /dev/null +++ b/public/blog/index.html @@ -0,0 +1,52 @@ + + + + + + nixfox den + + + + + + + + + + +
+ +

+ the bunblogs +

+ + +
+ + diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..8297d9a --- /dev/null +++ b/public/index.html @@ -0,0 +1,43 @@ + + + + + + nixfox den + + + + + + + + + + +
+ +

nixfox.ca

+ +
+ + diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..9d26c9e --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: +Allow: / +Sitemap: https://www.nixfox.ca/sitemap.xml diff --git a/public/search_index.en.js b/public/search_index.en.js index 3375def..403b46c 100644 --- a/public/search_index.en.js +++ b/public/search_index.en.js @@ -1 +1 @@ -window.searchIndex = {"fields":["title","body"],"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5","index":{"body":{"root":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/blog/":{"tf":1.0},"http://127.0.0.1:1111/blog/first/":{"tf":1.0}},"df":2}}}},"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/blog/first/":{"tf":1.4142135623730951}},"df":1}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/blog/":{"tf":1.0}},"df":1}}}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/blog/":{"tf":1.0},"http://127.0.0.1:1111/blog/first/":{"tf":1.4142135623730951}},"df":2}}}}}},"title":{"root":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/blog/":{"tf":1.0}},"df":1}}}},"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/blog/first/":{"tf":1.0}},"df":1}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/blog/":{"tf":1.0}},"df":1}}}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/blog/":{"tf":1.0},"http://127.0.0.1:1111/blog/first/":{"tf":1.0}},"df":2}}}}}}},"documentStore":{"save":true,"docs":{"http://127.0.0.1:1111/":{"body":"","id":"http://127.0.0.1:1111/","title":""},"http://127.0.0.1:1111/blog/":{"body":"","id":"http://127.0.0.1:1111/blog/","title":"List of blog posts"},"http://127.0.0.1:1111/blog/first/":{"body":"This is my first blog post.\n","id":"http://127.0.0.1:1111/blog/first/","title":"My first post"}},"docInfo":{"http://127.0.0.1:1111/":{"body":0,"title":0},"http://127.0.0.1:1111/blog/":{"body":0,"title":3},"http://127.0.0.1:1111/blog/first/":{"body":3,"title":2}},"length":3},"lang":"English"} \ No newline at end of file +window.searchIndex = {"fields":["title","body"],"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5","index":{"body":{"root":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"v":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}},"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"g":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"v":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}},"o":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1,"s":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.0}},"df":1}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.0}},"df":1}}}},"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}},"x":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}},"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"h":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"'":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"g":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"v":{"docs":{},"df":0,"o":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1},"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1},"s":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1,"g":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1},"v":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}}}},"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"g":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"h":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"n":{"docs":{},"df":0,"g":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"https://www.nixfox.ca/blog/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"'":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1},"r":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"s":{"docs":{},"df":0,"u":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}},"u":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1},"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}}},"m":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"n":{"docs":{},"df":0,"f":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1},"s":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}}}},"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.8284271247461903}},"df":1},"s":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.449489742783178}},"df":1}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}}}},"o":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"n":{"docs":{},"df":0,"'":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"n":{"docs":{},"df":0,"'":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"w":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"c":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"g":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"j":{"docs":{},"df":0,"o":{"docs":{},"df":0,"y":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"w":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}}},"x":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}}}},"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":3.4641016151377544}},"df":1}},"l":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"n":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.23606797749979}},"df":1}},"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.0}},"df":1}}}},"o":{"docs":{},"df":0,"g":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1,"'":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"o":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.0}},"df":1,"a":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"p":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}},"w":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"v":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"p":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"y":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}}},"i":{"docs":{},"df":0,"'":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"v":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}},"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}},"j":{"docs":{},"df":0,"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}},"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"y":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"i":{"docs":{},"df":0,"f":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"v":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"f":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"s":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1},"v":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}}}}},"k":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}},"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1,"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"y":{"docs":{},"df":0,"b":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"e":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"m":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"f":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}},"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":3.0}},"df":1}}},"y":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"f":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.449489742783178}},"df":1}}}}}},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"w":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}},"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"s":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}}},"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"u":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":3.0}},"df":1}}},"r":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}},"n":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"y":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}},"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}},"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}}}}},"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}},"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"o":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1},"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"z":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"f":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}}},"x":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"a":{"docs":{},"df":0,"f":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}},"m":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"v":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.449489742783178}},"df":1}}}}}}},"e":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"l":{"docs":{},"df":0,"f":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.0}},"df":1}}},"n":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"n":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1},"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"u":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"w":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}},"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}},"u":{"docs":{},"df":0,"b":{"docs":{},"df":0,"j":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"c":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"h":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.449489742783178}},"df":1}},"l":{"docs":{},"df":0,"k":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}},"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"v":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.0}},"df":1}}},"w":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":2.8284271247461903}},"df":1}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}}}}},"u":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1},"l":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}},"y":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"w":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}}}},"s":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1},"y":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"i":{"docs":{},"df":0,"n":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}},"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{},"df":0,"p":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}},"r":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1},"k":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1},"l":{"docs":{},"df":0,"d":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"t":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}},"y":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.4142135623730951}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"f":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.7320508075688772}},"df":1}}}}}}}}}},"title":{"root":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"https://www.nixfox.ca/blog/":{"tf":1.0}},"df":1}}}}}}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}},"p":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"https://www.nixfox.ca/blog/defense/":{"tf":1.0}},"df":1}}}}}}}}}}},"documentStore":{"save":true,"docs":{"https://www.nixfox.ca/":{"body":"","id":"https://www.nixfox.ca/","title":""},"https://www.nixfox.ca/blog/":{"body":"","id":"https://www.nixfox.ca/blog/","title":"the bunblogs"},"https://www.nixfox.ca/blog/defense/":{"body":"I have spent a lot of years playing both active and preemptive emotional defense.\nDefending myself against bad actors.\nDefending my political and subjective takes and beliefs.\nDefending myself from emotional harm, in all forms.\nBeing defensive\nThis constant shield can work to your benefit. Many times, defending myself in an argument, I am able to rise above the discourse and triumphantly plant my flag as the victor of a given scenario. I have defended my political takes when talking to people, in doing so maybe even managing to either convince someone of my arguments or, more realistically, succeed in allowing them to see my side to some degree. These are both defensive but also moral victories for me.\nBut the more I've felt I need to defend myself, I've also grown to feel not only can, but should be doing more.\nDefending others\nPerhaps this is an arrogant position to be in. That I feel I can save my friends from themselves. That I can sway them out of bad takes, that I can avoid infighting if only I manage to bring everyone to the same page, that I can help someone to see how their actions impact both their own lives and others, as if I by some miracle can create a better world through throwing my time, love, energy, and effort, into woodchippers time and time again, at people that aren't receptive to my words or, justifiably, have their own sets of beliefs and morals that take prescidence over my specific biased opinions.\nThis is also a stressful position to be in. The worst kind of war to be constantly fighting.\nThe unwinnable war\nAs I type this, reflecting on many of my years of talking to people I love, people I care for, and even just casual friends, I realize this level of defense has manifested poorly for me. Not because I believe I have hidden my true self behind a shield, or because I've felt I need to prevent discourse by not allowing my opinions and beliefs to shine through to those who know me, but because I am consistently anticipating a conflict.\nI cannot say I have grown use to them, as they have only gotten more stressful, more anxiety enducing as time has gone by, as I have reflected more. But I have perhaps grown tolerant enough to the frequency that I have found myself a frog in the boiling pot, only having just seen my burns and scars for the first time. The anxiety of experiencing such constant defense has immobilized me to never considering I could do better.\nSo, in reflection and acknowledgement of this, what can be done better?\nPutting yourself first\nWhile having a good shield has proved useful, feeling I must carry it everywhere I go has been tiresome. This is most potent in scenarios where I feel I have the most to lose, a big friend group I enjoy being with, a relationship, connection with family members. However, these are often scenarios where I feel I should be the most comfortable, the most able to put my shield down and relax, not anticipating the inevitable drama grenade being chucked through our hypothetical safe space window.\nIn realizing this, I see for the first time that I must strive not to allow myself to be deadlocked into scenarios I feel are not only unwinnable, but scenarios that put me in the mindset I must always be ready to win to begin with.\nIt is in this way I feel I should start taking more chances and meeting new people. I should strive always to finding the people I can truly be comfortable with, people I don't feel I have to be playing a constant game around.\nThese are obviously lofty goals, not ones you can go out and find in a day. Not ones you can always expect to find, people who can truly make anyone feel comfortable, safe, and heard, will always feel rare to come by. But it is in that rarity that preventing yourself from taking those chances based off maintaining, key word, defending, your current scenarios, is to be actively hindering yourself.\nPriorities\nThrough this new lense, I feel I must reorganize my own mental priorities. Place finding those new places, people, groups, above maintaining a stressful present. This doesn't mean abandoning your current life, but to a degree, not allowing all of your own emotional energy to be spent in one place, stewing in a pot of your own making without doing anything but maintaining status quo.\nPerhaps I'll decide to spend more days out. Find more time for a board game's event at my local communities over another day online playing Minecraft. Go to a march instead of going to the bar with a friend I feel I can't shine my brightest around.\nWho knows.\nBut I must work towards it.\n","id":"https://www.nixfox.ca/blog/defense/","title":"Defense / Priorities"}},"docInfo":{"https://www.nixfox.ca/":{"body":0,"title":0},"https://www.nixfox.ca/blog/":{"body":0,"title":1},"https://www.nixfox.ca/blog/defense/":{"body":421,"title":2}},"length":3},"lang":"English"} \ No newline at end of file diff --git a/public/sidebar.css b/public/sidebar.css new file mode 100644 index 0000000..6298db2 --- /dev/null +++ b/public/sidebar.css @@ -0,0 +1 @@ +#sidebar{width:190px;height:100%;top:0;left:0;overflow:auto;overflow-x:hidden;position:fixed;z-index:1;margin:0;padding:0;font-size:25px;background-image:url("https://static.vecteezy.com/system/resources/previews/034/886/330/non_2x/black-background-modern-dark-abstract-seamless-texture-vector.jpg");background-attachment:fixed}.sb_header{font-size:25px;margin-left:15px}.sb_link{margin:.5em;padding:.5em;color:#fff;font-size:16px;text-decoration:none;transition:.3s}.sb_link:hover{color:#7ccbd5;font-size:17px;text-decoration:none}.sb_img{display:block;margin-left:auto;margin-right:auto;max-width:calc(100% - 2em)}.personal{color:#fc3f5b}.nixfox{color:#2abafc}.pers:hover{color:#fca9c0}.fox:hover{color:#a9c0fc} \ No newline at end of file diff --git a/public/sillysite.7z b/public/sillysite.7z new file mode 100644 index 0000000000000000000000000000000000000000..50a4ef320f2cead9bb8b66652ec76403d6fd6a53 GIT binary patch literal 11306 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 + + + https://www.nixfox.ca/ + + + https://www.nixfox.ca/blog/ + + + https://www.nixfox.ca/blog/defense/ + 2025-06-26 + + diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..8f0f49e --- /dev/null +++ b/public/style.css @@ -0,0 +1 @@ +body{font-family:"IBM Plex Mono",monospace;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;font-size:16px}a{cursor:crosshair;border:1px solid rgba(0,0,0,0);margin:0}a:hover{border:2px solid rgba(0,0,0,0);border-image:url("./ants.gif") 1 repeat}#main{margin:0;flex:0 1 auto;align-self:auto;width:50%;border:3px solid green}li{list-style-type:none;width:100%} diff --git a/templates/sidebar/sidebar.css b/sass/sidebar.scss similarity index 69% rename from templates/sidebar/sidebar.css rename to sass/sidebar.scss index a530c67..f767cd8 100644 --- a/templates/sidebar/sidebar.css +++ b/sass/sidebar.scss @@ -1,28 +1,19 @@ -body { +// Sidebar +#sidebar { + width: 190px; + height: 100%; + top: 0; + left: 0; + + overflow: auto; + overflow-x: hidden; + position: fixed; + z-index: 1; + margin: 0; padding: 0; - font-family: 'IBM Plex Mono', monospace; font-size: 25px; -} -a { - cursor:crosshair; - border: 1px solid transparent; - margin: 0; -} - -a:hover { - border: 1px solid transparent; - border-image: url("ants.gif") 1 repeat; -} - -.sidebar { - width: 230px; - position: fixed; - height: 100%; - overflow: auto; - color: #000000; - background-color: #000000; background-image: url('https://static.vecteezy.com/system/resources/previews/034/886/330/non_2x/black-background-modern-dark-abstract-seamless-texture-vector.jpg'); background-attachment: fixed; } @@ -32,15 +23,13 @@ a:hover { margin-left: 15px; } -.sb_text { +.sb_link { margin: 0.5em; padding: 0.5em; -} - -.sb_link { color:#ffffff; font-size:16px; text-decoration: none; + transition: 0.3s; } .sb_link:hover { @@ -53,7 +42,7 @@ a:hover { display: block; margin-left: auto; margin-right: auto; - width: 140px; + max-width: calc(100% - 2em); } .personal {color:#fc3f5b;} diff --git a/sass/style.scss b/sass/style.scss new file mode 100644 index 0000000..9644924 --- /dev/null +++ b/sass/style.scss @@ -0,0 +1,32 @@ +// Setup stuff +body { + font-family: 'IBM Plex Mono', monospace; + background-attachment: fixed; + background-repeat: no-repeat; + background-size: cover; + font-size: 16px; +} + +a { + cursor: crosshair; + border: 1px solid transparent; + margin: 0; +} + +a:hover { + border: 2px solid transparent; + border-image: url("/ants.gif") 1 repeat; +} + +#main { + margin: 0; + flex: 0 1 auto; + align-self: auto; + width: 50%; + border: 3px solid green; +} + +li { + list-style-type: none; + width: 100%; +} diff --git a/static/ants.gif b/static/ants.gif new file mode 100644 index 0000000000000000000000000000000000000000..688b367213e219ccd52802dbc702d947a92f58a8 GIT binary patch literal 335 zcmZ?wbhEHb=@u`q-Vg)$iTp$_>+Z`i-Cbb z2c!U`g@H++hnaKv-WQWPx7>J$zz-~@UbK>c@ z%jK#PPI+u@yM|p2OH<i+CnFqetJ8UUlz BPz3-0 literal 0 HcmV?d00001 diff --git a/templates/base.html b/templates/base.html index 3d73ddf..381c757 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,17 +1,41 @@ + + + + nixfox den - - - NixFox - + + + + + + + + - -
-
+
{% block content %} {% endblock content %}
-
- - + diff --git a/templates/index.html b/templates/index.html index 9b8bc12..5834490 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,5 @@ {% extends "base.html" %} {% block content %} -

- This is my blog made with Zola. -

+

nixfox.ca

{% endblock content %} diff --git a/templates/sidebar/index.html b/templates/sidebar/index.html deleted file mode 100644 index f1698a3..0000000 --- a/templates/sidebar/index.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - -nixfox den - - - - - - - diff --git a/templates/source/alien.png b/templates/source/alien.png deleted file mode 100644 index a0cbe5e32faa125d2636f3518f6920d190c863ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11545 zcmeAS@N?(olHy`uVBq!ia0y~yU}$1sU^v0S#=yX!a=`LC1A}5>RY*ihP-3}4K~a8M zW=^U?No7H*LTW{38UsVct+lf=C#h_o*!usmNHI%J-&2c-v(MP9{?+hD#@@~9QaZjw zPdWQ^kHe2oV(h2p*8h25`v36$sM_M2S=xI=&hNid+~2G}>;KR9HMRf#==}Ke@BhEv zPhWRGX#V|G{C>Qvox0uf^ZeQWe&zo9^|Sx_^!MjuUc~=Vx{;snaesT~{(C$6*3WmB z|DWkv+xoWt@AbNW#emm`N7xqH2?MeQL#N7smc-3?4)^CVN?o$u5JH8{S%07GLF}d(hnoHL77bN@I zzP%FUqdjj*P?=`kdeuF@zm@M7l`6m2IQ`gxqfGffx68j)KnwtN``&G;)I#ws<**y60xwtd)VS4V;aE8w7lJo7q zioOcF_GtB_GkbfFwzzQBaGrGH+;=R(`GlsKkV!8m6`8$S{>+V+*L&L8H4$6W?zU;Ke3G3TpwnlgGPiEMcKgLf^{7i#FSl;L_gmslaf*4)hj$0HkIg7tHgow|qt`i` z&u`S2KXv-rO|P<6uiyCC&pQ8h>h-&2_aC=7Ywn!fKey;r=JNT4E4R+h+gEma?e@EM z$IGuB3cvmD-^c$aqJEr;s+oD|^{eu0KQt?jwBA!~DmXU9*hs8c;c=+sf(46Fu3<%6N%kMVj17`Ny}N z+Ok-g(%0HV#@84Z&v)6xddN!u=g!KU_gV99AF|k+GW)vOk5|?!)m3&cEA36_FMi!w z8^6x*+`Ogl4{$%{O070Jar>&$g6vnX&rLqXD)+4GcguxSj9WghyL_UM$9it==4Cm@ zz2cg;-oN7isZ^}~RLQ=Naar15y;C>uu}#k^cF{_B8uxrfS^v5X?KeASyYH{tV%D&6 za^CDjf3f#YW@161jc(>s#CJ{FW4CdFSZ+{ZtA5hkkismt+T&X_#DAR)e(qM$wYvQn zUt#?0!n*;#A{MW`Qxo#?J*T!7opJY1-Bo`URBji;veaPb?N_&ZcLhJXTlICr z2LE%L_4OuQOAIvs?)}izd%IulRA$xs_j_W>roNoK^)^StZuWOiYcHRY*?j2m!U;wD zd(`*0whHzOEAQQEeb*}MLe?AM=DW|hopK&reBS;3{Kbk#H>eJP&M;CwGqyB69 z#0UA&A?crHUwE@P?t$m&Ct1pG%?`Y{({RQ6dg~ExGg+_9PY2d*-obckYiPRMgOaW+ zzju`{muI)%+Hvu{&-SfM&0-Da-`RHX-Y=7z=lwQn?!2q7C-#Q3Tj;omsp#6A zmLp2P)(Sseb1PZ%yU1=+p6!}%S-G!GY%*&uIqMy*YIv!)(Qa|vk(9-o%`WEk`OR+I0YS$Nbs!dNkW3&JBO$Ae%nUYNzHXXfn;`+S9 zTHkFuRLF9c57pwyZC8VL7)T zr%cK3!^1omu4_-!+y#uJe#Xh?6+dy*II)+%^nv?4#%C?Q<$N}u?yze8V`dHH>~xSj z68CBO!Yi@t#SZgQrPD>KcD{%;lE0*s+X80$Xse+^Rn3%)Ac?l&DHBz&R3y3 z-=(x?`#_0XIOOMoOm2h!>>~B4XzWvSDg7HdD>B@_;~1xi$<3X zHce2?#x2T_(Iq3c(Mcg|WXdNpas0-;|%=9U^Kq>>gW)JDfW*rvtBELbb7 zVJ>##mTdOT8BZpy&uUa%eZ=Jq^G@a~JjH80PhItXclyMXBiL7M3tYK7vF7yR ziE|uJpR;)3c&Xu6lq}2Erby1buSIG#A{oc$raL`z@M6E~Hc5PeA(txuKV?qOFFp|l za4zc);NnLqM(<*M^R+WhUV>oEaQ{hi~V~ z>V3Zan)V^#R}L>771K9PSlVy2wdA98Deuf4BmJ0zRUeeu(^e;`vCACZxFIA=(*B9u ziYda57x=`EG3`6bQmQ;pKjkWOpj32k$xEhtmYKWXd5CL>s|G4gjrbELCZLz`b=f>y zW#^<-^JN5PwH#F_`k!KG(Y;aiQ<3`uwu$%IH075>uw8g@y3FrRpsVgv#%h%Mu;WziKWgp5fk`Bq?w-8vf5k{ z-Q9hU`vNypW6a)oOVwL_b$j^Evd(=FV0QG%hVso_p=LYcmX>`86}=1>jk&vltIR9}CV zyq>d6ZL#DkKHu9bOS|MvShfa;*4;@I46R%#agB9Te9v;}cJ*$}8>y-~-P5ElYl}Od z(9mX0klNJH_UaFVQsdtUw;i5-1_$rG4w`V_-cen#U4pL~r50H3ezHb7|NNeiwN@uo zKlO)*L`Y5aQ!jt>v?8O$s60mO#-^W3mmNQ|CC_br?i-#hAui2PhW`o!9$dMg>5=P^ zr8F&gq5b5V{em$JlT!Ru_g!dbV4mQ*bwS|8c_B8bY?GWntz>(`)^BGRv4T0H{p+Q9 zN6&W7@DUbdyn9LQf_}nY>m?DHIyvS`)_f35+GDWF&Z+LgV_jG8XPfq{7dbFL$noF3 zg@;b{XDr!&gox<_QSwP_9j6-s~VO~m68R9c~dKvWD3r0*~S*KAd{iV@}PXgo&z(l z39i4aYUlWC)w54NJVo+4b54EQ(Q&}#2H!vS(%xed(F)8V3%9Ftx~W-Q5Z7K3UKl;{cVsxr3^^;&wna$Bi3!Pn>tulrs4GIrkKB!kazf&@vFZNA1 zlI4Zinkhc7)!HLkQ!WJ^@030HqKUtO?aqs7Z=^3R+ah$A_4$Hy$7KZ<)^CZNz&*FY zPOBwq**3NQ*LDv!pK_0Oc8gWu(0|@z(wMfgv_Mkf$kUU8<_uEjr)HkfHEx|{m9T!Y z$CVbXw5YusjbxTYEX*#PcuUB@S+^tLNPy*XuIRwo!e+}YwWdlRNSb~ze6_N4*iEUX zhu2daHC4Q3OD{ILV8(pWRa9VI2IJe!FVA^d+uv>VIJ(|-(iP2JE>7EGSM2S!bLVPa z5q7I)tIO7ByZE<>PVaxd?Ayc28DH2UOqgB71r?vNO!-{$#pLM2bj1e}VNox>8uEH? zeA2rlP>zo0LetyA>LmU0v1d_Oz2H zJDfSwS>*8r_36uFCkAc0mcU`*as5DF#=~yuw7CK$1(QCksx4LU3hkS<+jZ5$?0Z`h zcX?jpzmnM7p`#&k?^~@>nfXIkX4h94x-61wyv-NrbZpxqV569K>6+)1K=t%H&aE@% z&*D~mR6gB(=|{U4s+LO*FFV_yFXX8xWD$Ak+KQTkCz=c{UJLraJf$J!*fG`$73Yd7 zj-BbNx|YcoLzliWP{d%WK|bWDUq5< z_t{t!wsCbQ1SsVuv)g)~eBb7DEH0+dXw!R7y;a}!J_glE3AeimWn?!#(~~!5?pbhf z{@k#@eBGoAF?(`4F4-QnOEgntY)BGk4j1oe*!*c$`NCiP6={6h{67UVcZt7m*z&!= z=<3~~V@6j@ZKkn&y1nxW+lr#lX>C$_cg))H`Y1eDOfDvVqJ03TXE3}k*?jDJeQAoNgAY| zot0i)vi*)x(WLxi3c?xvYFAIa72Fjv*U8E4(-BqXK!c!o0RiueSNL^GIWBAdcBp&b zX04jB@rA1j<0a-d3!<)`OS>|&g@iXwtyjasrxUZ2 zYg5E)p6`!&Fu(5DCI_*bGC>g%Kl>l#S57_IyNm+WNTy>J{XiMQu2gF$nEmA6H5cP8VL4@zj8j9 zdgo%6{K6kw=g6GYJjJP|K7GoJjP6VB3&ZnUzSp@;{K>&{fvtnTX0PRAy)PnahgZE> z7*A578yUtxv_%bF$A&u>> zca_2eH;a{-8zi+Q#GkEDtFlXUHJ!Wq)V~ESFWEzQmZ+=_Yhx2ulAIz_`bSY?lPmvg z!DchzjUq}fyKRn5>#(ZG@p@G_{Tw^b+sFo+2>zMUozeVJP7KRGnJk$1U-6^;{JZb% zfBckeVbD@6IxMH}JUKv*1wA>TlFe|#)>Bw<`mX87*9ScrLy~;{xU|F<> zCwkdNeP5R3gFe|a-Rw&=wlQ3}AaTs`>8yn3t0#U{+7w_iSA5HF-i9NY%;&SVh~9iR z<$$!%+NcC>eqZKy#fRnAF*~qdUT>+dxg*2pK`Z-}C$gQb>5O?>w=aAsHI0ASWQV_R zSUxS*2`tf_yN+nzFFJkr%D7|1dr*rYOQ1w#=L37VO6jt`;VLZOz ztbJF@CB}*l=^0H2{Jya9GVPpW$tcdievip=CI7WOFS3f>^i97$hqs;in&_=l1(K0Y zT1s(=9nL!+-ecRv;>~hcXG-v;zMkV-4^HW|j$N+#@3YSCk0ocYD#Qg|e47?2h)(y1=urGvNGkg-m&Fs`3Bw02&Ox6XWzIjOnf2Sb!FMP z6=%HWR@l5NZSbgkTlw--n8vm`1I3_}eVNtUPpRdt$xs@RzixPBCwd8d@kF=C#ijWShW{v)R zN&0I(?|egnOYZ_?xZgS!E-}|za&+^ubzeFPbqfweUC)-D>ak?&-;E`1kBpyOOZl4d zEZ+EBlhJG_w~tHY+{n&WTdN`nG=# z3YR4~58hDQBO+~|yfEv>+RhzUBAfS~+^*%d+&6${5C4Ou$G#UH7Qet_<$Pn2_kuqe zk?ol~7RY#In7o*}>iSQix8j!!ZsaXd*e;QsJ!e(K*(L?X6DI|;rX>g;^LaHbde*E9i>xMG@MEr(*5L|iUYqHWp1H7SS8vjd zPanJf7}>S49z>mSN_NzOlwMP z`n%25Ipl9bWJ|}|$Nvj%ZIE5MQ1)!wL_PtLeZjLmC0rKA9`(0M;$q5a|M$QvBXX|Q zA^Eo+HjIL~n?jaIZo2ha(Daso8Pm?h_Z@~44}D~Q$YsC&p_&onc_G##3GLs+q<1cw zvFp9n&!&|p&Szg=>1p@HzUkYH?94y!WnU@IJA5-FQR(A~4GyI(i{2V8F5mieuj^0Q z?|*MD-60t7;OVWr$wF4H$z!6<3PB|+wV>Z`?LXJK@JdyCu}$7{Yo~nX@#5uSOTGw; zUwrUKC@_XykzMfspE~RAPxmd-(iVN)E`GB4`r@DJ`HRH|YzK=nZCv(sJSx`w&iZ4a@KKH_ak2&5 z!k1~xICxdz^7h&VFQ->OHvhnIQYu6EQQ-%x?8{!oa|Cucy-7()+_6z}_bZj>Lcu(; z{uihI=yO*Nuv$>A#3nFboAXd{Y0vz$R~)Re!JR+WE{he~rOtHdf>I6>KeNuPu-0p` z`5s-DYSRN67Oq(+vVV>7Dk04!(^w4suV$Qc-jnYbd7yNK^}k>x7?JAb^Fd4xpK@XGsxA~uQI4#wjeH@N6~B*3;)8s z{mipm8OyGBD&*$xIy=`Ogz@O}#K)Jm{GW7RLVBJC!_f!TE5j=uWLU^<5$^r(;+y(V z?(7bsJ;&aPAL-naSyi!NS9xzI_b0*DbH5jMA4_(&4dMun5%#yRauYA&|nt+2~BlEX!Q;?&Di9oP>r<}E%q-EZ3=U%$^+otaY2CQe(N z$+pY=aMXv!68S4mH*YzseHSj}Kghvb(doDQ!JV?BbFD917F=0T(=}aYO%V5tcioY7 z#~t?Gn>kPX)Ng;*{@=fpUe+89od0@H{RspAYaYw8cKdLtP1k(hGP_?rYX@UwiAe7^ z2{o~kH?2Zv@0Z-vFm+ZA?d;Z#zwf?Q*kg7x^HOl>iGw8!k$jD5MxR)ua}9PYJP#;I6emcf{jdr@41|bDGvAtlcW}DniKBc!IXohXsqy1!O6!JynpK{&*43 z1-Uha?Nbg;YmGhV;koX@XWn=Bw=|vmo>(Rw$`fYVJMBZ1n^^nH-dW2S`W+LjOvG3P zp%7D=l_sIg5}>%f#<4&d=G{KDf5( z%Q}=yyf?vhx7G1VQ`v1^$9tDPW>QUjZ^gvlspPXh<@}56Yt7*XJ5?JsoK#;{>}yMT ze}b{(_+!Ssiy2HKV^?zS`g(1%TF?P4&m)2hX9TJo2@Q^$W3jzpd+Me+TcdAZc(a7n zly8B5uD)sqU)Yj-Mh~rkMJF=6G9-SU^Fnhs{<|8?b&!5cX z_Rf-cpm|l#McJ)iHeQEWCMHSfppz_DgFoL|lH! z(_X#3n~mjv152*fVy5G3p9o&{;a0Yt^zzr2&a$Kh{fw5IE0l`4cC;VsKi*oda_V&J z?)HjNxyOT>AViIVP}< zZ->FnjK3ACK?f%NIG5>@8|ad&xTwH+cktz8UbbyzeoN-R_*E|ExLf^-Zj-=gx2Fqh zO*L5WzrQG%y+QFwy83SM^}Cd!oFfGne&3$urIE{G@q8(p^C4an_9kWyU2&EfKW?ls zHk)F0{saVuu8GH-PZYOZhs6OW$3*5C>Qv? z;QDKp);@)U-#nxF_hfy@l2<;*{BK#S!0e~IB_&!Dk4K;Xn;cxIcsn`V;44jb< zUr%ZE+cN8jSWV3ajS~$F9c3ykT=uWmc(fRbPf%dqze3w#+lwEPwma^{i}+klys>nb zT24ey`GkoNq_RBR7?|&^HoNiBkwfpVZR0-yUWQN4-1g7PoFinq_{hr((;vzDT;@&A zxG#KlrEuB=q3b&~t;}azy?lSNxcN0>xx2*QTz|Q3 zw?L_b@&mi2?^f&(S(3H2e&MxUQW=X6PP?+;oQ}|@n$(L~Jd0BMJ=VoB$TR3okq>{l zph`pCT4=#yw%sSr@MXzZvONp&ZC}+_8}Pw_F;>m@!otT*lQlOfE?TR)B40#%##-YI zd*x-Txel7}T+mxyI`^r`dgFQL*Q&}|><~Pb>MFr4u*!_LxKu=r+i)jOf62u%E5Um! zm`j-Vw(&K$ib+YyTwnLa?pDyfIN_evyt^lS-QLA;N|(J!<(F}&j!3Lxw)57qx4aBV zR;PB~V~aiX?knr!7cmDMAAZPQKg+?w@o33<<3;wfw8Gubyim)XD;DD|5%1Q!;Czh6 zlQoN{1|GINpz-1k+rt)*&gj{B#a9<3b2R_U`PXlKVgC79QmR%9^Yk4x)!nsMs|$z~ zh)d#Q z+msJs;!@cT97p6z1H?ERUu?SeQ0ec-N1huNF}e0X`S@>%Q^zx|RjgB2uAOv)vHj@V zzZ3pn_n7Q;Abio$qO0*XH7ll{mi0=vt33UFLd;UDhKCyjR>B+YolWH(kBa#<+tQ`gcko7;pKkMU-wSF{zv*`#^sMWZtW`m&%RE>^~8s6p(P9q3~Wi>?k)^k zAUG$u&5D76JJHj{F{I+w+qtg`?^yA)vi8o}Ios%tdshMLItAAy{ZlsH=6f%HTKRMh z1B(Zfip6A4qkFO0C;Qpi1w3=5_qLv$ZJz%uxZLreqa98)skad4fE5@o(?1-Mo*%1M3EVB&D*xKZ#x&aqvnn3GRwEB?b6*NQHwb*h3qo=;xDZ!uq1>rERea&CyGfi zxsCa#wv4uuz|S}XNtW;R;;YyEUL|nmfjCE^oYw~Zy>sp|+=wuJpe2=M`FoAx!KjW2 zEeZuTP3Ejw4m-E{aMoIXXST7~(%kTpTjL&6+2OgSMGPhmTC9$SCO?=LOp!b??dDO# zW~qYHt2@sss_jo-TQ$R9e&bx{7e^KZ@F$j`E&W^ zO7XIFEfaq^%{d<^!?fY0k~{CD?~32<$y)yUdu*zMPVAol|0NQIgm3Q%Yh#$K>G8Yi zk>TG&g^%l4=AK!&Yt6#%4B95$FO)wlV>@`&!Tq)@lkm(YJAo}%SkySVRh*am309S@ zxbl9}BVMajjywLWXWSil!@`h3_lCH`oe>Me76FKw@VKR>tN!_{>h`B`F? z@jFVAy;d2!i?7*|v)9_H#_`L6K+z@N^qwg!UQxyS;$G6SD-H*~s$S}juUfHWS?`YO zY*mSgYF=~nw@i{+;=tf5kYL<;YH`Z0Wx2C_-|E>WY;?RBl6+y3W`_0r#C+4ks%(>f zO9rjpknSTsJC%3w>XtJ+Oa{zebM`JPoA`cd-^-mWcYm~9nf1M)Ou%QR@+v8TybmmV zA|0dP{T+!7BA1h|8;@rZ}xRz^{Sp1bEKeSoQ6_y1uuTk<5 zR+3 zj4;>|(0WSRJ4j$ci05zRwj1eR3d>EdOKG3sQgwPhS+Qbo+}bShv`g+64Fan_o%G;1 zcim2|Un(@Ha>aAKg(`QFOEjJdNo%ow3)X0f(0Bf#KQT3vcb%NnaK zEKRStmpED+ZdPr+@mpy&v!PTI3(qn+^&RC+yjI>XwmU0SISBlW3EsZiJwRGzY9m*O zHiytDhIJesKUAhFvR;j3eZzQ=ciRJnk_N@^`|dUSfA!#VQck__?F?&nUE&wZ?q%04 z&#)ZMFbpk1EteXn2&oqTP>$#KZ-3w2x?zG= zj&$MTGa?EM4i^7g1Q-~aN|vXHbygUQNSVFd)znsYsIv9T+ zy!?H+d5otUHwZCoELiHvd8U<(pFMZ>F87}a_>M_4|5DP-kX)3!C)jl=EW)P@5`CVh)lW-(>9-1Oi})m|Ux3*0P*svf-GGB|`7 zeoWgwZ`0ZhUvjt_;>6G1YMN&hx6_tq@88CwZ*%uLCd_vZczhsu|LdPMb-(|wkKe!K za8ss0*~7;D>$MZk2E3{^TtA&5VOoL0Tst=2%$R(RwCK+T8T%bhR`Y-V@E}Wpn<=Na z+x2<+(FTk9GTA4W&OFyT+@rmqFKlzgk>^Q_77GPAL=Ct(gwi&?jy>}H^Utr#w-qwX zD7Af($lFw`5UjA|(vjZ}c1xLX@$NNhxpIKZyKZA`O^)MhrOEd~_#-1G&H8A_u_7TM zPJX3Io8%Qo7M4to4WS2~fBu>L;C*5<6XUn7<`T;o9!>~oo~GDf<*`-k0EhnRYl1FL zPG{Z}vP*ydccWTb;^a$54&C%x|N6rJ<$A(}0$c(Gdk)_GXv!S0SjO^x!CG&Ds|j57 z2fXB$@+4(4XiP{j;_~y@RrmcSmv{AAsV^%yubjD5y+boq;f~f*uZ0VL3zcwg7MuNd zWyxl>>>Vo(3B6qWs+MEp%$l#VJ6|n!d9}0X+Jd|XD@)l=Ui#v*s-P#VdDflzK?#dy zc%>Qh9!^wM@o-Ym{JWj!kPZ*~x6@Hv@>8mX53Mo?&ES~D_C-dgZ{q2_;ZB)pE3{>z zoSaT^EW2c#({udZJh2d#$qyNe6uvYtXrI?)C}LPTrJ;DY)pecsRaS0J0a7e)8je1( zWp{kFSG$_^0t1uz*~5HED>t18+q3ZlWuCKirJo7c=QdU$rXXD z#Dn(|muU4VaHJ(P^sHIQ%*4$2baPY{WA>_o6b8=k`d6hnvIIG^MZA{e zwNhZd!3wsA59$uiD_1ux=U%D4yd>t}np@g3TeBJ(AAYUM-Ei>R{m1rY3p+OnOtqT4 zbLmsbTNmr3Shfijq}v_U-(t`!Cbn~t|*0F8+ zI?p<3<+!HzyLOYp zEW2lCRM;8Ld1l@?tGC+xqxy~j5fBZ!OAa?3;mnYb z$O^hF>agM)`(kIuocYXZPjj|tSH1lbXr%MR&ui_(+&9K@GAzluTcv*1?Pyb*TrpcE z>lJ5`+`{r(5mv6EySL;%Etn9@vdunYqV5r|GgFG^Y~|hJ7HVN~D&*~fT`z^da7b-x zy>sB#X3<+FrQ4n5``fKjtM&FI~EHtJl_Z)mzW~|9|h^z4!0m|No!- z|Nl9VGB8&B&+X?L671|4;A*62z|6?Nz@Ye(g_ECwmq7=l0Awr!%fAgLJ=^zMygs{o zd4fh?%FPJRRqJwI@7oX^k(PTsW6k@*hyM@UeBh=tk8Rb0qLVpRvrQIHY4NdLe`8IN z#oMM;w>C(;()B*@xMWuLyG4zSJ8Jya-+upDeYbAy??-ZtP11hVHLi86jA9(Uef<+A zPMX{+meO7uX5Y;`WeVGZc~ho&b(=k;-?X%C zt6E+6{Du8{PVAey`Ox8z?Oi)3oH}{!`st15E|?#^a`V=WzEfL`MeZ|bWU}LyPFE_JI&y9ES3nsGa*G{RFyE}7Q zVeP3m604OjP3o=-ldPJheq~mo`6StCM$!8hX&$_H*81!EtBTQ^CtulZ@#+@0_Tw_! zlRG{iJE5&)w=u@!^YdffQla~fG|9d>_S#@#{AC7LGz@EF0^Vhvs)kZmgpV+?t zaoIC<<9=!G1uxxO{vDLh{8z}7&|n`^aJ*sW&4mIApEhn|l;dGCV2~?zDO?~Tns?$t zgIwK-_ztB-?vGs6=0!Xzewp(ivFmU~MO#m5LWXjc*{ux0UK7_0XHlCCAL1q$a2!r% zO=FnJ%;lqWaY?POnm{U#ThPHqU6*YK=1-XTal`S6?n?q%C%b4!KAq{ObZ`OJiq4tK zrliFQ^v)=0>I|6{!#Cqlp0&izMy}*tod>-d%zmoP;tb(%ShQg$=kvuuZ4Z`DE^*Uh zWHw>yRG;1T>Dg0pUIPQhWd%hC4y>FJ7Vu)ynxYGu^H=+2a!9Ypx^;+QMbfF(wX=ctIAxvhiO*!D))>D%Ch_aEt>YY_5W9itaV4bDs_0T3f5wEOy&1PQ9>OIB0w*Su*pL1gNExD-5(rd!$rO*5MqF?)kk}D!UzFS!W;$usX zMtPqty&i4MQ+DHXA8*r*G=GJHTj{e;o84T0jYpbs;>ER}yXF?1P`KA6^ili1tlHae zwzl=Y6%SLH`z*5D?(1H7v_Y4*G9^TxZ`)a}obP|P-P=1+f)QuY&`6+YkOUPC3{))| z7%++kriE)JGC<3QjlJub*6*IMd1>1=P~otlk8R&Rwgdf#9Jd}dJHBhef?NG(&Yiz= zd-0YdSCy|%zIBS@?*0caA02*rZAaIQcdyPo-1G9)!N;F0UMNmJqJMjP^{gxz4<^e9LBCTNTPs zVwfTG@`a}9!C=YddmorfD0@yzkBXV|dUeW%i+UwIGE+tpu< zJe}XJo$<3zO5{a(+|ilduhrsY@*h2DnQr|4LfEtD9nl)fGw#)F%bmBbHe$o!yUwy| z)1%e*2kmp7_GSC^*O~qt+%+FQabLXtAt#oy9_^93%@{Cew``qDm+J6A{!;0pEVqs?BTF8o+%*6@(H(R(7}Vc?%N#Zb4d#9 zY@g)5B*1lwi%I0uS%KSrs zWZJ^FhQCtgbj{m&$*Vso^BD`zgNmo~3cXewoY=;5kYQO~-hl%vXNEPrnCVw#b$3qB zAt|k8%k!dCR?RF*)Ly=>j_Z}U(1Tgc+zbz9y%LoAawBp5$#3s8j?Y-c)xBh+$(viM zo9qAWQrUV<%v(2R&Zo||8*as2Y1p_^DEkeQbIJl8*~dvA-ffPrIQ@3nw|S@DwH`Zi zTA%O5qAaa-+#90X_E#zieK^D@{f70>|8J*19Qozuqj{+PiTB4{eB7Lc$G(Z_d^(}h zpHsM3qIu8#!vgd7B%S8mUGed_(S3%^r#0@yY(8u7KF9aG-S^u?7o0BpeCczOlkvZmX#$`2&n$eZ&+{#J*|j=Ya=2S&>QDwYF03Xgl3 zJ5Iz}8Z{X_R+Ra6BDUYIZ^B{@=V{==pk0OMh=}JBN%vCkKLGV|%2&}*J*?3x!Mm$7E9TIn=9e;?;^!=ygV z1=G?#U3fA*dza*j1t#CNET0<{=JkB4bi&N^xl@xQ4=oTr^Fw1nv(bcS(^~Vi7P5Iu z1t~KN&*0Kr%xsXbdZnmO)KS(|>%3x?r+KYRUbBtqm($wqe4SaVI{y7SmA(3~S;6X+ z$F?=(Y)a2zNNGQp#h}7awBYBfEmt=c9l&;mM7DGKi_in(9t#P?k;o6AJ5r*KT~|xWyc?*Gh4)bwNEAV*Ls(IL9yxj+G`WwpyFJx?SSR2JXV@cWV2(@(&HdOe?iSNu1 ze-M_p`~Cxms(n%Q4}a{DaConsS=HE7Q&+-ZRLI!X-2>`Vbf>noW|oC_NzR%*XYRbY zDO0A#Ob?SN;^1Amdez!B>(_1Ez#);gcv?fK%qot(`}QB;U^{&9=m9Qq_QFNmJ(q?= z9=mk-%B4%OiCt%x?7YBm?dX-O4~{b2JagOad_>K$$NL@~d2;aC>6cNjCEh*S|B>y$ zpCzmo<>w>K%YNVEthYtc}0KyPUl&qS@KW#wagXqzC``Xzkh61 zB!rHg$mg_d3f2seRGXly9ugu@e9vi$>}Jn1CzawEvK{Jw@nrR9T%7K0uE+W;P~2~k zXl`)T=4}G_1<$bJ&gO zP49Q_KfrY3k4A)gVndsx7werZhA}55s$PFv8Xo;vk1KD|*%>oeo33AEzkX-rjxA>@ z=dOPi^LOJ`Muv$m*Zx^$Rr2(Y`z<#;Pd)n%zqI`7@ptUX#6k`nNBoIX20{{E}<3kfm*4hY-+ zKItx6^7N_cTv1tzpanI39S?6-7uf8$CmmT3zOZ$Ef=0AA_qKzH?Rh>LcVp9fIJ~51 z{<-d;E4^xlW9RZEALg_2n7vrgBW;lp-=?>ZBnw`qFndm#ev^N@*;dbMKX=`lhz17fVI2d|bZrfYF9$i&mN? zK2cx!&*(5av#`YJEOnlc>>So@VW*yNIsNXt_LAFH(z#ntSTQziJth>Cw`p_PYR^rN z%o^Tp>s?fxD?WF@$&TIg7F0TRC!MlhFY^4{>EpXTe7c>rx#E`h`kmk6x(haQr617S z;Kh+su=j;t!3MQoWXO?<5~r@u;i& zWX0pYex9F?xcvJp_FDw4FHe1%P`u*lri=!;prcvkzjsd5FSfI~*}wjr)vHx|_bt7- zNj<9k?UrA$)sLH_^>#fCs5eSwVPH`FXPa77T#}lTQ=(9opQqrMmzP>nlB(dHSelZW cqrl4r;#N9jgSmPssS3PY<>lpia6W@I0C4wi1poj5