mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
de-twitter
This commit is contained in:
parent
3f1978cc85
commit
87832e05c0
6 changed files with 0 additions and 6 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
title = "Box Is a Unique Type"
|
title = "Box Is a Unique Type"
|
||||||
date = "2022-07-23"
|
date = "2022-07-23"
|
||||||
author = "Noratrieb"
|
author = "Noratrieb"
|
||||||
authorTwitter = "@Noratrieb"
|
|
||||||
tags = ["rust", "unsafe code"]
|
tags = ["rust", "unsafe code"]
|
||||||
keywords = ["box", "noalias"]
|
keywords = ["box", "noalias"]
|
||||||
description = "About better aliasing semantics for `Box<T>`"
|
description = "About better aliasing semantics for `Box<T>`"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title = "Having fun with OpenSSH private keys"
|
title = "Having fun with OpenSSH private keys"
|
||||||
date = "2024-09-13"
|
date = "2024-09-13"
|
||||||
author = "Noratrieb"
|
author = "Noratrieb"
|
||||||
authorTwitter = "@Noratrieb"
|
|
||||||
tags = ["ssh"]
|
tags = ["ssh"]
|
||||||
keywords = ["SSH"]
|
keywords = ["SSH"]
|
||||||
description = "An interactive way to have fun with OpenSSH private keys"
|
description = "An interactive way to have fun with OpenSSH private keys"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title = "Item Patterns And Struct Else"
|
title = "Item Patterns And Struct Else"
|
||||||
date = "2023-03-17"
|
date = "2023-03-17"
|
||||||
author = "Noratrieb"
|
author = "Noratrieb"
|
||||||
authorTwitter = "@Noratrieb"
|
|
||||||
tags = ["rust", "language-design"]
|
tags = ["rust", "language-design"]
|
||||||
keywords = ["design"]
|
keywords = ["design"]
|
||||||
description = "Bringing more expressiveness to our items"
|
description = "Bringing more expressiveness to our items"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title = "How SSH Secures Your Connection"
|
title = "How SSH Secures Your Connection"
|
||||||
date = "2024-08-21"
|
date = "2024-08-21"
|
||||||
author = "Noratrieb"
|
author = "Noratrieb"
|
||||||
authorTwitter = "@Noratrieb"
|
|
||||||
tags = ["ssh", "security", "cryptography"]
|
tags = ["ssh", "security", "cryptography"]
|
||||||
keywords = ["box", "noalias"]
|
keywords = ["box", "noalias"]
|
||||||
description = "Explaining SSH security by example"
|
description = "Explaining SSH security by example"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title = "The Inevitable Doom"
|
title = "The Inevitable Doom"
|
||||||
date = "2024-01-13"
|
date = "2024-01-13"
|
||||||
author = "Noratrieb"
|
author = "Noratrieb"
|
||||||
authorTwitter = "@Noratrieb"
|
|
||||||
tags = ["story"]
|
tags = ["story"]
|
||||||
keywords = ["story"]
|
keywords = ["story"]
|
||||||
description = "A short story about AI"
|
description = "A short story about AI"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
date = "{{ .Date }}"
|
date = "{{ .Date }}"
|
||||||
author = ""
|
author = ""
|
||||||
authorTwitter = "" #do not include @
|
|
||||||
cover = ""
|
cover = ""
|
||||||
tags = ["", ""]
|
tags = ["", ""]
|
||||||
keywords = ["", ""]
|
keywords = ["", ""]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue