RSSAmplifier

Blog

The Alchemist's Hideout

Programming, Tech, and occasional rants by Lucas S. Vieira

luksamuk.codesRSS feed ↗19 posts

Latest posts

Configurando LLMs localmente para uso pessoal

A practical guide on setting up language models locally with Ollama and using them for everyday tasks.

O Otimismo, ou como iniciar uma conversa

Reflections on optimism as a tool for human connection and how to start meaningful conversations.

Plan 9: REST requests using the filesystem (seriously)

How to make REST API requests using the Plan 9 filesystem — yes, everything is a file.

Revisiting Windows 98's nostalgia

A nostalgic deep dive into Windows 98 — what made it special, and what we lost along the way.

Plan 9: Setting up 9front on a Raspberry Pi

Step-by-step guide to installing and running 9front on a Raspberry Pi.

Majestic Lisp: Interpretando Majestic com Majestic

Devlog #4 — Majestic Lisp interpreting itself: metacircularity in practice.

Majestic Lisp: Implementando let em termos de clausuras

Devlog #3 — How to implement let using lambda and closures in a Lisp interpreter.

Reading E-mail from Gmail on Plan 9 from Bell Labs

How to read Gmail on Plan 9 — because why wouldn't you check email from a research OS?

Mais Recursos de Majestic Lisp

Part 2 of the introduction to Majestic Lisp — more features, more macros, more fun.

Apresentando Lisps e Majestic Lisp

Introduction to the world of Lisps and presentation of Majestic Lisp, a Lisp interpreter in Haskell.

Programando Autômatos Celulares em APL

Implementing the Game of Life and other cellular automata using the APL language.

Escalonando matrizes em APL

Step-by-step matrix row reduction using APL — mathematics and array-first programming.

Classificando Lisps: O Caso Clojure

An analysis of where Clojure fits in the Lisp family and what that means.

Desenvolvimento em C no Plan 9 From Bell Labs

How to program in C on Plan 9 — differences from POSIX, a custom compiler, and the charm of a different system.

Orientação a Objetos: Java versus Common Lisp

Comparing the object-oriented model of Java and Common Lisp (CLOS) — multiple dispatch, generic functions, and more.

Learning Genetic Algorithms

An introduction to genetic algorithms with practical examples in Common Lisp.

Contando Ocorrências de Números em C, C++ e Common Lisp

Comparing solutions for counting occurrences in C, C++, and Common Lisp — each language has its own way.

Associatividade de Operadores em C/C++

A detailed guide on operator associativity in C/C++ — left vs right, and why it matters.

Early Ideas: A Modern Lisp Machine from Scratch

First thoughts on building a modern Lisp Machine — hardware, software, and the dream of a Lisp-native computer.