Show HN: Tech Jobs on the Command Line

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • commandjobs

    Command Jobs uses AI to help software engineers find the best jobs

  • Excellent, thank you so much for the links, it's super interesting

    It should be pretty straightforward to create a scraper for one of those portals

    If you feel like taking a crack at it, checkout the code of the Ask HN who's hiring scraper here: https://github.com/nicobrenner/commandjobs/blob/47b5c89402a3...

    I added a comment under the Add Sources issue, to support Workday's career portals: https://github.com/nicobrenner/commandjobs/issues/23#issueco...

  • jsonresume.org

    The mono repo that builds the homepage, utils, ui components, registry and anything else

  • I'm not exactly sure what you mean by direct inference?

    Do you mean that you pass the resume and job posting to the initial GPT prompt? and rely on the returned "fit_for_resume" property?

    If so I didn't try that. And thinking about it, I like your style. (There's no reason why you couldn't do both anyway)

    Here is the prompt/call I used for GPT'ing the HN posts -> https://github.com/jsonresume/jsonresume.org/blob/master/app...

    As for the distance of the vector similarity search. I am just using Supabase's pg_vector plugin support, with 3704 dimensions using the default search (cosine).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Hacker News API

    Documentation and Samples for the Official HN API

  • Nice work! I did something similar with a personal project a few months ago using an open source llm. Also, not sure if you know, there is an api you can use. https://github.com/HackerNews/API

  • hnconnector

    An unofficial wrapper for the Hacker News API

  • ancv

    Renders your (JSON) resume/CV for online & pretty terminal display

  • There is something similar https://github.com/alexpovel/ancv/

  • who-is-hiring

  • - you don't need logic for parsing multiple pages

    Have a look at code I wrote on this: https://github.com/hughdbrown/who-is-hiring

    Here is the code to get a month of Who Is Hiring posts?

  • llama.cpp

    LLM inference in C/C++

  • I'm using https://github.com/ggerganov/llama.cpp and currently mistral 7b (on a m1 macbook pro). I'm sure with some prompt examples you can get pretty good results on a smaller model.

    At the moment I don't have it open sourced due to it being part of a larger project that I'm working on that contains tailwindui licensed components.

    A cool feature that I'm working on is creating a firefox plugin so you can save/index job postings from other sites and extract out meta information via an LLM. Very similar to this chrome plugin.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts