-
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.
- Loading branch information
1 parent
a02d1ed
commit 235c14d
Showing
68 changed files
with
1,906 additions
and
907 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
setxkbmap -option custom:ctrl_esc |
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,15 @@ | ||
#+TITLE: About | ||
#+AUTHOR: Jordan Herzstein | ||
#+HUGO_BASE_DIR: ../../ | ||
#+HUGO_SECTION: about | ||
#+EXPORT_FILE_NAME: _index.md | ||
#+HUGO_MENU: :menu "about" | ||
#+HUGO_CATEGORIES: | ||
#+HUGO_CODE_FENCE: nil | ||
#+OPTIONS: num:nil toc:nil | ||
|
||
Hello, my name is Jordan, I'm a Computer Engineering student from Canada. I like all things FOSS, cybersecurity, server administration, selfhosting, thinkpads, and more. These past few years I've been living and breathing Linux, from desktop, server, and embedded, with some knowledge of Windows (desktop and server) and Android. Most of my programming experience is in bash, Python, and C/C++. Familiar with Java, SQL, Go, and PHP. I'm currently learning rust. | ||
|
||
This is my website, I sometimes write blogs and technical guides. It is a very minimal static site with html and css, but this way my site is fast, responsive, and to the point. I can say that everything here is created and owned by me, not just as a creative outlet, but so every facet of my online existance is under my control. I engage very little with social media. I value understanding and being able to control my technology, which fuels my passion to learn new things all the time. | ||
|
||
When I'm not in front of glowing rectangles made of polarized sheets and crystals, I like to swim, I'm also taking part in my school's Brazillian Jiu Jitsu club. During COVID I stopped gaming entirely but more recently I've given a shot attending my local SSBU tournaments. |
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 |
---|---|---|
|
@@ -7,9 +7,25 @@ | |
#+HUGO_CATEGORIES: | ||
#+HUGO_CODE_FENCE: nil | ||
#+OPTIONS: num:nil toc:nil | ||
|
||
** @@html:<img class="inline-header" src="/images/contact/simplex.png" />@@ SimpleX [[/images/contact/simplex-qr.png][QR Code]] | ||
** @@html:<img class="inline-header" src="/images/contact/protonmail.png" />@@ Email [[mailto:[email protected]][[email protected]]] [[./pubkey.txt][PGP]] | ||
+ I have PGP as an option here but I really don't care if you don't. | ||
+ [[https://www.latacora.com/blog/2019/07/16/the-pgp-problem/][PGP isn't great]] and statistically speaking you're probably using gmail or some other providor that definitely reads your emails, in which case I'm not sure what difference it makes anyways. If you still want to go through the hassle you can learn how to use PGP [[https://emailselfdefense.fsf.org/en/][here]]. | ||
** @@html:<img class="inline-header" src="/images/contact/protonmail.png" />@@ Email [[mailto:[email protected]][[email protected]]] [[./pubkey.gpg][PGP]] | ||
+ PGP is prefered though if you already know how to use it you're probably aware of [[https://www.latacora.com/blog/2019/07/16/the-pgp-problem/][PGP's drawbacks]]; there are more secure (and easier) ways of getting in contact with me. If you must use email you can learn how to use PGP [[https://emailselfdefense.fsf.org/en/][here]]. | ||
+ Proton Mail users do not need to use PGP it is end to end encrypted by default amongst other Proton Mail users. | ||
+ PGP fingerprint ~893C C031 0405 8C9E 9D40 831D 4FF0 A9CA 91DF A592~ | ||
|
||
#+BEGIN_EXPORT html | ||
<details> | ||
<summary> | ||
<span class="details">PGP Public Key</span> | ||
</summary> | ||
<p> | ||
</p> | ||
<section class="post__summary pgp__dropdown"> | ||
#+END_EXPORT | ||
#+INCLUDE: "../../public/contact/pubkey.txt" | ||
#+BEGIN_EXPORT html | ||
</section> | ||
<div class="inner"> | ||
</div> | ||
</details> | ||
#+END_EXPORT |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,14 @@ | ||
+++ | ||
title = "About" | ||
author = ["Jordan Herzstein"] | ||
draft = false | ||
[menu] | ||
[menu.about] | ||
identifier = "about" | ||
+++ | ||
|
||
Hello, my name is Jordan, I'm a Computer Engineering student from Canada. I like all things FOSS, cybersecurity, server administration, selfhosting, thinkpads, and more. These past few years I've been living and breathing Linux, from desktop, server, and embedded, with some knowledge of Windows (desktop and server) and Android. Most of my programming experience is in bash, Python, and C/C++. Familiar with Java, SQL, Go, and PHP. I'm currently learning rust. | ||
|
||
This is my website, I sometimes write blogs and technical guides. It is a very minimal static site with html and css, but this way my site is fast, responsive, and to the point. I can say that everything here is created and owned by me, not just as a creative outlet, but so every facet of my online existance is under my control. I engage very little with social media. I value understanding and being able to control my technology, which fuels my passion to learn new things all the time. | ||
|
||
When I'm not in front of glowing rectangles made of polarized sheets and crystals, I like to swim, I'm also taking part in my school's Brazillian Jiu Jitsu club. During COVID I stopped gaming entirely but more recently I've given a shot attending my local SSBU tournaments. |
Oops, something went wrong.