Also I low how the IT hiring has a become a paradox: Companies won't hire you if you don't have enough projects in your portfolio, but by the time you will have enough stars on your github projects they have already used you to their own goals and are "not interested".
I think you are making up scenarios in your head to try to rationalize away why you have a bad time at job interviews.
I gave the AI arms and legs then it rejected me
241–250 of 419 posts
Re: I gave the AI arms and legs then it rejected me
#242Earlier quoted context omitted.
I assume your choice to describe average HR reps as “clueless ladies” isn’t meant to suggest that you respect e.g. women software engineers on your team any less. But if the gender of the clueless HR employees isn’t relevant, why mention it? Maybe worth reflecting on whether calling them clueless ladies rhetorically emphasizes their cluelessness
Reality denial and picking on people who state simple truth is evil.
I’m not sure the percentage of companies that use software for highlighting candidates, but Anthropic almost certainly does and this [2] source says 75+% do.
So since men wrote the software that didn’t highlight the candidate, is it the clueless men that caused this?
[1] https://www.zippia.com/software-developer-jobs/demographics/
[2] https://www.theverge.com/2021/9/6/22659225/automated-hiring-...
Re: I gave the AI arms and legs then it rejected me
#243I'm a developer with a project they use, so, I thought, for sure someone would review my resume after applying on their website. Nope.
After being ignored for a while, even having to get a Master's degree because no offers after a Bachelor's, I finally emailed a Director, who was previously a fellow committer at the project. People under him were not hiring at the time, but a recruiter from a different group has contacted me shortly, and I've had a 2-day flyout onsite arranged for two different positions, and had offers to join either one.
Re: I gave the AI arms and legs then it rejected me
#244Earlier quoted context omitted.
But he's not doing the work for free. He's doing something else for free which they use. He has domain knowledge with the library that noone else has, their can either pay someone to learn it or they can hire someone with it.
And that's exactly what these companies can abuse. If this wasn't available for free, they would gladly pay for a programmer to create it. But if it's already free, they can use it as a starting point. Maybe they'd need to internalize/extend it. But the option of paying for the work already done is gone. Do this for each npm dependency and you're looking at huge savings.
If every company using a library chose the former, then every hour of development would be paid for (from the perspective of the maintainer) and the cost would be spread out across all its users.
Re: I gave the AI arms and legs then it rejected me
#245Re: I gave the AI arms and legs then it rejected me
#246Earlier quoted context omitted.
umm, linus torvalds, richard stallman, elon musk to name a few
None of those people ever applied for a job at Big Corp where one of the most important aspects is to be able to work well with other people and tactfully navigate the social structure of the company.
Re: I gave the AI arms and legs then it rejected me
#247Earlier quoted context omitted.
The OP should have left off "ladies" as that was unnecessary -- clueless is a sufficient descriptor for many people in many roles (whether genuine behavior, strategic fiefdoming, or learned helplessness). Here is the US BLS breakout of demographics by occupation category: https://www.bls.gov/cps/cpsaat11.htm
To save everyone the click: HR managers: 76% female, HR workers: 75% female, HR assistants: 84% female.
Re: I gave the AI arms and legs then it rejected me
#248Earlier quoted context omitted.
Do you think that making your product AGPL would being you more money/recognition/jobs for your effort?
I don't know. I have no comparison but it is common for crates to be released under MIT. I took over the maintainership from the original author so the license was already there. I rewrote pretty much everything so I guess I could try changing the license now but that's not something I wanna think about. I do the work because I see it as payback for all the great open source software I use all the time.
Re: I gave the AI arms and legs then it rejected me
#249Hey, I'm the author of the blog post. Thank you for submitting this. If you have any questions feel free to ask and please let me know how the writing was. It's one of my first posts so I'd like to improve
I wonder if it's useful for you to put a few subtle "hire me"s on your repo, mailing list, ect?
Re: I gave the AI arms and legs then it rejected me
#250Earlier quoted context omitted.
Do you think that making your product AGPL would being you more money/recognition/jobs for your effort?
I don't know. I have no comparison but it is common for crates to be released under MIT. I took over the maintainership from the original author so the license was already there. I rewrote pretty much everything so I guess I could try changing the license now but that's not something I wanna think about. I do the work because I see it as payback for all the great open source software I use all the time.
Something that isn't brought up enough in the "rewrite everything in Rust" discussions is that the API guidelines explicitly recommend MIT/Apache to "maximize compatibility" (i.e., corporate friendliness, or developer and user exploitation): https://rust-lang.github.io/api-guidelines/necessities.html#...
Your project has been around for a while, but it's crazy to me that anyone still open sources anything under MIT (or similar) in the era of LLMs. Are they that confident in their job security? Are they already independently wealthy? Frankly, even a proper copyleft license is likely to just be ignored, or the code laundered through an LLM-assisted rewrite, by these companies. I prefer to just keep anything I can't sell all to myself rather than release it, at this point.