summary refs log tree commit diff
path: root/content/articles/nsfaq
diff options
context:
space:
mode:
Diffstat (limited to 'content/articles/nsfaq')
-rw-r--r--content/articles/nsfaq/index.md77
-rw-r--r--content/articles/nsfaq/index.pt-br.md76
2 files changed, 153 insertions, 0 deletions
diff --git a/content/articles/nsfaq/index.md b/content/articles/nsfaq/index.md
new file mode 100644
index 0000000..a6a040d
--- /dev/null
+++ b/content/articles/nsfaq/index.md
@@ -0,0 +1,77 @@
+---
+title         : "Not So Frequently Asked Questions"
+description   : "Not So Frequently Asked Questions"
+publishDate   : 2024-11-16
+lastmod       : 2025-08-11
+toc           : false
+---
+
+**Why Venomade?**
+
+> **“Venomade”** comes from [a song I quite like](https://www.youtube.com/watch?v=nCNa2JzsVKU).  
+> I picked it because it rolls off the tongue easily enough, it’s not entirely unique but it’s still memorable, and most importantly it's *`.com`* domain was available.
+
+**Which programming languages do you use?**
+
+> I started programming in **Javascipt** and **Python** at school. I then discovered **Go** in 2018 and it quickly became my favourite programming language. Learning Go inspired me to work with **C**. In order to program more efficiently in C, I studied **Haskell**, which flowed nicely into programming **Rust**.
+>
+> Nowadays however, I prefer to stick with **C** because it's where I feel most comfortable, though I have been enjoying **Lua** as of late.
+
+**What Music do you listen to?**
+
+> I listen to quite a wide range of genres so instead, here are some artists I particularly like:
+>
+> - Tatsuro Yamashita
+> - Masayoshi T akanaka
+> - Night Tapes
+> - modest by default
+> - Hallowed
+> - Буерак
+> - Источник
+> - Terno Rei
+> - Tim Maia
+> - Legião Urbana
+>
+> I have purchased albums from most of the above artists and keep lossless digital copies in my collection. I do not stream music.
+
+**What setup do you use?**
+
+> I used to use a T440P but the battery life and power consumption along with the lackluster performance unfortunately became too much of a burden to bare in 2025 so I finally upgraded and picked up a Macbook. I still maintain the T440P was however, the last truly great laptop. No matter how amazing Apple Silicon is, there is nothing that hurts me more than glue and solder.
+>
+> **Hardware:**
+> - Macbook Pro
+>   - M1 (8 core CPU + 8 core GPU)
+>   - 16GB Ram
+>   - 1440p Screen
+>   - 512GB SSD
+>   - Touchbar™
+> - Feker Alice 80 Keyboard
+> - Deft Pro Trackball Mouse
+>
+> **Software:**
+> - MacOS
+> - Kitty
+> - Emacs
+> - Orion
+
+**Can I copy your configs?**
+
+> Sure! You can find my current dotfiles here:
+> [dotfiles](https://git.venomade.com/dotfiles)
+>
+> I also have an archive of my old dotfiles here:
+> [dotfiles-archive](https://git.venomade.com/dotfiles-archive)
+
+**Why does your website look so ~old/ugly~ cool/fashionable?**
+
+> While I enjoyed writing my old website in pure HTML, it made it quite cumbersome to update. I wanted something that was easier to update but I didn't want to make JS a hard requirement so this iteration of the site is generated by Hugo.
+>
+> Like my old site, It keeps most of it's advantages over modern websites:
+> - It uses no JavaScript
+> - Loads superfast (even on dial-up)
+> - Can display fully almost anywhere!
+>
+> but now also:
+> - Generates HTML from Markdown
+> - Doesn't bug out
+> - Supports both **English** and **Português**
diff --git a/content/articles/nsfaq/index.pt-br.md b/content/articles/nsfaq/index.pt-br.md
new file mode 100644
index 0000000..3ca41e3
--- /dev/null
+++ b/content/articles/nsfaq/index.pt-br.md
@@ -0,0 +1,76 @@
+---
+title         : "Perguntas Não Tão Frequentes"
+description   : "Perguntas Não Tão Frequentes"
+publishDate   : 2025-08-11
+toc           : false
+---
+
+**Por que 'Venomade'?**
+
+> O nome **“Venomade”** vem do título de [uma música que eu gosto](https://www.youtube.com/watch?v=nCNa2JzsVKU).  
+> Escolhi esse nome porque gosto de como ele soa, não é totalmente único, mas ainda é fácil de lembrar. Mais importante, o domínio *`venomade.com`* estava disponível.
+
+**Quais linguagens de programação você usa?**
+
+> Eu aprendi **Javascript** e **Python** na escola. Descobri **Go** em 2018, e agora Go é uma das minhas linguagens favoritas. Aprender Go me inspirou a aprender **C**, e o C me motivou a estudar **Haskell** e então **Rust**.
+>
+> Atualmente, estou programando em C e **Lua** porque são as linguagens com as quais me sinto mais confortável.
+
+**Que música você ouve?**
+
+> Eu ouço muitos gêneros de música, aqui estão alguns dos meus artistas favoritos:
+>
+> - Tatsuro Yamashita
+> - Masayoshi Takanaka
+> - Night Tapes
+> - modest by default
+> - Hallowed
+> - Буерак
+> - Источник
+> - Terno Rei
+> - Tim Maia
+> - Legião Urbana
+>
+> Eu comprei álbuns de todos esses artistas e mantenho cópias digitais no meu servidor. Não faço streaming de música.
+
+**Qual é o seu setup?**
+
+> Eu costumava usar um T440P mas a duração da bateria, eficiência de energia e o desempenho simplesmente não davam conta da internet de hoje. Em 2025, decidi comprar um Macbook por causa do famoso 'Apple Silicon' e até agora, não me arrependo.
+>
+> **Hardware:**
+> - Macbook Pro
+>   - M1 (8 core CPU + 8 core GPU)
+>   - 16GB RAM
+>   - 1440p Tela
+>   - 512GB SSD
+>   - Touchbar™
+> - Feker Alice 80 Teclado
+> - Deft Pro Trackball Mouse
+>
+> **Software:**
+> - MacOS
+> - Kitty
+> - Emacs
+> - Orion
+
+ **Posso copiar seus configs?**
+
+> Claro! Você pode encontrar meus dotfiles aqui:
+> [dotfiles](https://git.venomade.com/dotfiles)
+>
+> E meus dotfiles arquivados aqui:
+> [dotfiles-archive](https://git.venomade.com/dotfiles-archive)
+
+**Por que seu site parece ~desatualizado/feio~ legal/moderno?**
+
+> Embora eu gostasse de meu site anterior pela sua praticidade e estilo rústico, escrever o HTML era muito trabalhoso. Queria um método mais simples para escrever artigos sem javascript, então escolhi Hugo.
+> 
+> Assim como o site antigo, este traz muitas vantagens sobre sites mais pesados:
+> - Sem JavaScript
+> - Carrega muito rápido
+> - Funciona bem em qualquer tamanho de tela
+>
+> mas agora também:
+> - Gera HTML automaticamente de Markdown
+> - Sem bugs estranhos
+> - Multilíngue, disponível em **English** e **Português**