Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Has this project failed? #229

Open
kcallis opened this issue Oct 6, 2019 · 8 comments
Open

Has this project failed? #229

kcallis opened this issue Oct 6, 2019 · 8 comments

Comments

@kcallis
Copy link

kcallis commented Oct 6, 2019

Just checking to see if this project is still being developed? I tried to pull from the registry and a no go there. I looked on AUR and it shows that there has been no updates since over a year ago. So I just wanted to see if this project has been sent to the Island of Broken Toys so don't end up wasting time.

@mcfilib
Copy link

mcfilib commented Oct 21, 2019

define what you mean by failed.

i've been using this project to build my resume on circleci for over a year without any issues.

otoh the project isn't being actively maintained.

@Suncatcher
Copy link

Suncatcher commented Oct 27, 2019

The URL in description is dead, does it mean that project is dead?

@kcallis
Copy link
Author

kcallis commented Oct 28, 2019

Thank you @Suncatcher for expanding on my original posting. I do understand @mcfilib that you are still making use of this project as well as myself, but the question is if the project will have any updates or changes.

Most people who make use of OSS projects become some what complacent with updates and changes. But what happens when a component of the project changes. For instance, what if the schema changes significantly which although the use of an older version still works, the latest changes is no longer compatible with the old?

@Suncatcher
Copy link

but the question is if the project will have any updates or changes

Indeed. I am also interested if it still worth investing time and effort in the project.

@mikelococo
Copy link

mikelococo commented Mar 13, 2020

I was curious on the odds of future maintenance on the project so did some digging through history and found the following that might be useful to others. It seems pretty clear that HMR was either the technical seed or the community offering of FluentCV, which was intended to be some kind of career development related company. The last internet-facing vestiges of FluentCV folded up in 2017 or 2018. Given that FluentCV is gone, I find it unlikely that HMR will see future activity in this repo.

Interesting Sources:

@karlitos
Copy link

karlitos commented Sep 3, 2020

Hi, I am the author of KissMyResume and I would like to explain, why did I decide to create a mew project, instead of contributing to this one.

I must admit, that I found the codebase of HackMyResume quite complex and overwhelming.

  • Class-based, object-oriented code which reminded me more on the classical lasagne-Java code, than something which I was used from JavaScript/Nodejs. Looking at the generators - I could not even fully understand what was going on...

  • Rendering dependant of local installation of Phantom.js, wkhtmltopdf, or WeasyPrint - something which caused many problems by the users

  • I mentioned other reasons in the readme of my project

I wanted to create something which maybe wouldn't cover all the functionality of HackMyResume - (look at my TODO list) - but would serve as a simple and maintainable base

Therefore I decided to go with Google Puppeteer doing all the rendering of the templates, use the resulting HTML markup as a starting point for further processing and rely on as many 3rd party packages as possible. Regarding this was a one-man-show done in my free time ... I am quite pleased with the result.

I work currently on a GUI based on Electron, React and jsonschema-form to make the resume generator accessible for wider audience. This will also saves me a lot of trouble providing hosting, taking care of personal user-data ...

I would like to point out, that HackMyResume provided some great inspiration and I definitely would'n say, that it failed and I am very happy for the great work the HackMyResume developers did here 👍

@AmruthPillai
Copy link

AmruthPillai commented Mar 26, 2024

If you are looking for an alternative, might I suggest https://github.com/AmruthPillai/Reactive-Resume?

@drkarl
Copy link

drkarl commented Mar 27, 2024

If you are looking for an alternative, might I suggest https://github.com/AmruthPillai/Reactive-Resume?

This doesn't look like an alternative, but a completely different project. HackMyResume was a CLI tool for a single user to generate their resumes, but Reactive-Resume is designed as a SaaS web application for many users, so it has a lot more complexity, with a front-end, database (Postgres), caching (Redis), object storage (Minio/S3), SMTP server to send emails to users, Google OAuth for authentication etc, it is WAY overkill for what a single users needs. I'd be happy with a command line tool without database or any of that complexity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants