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

Small reflection In 2022 I did one semester abroad in Spain, and had I been smarter and more attentive, I would foresee what I am now writing in this train to Nürnberg, in a conference travel, the first conference in which I will be a presenting author. Master’s Degree 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.

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 