mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 19:37:23 +02:00
Compare commits
3 Commits
f1af41e70a
...
7161eeae26
Author | SHA1 | Date | |
---|---|---|---|
7161eeae26 | |||
927aef9549 | |||
73efe8f346 |
2
ir
2
ir
@ -1 +1 @@
|
|||||||
Subproject commit 074b12651a82c23792a62715f430618113f26d60
|
Subproject commit 6b4f44311a615677c21fabc7a0231dec4818e964
|
12
n/reuse.md
12
n/reuse.md
@ -41,14 +41,18 @@ Copy-paste and add file name(s) to the end
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Autodetect how to add comment?
|
# 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
|
# 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
|
# 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
|
### Styles
|
||||||
|
|
||||||
|
2
or
2
or
@ -1 +1 @@
|
|||||||
Subproject commit 5bd65f4a10f6c4f1db2751c60732a556e264ca36
|
Subproject commit e9d0a8adbb261276428b03e78f1de86f7e2298ba
|
@ -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
|
##### 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. 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)
|
||||||
@ -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
|
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?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user