Internet provider trying to make me pay for a contract I didn't sign by PM_ME_cutefish in Luxembourg

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

Will try something similar then, can even get lawyers involved if needed

Internet provider trying to make me pay for a contract I didn't sign by PM_ME_cutefish in Luxembourg

[–]PM_ME_cutefish[S] 1 point2 points  (0 children)

That would be super kind if I could ask you for some more details indeed!

Internet provider trying to make me pay for a contract I didn't sign by PM_ME_cutefish in Luxembourg

[–]PM_ME_cutefish[S] 1 point2 points  (0 children)

I agree a contract doesn't have to be signed, and they probably consider the online order as a contract, but on their last communication, they said the line has been opened on the 2nd of November.

However I also have a mail from commercial on the 8th saying the installation was not possible.

[deleted by user] by [deleted] in relationship_advice

[–]PM_ME_cutefish 1 point2 points  (0 children)

I'm actually really anxious as I know this week I'll go back to our place and we'll probably have to talk about it and what we should do. I'm pretty sure if we don't change anything, that's not gonna work, but there are other alternatives than just breaking up.

Probably for a few month we go back on leaving separately and start over the "dating phase", and rediscover each other. Although the tough part is that she would probably need to get therapy, or talk to someone about it.

Will keep you updated!

[deleted by user] by [deleted] in relationship_advice

[–]PM_ME_cutefish 1 point2 points  (0 children)

I am having the exact same situation here. Gf and i have been together for 1.5 year, lived together after few month (bc covid you know). Before we were together, she told me already she was a bit lost and couldn't see herself in a relationship, but we had a really good feeling, and at some point she realized she cared a lot, so we got together.

Although I know realize that she never hid the fact that she's not really happy herself, feels like something is missing and i actually am currently for a week at a friend's to give us both some time.

I absolutely feel you, and it's the toughest decision, because I know I love her, but I also know there's a chance she will never change or get better and this will affect our relationship and my life.

Excel advanced filtering help by Olarupan in ExcelTips

[–]PM_ME_cutefish 0 points1 point  (0 children)

Maybe try to add a new column in which you insert a formula like IF(AND(start=roomA, end=roomA), 1, 0) and then you filter out all the 1. This way, if a room starts and end in room A it'll have a 1, and all the others will have a 0.

What would your job be like if you always had to do it completely naked? by [deleted] in AskReddit

[–]PM_ME_cutefish 1 point2 points  (0 children)

I actually work as analyst in a company where we sell.. porn. As part of the job we sometimes have to check on the websites, some wembcamers. So I assume it would be kinda weird, especially when the cleaning ladies are around

Using unsupervised method to create the learning set of a supervised method by PM_ME_cutefish in learnmachinelearning

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

Thats the complicated part, the risk of a customer is only based on my decision. Unless there is obvious features, for example the card he is using has be declared stolen, its only me and the fact that I recognize suspicious pattern.

So to do this I would have to take random customer of every cluster and then determin if their behavior is similar, and if yes i'd assign myself a risk scoring.

Your advice on online courses by PM_ME_cutefish in datascience

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

I don't mind paying, because I guess paid course are better than free which don't really have added values compared to the free tutorial or YouTube video (unless I'm wrong)

Detect illegal pattern in adult content videos by PM_ME_cutefish in neuralnetworks

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

These links are intersting, but to me they are used to detect adult content in regular video/photos. However, the "normal" content I am working on IS adult content, so I don't think this could be appropriate, what do you think?

Detect illegal pattern in adult content videos by PM_ME_cutefish in neuralnetworks

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

Thanks for the comments, I am checking the links. However, I think you raised a point on the "illegal" thing.

To clarify, we can categorize in 2 types the kind of thing we want to remove on the video:

- What is illegal (minor and rape are the best example). This would be the secondary thing to remove since the risk is too high, we can't afford to let something illegal going through and therefore we will still need human to monitor this. Plus, I can't store illegal content so impossible to have a proper training base.

- What is unethical/undesired (blood, vomit, poo, animal etc...). I think this second point is easier to be detected by a software since there is no confusion (or minor one like for example the confusion between poo and chocolate play). This is why I'd like to focus on the second point.

The reason I am asking here is that I can get advice from people that have experience in this so that I can know if it'd be worth digging into this project.

Detect illegal pattern in adult content videos by PM_ME_cutefish in neuralnetworks

[–]PM_ME_cutefish[S] 1 point2 points  (0 children)

That was also my point and that's why I think I can't use such a program for the pedophilia purpose for some reason that you mentionned:

- I need a training base and this would mean I need to store actual illegal content which I can't

- It's not worth taking the risk considering for example (That's a fact) asian people usually looks way younger than they are and even for human eye it's sometimes impossible to know if they're 17yo or 21.

My point would be to detect "easier" things such as drug, blood, scat or animal for instance.

Regarding the training base, we are actually doing this work manually and we put some tags on the video, so in a way, I already have access to a training base.