Live data from Hacker News

Github resume blames you if it can't load your profile

beezee.github.com

11–20 of 23 posts

Re: Github resume blames you if it can't load your profile

#11
post #3

I agree, but is this really something that needs to be a blog post? You could have easily commented it on the HN post or sent the author an email. This brings to mind the recent discussions of negativity on HN.

This is a problem that affects a lot of people that post on HN -- as in, their websites blame the user -- so the blog post helps everyone, right?

Yes, but so would a comment, and it would come off as more constructive and less self-promotional.

Re: Github resume blames you if it can't load your profile

#12

I think you're over-reacting a bit. Github Resume isn't an official Github service. Some guys created the account "resume" and are using that to generate resumes: https://github.com/resume So, while the critique is certainly valid and this needs to be addressed, so I think "I never asked to have a github resume, and I can’t opt out" is a bit of a hyperbole (because Github isn't putting a "resume" button next to your…

How did they get the subdomain?

GitHub provides .github.com to their users.

Re: Github resume blames you if it can't load your profile

#13
Even better than making this blog post would have been to make a pull request to the public repo that runs the site (https://github.com/resume/resume.github.com). It's written in JavaScript. Seeing as you're (http://resume.github.com/?beezee) not only an experienced github user but also an experience javascripter, I would guess that it's well within your capabilities.

See a problem in the world? Fix it. Especially when it's trivial based on your skill set!

Re: Github resume blames you if it can't load your profile

#14
Glad to see this got some discussion. Someone else commented on the blog post suggesting I open a pull request, correclty pointing out it would have taken the same amount of time as writing the post. I'll paste my response to them below to clarify why I chose the route I did-

Well aware [I could have opened a pull request] thanks Carina. I took a gamble that this would be a more effective route after opening an issue here https://github.com/resume/resu... and noticing 19 others open, many around 2 years old with code attached and no response. Not sure if you've had a very different experience but I'm pretty cognizant of those factors when choosing who to bother submitting code to at this stage.

I actually did spend a little time putting breakpoints in Chrome before posting, but based on circumstances felt that my best chance to get it addressed was to shed light on the underlying issue in a way that might get a volume of other folks involved.

Re: Github resume blames you if it can't load your profile

#15
post #3

I agree, but is this really something that needs to be a blog post? You could have easily commented it on the HN post or sent the author an email. This brings to mind the recent discussions of negativity on HN.

I did comment on the HN post, and also opened an issue on the repo (see my comment on this thread,) and based on the many ignored pull requests and issues on the repo and watching my comment go unnoticed in the original hn thread decided this would be my best chance to get a change implemented.

Re: Github resume blames you if it can't load your profile

#16
post #11

Earlier quoted context omitted.

This is a problem that affects a lot of people that post on HN -- as in, their websites blame the user -- so the blog post helps everyone, right?

Yes, but so would a comment, and it would come off as more constructive and less self-promotional.

not that I mind a little traffic to my blog, but as I've mentioned in a few spots now this was more of a strategic choice in the sense of how I might incentivize the repo maintainer to give a crap.

Re: Github resume blames you if it can't load your profile

#17

I think it's a great suggestion, but TBH if your seven-figure hiring manager is making a snap decision based on a username and a single tool when she could look at your Github profile directly, I doubt the Github Resumé software is the "weakest link" in this decision-making process.

for 7 figures a year I don't care if the company is missing diligence, I want to meet them as far on their side as possible

Re: Github resume blames you if it can't load your profile

#18

I think you're over-reacting a bit. Github Resume isn't an official Github service. Some guys created the account "resume" and are using that to generate resumes: https://github.com/resume So, while the critique is certainly valid and this needs to be addressed, so I think "I never asked to have a github resume, and I can’t opt out" is a bit of a hyperbole (because Github isn't putting a "resume" button next to your…

True enough, it's not about how 'legit' the service is though. At the end of the day the domain resume.github.com looks official enough, and it boils down to what url someone is handed, and what their personal preferences are. That's why I gave the example I did in my blog post (remember the imaginary hiring manager happens to prefer viewing via the github resume repo...)

Re: Github resume blames you if it can't load your profile

#19

Even better than making this blog post would have been to make a pull request to the public repo that runs the site ( https://github.com/resume/resume.github.com ). It's written in JavaScript. Seeing as you're ( http://resume.github.com/?beezee ) not only an experienced github user but also an experience javascripter, I would guess that it's well within your capabilities. See a problem in the world? Fix it. Especiall…

All about this but when I see 2 year old issues on a repo with code attached that have not been answered, I generally don't hold out high enough hopes of getting a response to justify forking cloning editing pushing and opening a pull request. At least with the blog post I had a chance to rally enough attention to make it the maintainers best interest to fix.

Re: Github resume blames you if it can't load your profile

#20

You should probably have raised an issue or debugged this; TBH I think this post is doing you more damage. Rather than fixing something, you moaned about it.

see my other comments- not moaning and issues and pull requests are only as effective as the maintainer is willing/interested to respond.
Post reply on HN