Compare commits

...

3 Commits

4 changed files with 16 additions and 7 deletions

2
ir

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

View File

@ -41,14 +41,18 @@ Copy-paste and add file name(s) to the end
```bash
# Autodetect how to add comment?
reuse addheader --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0"
reuse annotate --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0"
# Create a file.license
reuse addheader --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --force-dot-license
reuse annotate --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --force-dot-license
# The usual # marks a comment
reuse addheader --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --style python
reuse annotate --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --style python
```
- Note that `--year` can also be specified
Note!
- `--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

2
or

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

View File

@ -382,7 +382,9 @@ My reasons for that are many and I am often proved correct in them.
##### Brief history of my experiences with dead homeservers
Believe my concern on homeservers coming and going or not, no one is safe.
Believe my concern on homeservers coming and going or not, no homeserver is
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. 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)
@ -402,6 +404,9 @@ Believe my concern on homeservers coming and going or not, no one is safe.
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
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?