From ecae5f70e3d93ae39174c8dfb6ae5f6606cd2293 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 22 Oct 2020 13:54:07 -0300 Subject: [PATCH] New section: Personal projects --- content/projects/_index.md | 7 +++++++ content/projects/_index.pt.md | 12 ++++++++++++ content/projects/beryllium.md | 20 ++++++++++++++++++++ content/projects/beryllium.pt.md | 26 ++++++++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 content/projects/_index.md create mode 100644 content/projects/_index.pt.md create mode 100644 content/projects/beryllium.md create mode 100644 content/projects/beryllium.pt.md diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..d998af7 --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Personal Projects" +transparent = true ++++ + +Some ideas of personal projects, either in progress, not started or simply +scraped (but left here as a warning for future generations). diff --git a/content/projects/_index.pt.md b/content/projects/_index.pt.md new file mode 100644 index 0000000..711a274 --- /dev/null +++ b/content/projects/_index.pt.md @@ -0,0 +1,12 @@ ++++ +title = "Projetos Pessoais" +transparent = true ++++ + +Algumas ideias de projetos pessoais, tanto em andamento, não iniciados ou +simplesmente ignorados (mas deixados aqui para um alerta para as gerações +futuras). + + diff --git a/content/projects/beryllium.md b/content/projects/beryllium.md new file mode 100644 index 0000000..329ba97 --- /dev/null +++ b/content/projects/beryllium.md @@ -0,0 +1,20 @@ ++++ +title = "Tacit Beryllium" +date = 2020-10-22 + +[taxonomies] +tags = ["projects", "personal", "telegram"] ++++ + +Telegram bot in Rust. + +1. If the user sends a message with a link but didn't interact with the group + before, the message is deleted. +2. URL blocklist; if message contains an URL from the blocklist, the message is + deleted. +3. Welcome message (so, not so tacit, huh?). The main idea is to tell people + how to share content in the group (use Gist, not paste images or code + directly, etc). +4. Validate that the account is a real person? ("Click here to confirm you're a + person") This doesn't invalidate point 1, as the person may connect, click + the link and then simply some automate process post content. diff --git a/content/projects/beryllium.pt.md b/content/projects/beryllium.pt.md new file mode 100644 index 0000000..69c7b8e --- /dev/null +++ b/content/projects/beryllium.pt.md @@ -0,0 +1,26 @@ ++++ +title = "Tacit Beryllium" +date = 2020-10-22 + +[taxonomies] +tags = ["projetos", "pessoal", "telegram"] ++++ + +Bot do Telegram em Rust. + +1. Se o usuário envia uma mensagem com um link, mas não interagiu com o grupo + antes, a mensagem é apagada. + +2. Blocklist de URLs; se a mensagem contem uma URL do blocklist, a mensagem é + apagada. +3. Mensagem de boas vindas. A ideia é colocar um texto indicando para os novos + usuários como se compartilha conteúdo no grupo (use Git, não cole código ou + imagens diretamente, etc). +4. Validação de que a conta é uma pessoa real? ("Clique aqui para confirmar que + você é uma pessoa"). Não invalida o ponto 1, já que a pessoa pode conectar, + clicar no link e simplesmente deixar um processo automatizado de postar + conteúdo. + +