Compare commits
7 Commits
011e887dbc
...
3efe49b776
| Author | SHA1 | Date | |
|---|---|---|---|
| 3efe49b776 | |||
| 958ce26cb7 | |||
| cb891cbc4a | |||
| e3722ed048 | |||
| 3e868e8911 | |||
| eb57d715ff | |||
| f77e0e3357 |
27
content/contact.md
Normal file
27
content/contact.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
draft: false
|
||||
title: "Contact Methods"
|
||||
date: 2025-12-22T10:30:00-07:00
|
||||
comments: false
|
||||
images:
|
||||
---
|
||||
|
||||
## Preferred
|
||||
|
||||
These are where I feel most free to communicate.
|
||||
|
||||
- [Session](/session)
|
||||
- [SimpleX](https://smp19.simplex.im/a#tSXsd7M_lDktSRVePuVeTReUKEv1hsiPwaTWlneRIZ0)
|
||||
|
||||
## Decent
|
||||
|
||||
These are reliable forms of communication, even if not the most private / secure.
|
||||
|
||||
- [Signal](https://signal.me/#eu/1VgXuFLsYnI5zKSyvhcc6KqFd6AJp2AlzACDIwgsuUsLVEI4WBdH763TEjQpZPpX)
|
||||
- [Email](mailto:me@hyperling.com)
|
||||
|
||||
## Legacy
|
||||
|
||||
I'm may be on these, but am much less active than the other methods.
|
||||
|
||||
- [Telegram](https://t.me/HyperVegan)
|
||||
42
content/posts/tech/session-messenger.md
Normal file
42
content/posts/tech/session-messenger.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
draft: true
|
||||
pinned: false
|
||||
unlisted: false
|
||||
hidden: true
|
||||
title: "Session Messenger"
|
||||
subtitle: ""
|
||||
author: Hyperling
|
||||
date: "2025-12-21T08:30:00-07:00"
|
||||
started: "2025-12-20"
|
||||
lastmod:
|
||||
toc: false
|
||||
images:
|
||||
tags:
|
||||
- tech
|
||||
- session
|
||||
- messenger
|
||||
- chat client
|
||||
series:
|
||||
- privacy
|
||||
categories:
|
||||
- guides
|
||||
aliases:
|
||||
- /session
|
||||
- /session-messenger
|
||||
---
|
||||
|
||||
I've recently joined a new messenger. Below are the steps on how to add me:
|
||||
|
||||
---
|
||||
|
||||
1. Install `Session`:
|
||||
> [getsession.org/download](https://getsession.org/download)
|
||||
2. Message me:
|
||||
> 05401e7dd4627428daa2fb8db37e80ac4a9673aee8373ad17b97682ace82b17121
|
||||
3. Wait for a response! :)
|
||||
|
||||
---
|
||||
|
||||
You may also check the [Contact](/contact) page for other ways that I communicate.
|
||||
|
||||
Thanks for dropping by! ^_^
|
||||
@@ -83,10 +83,10 @@ languages:
|
||||
title: "Hyperling's Written Works"
|
||||
keywords: ""
|
||||
copyright: '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
||||
readOtherPosts: "Read other posts"
|
||||
|
||||
params:
|
||||
#subtitle = "Blogposts, recipes, musings, and more."
|
||||
readOtherPosts: "Read other posts"
|
||||
|
||||
logo:
|
||||
logoText: "Hyperling's Works"
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
}}{{ .Scratch.Set "author" .Site.Params.authorHyperling
|
||||
}}{{ else if or (eq $author "authorhypervegan") (eq $author "hypervegan")
|
||||
}}{{ .Scratch.Set "author" .Site.Params.authorHyperVegan
|
||||
}}{{ else if or (eq $author "authordefault") (eq $author "default")
|
||||
}}{{ .Scratch.Set "author" .Site.Params.authorDefault
|
||||
}}{{ else if and ($author) (not (eq $author ""))
|
||||
}}{{ .Scratch.Set "author" $author
|
||||
}}{{ else
|
||||
|
||||
Reference in New Issue
Block a user