-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ d0f27d3 🚀
- Loading branch information
1 parent
9cdc617
commit fd65bd4
Showing
16 changed files
with
351 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<link rel="stylesheet" href="/css/style.css"> | ||
|
||
<head><h1>Jordan Herzstein</h1> | ||
</head> | ||
<head><div class="menubar"> | ||
<div class="menu-container"> | ||
<a href="/">home</a> | ||
- | ||
<a href="/posts">blog</a> | ||
- | ||
<a href="/tags">tags</a> | ||
- | ||
<a href="/mysetup">setup</a> | ||
- | ||
<a href="https://github.com/jherzstein">projects</a> | ||
- | ||
<a href="/contact">contact</a> | ||
</div> | ||
</div> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="page"> | ||
|
||
|
||
<section class="page__body"> | ||
<header class="content__header"> | ||
<h1>Skiff is Dead 🤡</h1> | ||
</header> | ||
<div class="tags-list"><span class ="tags"> | ||
<a href="/tags/technology/">#technology</a> | ||
</span> | ||
<span class ="tags"> | ||
<a href="/tags/email/">#email</a> | ||
</span> | ||
<span class ="tags"> | ||
<a href="/tags/clown-moment/">#clown-moment</a> | ||
</span> | ||
<span class ="tags"> | ||
<a href="/tags/skiff/">#skiff</a> | ||
</span> | ||
<span class ="tags"> | ||
<a href="/tags/proton/">#proton</a> | ||
</span> | ||
</div> | ||
<div class="content__body"> | ||
<figure> | ||
<center> | ||
<img src="/images/blog/clown.jpg" width="50%" /> | ||
<figcaption>This is what Skiff's owners look like... and me. hahaha *honk honk*</figcaption> | ||
</center> | ||
</figure> | ||
<p>Skiff was a privacy focused email service. I switched over to them a few weeks ago from Proton because I got it recommended to me from someone on campus for their very generous free tier that offered custom domain support. I’ve always wanted to switch to my custom domain for unlimited aliases using it to organize my accounts, and I’m admittantly cheap so I decided “why not” and gave Skiff a try. Honestly didn’t care for their elliptic curve E2EE, zero access, quantum resistant hoo-ha, I just wanted free custom domains with incrementally better privacy than Google even though email sucks. I thought worst case senario I could always just switch back to Proton (my custom domain will keep me email-service agnostic), and Skiff’s massive amount of capital investment would keep them afloat for at least a few years before I would make another switch. I literally just woke up to learn that they’ve been bought out by Notion; indeed <a href="https://piped.video/watch?v=UWhKa7M52BA">I am a clown 🤡</a>. This is sort of on me for being naive to trust this particular service that seemed “a little too good to be true” so take this from my experience, even though it should seem obvious: <strong>only trust an email (or any) service that has years of a track record to back it up.</strong></p> | ||
<p>I’m actually somewhat grateful that this happened, because now I get to learn and this was a pretty low stakes mess up in the grand scheme of things. Even though I’ve messed up, I’m humbled, and despite my slight self-deprication I actually am not beating myself up too much over this. For one to avoid being a clown in the future, one must see the clown in their present selves, own up to it, laugh, honk their nose, and then finally remove the wig and makeup.</p> | ||
<figure> | ||
<center> | ||
<img src="/images/blog/unclown.jpg" width="50%" /> | ||
</center> | ||
</figure> | ||
|
||
</div> | ||
|
||
|
||
</section> | ||
|
||
|
||
<footer class="page__footer"><div class="footer"> | ||
<hr style="width:100%;height:1px;border-width:0;color:gray;background-color:gray"> | ||
<style> | ||
.footer{text-align: center;} | ||
</style> | ||
<div class="link-buttons-group"> | ||
<span class="link-buttons"> | ||
<a href="https://neocities.org"> | ||
<img src="/images/link-buttons/neocitiesorg.gif"></a> | ||
</span> | ||
<span class="link-buttons"> | ||
<a href="https://libreboot.org"> | ||
<img src="/images/link-buttons/libreboot.gif"></a> | ||
</span> | ||
<span class="link-buttons"> | ||
<a href="https://sadgrl.online"> | ||
<img src="/images/link-buttons/sadgrl.gif"></a> | ||
</span> | ||
<span class="link-buttons"> | ||
<a href="https://creativecommons.org/licenses/by-sa/4.0/"> | ||
<img src="/images/link-buttons/by-sa.png"></a> | ||
</span> | ||
<span class="link-buttons"> | ||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html"> | ||
<img src="/images/link-buttons/gplv3-88x31.png"></a> | ||
</span> | ||
</div> | ||
<div class= "copyright"> | ||
© 2024 <a href="/">Jordan Herzstein</a>, content <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>, code GPLv3, Powered by <a href="https://gohugo.io">Hugo</a>, Org Mode, Emacs | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.