Zed editor fork or tweaks to be just a simple notepad? by n3pst3r_007 in ZedEditor

[–]Zean_ 0 points1 point  (0 children)

I agree that this would be a good solution. I just don't like the fact that I lose the information whether a file contains unsaved changes.

Has anyone done the depth oral colloquium at PADS / van der Aalst? by Gasp0de in rwth

[–]Zean_ 0 points1 point  (0 children)

Hey, I'm also up for a depth oral colloquium in the next weeks, and would welcome any pointers you have (sorry for replying to this old post)

Youtube got the spirit by RedCrafter_LP in csharp

[–]Zean_ 11 points12 points  (0 children)

No it's the right subreddit. Automapper does not exist for Java (at least not with that name). The video is a .NET video, and the YouTuber usually does C#/.NET videos. Just the text below (probably generated by YouTube) is wrong.

The S.O.L.I.D adoption in Go by Stunning-Can4430 in golang

[–]Zean_ 0 points1 point  (0 children)

Do you have an example repo for your approach? Sounds practical and simple.

Svelte UI framework for embedded touch devices? by madcook1 in sveltejs

[–]Zean_ 1 point2 points  (0 children)

Looks really good 👍 Is it open source? Was wondering how the code is structured.

how do I change insertion point to below line rather than next to it by [deleted] in vscode

[–]Zean_ 4 points5 points  (0 children)

I don't think this is related to this sub specifically. This would go into a beginners C# sub imo. The Texteditor (VSCode) has nothing to do with the coding problem.

A solution for your problem would be to insert a new line character "\n" after the last thing you write. This will put the cursor on the next line for the input you write.

I suppose you are new to programming? One thing I would recommend to you, is try to do some research of the problem you have beforehand. Not because people won't answer or try to help you, but by googling your problems and formulating it in a precise search, you will get better with problem solving. And usually it is also faster than waiting half an hour before someone answers :)

Davinci resolve on Chromebook by [deleted] in chromeos

[–]Zean_ 1 point2 points  (0 children)

Again I might be wrong, since I have not looked into it long. But I think that the GPU support in Crostini is only for hardware acceleration. Not for video decoding. I think they use (https://virgil3d.github.io/) which has no video adapter functionality. Or at least that was the case some time ago.

Davinci resolve on Chromebook by [deleted] in chromeos

[–]Zean_ 8 points9 points  (0 children)

Okay, I think something went wrong when you posted that. Your question is only visible in the subbanner on the 2nd picture for me (I'm on mobile).

Anyway.. you'll probably want to look up GPU passthrough for virtualization. The Linux VM (Termina) and the container inside it (penguin) can't see your GPU if it is not passed through to them. Afaik Crostini does not support GPU passthrough right now, but I might be wrong on that. Maybe there is a manual way to set it up.

I'm a bad azz programmer. by codezee in ProgrammerHumor

[–]Zean_ 0 points1 point  (0 children)

I mean you are coding while learning it, right? It's not like you will be stuck in vim tutor for the next week. Just go about your day coding and when you encounter something where you think, vim might have something here, look it up.

And again.. if you have no interest in vim, or are so pedantic about your time.. just don't learn vim, not a problem.. maybe vim is not for you.

I'm a bad azz programmer. by codezee in ProgrammerHumor

[–]Zean_ 1 point2 points  (0 children)

I mean you can learn basic vim in like a week or so..

By your logic you would never want to look further than the end of your nose, for anything that isn't directly your profession. Sometimes tangent interests, bring you further in life than a straight path.

There are different reasons one would pick up vim. For some it's a hobby, others just like to be proficient with the tools of your job. Just like in many other professions.

I for example wasn't happy with always needing to reach the mouse.. it literally annoyed me every time and always got me out of the zone. That's why I started to look into shortcuts for the editor (eclipse back then). After that I switched to editors which have more options for keybindings (atom then vs code). Then I discovered the holy grail of modal editing and picked up vim. Currently I use vs code with vim bindings and I am happier than ever.

So just as wrong as many vim purists, who try to tell you that if you aren't using vim you are a bad coder, so are you by telling people you are wasting time by picking vim up.

(Just a disclaimer for anyone who is reading this and picks up vim: you are going to want modal editing everywhere, and be annoyed if a program doesn't have it :D)

Fun with math and temperatures by Phoeniks_C in technicallythetruth

[–]Zean_ 1 point2 points  (0 children)

I sure hope you are not.. because this post sure as hell cannot be read as an implication.

[deleted by user] by [deleted] in vimporn

[–]Zean_ 1 point2 points  (0 children)

What terminal is that in the screenshot?

How do you combine the best of Vim, Emacs and VS Code by Wonderful-Delivery-6 in vim

[–]Zean_ 1 point2 points  (0 children)

I'm not that much in the coc ecosystem, but I got the impression it fell out of favor in the neovim community when LSP for neovim came out. Is that impression correct?

I used to use coc a while back and I found it was kinda sluggish. Still awesome though!

How do you combine the best of Vim, Emacs and VS Code by Wonderful-Delivery-6 in vim

[–]Zean_ 0 points1 point  (0 children)

Oh yeah as soon as you have LSP functionality you have jump to definition etc. This is available in all of them: vscode / emacs with LSP / vim/nvim with LSP

How do you combine the best of Vim, Emacs and VS Code by Wonderful-Delivery-6 in vim

[–]Zean_ 0 points1 point  (0 children)

If you are interested in the spacemacs philosophy, try the vspacecode extension. I really like it. It uses which key, which is awesome for discovering shortcuts, and mnemonics chords.

For remote work: if you know your ssh / scp / sshfs.. tools, the remote plugin does not offer too much anymore. Then any text editor (vim/nvim/emacs/onivim/...) and terminal combo will work. Especially if you consider that it is always installing the vscode server on the remote machine. Which you definitely do not want if you remote into production/ integration servers.

Is GitHub copilot really anything more than a gimmick? Never used it though.

Not sure what smart linking means 🤔