• by cmehdy on 10/3/2020, 12:34:25 PM

    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!!

  • by mathieuh on 10/3/2020, 12:22:42 PM

    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

  • by Mister_Snuggles on 10/3/2020, 1:13:55 PM

    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.

  • by filkatron on 10/3/2020, 10:19:05 AM

    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 prolly, etc.) please let me know in the comments. Also, the "help command" feature is not implemented yet, just "help".

    I'm not usually into web programming so I used jQuery.

    The repo is here:

    https://github.com/feelqah/feelqah.github.io

    Thanks in advance guys!

  • by Jefro118 on 10/3/2020, 12:19:34 PM

    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 more of these creative ways of showing off experience.

    [0] - https://prototype.profiled.app

  • by prepend on 10/3/2020, 12:27:55 PM

    This is neat, but doesn’t support the first shell commands I tried- ls, pwd, man.

    Maybe try to map these commands to doing something related to your resume.

    This plays more like an Infocom text game than a shell because the commands are arbitrary and need to be learned.

    If you could treat some of the sections like a file system then I wouldn’t have to type “help” to see I need to run the “skills” command. Maybe just have skills as a file so when I type “ls” I see them. Or when I try to change directories it navigates the resume or something.

  • by jolmg on 10/7/2020, 8:23:58 PM

    The text cursor is put below the prompt when the window isn't fullscreen:

       [feelqah@github ~]$
       |
    
    Also, on trying to copy the prompt to paste here, I noticed the mouse cursor disappears on everything but links, and whatever I select is immediately unselected.

    It's a cool project.

  • by zeved on 10/4/2020, 11:59:56 AM

    really nice job, I like

    you have an XSS vulnerability tho :) you should escape / strip out tag-like content

    more info: https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Sc...

  • by pojntfx on 10/3/2020, 11:12:24 AM

    Love the site! The actual entry field is using a non-monospace font though which looks a little off ;)

  • by chadlavi on 10/3/2020, 12:35:53 PM

    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.