Earlier quoted context omitted.
Genuinely curious, which jurisdictions is it actually illegal?
[flagged]
The black market in GitHub stars
81–90 of 100 posts
Re: The black market in GitHub stars
#82Most of the comments here seem to assume buying stars is about making personal profiles more attractive to hiring. I doubt that's the motivation here. I think this is about projects themselves wanting a high star count in order to attract users, customers and investors.
Re: The black market in GitHub stars
#83Most of the comments here seem to assume buying stars is about making personal profiles more attractive to hiring. I doubt that's the motivation here. I think this is about projects themselves wanting a high star count in order to attract users, customers and investors.
Re: The black market in GitHub stars
#84Earlier quoted context omitted.
When I get a resume for someone I've been asked to interview, I'll certainly look at any github profiles, and if there's something relevant there, I'll often use their project as a basis for whatever coding exercise we do, such as extend this class to add X functionality. Or use it as a basis for design questions.
A nonstandard interview process like this is illegal in some jurisdictions. It may run afoul of US law too, depending on the outcomes. It is safer and easier to use a one size fits all interview.
Re: The black market in GitHub stars
#85Re: The black market in GitHub stars
#86Earlier quoted context omitted.
in old languages that don't encourage tons of dependencies like C, it's okay to call a library finished and stop developing it, so last commit 4 years ago is ok in a language like rust or typescript, depending on what the library does, and specially if it has a lot of dependencies, should probably be maintained continually. so in Rust last commit 4 years ago looks very bad
I agree with js but disagree on rust Rust libraries from 4 years ago are still working, js libraries are a hit or miss Then frontend is way worse than backend Overall if the code is old but well written, I'm happy to own a fork
Now if the library has tons of dependencies, regardless of language, it's very brittle to bring it unmaintained, because your own dependencies may be expected to interoperate with them. This is actually a plus because with C you may be required to do manual data conversions etc, but it also means that keeping old dependencies is a liability
Re: The black market in GitHub stars
#87Re: The black market in GitHub stars
#88Earlier quoted context omitted.
I can anecdotally attest to contact and employment happening solely based on Github profile - without it containing anything impressive - in Scandinavia, as well as a few cases where the profile was used as input in a regular interview process. Do what you want with that info.
Same, albeit they had no idea about its content. Same as for linkedin
Re: The black market in GitHub stars
#89Earlier quoted context omitted.
When I get a resume for someone I've been asked to interview, I'll certainly look at any github profiles, and if there's something relevant there, I'll often use their project as a basis for whatever coding exercise we do, such as extend this class to add X functionality. Or use it as a basis for design questions.
A nonstandard interview process like this is illegal in some jurisdictions. It may run afoul of US law too, depending on the outcomes. It is safer and easier to use a one size fits all interview.
Most of the interview is getting the candidate to show me that they know _something_ in depth and I'm not super concerned with exactly what it is. (If they've learned something in depth, I expect they can also learn the details of what we do. :) So the exact same questions to every candidate serves no one's interests.
Re: The black market in GitHub stars
#90Earlier quoted context omitted.
A nonstandard interview process like this is illegal in some jurisdictions. It may run afoul of US law too, depending on the outcomes. It is safer and easier to use a one size fits all interview.
Except it's pretty much standard. If there isn't a github link, I'm still going to tailor the programming questions to a context that I infer from the past experience on their resume (as in, they said they did X, so they should know about Y) but with a bit less accuracy. Most of the interview is getting the candidate to show me that they know _something_ in depth and I'm not super concerned with exactly what it is. (…
However, what you're describing sounds reasonable to me - you're offering the same overall interview structure, just tailoring the question to delve more into someone's bespoke experience. That's a hell of a lot more work than a one size fits all (ala leetcoding style) question - kudos to you.