Compare commits

..

No commits in common. "00d582d0c7f169884c28007207ddf012f2e2d7d7" and "163ef3aad30f5d7e5ed855efef9817cf1fb33566" have entirely different histories.

6 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Things I Recommend.md",
"file": "Fake Dog.md",
"mode": "source",
"source": false
}
@ -69,7 +69,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Things I Recommend.md",
"file": "Fake Dog.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -86,7 +86,7 @@
"state": {
"type": "outline",
"state": {
"file": "Things I Recommend.md"
"file": "Fake Dog.md"
}
}
}
@ -100,7 +100,6 @@
},
"active": "25a79872dfa9b9bf",
"lastOpenFiles": [
"Things I Recommend.md",
"Fake Dog.md",
"Protospace.md",
"fake-dog.png.md",
@ -109,6 +108,7 @@
"Notica.md",
"Bypassing Ports.md",
"Backup Strategy.md",
"Acoustic Panels.md"
"Acoustic Panels.md",
"Hand of Ozymandias.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
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".
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.
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:
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:
![[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](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.
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.
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 %}{{ article.title|striptags }} | {{ SITENAME }}{% endblock %}
{% block title %}{{ SITENAME }} - {{ article.title|striptags }}{% 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' %}