Live data from Hacker News

Show HN: Résumé Shell

feelqah.github.io

11–20 of 43 posts

Re: Show HN: Résumé Shell

#11
post #7

This is pretty cool. From a UX standpoint, my first intuition was to use ls to list out the directories and to use tab to autocomplete, neither of which worked. The animation is cool but it's a little slow and might be frustrating if I was trying to read the resume for real to get info rather than just playing around with the demo. Still really cool though. I made a prototype resume myself recently[0], great to see m…

Hey thanks for the input! Good idea, I'll try and implement cd, ls and cat for example. The tab autocompletion is on my TODO list as well as a simple command history. Also, thanks for trying to actually read the cv, I'll increase the "typing speed".

This project of yours looks cool! [1]

[1] https://profiled.app/

Re: Show HN: Résumé Shell

#12
It's a cool idea and looks pretty good!

I would however do a few things to make the experience worthwhile to the reader: either list the resume directly, or add many "easter eggs" that are the typical commands anyone will use when playing with the shell (as already mentioned: ls/pwd/man/cd etc). And the scrolling should be super fast - that sort of slow display is cooler in a movie than when actually having to wait for it.

If it's to share with someone actually into recruitment I'd do something like pre-write on the line `./resume.sh` and fake "echo" a message saying to just press ENTER, which then prints it all neatly at once for reading (and then you can always have a fake `ls`, a fake `resume.sh` file with read-only attributes, and you can troll your visitor differently depending on if they try to use vim/emacs/nano, and more things along those lines). An option to get a PDF would be awesome too.

I'm having a lot of fun thinking about doing things with what you've done (particularly at the expense of the visitor, I wonder what that says about me..), but ultimately you're the one who coded the site already - so all props to you!!

Re: Show HN: Résumé Shell

#13
post #8

Just a tip, if you're posting this around places I'd put the acute accents on résumé, at first glance I thought this was going to be something like https://mosh.org/ Cool idea though

lmao didn't came to mind at all. Thanks for the tip! Sadly I don't think I can edit this submission anymore. :/

Re: Show HN: Résumé Shell

#15

This is a great example of why you should spell it "résumé". I thought this was some product related to resuming a previous shell session.

Yuuup. Here I was thinking my running flask applications would come back on after a reboot. Does that exist by the way?

Re: Show HN: Résumé Shell

#16

Hi HN, hope you're having a great day! I'm currently looking for a remote position as an Embedded Engineer. So I decided to make a shell like resume webpage instead of a classic personal website (since shells = love). The project is version 0.00001 (lol), just wanted to ask you guys what you think of the idea and if you have any tips on what to improve :). You'll probably quickly see there are a few bugs (on mobile p…

This is cool, but as a hiring manager I prefer to be able to read the resume quickly and easily. I’ll probably have over 100 resumes to look at for any position and a finite amount of time I can allocate to each resume.

Ofcourse, this is just "toy" resume. The real one is a pdf.

Re: Show HN: Résumé Shell

#17

Hi HN, hope you're having a great day! I'm currently looking for a remote position as an Embedded Engineer. So I decided to make a shell like resume webpage instead of a classic personal website (since shells = love). The project is version 0.00001 (lol), just wanted to ask you guys what you think of the idea and if you have any tips on what to improve :). You'll probably quickly see there are a few bugs (on mobile p…

This is cool, but as a hiring manager I prefer to be able to read the resume quickly and easily. I’ll probably have over 100 resumes to look at for any position and a finite amount of time I can allocate to each resume.

On the flip side of that, I doubt OP wants to work for someone who doesn't have the time or the inclination to put serious consideration into something novel.

Re: Show HN: Résumé Shell

#18
post #17

Earlier quoted context omitted.

This is cool, but as a hiring manager I prefer to be able to read the resume quickly and easily. I’ll probably have over 100 resumes to look at for any position and a finite amount of time I can allocate to each resume.

On the flip side of that, I doubt OP wants to work for someone who doesn't have the time or the inclination to put serious consideration into something novel.

Agree- but having the time and inclination to put serious consideration into something novel doesn't mean they have the time and inclination to put serious consideration into everything novel. It's a risk. Make it an "also" not an "instead of."

Re: Show HN: Résumé Shell

#19
post #17

Earlier quoted context omitted.

This is cool, but as a hiring manager I prefer to be able to read the resume quickly and easily. I’ll probably have over 100 resumes to look at for any position and a finite amount of time I can allocate to each resume.

On the flip side of that, I doubt OP wants to work for someone who doesn't have the time or the inclination to put serious consideration into something novel.

If someone makes something novel, that can attract attention, sure.

But if you're initiating a communication (e.g. applying for a job), it's polite to communicate clearly and respectfully.

I think making something like this for fun is neat! +1 for sharing it, too. But, it'd still be a poor substitute for a plain-old resume & cover letter.

Re: Show HN: Résumé Shell

#20
As someone who occasionally hires technical people, I'm torn on this one.

The process at my employer is that resumes are submitted via the web site, they get stored in a shared folder (each application gets a folder with all of their attachments plus whatever they entered into the form on the web site), and once the competition closes the people doing the hiring (usually a manager and a team lead) review them.

When I review resumes, I spend about 30s per resume on my first pass through. This is where I just visually scan the document for keywords. For example, if I was hiring a Django developer (I'm not, this is contrived), I'd look for Django (obviously), but also for other Python web frameworks (e.g., Flask, Pylons, web2py), other big Python frameworks (e.g., SQLAlchemy), and other related technologies that we might use in conjunction with Django (e.g., PostgreSQL, Celery, etc).

Once I've completed the first pass, I take a deeper dive into the shortlisted resumes, decide who I want to interview, etc.

As a technical person, I'm intrigued by this resume. It's presented in an interesting way, and the presentation itself can even serve as a living showcase of this person's skills.

As someone doing hiring, I'm wondering how this will show up in that shared folder. Will it be a PDF with a link that leads me to this resume? Will there be no files attached and a link placed in the comment box? Will I pass on a potentially great hire because I didn't actually see a resume during my first pass?

I do think this resume would work really well as supplemental material to a traditional one. One of the best people we hired submitted a traditional cover letter/resume as a PDF, but had hyperlinks within the PDF to online supplemental material. This worked really well for my process because they passed the initial scan, and the hyperlinks let the applicant provide a lot of detail that would have overwhelmed a traditional resume format.

Post reply on HN