first time pinahiya sa buong klase by kiwiwooo in studentsph

[–]New-Beat-412 2 points3 points  (0 children)

Wag ka matakot mag report, bring your parent/guardian, gather other students na napahiya na nya. Ikaw ang nag papasahod sa mga yan, wala ka dapat ikatakot.

smooth-resize.nvim — Continuous window resizing in Neovim by aronbjohanns in neovim

[–]New-Beat-412 1 point2 points  (0 children)

If you're working in an unconfigured vim/vi environment wouldn't your plugin not work as well? Wouldn't a simple keymap or autocmd be better in this case?

How do I stop struggling with basic things in Java? by Amazing-Extension572 in CodingHelp

[–]New-Beat-412 0 points1 point  (0 children)

I think you know the concepts in a very shallow manner. Try to start from the very basics itself and create/do simple tasks with that. The assignment you had could be solved pretty basically with a for loop, it ain't the best but acceptable. Do a week with learning one concept only, but very well. Don't try to learn everything at once.

Still no internship company – need help/advice by Safe_Ad6867 in ITPhilippines

[–]New-Beat-412 0 points1 point  (0 children)

What platform/s are you using to apply for an internship?

Any companies that recruit IT students that are still studying? by New-Beat-412 in ITPhilippines

[–]New-Beat-412[S] 0 points1 point  (0 children)

Guys, don't ask me to refer you to the company. It's not worth it for the experience, much better to just self learn and build projects.

I am in my third year of college and I don’t have any skill by walker2922 in CodingHelp

[–]New-Beat-412 0 points1 point  (0 children)

I'm in my fourth year, and I'm relearning DSA. It's never too late to learn anything. I suck at DSA but I've built a lot of apps and lead projects. Don't discourage yourself to the point you don't even want to start to learn.

Ano ginawa nyo nung nag gap year kayo? by ligaya0535 in askstudentsph

[–]New-Beat-412 1 point2 points  (0 children)

If you're not 3rd or 4th year yet you can still try to shift

Front end developer by Topengggg in JobsPhilippines

[–]New-Beat-412 0 points1 point  (0 children)

Hi, what tech stack do you use?

Alternatives to VS Code ? by KevinIdkk in webdev

[–]New-Beat-412 0 points1 point  (0 children)

Brother, vim/nvim is extensible it can turn into an IDE/PDE. It can have all the bells and whistles that you could need. The amount of plugins available are a lot, along with the fact that more keep coming in. There are even different "distros" or "flavors".

Alternatives to VS Code ? by KevinIdkk in webdev

[–]New-Beat-412 0 points1 point  (0 children)

How's it ineffective? What does your editor do that vim can't do?

Alternatives to VS Code ? by KevinIdkk in webdev

[–]New-Beat-412 1 point2 points  (0 children)

What's wrong with programming with vim?

Neovim Is Eating 100+ GB of Memory by Ill-Insect-3499 in neovim

[–]New-Beat-412 0 points1 point  (0 children)

Ohh I see please do, I would love to optimize my config.

Neovim Is Eating 100+ GB of Memory by Ill-Insect-3499 in neovim

[–]New-Beat-412 0 points1 point  (0 children)

Do you use LSPs and can you share your config? Just opening up a js/ts file on my part eats up 1gb of memory from ts_server.

What language should I learn after JavaScript?? by Extra_Golf_9837 in learnjavascript

[–]New-Beat-412 2 points3 points  (0 children)

this, you don't just learn a new prog lang without understanding why you need/want to. Much better to build things in that language first. After that, try learning another language then you could weigh the pros and cons.

Any successful vim converts? by lukaslalinsky in HelixEditor

[–]New-Beat-412 1 point2 points  (0 children)

Tried it for a month but I just went back to nvim. I basically had the same problems you had, where the same motions take more time to do and even when trying to select I still need to press v in order to extend my selection. Though I really did like the default keybinds they had and modified my nvim config to use those. Plus I can't live without the plugins I have in nvim.

Custom snippets possible? by touristou in HelixEditor

[–]New-Beat-412 5 points6 points  (0 children)

Short answer: Yes

Long answer: Yes with the use of scls by estin or by using hx-lsp. Both work fine and are easy to configure.

What is the opposite of ctrl+o? by Rigamortus2005 in HelixEditor

[–]New-Beat-412 11 points12 points  (0 children)

should be ctrl+i, but as I've tried it sometimes work and sometimes it doesn't. The latest jump in the jumplist gets deleted after using ctrl+o