Compare commits

..

No commits in common. "7161eeae2653770bb7ead9b801dabac8e1b8ba53" and "f1af41e70a02d24ec90db29f66c4ee1df41e7836" have entirely different histories.

4 changed files with 7 additions and 16 deletions

2
ir

@ -1 +1 @@
Subproject commit 6b4f44311a615677c21fabc7a0231dec4818e964 Subproject commit 074b12651a82c23792a62715f430618113f26d60

View File

@ -41,18 +41,14 @@ Copy-paste and add file name(s) to the end
```bash ```bash
# Autodetect how to add comment? # Autodetect how to add comment?
reuse annotate --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" reuse addheader --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0"
# Create a file.license # Create a file.license
reuse annotate --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --force-dot-license reuse addheader --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --force-dot-license
# The usual # marks a comment # The usual # marks a comment
reuse annotate --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --style python reuse addheader --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --style python
``` ```
Note! - Note that `--year` can also be specified
- `--year 2023` can be specified if the date isn't this year.
- `annotate` replaces existing headeer if any, to add before it instead, use
`--no-replace`
### Styles ### Styles

2
or

@ -1 +1 @@
Subproject commit e9d0a8adbb261276428b03e78f1de86f7e2298ba Subproject commit 5bd65f4a10f6c4f1db2751c60732a556e264ca36

View File

@ -382,9 +382,7 @@ My reasons for that are many and I am often proved correct in them.
##### Brief history of my experiences with dead homeservers ##### Brief history of my experiences with dead homeservers
Believe my concern on homeservers coming and going or not, no homeserver is Believe my concern on homeservers coming and going or not, no one is safe.
safe unless you happen to have backups on multiple independent ones. Or maybe
I am just personally unlucky?
1. 2018-09-07: [Disroot.org announced Matrix closure](https://disroot.org/en/blog/matrix-closure). 1. 2018-09-07: [Disroot.org announced Matrix closure](https://disroot.org/en/blog/matrix-closure).
1. 2019-04-12: [Matrix.org was compromised](https://matrix.org/blog/2019/04/11/we-have-discovered-and-addressed-a-security-breach-updated-2019-04-12) 1. 2019-04-12: [Matrix.org was compromised](https://matrix.org/blog/2019/04/11/we-have-discovered-and-addressed-a-security-breach-updated-2019-04-12)
@ -404,9 +402,6 @@ I am just personally unlucky?
happened there, but I am not an active member of their community and they happened there, but I am not an active member of their community and they
are volunteers like most of Matrix (excluding EMS and other paid homeserver are volunteers like most of Matrix (excluding EMS and other paid homeserver
offerings). offerings).
1. 2023-05-08 13:15 [Kapsi.fi](https://www.kapsi.fi/english.html) database
server physically died taking down their homeserver and
[pikaviestin.fi](https://www.pikaviestin.fi) which hosts my main account.
#### Why do you use Matrix URI scheme instead of matrix.to? #### Why do you use Matrix URI scheme instead of matrix.to?