Compare commits

...

2 Commits

Author SHA1 Message Date
00d582d0c7 Add to Fake Dog + Recommend 2022-07-09 02:51:57 -06:00
72928fd415 Use | in page title 2022-07-01 23:52:19 -07:00
6 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Fake Dog.md",
"file": "Things I Recommend.md",
"mode": "source",
"source": false
}
@ -69,7 +69,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Fake Dog.md",
"file": "Things I Recommend.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -86,7 +86,7 @@
"state": {
"type": "outline",
"state": {
"file": "Fake Dog.md"
"file": "Things I Recommend.md"
}
}
}
@ -100,6 +100,7 @@
},
"active": "25a79872dfa9b9bf",
"lastOpenFiles": [
"Things I Recommend.md",
"Fake Dog.md",
"Protospace.md",
"fake-dog.png.md",
@ -108,7 +109,6 @@
"Notica.md",
"Bypassing Ports.md",
"Backup Strategy.md",
"Acoustic Panels.md",
"Hand of Ozymandias.md"
"Acoustic Panels.md"
]
}

View File

@ -19,9 +19,9 @@ A Python script kept alive by Supervisor runs on the Raspberry Pi and listens to
![[fake-dog2.png]]
## Efficacy
So is it worth it? According to [former burglars](https://news.t0.vc/TRMA), barking dogs and security cameras are some of the best deterrents to home invasions. The dog sounds kind of fake to me, but I know it isn't real. I'm hoping that a rushing burglar won't spend time pondering if the barking is from an elaborate speaker setup and will just move on to a different house.
According to [former burglars](https://news.t0.vc/TRMA), barking dogs and security cameras are some of the best deterrents to home invasions. The dog sounds fake to me, but I know it isn't real. I'm hoping that a rushing burglar won't spend time pondering if the barking is from an elaborate speaker setup and will just move on to a different house. Of course the internet now knows that it's a fake dog, but "the reader does not steal and the thief does not read".
Is it needed in my neighbourhood? I think so. I already caught a prowler who went in my backyard and checked my garage door handle to see if it was locked. He then broke into my neighbour's truck and garage after. If you know this guy, shoot me an email:
I already caught a prowler who went in my backyard and checked my garage door handle to see if it was locked. He then broke into my neighbour's truck and garage after. He gets to have his face on my website:
![[fake-dog3.jpg]]

View File

@ -11,7 +11,7 @@ This outlines some software and devices I recommend you use: uBlock Origin, Spon
## Software
### uBlock Origin
uBlock Origin is an open source ad blocker and something I install immediately on all my devices. Running an ad blocker makes browsing the web way better. It removes distracting ads (even from YouTube), invasive tracking, and makes you safer by removing potentially fake links. It's the best piece of software I use even though it mostly remains unseen. And it even works on your phone.
uBlock Origin is an open source ad blocker and something I install immediately on all my devices. Running an ad blocker makes browsing the web way better. It removes distracting ads (even from YouTube), invasive tracking, and makes you safer by removing potentially [fake links](https://news.t0.vc/LOBW/c#drekipus1657325184). It's the best piece of software I use even though it mostly remains unseen. And it even works on your phone.
You can install it on [Firefox Desktop](https://addons.mozilla.org/en-CA/firefox/addon/ublock-origin/), [Firefox Android](https://addons.mozilla.org/en-CA/android/addon/ublock-origin/), and [Chrome Desktop](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en). Make sure you install the correct "Origin" version and avoid "ublock.org".

View File

@ -3,7 +3,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ article.title|striptags }} - t0.vc</title>
<title>{{ article.title|striptags }} | t0.vc</title>
<meta charset=UTF-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
{% if article.date %}

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ SITENAME }} - {{ article.title|striptags }}{% endblock %}
{% block title %}{{ article.title|striptags }} | {{ SITENAME }}{% endblock %}
{% block head %}
{{ super() }}

View File

@ -9,7 +9,7 @@
<meta name="author" content="{{ AUTHOR }}" />
{% endblock head %}
<link rel="icon" href="favicon.svg">
<link rel="icon" href="/favicon.svg">
<style>
{% include 'style.css' %}