How to setup the Helix editor for Rust

󰃭 2024-11-11

I am new to helix and Rust, but I just came across a low quality PAID Medium article “teaching” how to setup rust-analyzer for the helix editor. I am sharing the info here because yes. Install helix Just use a package manager. In my case, macos: brew install helix Configure rust-analyzer Assuming you have a working rust installation, use rustup to install the language server: rustup component add rust-analyzer And this will provide us with the binary we want.

Continue reading 


Should Europeans do more research during their Master's Degree?

󰃭 2024-09-15

Starting my Master’s degree in Europe was a mild cultural shock, to be honest. People here usually do not do research since they are undergrads, or have 5 years Bacherlor’s degrees like it is the case in Brazil for courses like Computer Science, Geology, Medicine and Physics. I came here and people were focusing on, and only on, finishing their degree. You talk to them and the only type of response you can get is that exams are hard and that they are taking a course X and Y.

Continue reading 


GSoC 2024 - InVesalius

󰃭 2024-08-23

Over the course of this summer, I have been contributing to the InVesalius organization as part of Google Summer of Code 2024. GSoC Google Summer of Code is an amazing initiative from Google that helps people onboard into open source projects. New contributors submit proposals to several organizations, and during the course of the project (can be 6 weeks or 12 weeks) they develop some new feature or work in a bug or usability improvement for the software.

Continue reading 