remix logo

Hacker Remix

Show HN: I built didtheyghost.me, open-source tool for your next job search

45 points by dtgmzac 1 day ago | 31 comments

(not sure why my previous post didn't appear on Show HN even though I included it in the title, mods please remove if not allowed)

Ever applied for a job and never heard back? Many companies just go silent instead of sending rejection emails, leaving you guessing whether to keep waiting or move on.

I faced this frustration during my own internship search, especially when there was no real point of contact (automated replies don't count, lol). So, I built didtheyghost.me, a simple open-source tool that crowdsources job application responses.

This isn't a job scraper or another job board. It's a community-driven way to share real-time updates on job applications, so you're never left guessing.

It helps answer questions like:

- Has anyone heard back from this role? [1]

- How long does it usually take to hear back? [2]

- What are the online assessments/interview rounds like for company X? [3][4]

- And the big one: Did they ghost me?

How it works:

1. See a job listing (e.g. on LinkedIn), apply for it, and haven't heard back?

2. Use the platform to check if others have received replies, interviews, or offers.

3. Find out if you're in the same boat or if you might've been ghosted.

It's completely free, open-source, ad-free, and community-driven.

Check it out: https://didtheyghost.me

GitHub: https://github.com/didtheyghostme/didtheyghostme

Happy to answer questions or discuss ideas!

--------------------

[1] https://www.reddit.com/r/leetcode/comments/1hhfhck/amazon_sd...

[2] https://www.reddit.com/r/leetcode/comments/1h8qm4j/how_long_...

[3] https://www.reddit.com/r/csMajors/comments/1enubgb/tiktok_ne...

[4] https://www.reddit.com/r/csMajors/comments/1f6e84t/shopify_w...

toomuchtodo 24 hours ago

I love the direction and attempt. What I think is needed to encourage good behavior is a system that scans company job postings, archives them (Internet Archive), performs analytics as to whether these jobs are being filled (compare to LinkedIn data as best as you can, there will always be leakage), and potentially report non compliance around salary transparency to whomever in each state regulates that. LinkedIn doesn’t care, state regulators aren’t going to do this.

Think in systems. If the desired outcome is more honest and transparent behavior from job posters, the way to get there is public data and analytics to suss out signal of undercurrent intent internally. It’s an observability platform at its core.

Consider partnering with the hiring.cafe folks (search HN for relevant threads) if you want to achieve scale wrt feedback capture from applicants to drive analytics.

dtgmzac 6 hours ago

Thanks for the suggestions! Internet Archive is a really interesting approach. I'd say there are a lot of tools out there that scan job postings and if there were some kind of open standard that everyone used, it would definitely make the job search more transparent.

Schiendelman 18 hours ago

I could be mistaken, but doesn't Indeed do this already?

toomuchtodo 16 hours ago

Indeed is an interested party, and their incentives do not align with the general public and jobseekers.

6stringmerc 15 hours ago

I’m doing a long term (read: takes months to collect data) investigative journalism piece regarding hiring practices in the United States that tracks with your musing. As in, I’m using tools to actually document who obtained positions and comparing those visible profiles and credentials with the actual listing put out by companies. The motivation has been through personal experience and seeing…patterns…that I wish to document to the best of my ability in a professional writing project.

I’d be willing to expand my scope if there is interest by any group or entity to support such a project - as in, expand my pool of people actively seeking and applying for jobs (in my case about 10 per week, all within reasonable % of qualification) to explore if data reveals any patterns. It’s a nuanced thing. Basically poking a hole in the “meritocracy” narrative is potentially able to expose other bias at play (age, gender, ethnicity) with a willingness to put such findings into a well researched article / study.

GistNoesis 6 hours ago

I wonder if some escrow protocol would be a solution to the ghosting problem.

Something like, when a company make a job posting they must put some cash in escrow for each candidate they are currently interacting with, and if they ghost you by not responding according to a timely schedule, you get the escrowed money.

Similarly when the job posting has received applications, that have not been rejected in less than a week, they are either autorejected, or they transition to escrow state where they must be handled or else cost money.

It would also have the merit of preventing companies to cast too big a net wasting everybody's time, just to collect data.

Wonder whether it's something that could emerge by people not applying to companies not offering ghost-protection protocol. Or whether name-shaming companies lacking basic courtesy is sufficient.

It could also maybe create more problems that it would solve, because it would add some intermediary in the recruitment process preventing peer to peer contracts. Which brings potentially many problems because it centralize applications for different companies but it also add levers to control bad practices.

Not sure how it could be regulated given international context.

kylecazar 12 hours ago

I was ghosted by a company after going through multiple hours-long interviews. It's the first time it's happened this egregiously.

No communication after 3 rounds, including with very senior people. Last interview was a month ago. Sent two requests for updates. Nothing.

If this helps eradicate the issue I'm for it.

dtgmzac 7 hours ago

That frustration is exactly why I started building this too. I've applied to companies, done their online assessments (OAs), and the status in their portal never got updated, even till now.

The goal is to bring more transparency to the process, so if someone else had received a reply, I could have known sooner and moved on.

hidelooktropic 18 hours ago

I would love it if this tool exposes job postings where the company has no intention of actually filling them, just trying to collect resumes. But does it do this?

dtgmzac 8 hours ago

Yup, if you track your job applications there are statuses like "Applied", "Interviewing", "Rejected", "Ghosted", "Offered". So that could fall under "Ghosted". You could also add response dates which is how long it took to receive a reply after applying / interviewing and your interview experience. All these are transparent and everyone can see them.

There's also a "Report Job" button in place for flagging invalid job postings, which you could add a note with the reason for reporting.

However, there is a caveat, since this is community-driven so like another commenter mentioned, there could be bad actors. One way to solve that in the future is to have community moderators / some kind of verification.