Compare commits

...

4 Commits

Author SHA1 Message Date
Amolith e1d9d42500
reformat draft 2023-05-04 20:31:48 -04:00
Amolith ad1b7e02a5
remove unnecessary sapcing 2023-05-04 20:31:40 -04:00
Amolith a234990ecf
add negative margin to pre to match admonitions 2023-05-04 20:29:26 -04:00
Amolith 4b32981644
add admonition to home page 2023-05-04 20:26:56 -04:00
4 changed files with 55 additions and 47 deletions

View File

@ -82,9 +82,11 @@ preferred will _always_ be email. In order of preference…
[Libera]: https://libera.chat/ [Libera]: https://libera.chat/
[NixNet]: https://docs.nixnet.services/IRC [NixNet]: https://docs.nixnet.services/IRC
{{< adm type="tip" >}}
If you choose to contact me over XMPP, please use OMEMO encryption and If you choose to contact me over XMPP, please use OMEMO encryption and
manually verify the following fingerprints. Any other keys should be manually verify the above fingerprints. Any other keys should be
marked as _untrusted_. marked as _untrusted_.
{{< /adm >}}
```text ```text
Desktop: 356C7395 B6A79738 DCE819CF E49F3146 9DD3E4E3 C753CF13 140358B8 7540A969 Desktop: 356C7395 B6A79738 DCE819CF E49F3146 9DD3E4E3 C753CF13 140358B8 7540A969

View File

@ -1,18 +1,21 @@
--- ---
title: Making yourself overly available
draft: true draft: true
cover: ./cover.png cover: ./cover.png
--- ---
\*\* TODO Making yourself overly available ## References
\*\*\* References [Stop. Breathe. We Cant Keep Working Like This.](https://www.nytimes.com/2021/03/05/opinion/ezra-klein-podcast-cal-newport.html?showTranscript=1)
[[https://www.nytimes.com/2021/03/05/opinion/ezra-klein-podcast-cal-newport.html?showTranscript=1][Stop. Breathe. We Cant Keep Working Like This.]]
**\* Notes ## Notes
\*\*** Get rid of information that isn't important \***\* Escalate the info that is
\*\*** Set /clear/ boundaries for when you are available \***\* Enforce those with automatic DnD rules or use timers
\*\*** With groups...
**\*** Specialisation is /good/ and should be /encouraged/
**\*** /All/ of the above points apply with coworkers as well
\*\*\* TODO Pong Jake when finished - Get rid of information that isn't important
- Escalate the info that is
- Set /clear/ boundaries for when you are available
- Enforce those with automatic DnD rules or use timers
- With groups...
- Specialisation is _good_ and should be _encouraged_
- _All_ of the above points apply with coworkers as well
Pong Jake when finished

View File

@ -69,6 +69,9 @@ code {
border-radius: 3px; border-radius: 3px;
padding: 0 4px; padding: 0 4px;
} }
pre {
margin: 15px -14px;
}
code, code,
pre { pre {
font-size: 16px; font-size: 16px;