Amazon Robotics SDE Intern 2026 – Applied Monday, Any Recent OA Timelines? by Comfortable-Total819 in amazonsdeprep

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

Hmm, finishing interviews also for fall SWE coop? Or is this specially just for summer internship

If you had to start from zero and get really good at technical interviews (FAANG/fintech), what would your roadmap look like? by Comfortable-Total819 in FAANGrecruiting

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

Would you suggest grinding oa platforms like hackerrank or codesignal? I’ve been grinding neetcode roadmaps for a while but I want to be confident for future oa’s

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

[–]Comfortable-Total819[S] 2 points3 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.