I don't understand the attitute that most software engineers seem to have with recruiters. My early years as a software developer were in locations where opportunities were not like they are in your big tech centers. In those years, recruiters would get you a foot in the door and you were grateful for any opportunities that came. Even in big tech centers, until you build your own network, recruiters will likely be an…
If we're fair, you not knowing why recruiters often but not always suck, is in a sense a status signal itself. Recruiters suck because most of the time, they literally don't do anything useful, nor do they even usually have direct contact with a hiring manager. Quite literally, most of them just accept a CV, then give you the HackerRank test you'd get anyway, if they actually work for the company . If they don't, you…
Automatically detecting and replying to recruiter spam
61–70 of 111 posts
Re: Automatically detecting and replying to recruiter spam
#62Using Naive Bayes for text classification problems such as spam detection is fine for teaching purposes but: -it doesn't understand context -if the spammer uses related words, good luck catching those -false positives can be quite high As a recruiter receiving such a wonderful automated reply from you, I would ask you why didn't you use a more suited technique to the problem such as transformer-based attention networ…
Re: Automatically detecting and replying to recruiter spam
#63In LinkedIn I have my first name as my first name + middle initial. I always know when is a mass message or a real personalized message based on whether or not they include that initial. Works surprisingly well for me but sadly for LinkedIn that’s a case of an implementation detail totally destroying their value proposition for recruiters.
Some recruiters may think that you want your initial to be included. I’ve seen multiple posts talking about purposefully ignoring communication when there are small spelling mistakes in their names. Missing a whole initial may be one of those red flags for some.
Re: Automatically detecting and replying to recruiter spam
#64Earlier quoted context omitted.
Yeah it's a bit odd listening to people laugh about having to beat away Google etc recruiters with a stick.
google have recruiters? surely they have enough people applying on a daily basis
Some recruiters do outreach and networking events (most common at feeder schools through job fairs or internships).
Re: Automatically detecting and replying to recruiter spam
#65Earlier quoted context omitted.
Yeah it's a bit odd listening to people laugh about having to beat away Google etc recruiters with a stick.
google have recruiters? surely they have enough people applying on a daily basis
Google recruiters are also much better than those at Facebook, who were much less interested in getting candidates through.
Re: Automatically detecting and replying to recruiter spam
#66I have a question for devs in Germany/Europe. Is it a violation of Datenschutz/GDPR if the recruiter sends a first email with a link to a video/website that tracks whether I clicked on it or not and then they send me a follow up email because they know I clicked on the link from the first email?
Anyway, being Personal Information or not, you can always ask them to delete all the Data they have about you.
Re: Automatically detecting and replying to recruiter spam
#67I don't understand the attitute that most software engineers seem to have with recruiters. My early years as a software developer were in locations where opportunities were not like they are in your big tech centers. In those years, recruiters would get you a foot in the door and you were grateful for any opportunities that came. Even in big tech centers, until you build your own network, recruiters will likely be an…
Re: Automatically detecting and replying to recruiter spam
#68I don't understand the attitute that most software engineers seem to have with recruiters. My early years as a software developer were in locations where opportunities were not like they are in your big tech centers. In those years, recruiters would get you a foot in the door and you were grateful for any opportunities that came. Even in big tech centers, until you build your own network, recruiters will likely be an…
It's actual spam at this point. It's not like a real recruiter that really wants exactly you for a specific position somewhere.
Re: Automatically detecting and replying to recruiter spam
#69In LinkedIn I have my first name as my first name + middle initial. I always know when is a mass message or a real personalized message based on whether or not they include that initial. Works surprisingly well for me but sadly for LinkedIn that’s a case of an implementation detail totally destroying their value proposition for recruiters.
Instead of an initial, I'd recommend putting an emoji in the first name. (And putting your last name as your full name). I've been able to filter out most "InMail/auto" when they say something along the lines of "Hi {emoji}." I learned of it here: https://www.glennstovall.com/the-wolf-test/
Re: Automatically detecting and replying to recruiter spam
#70I don't understand the attitute that most software engineers seem to have with recruiters. My early years as a software developer were in locations where opportunities were not like they are in your big tech centers. In those years, recruiters would get you a foot in the door and you were grateful for any opportunities that came. Even in big tech centers, until you build your own network, recruiters will likely be an…
There are channels where I am open for contact and channels were I am not open for contact. I notice many recruiters email my github contact address to ask about stuff on my linkedin for example. I'm not sure if they've personally scraped my commits or just bought a database of "developers in Europe" to link the two together. They could use LinkedIn, or the contact email I put on my CV (including the public copy on m…