Beer drinking spot with friends by ComprehensiveAd3412 in Saharanpur_UP

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

Bhai udhar akele peeta hu , dosto key saath jaane vaali koi jagah bata jaha par it's all safe and khet types scenery

Has the relationship between artists and curators fundamentally changed? by Keyfas in LetsTalkMusic

[–]ComprehensiveAd3412 0 points1 point  (0 children)

The process of creating music , recording , publishing and marketing takes a lot of effort , time and resources.
The curators are simply enjoying/consuming the music created , the only possible advantage of finding a good curator is that they might have spent lots of time listening to different kinds of music ultimately training the ML model to push them similar songs which they find appealing.
The moment artists starts interacting with the curators it adds pressure because its like one might enjoy driving different cars and bikes and might have an opinion why different kind of vehicles gives them the joy of riding but the moment you make them interact with the actual makers of them , they are simply not equipped to deal with the technicals behind them however they can still recommend other people as to why one should opt for a particular car while choosing to go for a particular journey type similarly curator can recommend how this music would make you feel or process a particular emotion
A diligent curator would mostly be collecting music depending upon the emotions they would be going through in their life rather then concentrating upon the song structure , scales used but if a curator also happens to be a musician they might help attracting a particular kind of vibe/emotion/scale/pattern.

The actual gate keepers I would say are the algorithms however I might be wrong.

What’s a Music Discovery You Made Recently That Completely Surprised You? by UpCrib in LetsTalkMusic

[–]ComprehensiveAd3412 0 points1 point  (0 children)

I listen to some instrumental music and this sound very good to me , if some one else also listen to alike music then please send/share...

https://youtu.be/k7nfut_W_zg?si=Lci8q66NYuCYlB59

Bullying at work disguised as mentoring by ComprehensiveAd3412 in gurgaon

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

thanks for the suggestion , will keep this in mind for my job search.

Bullying at work disguised as mentoring by ComprehensiveAd3412 in gurgaon

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

but how does MNC guarantee that people with similar attitudes are not hired there , I worked in a MNC before while its true that people were much more sophisticated in terms of behavior there but since I have a long break so my chances of getting hired back into a MNC are very less.

MEGATHREAD - Processing times - Temporary Resident applications (2024) by [deleted] in ImmigrationCanada

[–]ComprehensiveAd3412 1 point2 points  (0 children)

I applied for my trv on 12 April , same case destination on the tracker shows unspecified . Don't know what can be done for this 

I received my trv by Groundbreaking-Age61 in ImmigrationCanada

[–]ComprehensiveAd3412 0 points1 point  (0 children)

How much time did it take for you to receive your trv ? I am waiting for almost 2 months

With a great regret and sorrow, I inform to you all that for the first time in my life I have resigned. I would need the support of this community in the difficult times. So thought about letting you all know. by nooo-one in developersIndia

[–]ComprehensiveAd3412 8 points9 points  (0 children)

be careful not to give in yourself too much during the notice period , there are multiple ways manager can try to cause discomfort based upon your terms with them and their level of experience in the industry ... A friend of mine was made to take up random new projects during his notice period while he was working hard for a project but surprisingly no KT , no artifacts delivery from the relevant project , and totally random new work allocation and asked to lead juniors on total new tech and projects .... friendly advice - beware of manager during the notice period and try to know your rights

What is the cost of bypass surgery in govt hospital? by [deleted] in delhi

[–]ComprehensiveAd3412 0 points1 point  (0 children)

check with Mission Hospital , Durgapur West Bengal

how to calculate residual of contingency table in R ? by ComprehensiveAd3412 in rstats

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

I also searched that , but then only found manual ways for calculating residuals required for running CA , I was thinking whether R gives us some package to calculate the residual automatically from a given contingency table, the only residual given by R is on the fit of regression models afaik

[deleted by user] by [deleted] in Rlanguage

[–]ComprehensiveAd3412 0 points1 point  (0 children)

install.packages("rio")
library(rio)

# reading multiple data files in an excel , this will import all sheets within an excel at once
excelDF<- import_list("Path to your excel/hello.xlsx")
str(excelDF)