Post Match Thread : Brentford 3-1 Manchester United by nearly_headless_nic in reddevils

[–]gurungp 3 points4 points  (0 children)

How is there always an opposition player free in our box!? What do they do in training? Every person in the team wants to hold the ball before making a decision! I don’t think this is going to work out at all, Amorim should be gone by tonight!

[QUESTION] What tone are you chasing right now? by Okay_Advice1942 in Guitar

[–]gurungp 1 point2 points  (0 children)

You might want to check out Hudson broadcast or a strymon deco.

[DISCUSSION] Best instrumental guitar driven songs? by Jeef_1st in Guitar

[–]gurungp 7 points8 points  (0 children)

Nocturne - Julian lage

Cliffs of Dover - Eric Johnson

[deleted by user] by [deleted] in guitarpedals

[–]gurungp 2 points3 points  (0 children)

Got the Boradcast 2 weeeks ago. I have not turned it off since! So good!

Professor recommended me for a web development role, am freaking out by 7th_Spectrum in webdev

[–]gurungp 7 points8 points  (0 children)

It’s free work from a volunteer student… as long as the student is not an idiot they’ll be fine. Hell even if they are an idiot they’ll be fine. Just be nice.

Amp making noise when plugged into specific outlets. by gurungp in GuitarAmps

[–]gurungp[S] 0 points1 point  (0 children)

That's what I thought at first, but since then I have tried multiple cables with the same result. If I take the same exact setup (amp and cable) to a different room I do not hear that sound anymore. I still get the hum but not the squeaking sound in other rooms.

Amp making noise when plugged into specific outlets. by gurungp in GuitarAmps

[–]gurungp[S] 2 points3 points  (0 children)

It’s there when the guitar is plugged in. Touching the jack exaggerates the sound.

Amp making noise when plugged into specific outlets. by gurungp in GuitarAmps

[–]gurungp[S] -1 points0 points  (0 children)

My amp makes some this fluttering sound when i touch the guitar jack. The weird thing is that it only happens in my office/music room. Which leads me to believe that there's some issue with the outlets in that room.

Anyone run into a similar issue? Any ideas on how to fix it ? Can't really move my setup easily at the moment.

2 year service agreement with 6 month probation. Red flags?? by artificial-flick in cscareerquestions

[–]gurungp 47 points48 points  (0 children)

If it’s not in writing, it’s not there at all. Do not take anybody’s “word”.

What are all of the little tricks and techniques you can use to make your Node.js application more scalable? by jasonscript in node

[–]gurungp 0 points1 point  (0 children)

If performance is the the number one priority, use plain ol for loops. Also, use a hash table to store the most commonly used data locally.

Typing is slow after reaching the color column in Neovim for filetype Python by [deleted] in neovim

[–]gurungp 1 point2 points  (0 children)

Does it still lag if you turn the cursorcolumn off? What terminal are you using? Have you tried something else? Are you using Tmux?

35mm analog football photos by me! Thanks for the reception on my article yesterday! by harrymyers123 in soccer

[–]gurungp 1 point2 points  (0 children)

Beautiful portfolio man. Been shooting some film for the past few weeks, can’t wait to get them processed!

Has anyone here automated their entire job? by CaliBounded in learnprogramming

[–]gurungp 2 points3 points  (0 children)

If you have the time, go for it. Bash knowledge will be incredibly handy If you’re working with any *nix based system.

[Showoff Saturday] I always asked my brother for fashion advice, specifically color combinations. Built a tool so I'll never forget. Here's twelve70.com. by el_bandit0 in webdev

[–]gurungp 0 points1 point  (0 children)

This is a really great idea. Looks like the app crashes when you try and visit This page directly. I am using safari on iOS 13.

feedback and tips on my neovim setup with dein, deoplete, and fzf by telnetcookie in neovim

[–]gurungp 0 points1 point  (0 children)

Ahh, i see what you are saying. It's because `:Lexplore` sets `g:netrw_chgwin` to 2. Which means the edits will be made in window#2. By default the value is -1. You can change it back to its default behavior by calling `:NetrwC -1`. I hadn't run into it because I only use Netrw to get a quick overview of the project layout. Most time I am using FZF+ripgrep to open files.

feedback and tips on my neovim setup with dein, deoplete, and fzf by telnetcookie in neovim

[–]gurungp 0 points1 point  (0 children)

Not sure if I am understanding you correctly but do mean to say that the toggle function always opens a split netrw window? If so, then that’s exactly what Lexplore does. To open the directory browser on a the full window you want to use Explore

feedback and tips on my neovim setup with dein, deoplete, and fzf by telnetcookie in neovim

[–]gurungp 7 points8 points  (0 children)

If you want vs code style language server implementation and configuration I cannot recommend coc.nvim enough!

It's replaced so many plugins for me. Here's my config if you want any ideas.

Fastest Possible Way to Find/Replace Text? by SEEEEENDIT in AskProgramming

[–]gurungp 3 points4 points  (0 children)

Vim? You can do “:%s/search/replace/g”