<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: PythonicIT</title><link>https://news.ycombinator.com/user?id=PythonicIT</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 16:52:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=PythonicIT" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by PythonicIT in "I am DONE with applying to Indeed or LinkedIn"]]></title><description><![CDATA[
<p>I am so DONE with applying to Indeed and LinkedIN to find a REAL job. I have been applying for some months now and I am tired of having to fight through recruiters, ads, and gig platforms pretending to be legitimate jobs. Here are some of the terrible things Indeed and LinkedIN does to PROVE they don't care about you getting a job.<p>Indeed HIDES the posted date even when you sort by date first which is a CRITICAL problem because you may end up wasting your time on a job that already has hundreads of applicants because the postings was weeks ago. However, you would never know, thus wasting your time even more.<p>LinkedIN does "Repostings" now where companies pay LinkedIN to have fake evergreen jobs that just stay up forever to collect your information with no intention of hiring anyone. This AND, fake gig platforms FLOOD the site so its hard to find real jobs. (Like Data Annotation).<p>I am just so tired of dealing with the fake job postings that I decided to take matters into my own hands. I figured I would try and figure out what companies work with what ATSs (Application Tracking Software) so I can just have a huge list of companies where I can just apply directly to them without Indeed or LinkedIN as the middle man.<p>Well, after about 2-3 weeks of collecting data from search engines, subdomain enumeration, etc - I was able to create an OpenSource ATS Aggregator job tracking app. It's called "OpenPostings" and it pulls in FRESH job postings that either:<p>1. Has a posted date that is within 24 hours (So you know the posting is fresh)
2. Has no posted date, and the job is still up/available.<p>This has over 31000+ companies where it is able to pull over 500000+ FRESH jobs DAILY.<p>I had Codex scaffold out a React Native application while I fixed all of its mistakes.<p>Here are all the ATSs it supports:
• Workday
• Ashby / ashbyhq
• Greenhouse / greenhouse.io
• Lever / lever.co
• Jobvite / jobvite.com
• Applicantpro / applicantpro.com
• Applytojob / applytojob.com
• Theapplicantmanager / theapplicantmanager.com
• Icims / icims.com
• Recruitee / recruitee.com
• Ultipro / ukg
• Taleo / taleo.net
• BreezyHR
• ApplicantAI
• Career Plug
• Career Puck
• Fountain
• Getro
• HRM Direct
• Talent Lyft
• Talexio
• Team Tailor
• Talent Reef
• Manatal
• Zoho
• BambooHR
• Gem
• Jobaps
• Join
• Saphrcloud<p>Once I had set it up and it was working for me to apply to a bunch of real jobs without Indeed or LinkedIN, I decided to setup an MCP server to it so you can have your AI/LLM model apply to jobs for you (As long as your AI has access to a browser). Here are the AI commands you can do with my app:<p>• Get back your applicant information
• Find jobs that are related to your skillset
• Generate dynamic cover letters based on your resume, experience and the job posting itself
• Apply to jobs for your and update the app to show that an AI applied to a job for you in the application tracking section of the app (Requires your AI to have access to a browser)<p>- Its free
- Its Open Source<p>It already has 39 stars on Github and people have said on Reddit and Youtube that it IMMEDIATELY helped them find REAL jobs. No recruiters, no sign up, no ads, nothing except a local seeded database, a react native app, and tons of jobs to apply to.<p>I genuinely hope that this gets ALOT of traction with the HOPE that we MAKE Indeed and LinkedIn ACTUALLY be more innovative rather than making it so hard for people to get jobs.</p>
]]></description><pubDate>Fri, 17 Apr 2026 15:39:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47807108</link><dc:creator>PythonicIT</dc:creator><comments>https://news.ycombinator.com/item?id=47807108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47807108</guid></item><item><title><![CDATA[I am DONE with applying to Indeed or LinkedIn]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Masterjx9/OpenPostings">https://github.com/Masterjx9/OpenPostings</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47807107">https://news.ycombinator.com/item?id=47807107</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 17 Apr 2026 15:39:06 +0000</pubDate><link>https://github.com/Masterjx9/OpenPostings</link><dc:creator>PythonicIT</dc:creator><comments>https://news.ycombinator.com/item?id=47807107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47807107</guid></item><item><title><![CDATA[New comment by PythonicIT in "P⁴ – Persistent Point-to-point protocol"]]></title><description><![CDATA[
<p>I’ve been working on a new protocol called P⁴ (Persistent Point-to-Point Protocol).<p>It persists the point-to-point protocol by using tor onion-style rendezvous for cross-network reconnects, but otherwise relies on the normal webRTC data channel for direct communication. (like PPP)<p>The result is that it lets apps talk directly (desktop ↔ mobile) without servers, accounts, or cloud infra.<p>I first thought of this when building an open source social media scheduler app where your content is on your desktop (or mobile) but you want to access the scheduler on your phone (or desktop). A server is an obvious choice but since this is open source, I wanted to avoid the need for users to setup a server or vpn, etc.<p>However this also has applications beyond just that:
- Personal file sync (Dropbox alternative)
- Password manager cross-device sync
- Notes/tasks syncing (offline-first apps)
- Home automation control (phone to local hub)
- Game state sync (local-host multiplayer)
- Camera/IoT monitoring without cloud
- Clipboard sharing between devices
- Local-first databases (CRDT peer sync)
- Encrypted chat without central servers
- Dev tools: logs/metrics between local machines<p>I personally tested this for windows and linux with the python bindings, but would like people to test this out on macOS if possible.<p>This supports:
- Windows
- Linux
- macOS<p>Language options:
- JavaScript/TypeScript
- Python
- C++
- PHP
- Java
- Rust<p>Why didn't I just use tor's onion relays fully for traffic if I am using it for rendezvous? Because tor's relays are optimized for low-bandwidth traffic and have high latency, which is not ideal for real-time communication. By using tor only for the initial rendezvous, I can establish a direct peer-to-peer connection using webRTC, which is much faster and more efficient for ongoing communication.<p>The protocol is still in early stages, but the core features are working. I’m looking for feedback on the design and implementation, as well as help with testing and documentation.</p>
]]></description><pubDate>Wed, 25 Mar 2026 19:42:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47522182</link><dc:creator>PythonicIT</dc:creator><comments>https://news.ycombinator.com/item?id=47522182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47522182</guid></item><item><title><![CDATA[P⁴ – Persistent Point-to-point protocol]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Masterjx9/p4">https://github.com/Masterjx9/p4</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47522181">https://news.ycombinator.com/item?id=47522181</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 25 Mar 2026 19:42:28 +0000</pubDate><link>https://github.com/Masterjx9/p4</link><dc:creator>PythonicIT</dc:creator><comments>https://news.ycombinator.com/item?id=47522181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47522181</guid></item><item><title><![CDATA[New comment by PythonicIT in "Microsoft’s original source code"]]></title><description><![CDATA[
<p>I'm not as smart as you guys but I figured that I'm going to try and write wine for life every single thing on GitHub unless someone has done it already so that we could try to compile and build this thing directly on our own computers.</p>
]]></description><pubDate>Fri, 04 Apr 2025 22:42:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43588512</link><dc:creator>PythonicIT</dc:creator><comments>https://news.ycombinator.com/item?id=43588512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43588512</guid></item><item><title><![CDATA[New comment by PythonicIT in "[dead]"]]></title><description><![CDATA[
<p>I built this app because the Netflix party app (now called Teleparty) doesn't support YoutubeTV. So I decided to make this as a speed run challenge. Its available on github and the chrome store.<p>Chrome Extension: <a href="https://chromewebstore.google.com/detail/youtubetv-party-share/mkocdfmapeffnmcnfmckiaaemjhjkiol" rel="nofollow">https://chromewebstore.google.com/detail/youtubetv-party-sha...</a><p>Github repo: <a href="https://github.com/Masterjx9/YoutubeTVParty">https://github.com/Masterjx9/YoutubeTVParty</a></p>
]]></description><pubDate>Tue, 31 Dec 2024 05:14:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42556590</link><dc:creator>PythonicIT</dc:creator><comments>https://news.ycombinator.com/item?id=42556590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42556590</guid></item></channel></rss>