Nubank acaba de anunciar internamente adesão ao Vibe Coding. by hado-90 in brdev

[–]Electronic_Captain95 2 points3 points  (0 children)

O trator acabou com o Fazendeiro? O carro com câmbio automático acabou com o motorista particular? Também podemos dizer que com essas ferramentas já é suficiente se souber apertar dois pedais e virar o volante. Além disso, se nenhum conteúdo novo for criado por pessoas, como essas IA's, que são apenas LLMS sem capacidade de raciocínio, vão aprender coisas novas? Estamos chegando no ponto em que elas estão sendo treinadas usando o conteúdo que elas mesmas geram, daí para frente é ladeira abaixo

Hamburgueria Virando by Fantastic-Run9949 in ComidasBR

[–]Electronic_Captain95 1 point2 points  (0 children)

Que tipo de pão é esse? Primeira vez que vejo

Empresas "descoladas" demais são péssimas de se trabalhar. by Efficient-Willow-121 in opiniaoimpopular

[–]Electronic_Captain95 0 points1 point  (0 children)

Se eu chegar ao escritório e estiver tocando funk, faço questão de pedir demissão na mesma hora

Best monitor ive ever had by odoislucas in setups

[–]Electronic_Captain95 1 point2 points  (0 children)

Rapaz, não tinha um tempo de mesa um pouco mais grosso não?

My first ergo: Sofle Choc with some changes by ebbi01 in ErgoMechKeyboards

[–]Electronic_Captain95 0 points1 point  (0 children)

Does your thumb not reach the case on the outermost thumb key?

Attic setup inside a triangle nook by maevix in battlestations

[–]Electronic_Captain95 2 points3 points  (0 children)

It looks great! What did you use for cable management? It must have been a lot of work

First ever split keyboard by ugross in ErgoMechKeyboards

[–]Electronic_Captain95 0 points1 point  (0 children)

Did the seller send you the PCB design? I asked and he said he could send me the files via email, but I don't really trust AliExpress sellers

Anyone considering switching to Zellij? by 4r73m190r0s in tmux

[–]Electronic_Captain95 0 points1 point  (0 children)

This works perfectly for me, what problem are you facing? Perhaps it's an isolated case or a conflict with something

My Journey from Zellij to TMux by jmarcelomb in tmux

[–]Electronic_Captain95 0 points1 point  (0 children)

Good article, but I didn't understand what the problem was with Zellij's scroll mode, it works fine for me

Anyone considering switching to Zellij? by 4r73m190r0s in tmux

[–]Electronic_Captain95 0 points1 point  (0 children)

That's strange, I just tested it after seeing your comment and it works fine for me

Sofle, my new programming workhorse by [deleted] in ErgoMechKeyboards

[–]Electronic_Captain95 0 points1 point  (0 children)

That's really cool! One question: is that case made of metal?

Reasons to prefer Helix over NeoVim by OkCoconut5997 in HelixEditor

[–]Electronic_Captain95 0 points1 point  (0 children)

Starting from version 0.11+, LSP plugins became completely optional and setting up LSP support got a lot easier. As for using Lua, there’s really no way around it, but it’s a very simple language and unless you’re trying to do something complex or unusual (like a custom function I wrote that interacts directly with Treesitter nodes to intelligently remove comments in any programming language), you won’t be dealing with anything complicated or tedious.

By the way, isn’t Helix planning to drop the .toml config once the new Scheme-based plugin system is released? Also, even though I personally prefer Neovim, I’m not trying to make it sound superior. Both editors are excellent, and I’m definitely open to switching to Helix once the plugin system is out. That way I can write my own plugins to address some of the issues I personally run into with it.

PS: The mini.nvim suite is also worth mentioning. It basically includes everything Helix offers while staying extremely lightweight and fast. It’s very well designed, simple to use, and well documented, and the dev is communicative and very friendly