TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Find and manage Hacker News fractional jobs

2 点作者 4m1rk大约 1 年前
Hi HN, I love all sorts of flexible jobs, whether it&#x27;s freelancing, part-time, fractional, or whatever we call it. I have strong reasoning behind it, but that&#x27;s another story for another time.<p>One of the best places to find these types of works is HackerNews. But it&#x27;s hard to keep track of the applications or skip the ones you don&#x27;t like and return the next day to continue. There are some nice works done to solve this but a) they focus on full-time jobs, and b) they don&#x27;t allow you to sync your data on multiple devices. Essentially, there&#x27;s no lightweight CRM-like solution for freelancers&#x2F;consultants to manage their job applications unless it&#x27;s offered by the job listing websites.<p>I managed to find a great part-time job in HN by following this strategy:<p>Fetched the past 3 months of whoishiring submissions, loaded them into a database, and divided them into two priorities:<p>1. Freelance jobs, posted under &quot;Ask HN: Freelancer? Seeking freelancer?&quot; with &quot;SEEKING FREELANCER&quot; title.<p>2. Part-time or contract jobs, posted under &quot;Ask HN: Who is hiring?&quot; with specific keywords (part-time, consultant, contractor, etc.) and without &quot;no contract(s)&quot;.<p>I reviewed the first priority, either applied or skipped, and marked their status accordingly, then moved on to the second priority.<p>Now, I turned this into a small web app, built using Django, HTMX, and Postgres all running on a single DigitalOcean VM.<p>You don&#x27;t need to sign up, just click on &quot;Login as Guest&quot; to start using the app. Or watch the video on the about[1] page.<p>This is my first Show HN post, would love to hear your feedback. Thanks!<p>[1] <a href="https:&#x2F;&#x2F;fraction.works&#x2F;about" rel="nofollow">https:&#x2F;&#x2F;fraction.works&#x2F;about</a>

1 comment

coderc大约 1 年前
Thanks, bookmarked and signed up!