Unless otherwise noted (either in this file or in a file's copyright section) the contents of this gist are Copyright ©️2020 by Christopher Allen, and are shared under spdx:Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.) open-source license.
If you more tips and advice like these, you can become a monthly patron on my GitHub Sponsor Page for as little as $5 a month; and your contributions will be multipled, as GitHub is matching the first $5,000! This gist is all about Homebrew, so if you like it you can support it by donating to them or becoming one of their Github Sponsors.
<div class="box" id="backlinks"> | |
<h2>Backlinks</h2> | |
<p class="center"> | |
{% if page.lang == 'it' %} | |
Le pagine del sito che contengono un link a questa pagina.<br /> | |
Curioso riguardo cosa voglia dire? Leggi <a href="https://it.wikipedia.org/wiki/Backlink" target="_blank" title="Backlink su Wikipedia">questo articolo</a>. | |
{% else %} | |
All the pages of this website containing a link to the current page.<br />Curious about what this means? Check <a href="https://en.wikipedia.org/wiki/Backlink" target="_blank" title="Backlink on Wikipedia">this article</a>. | |
{% endif %} | |
</p> |
If you're a privacy enthusiast, you probably clicked a link to this post thinking it's going to vindicate you; that it's going to prove how you've been right all along, and "normies just don't care about privacy", despite your best efforts to make them care. That it's going to show how you're smarter, because you understand the threats to privacy and how to fight them.
Unfortunately, you're not right. You never were. Let's talk about why, and what you should do next.
So, first of all, let's dispense with the "normie" term. It's a pejorative term, a name to call someone when they don't have your exact set of skills and interests, a term to use when you want to imply that someone is clueless or otherwise below you. There's no good reason to use it, and it suggests that you're looking down on them. Just call them "people", like everybody else and like yourself - you don't need to turn them into a group of "others" to begin with.
Why does that matter? Well, would *y
# tools from https://github.com/ibraheemdev/modern-unix | |
tap "cantino/mcfly" | |
tap "clementtsang/bottom" | |
brew "bat" | |
brew "exa" | |
brew "lsd" | |
brew "git-delta" | |
brew "dust" | |
brew "duf" | |
brew "broot" |
- Copy the code below:
javascript:var name=document.querySelector(".account__header__tabs__name").firstChild.firstChild.innerText; var mastodonAccount=document.querySelector(".account__header__tabs__name").firstChild.children[1].innerText; var mastodonURL=mastodonAccount.split('@'); navigator.clipboard.writeText(mastodonAccount+','+name+','+'https://'+mastodonURL[2]+'/@'+mastodonURL[1]);
- Create a new bookmark.
- Set the bookmarklet name and paste the above as the URL.
deb https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware |