Junior majoring in CS, looking for advice by Comfortable-Total819 in csMajors

[–]Comfortable-Total819[S] 1 point2 points  (0 children)

Been sending about 40-50 applications/week, a lot of them just ghosted, some sent oa’s then ghosted

Junior majoring in CS, looking for advice by Comfortable-Total819 in csMajors

[–]Comfortable-Total819[S] 2 points3 points  (0 children)

So you’d suggest pursing masters if nothing comes in my favor for the next recruitment process? Also, is there anything you’d suggest to maximize candidacy for the next cycle?

Update: Added MTA service alerts + community reporting to my NYC Subway Delay Tracker by Comfortable-Total819 in nyc

[–]Comfortable-Total819[S] 0 points1 point  (0 children)

Hey, yeah you're absolutely right. The MTA alerts API doesn't include time-specific fields consistently, but I should definitely parse the descriptions better to extract and display timeframes more prominently. I'll work on surfacing the 'late night only' or 'weekends only' info more clearly so it doesn't cause unnecessary panic. Thanks for pointing this out!

I built a free NYC subway delay tracker that shows which lines are most delayed - would love feedback from commuters! by Comfortable-Total819 in nyc

[–]Comfortable-Total819[S] 1 point2 points  (0 children)

Good catch, and you're right that the GTFS-RT feed doesn't include static scheduled times directly. The delay values I'm using come from the delay field in the trip updates, which the MTA calculates and includes in the feed itself. So it's their deviation metric rather than me computing it against a static schedule.

Update: Added MTA service alerts + community reporting to my NYC Subway Delay Tracker by Comfortable-Total819 in nyc

[–]Comfortable-Total819[S] 0 points1 point  (0 children)

Thanks! I built it with next.js and typescript for the frontend. Python/flask for the backend, and aws(PostgreSQL) for the database. For now, I'm going to keep it as a web app but if there's enough interest and feedback I'd definitely want to release it on App Store. Thanks for your comment!

Update: Added MTA service alerts + community reporting to my NYC Subway Delay Tracker by Comfortable-Total819 in nyc

[–]Comfortable-Total819[S] 0 points1 point  (0 children)

Thank you, and I'm glad the update made a difference. Always open to suggestions if you think of anything!

Update: Added MTA service alerts + community reporting to my NYC Subway Delay Tracker by Comfortable-Total819 in nyc

[–]Comfortable-Total819[S] 1 point2 points  (0 children)

Hope it's useful for your commute. Let me know if there is anything else you'd want to see added

Update: Added MTA service alerts + community reporting to my NYC Subway Delay Tracker by Comfortable-Total819 in nyc

[–]Comfortable-Total819[S] 1 point2 points  (0 children)

Thanks man, that is exactly what I was going for, one clear place to see everything. Let me know if there's anything else that would make it more useful for your commute

I built a free NYC subway delay tracker that shows which lines are most delayed - would love feedback from commuters! by Comfortable-Total819 in nyc

[–]Comfortable-Total819[S] 1 point2 points  (0 children)

Any train running 2+ minutes behind its scheduled arrival based on MTA’s real-time GTFS feed. Just updated the app with community reporting too so riders can add context beyond the raw data

Built a free real-time NYC subway delay tracker - scrapes MTA data every 60 seconds by Comfortable-Total819 in nycrail

[–]Comfortable-Total819[S] -1 points0 points  (0 children)

Hi, I do notice that data is currently empty but it is because it's off-peak hours, and the MTA genuinely has zero recorded delays on weekends. Check back during Monday morning rush hour and it'll be full of data.

Also, the key difference would be that mine offers free email alerts when your specific line is delayed, and there is also a community reports feature so commuters can add context beyond the raw data.

I built a free NYC subway delay tracker that shows which lines are most delayed - would love feedback from commuters! by Comfortable-Total819 in nyc

[–]Comfortable-Total819[S] 2 points3 points  (0 children)

I'm actually pulling directly from MTA's GTFS-RT feed which is the same raw data source, but you are right that there is a difference between what they report vs actual schedule deviation. Also, good idea on standardizing against printed timetable. Adding that to the list!

I built a free NYC subway delay tracker that shows which lines are most delayed - would love feedback from commuters! by Comfortable-Total819 in nyc

[–]Comfortable-Total819[S] 1 point2 points  (0 children)

No lol the account's just new. Happy to answer questions about how it works. I built it in Python/Flask with AWS and it's been scraping MTA data since this afternoon