summaryrefslogtreecommitdiff
path: root/src/content/pt/sobre.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/pt/sobre.adoc')
-rw-r--r--src/content/pt/sobre.adoc18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/content/pt/sobre.adoc b/src/content/pt/sobre.adoc
index 2d7ad20..61ed4ea 100644
--- a/src/content/pt/sobre.adoc
+++ b/src/content/pt/sobre.adoc
@@ -2,10 +2,24 @@
:mailto: mailto:~euandreh/public-inbox@lists.sr.ht
:archive: https://lists.sr.ht/~euandreh/public-inbox
+:cargo2nix: ../en/blog/2020/10/05/cargo2nix.html
+:swift2nix: ../en/blog/2020/10/05/swift2nix.html
+:database: ../en/blog/2020/08/31/database-i-wish-i-had.html
+:fallible: ../en/blog/2021/02/17/fallible.html
+:flags: ../en/blog/2020/10/19/feature-flags.html
+:interviewing: ../en/blog/2020/10/20/wrong-interviewing.html
+:stateless: ../en/blog/2019/06/02/nixos-stateless-workstation.html
+:bugtracker: ../en/blog/2020/11/07/diy-bugs.html
-Oi, eu sou EuAndreh. Eu escrevo software e, ocasionalmente, música. Você encontra meu dados para entrar em contato no rodapé desta página, ou pode mandar também uma mensagem para minha {mailto}[caixa de entrada pública] ({archive}[arquivo]).
+Oi, eu sou EuAndreh -- André Miranda Moreira. Eu escrevo software e ocasionalmente música. Você encontra dados para me contatar no rodapé desta página, ou pode mandar também uma mensagem para minha {mailto}[caixa de entrada pública] ({archive}[arquivo]).
-Esse é o meu site pessoal onde eu escrevo artigos, publico software e outros trabalhos relacionados.
+Esse é o meu site pessoal onde eu escrevo artigos, público software e outros trabalhos relacionados.
+
+I write about robust software: the kind that still works after the network drops, after the vendor leaves, and after you stop paying attention.
+
+That shows up in a few places. I care about reproducible systems, so I run a link:{stateless}[stateless NixOS workstation] and have written bridges like link:{cargo2nix}[cargo2nix] and link:{swift2nix}[swift2nix] to make Rust and Swift first-class citizens inside Nix builds. I care about durable data, which is why I keep returning to local-first software, persistent data structures, and link:{database}[the database I wish existed]: embedded, immutable, and syncable. And I care about tools that don't need a company behind them, so I reach for Git, email and plain text before I reach for a service -- far enough that link:{bugtracker}[my bug tracker is a directory].
+
+I also think about how teams ship -- fault injection (link:{fallible}[fallible]), link:{flags}[feature flags], and link:{interviewing}[how we interview engineers] -- because robustness is a team habit before it is a technology.