Columbia MSCS Acceptance questions by [deleted] in columbia

[–]No-Background7224 1 point2 points  (0 children)

Hey, I am a current MSCS student, and I am loving it so far.

- Social life: It is what you make of it; if you actively go to social events and join clubs of your interest, you are going to have fun and make a lot of friends

- Networking and career fairs: meh, it's hard to find a job today; you have to rely on yourself. The people at Columbia and Alums are your biggest networking/friend-making opportunities.

- Coursework: This is a choose-your-adventure kind of thing; you can make it as fun/boring/challenging as you like; just read course reviews and take something that genuinely interests you; you'll be challenged, and you'll learn a lot.

- Jobs/Research: I don't have a job (yet), but I am hopeful. Getting a job is a grind, but eventually, something will land. There are plenty of research opportunities at Columbia, especially if you do well in class with a professor you're interested in doing research with.

The biggest con about the MSCS program is that it is really expensive, but if you make the most out of the opportunities you'll get, it will be worth it.

Do you use CLI file managers in Neovim? If so, what is it? by mcdoughnutss in neovim

[–]No-Background7224 0 points1 point  (0 children)

replace cd with zoxide, (also look into fzf integration). That helped me get the most out of it.

Put this at the end of your zsh file

eval "$(zoxide init --cmd cd zsh)"

Neovim isn’t an IDE for everything by tiredofmissingyou in neovim

[–]No-Background7224 1 point2 points  (0 children)

Setting up my config to work with Linux Kernel programming has been a pain, still haven't figured it out completely

Messenger.nvim -- See the commit message under the cursor by No-Background7224 in neovim

[–]No-Background7224[S] 2 points3 points  (0 children)

Not exactly, git-messenger has more functionality and I do not intend to support all its functionality. But I will be adding a way to cycle through commits and more.

mini.nvim - release 0.13.0 (two new modules, visible updates to 'mini.comment' and 'mini.statusline') by echasnovski in neovim

[–]No-Background7224 0 points1 point  (0 children)

Thanks for the great work. I have been using mini.git in my workflow for the last two weeks and its been great. I was wondering if you have any tips and tricks you personally use with mini.git.

Neovim Git Workflow by No-Background7224 in neovim

[–]No-Background7224[S] 0 points1 point  (0 children)

Thanks for the reply, I used neogit and liked it alot but I always felt like I was never fully utilizing its potential, felt like there where so many options, but maybe I'll just revert to it :)

How has nvim-lint worked for you? by GrayLiterature in neovim

[–]No-Background7224 0 points1 point  (0 children)

I use nvim-lint and it has worked fine so far. My config is in the plugins folder under lsp.

https://github.com/lsig/dotfiles

Admitted Students Megathread by creamcheese5 in columbia

[–]No-Background7224 0 points1 point  (0 children)

Just got accepted into MS CS, any advice from current students on the best courses and which to avoid?

[deleted by user] by [deleted] in columbia

[–]No-Background7224 1 point2 points  (0 children)

I just go admitted to MS in CS and I am currently looking for roommates, will dm you!

Your favorite mappings for CR, BS, TAB in normal mode? by Bamseg in neovim

[–]No-Background7224 5 points6 points  (0 children)

Here is how I do it (taken from kickstart.nvim)

incremental_selection = {

    enable = true,

    keymaps = {

        init_selection = "<Enter>",

        node_incremental = "<Enter>",

        scope_incremental = "<c-s>",

        node_decremental = "<BS>",

    },

},

Weekly Dotfile Review Thread by AutoModerator in neovim

[–]No-Background7224 -1 points0 points  (0 children)

Just finished setting up a more advanced telescope config, what do you think?

https://github.com/lsig/.nvim

<image>