# vamos (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover vamos.

Page: <https://rssamplifier.com/topics/vamos/blogs>  
Feed: <https://rssamplifier.com/topics/vamos/blogs.md>

---

## [Síntese musical 101: do zero à nota Lá](https://leandronsp.com/articles/síntese-musical-101.html)

_2026-07-11 · Leandro Proença_

Já faz um tempo que venho estudando sobre síntese musical e buscando entender melhor sobre os fundamentos por trás do som. Resolvi então condensar o conteúdo e escrever um artigo (e por que não uma sequência de artigos) sobre este tema. Agenda First things first: o que é som? Som digital e transdução PCM: como um programa gera som Gerando som com Ruby: nosso primeiro oscilador Trigonometria,…

## [Path to Vibe Engineering](https://leandronsp.com/articles/path-to-vibe-engineering.html)

_2026-05-02 · Leandro Proença_

2026, what a year to be alive. AI, LLMs, agents, agentic coding. On one side, the hype train. On the other, narratives built to invalidate everything the hype touches. In this article I'll dig into the limitations and benefits of using LLMs for coding and how to bring engineering back to the landscape, which I call vibe engineering . I aim to help readers on a path to vibe engineering, so this is…

## [Palíndromo utilizando dois UNIX signals, uma fila e uma pilha](https://leandronsp.com/articles/resolvendo-palíndromo-com-apenas-dois-unix-signals-uma-fila-e-uma-pilha.html)

_2026-04-27 · Leandro Proença_

Palíndromos, palíndromos. Você deve estar se perguntando como veio parar aqui, muito provavelmente já sem paciência pra este assunto por conta da recente trend do twitter no último fim de semana que, convenhamos, ultrapassou alguns limites: O assunto subiu para o trending topics global e os gringos ficavam se perguntando: Why is palindrome such a hot topic in Brazil now? Mal sabem eles que aqui no…

## [Taming non-determinism: from logic gates to LLMs](https://leandronsp.com/articles/taming-non-determinism-from-logic-gates-to-llms.html)

_2026-02-19 · Leandro Proença_

Or: how engineering keeps turning chaos into reliable computation. And why agentic AI still hasn't solved this. There's a pattern that repeats across the entire history of computing: we take something fundamentally non-deterministic and engineer enough layers on top of it until it behaves deterministically. Logic gates did it. Artificial neural networks (ANNs) replicated it at some level. LLMs are…

## [Understanding Recursion Fundamentals](https://leandronsp.com/articles/understanding-recursion-fundamentals.html)

_2025-11-14 · Leandro Proença_

If for you: Recursion is an obscure topic or you want to understand it a bit better; Tail call and TCO are alien communication methods and; Trampoline is a medicine name Then this article is for you. Here, I'll explain what these terms are in a didactic way and the problems they solve, with examples in Ruby . But don't worry because the examples are quite simple to understand, especially since the…

## [Arrays in x86 Assembly](https://leandronsp.com/articles/arrays-in-x86-assembly.html)

_2025-10-22 · Leandro Proença_

Originally posted in Portuguese Recently I wrote a 6-article series about x86 Assembly (written in Portuguese, but I'm planning to translate the guide to English soon), covering fundamental concepts of computer architecture and low-level programming while building a minimalist multi-threaded web server. During the process, I left some important concepts aside for later articles, because if I had…

## [You don't need Kafka: Building a message queue with only two UNIX signals](https://leandronsp.com/articles/you-dont-need-kafka-building-a-message-queue-with-only-two-unix-signals.html)

_2025-10-21 · Leandro Proença_

Have you ever asked yourself what if we could replace any message broker with a very simple one using only two UNIX signals? Well, I'm not surprised if you didn't. But I did. And I want to share my journey of how I achieved it. If you want to learn about UNIX signals, binary operations the easy way, how a message broker works under the hood, and a bit of Ruby, this post is for you. And if you came…

## [Um resumo do meu 2024](https://leandronsp.com/articles/um-resumo-do-meu-2024-1lf4.html)

_2025-10-18 · Leandro Proença_

31 de Dezembro de 2024. Sentado no sofá e assistindo Frozen, tive a ideia de escrever sobre minha retrospectiva deste ano. Nunca fiz isso antes, então bora lá, porque acho que foi muita coisa. Mas antes, um aftermath de 2023 2023 foi um ano bastante agitado pra mim. Passei por uma tireoidectomia (mas estou bem, obrigado) e também foi o ano em que resolvi fazer "learn in public" e deixar tudo…

## [Voltando às raízes de blogueiro](https://leandronsp.com/articles/voltando-as-raizes-de-blogueiro.html)

_2025-10-18 · Leandro Proença_

Já faz um tempo que não escrevo aqui no blog. E também já faz bastante tempo que tenho o interesse em voltar a escrever mais como fazia antigamente, quando tudo o que tinha era algo na mente e simplesmente convertia em um punhado de texto solto no meu blog, como essa relíquia aqui. Gosto de escrever artigos técnicos, mas por outro lado também gosto de simplesmente sentar e começar a escrever sem…

