commandjobs VS who-is-hiring

Compare commandjobs vs who-is-hiring and see what are their differences.

commandjobs

Command Jobs uses AI to help software engineers find the best jobs (by nicobrenner)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
commandjobs who-is-hiring
5 2
140 2
- -
6.4 7.2
about 1 month ago 9 days ago
Python Python
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

commandjobs

Posts with mentions or reviews of commandjobs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-12.
  • Launch HN: Glide (YC W19) – AI-assisted technical design docs
    4 projects | news.ycombinator.com | 12 Mar 2024
    Was able to try out Glide last night (https://glide.agenticlabs.com/task/IqHd0RV) with an open source repo (https://github.com/nicobrenner/commandjobs) and really liked it

    Pros: it was kinda easy to get started, and Glide was able to figure out something that ChatGPT hadn't, which made a big difference, because I was about to have to rewrite a bunch of code otherwise

    Cons: some things were not very intuitive, the chatting window is small and it's hard to copy text and read things in a slightly longer conversation - also wish it would just ingest the repo and figure out what to include in the context by itself, the method/section searching/selecting is tricky to use

    All in all I'm very excited about what Glide can do and look forward to seeing its evolution

    Thank you for building such amazing tool

  • Ask HN: Hosting a CLI Tool via SSH?
    4 projects | news.ycombinator.com | 10 Mar 2024
    Hi HN! I recently built a cli tool that uses AI to find job matches for software engineers (https://github.com/nicobrenner/commandjobs)

    Someone on HN suggested (https://news.ycombinator.com/user?id=azophy_2) I should host the application via SSH, so that anyone could just do: ssh commandjobs.com

    I thought that was super cool, but after doing some googling, I can't find any good resources on how to host command line applications via ssh

    Would really appreciate any links or information you could provide on how to do it

    Thank you

  • Show HN: Tech Jobs on the Command Line
    10 projects | news.ycombinator.com | 6 Mar 2024
    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...

who-is-hiring

Posts with mentions or reviews of who-is-hiring. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-06.
  • Show HN: Tech Jobs on the Command Line
    10 projects | news.ycombinator.com | 6 Mar 2024
    - 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?

  • Show HN: A Who is Hiring app with AI filters – January 2024 update
    2 projects | news.ycombinator.com | 3 Jan 2024
    I have a similar-but-hacky command-line app that I put together to find just Rust positions:

    https://github.com/hughdbrown/who-is-hiring

    It's built to be pretty fast by not pulling data it does not need. Since it operates in multiple passes on stored data, it would be easy to modify/add a pass to get what you want. Feel free to use parts you like.

    A couple of things I think would help:

    - sorted attributes (too hard to go through a hundred computer technologies to find Rust)

    - multiple geographic entries for the same name (multiple entries for Germany, USA, UK, Europe)

    - ability to select a month

    - if you are showing a static pull of the data, the ability to refresh some month would be helpful