nostr

Nostr is trending and I bet you already read about it somewhere. What is nostr? Nostr stands for “Notes and Other Stuff Transmitted by Relays”. “The simplest open protocol that is able to create a censorship-resistant global “social” network once and for all. It doesn’t rely on any trusted central server, hence it is resilient; it is based on cryptographic keys and signatures, so it is tamperproof; it does not rely on P2P techniques, therefore it works....

February 5, 2023 · 2 min · 392 words

Static Websites with gohugo

Publish web content There are many ways to build websites and in many places content management systems (CMS) are used, which display the content directly when you visit the site ( Say “at runtime”) dynamic rendering. However, if you have quite manageable requirements and would like to save computing time, you can also generate the content in advance (“at translation time”) and then publish it directly as a website. Hugo technology stack Hugo belongs to the latter category and impresses with its ease of use and a good selection of Themes....

January 27, 2023 · 1 min · 145 words