hacksalot / HackMyResume

Generate polished résumés and CVs in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, YAML, smoke signal, and carrier pigeon.
https://fluentdesk.com/hackmyresume
MIT License
9.27k stars 526 forks source link

Has this project failed? #229

Open kcallis opened 4 years ago

kcallis commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

kcallis commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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.

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 commented 6 months ago

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

drkarl commented 6 months ago

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.