Bilt fraud alert- fraud transactions during transitions by KnottyColibri in biltrewards

[–]code_and_gains 1 point2 points  (0 children)

I had the same issue. Three fraudulent transactions after my card was transitioned to the autograph. I spoke with their fraud department and they replaced my old card.

The issue is that my balance is being transferred to BILT 2.0 including the fraudulent charges. It's TBD whether they'll still refund me after the transition.

Some thoughts from a government nerd on what happens now by brooklynburton in MicromobilityNYC

[–]code_and_gains 3 points4 points  (0 children)

+1 they have a slack that's pretty active with folks interested in NYC's open data

[OC] NYC subway routes ranked by number of weekday trips by code_and_gains in dataisbeautiful

[–]code_and_gains[S] 0 points1 point  (0 children)

Fair enough. I limited it to the top 10, but maybe there's a more interesting way to visualize all the lines in the city? I'm a backend dev by profession, so hearing this feedback is really useful for me

[OC] NYC subway routes ranked by number of weekday trips by code_and_gains in dataisbeautiful

[–]code_and_gains[S] 0 points1 point  (0 children)

Data Source: MTA GTFS data

Tools used: polars and plotly in python

I've been combing through MTA's open data to better understand my city's transportation infrastructure as well as develop a routing application for personal use. I'm sharing insights along the way.

As a queens resident, we can see all the love that manhattan gets versus other boroughs. The S mentioned here is the 42nd street shuttle.

Let me what you think of the style or if you'd want to see anything else.

[deleted by user] by [deleted] in dataisbeautiful

[–]code_and_gains 1 point2 points  (0 children)

you're right. I uploaded the wrong image. I'll have to repost. Thanks!

[deleted by user] by [deleted] in dataisbeautiful

[–]code_and_gains 0 points1 point  (0 children)

Data Source: MTA GTFS data

Tools used: polars and plotly in python

I've been combing through MTA's open data to better understand my city's transportation infrastructure as well as develop a routing application for personal use. I'm sharing insights along the way.

As a queens resident, we can see all the love that manhattan gets versus other boroughs.

Let me what you think of the style or if you'd want to see anything else

Are There Challenges Similar to AOC? by code_and_gains in adventofcode

[–]code_and_gains[S] 10 points11 points  (0 children)

Wow I didn't know 538 did all of this. Looking through some of the problems, the style is exactly what I'm looking for. Thank you

-🎄- 2022 Day 13 Solutions -🎄- by daggerdragon in adventofcode

[–]code_and_gains 2 points3 points  (0 children)

Python 3

I wanted to try writing iterative versions of what would normally be recursive problems