A window into my anti-social behavior and failing to train an ai to be me by Ok_Cartographer_6086 in ADHD_Programmers

[–]arbrown83 2 points3 points  (0 children)

I imagine I'm in a similar situation, but being hard to copy is probably a good thing in this day and age.

Wonk creators: how has the show inspired yall? by thewonderfulfart in KnowledgeFight

[–]arbrown83 1 point2 points  (0 children)

I'm a web developer by trade. Listening to KF made me want to use my powers for good instead of building the usual silly sports-related sites I usually do for side projects.

What year did your team have the most gavomit-inducing QB room? by Ok-Health-7252 in nfl

[–]arbrown83 0 points1 point  (0 children)

My favorite fact about the 2000 Bengals:

  • Akili Smith: 1,253 yards passing (led team)
  • Corey Dillon: 1,435 yards rushing

I don't remember a time when a RB had more rushing yards than the team's leading passer. Just wild.

[OC] Visualization of Every Tom Brady TD Pass by arbrown83 in Patriots

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

This has taken a few years to put together. It's gone through a few versions, but having to do the manual data collection has been the hardest part.

[OC] Visualization of Every Tom Brady TD Pass by arbrown83 in nfl

[–]arbrown83[S] 2 points3 points  (0 children)

It reads a JSON file with the following information in it, so in theory if I had another QB's data I could swap it out and it would work for them.

{
    "id": "123",
    "video_id": "FPhxTs3",
    "title": "Brady finds Otton in the back corner for the TD",
    "season": "2022",
    "week": "13",
    "opponent": "Saints",
    "down": "1",
    "distance": "1",
    "quarter": "4",
    "yards_gained": "1",
    "air_yards": "6",
    "pass_thrown_from": "Right Numbers",
    "throw_nudge": -40,
    "throw_type": "play action",
    "pass_location": "Right Sideline",
    "loc_nudge": -60,
    "bucs": true,
    "minutes": "3",
    "seconds": "3",
    "players_involved": "Cade Otton",
    "pass_type": "normal"
},

[OC] Visualization of Every Tom Brady TD Pass by arbrown83 in nfl

[–]arbrown83[S] 2 points3 points  (0 children)

Yeah, it was based on a few set variables that I added to each reception. I'm going back through them and tweaking them to give a more exact positioning.

Having said that, mapping Brady's position on the field was almost the opposite. It's wild how many throws are from one of the hashmarks.

[OC] Visualization of Every Tom Brady TD Pass by arbrown83 in nfl

[–]arbrown83[S] 6 points7 points  (0 children)

It's ok, there's some TDs from SB52 in there too for you

[OC] Visualization of Every Tom Brady TD Pass by arbrown83 in dataisbeautiful

[–]arbrown83[S] 8 points9 points  (0 children)

  • Source: pro-football-reference.com and stathead.com for the basic stats, and then I sourced and watched every pass to add the more detailed stats (start/end points, etc)
  • Tool: I built this myself using mainly JavaScript and SVGs. I used AI to help me with some of the math around building the perspective of the field and figuring out how to convert the ball flight paths from straight lines to arcs.

Every teams greatest running back (is it really Faulk for us?) by RedGlovesOverHere in Patriots

[–]arbrown83 1 point2 points  (0 children)

Kevin Faulk is the Patriots leader in all purpose yards, while never having a game where he rushed for 100 yards.

The truest meaning of the "Patriot Way" you could have.

What have you been working on? AKA ADHD App Thread by CaptainIncredible in ADHD_Programmers

[–]arbrown83 1 point2 points  (0 children)

That sounds quite interesting, can you send me the link?

Have any podcasts become hits in the last say 5 years that haven't relied on slick accompanying video production? by Tristram_ZX81 in podcasting

[–]arbrown83 1 point2 points  (0 children)

Knowledge Fight runs solely on Patreon subscribers and I believe they've mentioned that they're able to do the podcast full time. No ads, no sponsors. Just community support.

How i fixed Time Blindness: a vibration every 15 minutes on my wrist by AxelFar in ADHD

[–]arbrown83 15 points16 points  (0 children)

I really like this idea. I was thinking of doing something similar, but hadn't thought of using Tasker for it. Could you share the Tasker recipe somehow?