MRLimcon

joined 2 years ago
[–] MRLimcon@lemmy.ml 9 points 1 month ago

Moraes have a case in his hand (the tried coup last year), because he was the supreeme judge for the elections. He judged that these people tried to help the coup and demanded that their accounts are suspended (entirely cool with the constitution), as musk doesn't want that, they're gone from Brazil and might be blocked countrywide.

[–] MRLimcon@lemmy.ml 18 points 1 month ago* (last edited 1 month ago)

They tried a coup (with the military and the brazilian rural oligarchs), so it's not "censorship", it's enforcing that Brazil is a democratic (even if very flawed) country. The constitution give this right to the supreme court and him (he was the supreme judge for the last election, so dealing with the aftermath of the election is his obligation), so it's a lot more nuanced than you might say.

Edit: If Musk doesn't respect our laws, let him get out of here haha.

[–] MRLimcon@lemmy.ml 7 points 1 month ago (1 children)

This is some very big red flags. If this is profitable, other companies might try and be science landlords.

[–] MRLimcon@lemmy.ml 1 points 3 months ago

Vlw pelas dicas! Vou usar elas.

[–] MRLimcon@lemmy.ml 3 points 3 months ago

Uso pelo cliente GUI. Dá pra usar em várias janelas.

[–] MRLimcon@lemmy.ml 1 points 3 months ago

Ah sim kkk. Não notei o peso do editor, parece estar bem rápido, sem hiccups nem nada até o momento.

 

Desculpa o rant.

Minha nossa, depois de testar algumas IDEs ou editores de texto extensíveis, comecei a mexer no emacs e estou muito surpreso.

Instalando o spacemacs, praticamente tudo roda perfeitamente, linting, syntax highlighting, formatação, etc. Adicionando 15 linhas de elisp na configuração, auto formatação, verificações do arquivo ao digitar, tema do explorador de arquivos (dired) e shell e tudo mais funcionando exatamente como eu quero.

Go? Funcionando. Fortran? Funcionando. Python, markdown, JS, etc idem. E sem precisar caçar extensões, nem nada, só uma função em elisp: antes de salvar, coloque o black pra formatar ou usar o flycheck pra linting e outras coisas.

As keybindings são meio estranhas, mas tem o evil mode, que é um emulador do vim dentro do emacs, então pra usuários de vim ou neovim fica super fácil.

No fim, só falta ~~um bom editor de texto~~ nada.

[–] MRLimcon@lemmy.ml 18 points 5 months ago

I use msys2 (https://www.msys2.org/), it uses pacman as its package manager and has a lot of developer packages (so i can compile fortran and integrating it to python). It comes with bash and a terminal, but I used windows terminal and made a profile for using msys2's bash, the same on vscode. Then I installed neofetch (https://packages.msys2.org/base/neofetch) and just saw this hahaha.

 

What you’re refering to as Windows, is in fact, GNU/Windows, or as I’ve recently taken to calling it, GNU plus Windows. Windows is not an operating system unto itself, but rather another closed component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called “Windows”, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Windows, and these people are using it, but it is just a part of the system they use. Windows is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Windows is normally used in combination with the GNU operating system: the whole system is basically GNU with Windows added, or GNU/Windows. All the so-called “Windows” distributions are really distributions of GNU/Windows.

[–] MRLimcon@lemmy.ml 1 points 8 months ago* (last edited 8 months ago)

Yes, I remember reading about a gtk thing that interacts with flatpak, they said it should not give this error in April, but it seems to still be happening, idk.

Edit: I just saw that you deleted the gtk portal and it worked! So no need to install another dbus daemon.

[–] MRLimcon@lemmy.ml 1 points 8 months ago (2 children)

I installed dbus-broker and the package manager checked the dependencies and removed the unnecessary stuff. After that I applied the dbus-broker services:

systemctl enable dbus-broker.service

sudo systemctl --global enable dbus-broker.service

And then restarted.

Idk if it might break things in mint, so I would be cautious.

[–] MRLimcon@lemmy.ml 0 points 8 months ago (4 children)

I had this problem with flatpaks, I changed the dbus implementation to dbus-broker (in endeavouros) and it fixed the issue. It may be the same problem.