6 comments

  • milkytron13 minutes ago
    If anyone is curious on how Chicago got robbed on their parking revenue: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chicago_Parking_Meters" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chicago_Parking_Meters</a>
  • mckee_plus_plus43 minutes ago
    You should share with<p><a href="https:&#x2F;&#x2F;chihacknight.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chihacknight.org&#x2F;</a>
  • bstsb58 minutes ago
    seems like a very similar idea to a site made by walzr, previously posted to HN. i’ll find the link somewhere
  • 737min1 hour ago
    Is the motive to diaript police work?
    • culi31 minutes ago
      To disrupt a pretty well-known racket. There&#x27;s been tons of rulings like this[0] yet nothing ever gets done about it.<p>[0] <a href="https:&#x2F;&#x2F;www.ctmlegalgroup.com&#x2F;resources&#x2F;chicago-overcharged-you-for-parking-tickets-here-s-what-the-court-just-ruled-and-what-it-means-for-you" rel="nofollow">https:&#x2F;&#x2F;www.ctmlegalgroup.com&#x2F;resources&#x2F;chicago-overcharged-...</a>
      • 737min26 minutes ago
        Thank you for extra insight
    • greyface-56 minutes ago
      One man&#x27;s &quot;disruption of police work&quot; is another&#x27;s protected First Amendment activity. <a href="https:&#x2F;&#x2F;www.reuters.com&#x2F;article&#x2F;world&#x2F;us&#x2F;top-new-hampshire-court-sides-with-parking-meter-robin-hooders-idUSKBN0OP1U4&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reuters.com&#x2F;article&#x2F;world&#x2F;us&#x2F;top-new-hampshire-c...</a>
      • 737min31 minutes ago
        Big. They paid the meters kindly?<p>Parking problem everywhere<p><a href="https:&#x2F;&#x2F;www.taipeitimes.com&#x2F;News&#x2F;front&#x2F;archives&#x2F;2024&#x2F;03&#x2F;08&#x2F;2003814613" rel="nofollow">https:&#x2F;&#x2F;www.taipeitimes.com&#x2F;News&#x2F;front&#x2F;archives&#x2F;2024&#x2F;03&#x2F;08&#x2F;2...</a>
  • oriettaxx1 hour ago
    omg, this is super cool... who the hell did they get that data?
    • oriettaxx1 hour ago
      Summary from the About page:<p>Title: Built: Second City Citation — A Live Chicago Parking Ticket Tracker - Zayyan Faizal<p>Second City Citation is a project that tracks Chicago parking tickets by reverse-engineering the city&#x27;s public payment and verification web portals. The city&#x27;s parking payment API was found to be insecure, as it fails to verify hCaptcha tokens on the backend, rendering the UI-based security ineffective. Accessing the city&#x27;s internal ticket data requires an authorization token obtained through a secondary security endpoint, which revealed poor implementation of RESTful standards. Parking violation images provided by the city contain metadata, such as officer IDs and exact locations, which can be extracted using OCR technology. Ticket distribution patterns are inconsistent because enforcement officers frequently skip ticket IDs during shifts, breaks, or when moving between zones. Ticket ID allocation is not strictly sequential, as the API returns 422 errors when boundaries of assigned ticket blocks are reached. The developer successfully mapped ticket data by using intelligent scanning algorithms that group active tickets into bands based on ID proximity and recency. The project utilizes an automated scanner that manages hot, warm, and cold exploration intervals to identify and track new ticket ranges efficiently. To manage infrastructure costs, the project was deployed on a self-hosted server using Debian and Coolify, secured by Cloudflare Tunnels and Access. Despite the city attempting to block the server&#x27;s IP and adding CAPTCHAs to image viewers, the developer maintains the tracker by bypassing these security measures.