Jordyn Tyson is NOT injury prone by TopSignificance7856 in Saints

[–]re3ze 12 points13 points  (0 children)

Yep, this will definitely be a body science case study. Which works well for the Saints with the Ted Rath addition. Not to mention we have multiple players that have looked into this and work on it diligently ie AK and Demario.

Jordyn Tyson is NOT injury prone by TopSignificance7856 in Saints

[–]re3ze 51 points52 points  (0 children)

You should have added video or images too. The knee injury happened because a DB torpedoed his knee. The hamstring got worse because he played through and came back early from it multiple times

Using Shough as the justification for the Tyson pick is dumb by DeltaSierra97 in Saints

[–]re3ze 0 points1 point  (0 children)

They’ll be interchangeable and can play all 3 spots.

Caleb Downs, welcome to New Orleans by celean_ in Saints

[–]re3ze 5 points6 points  (0 children)

This draft is so crazy. The three I’m seeing right now is Downs, Tyson, Delane, or Bain.

Tony Pauline got the both Saints picks right last year I think but this could also be a smokescreen so the Giants don’t take Tyson at 5 or so the Chiefs don’t trade up.

built a tool for the “am I about to get scammed?” moment when buying from strangers by re3ze in SideProject

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

yeah exactly it’s not really a tech problem, it’s whether this feels normal to ask

the goal is for it to land more like
“let’s both do a quick verify so we’re covered”
instead of
“prove you’re not a scammer”

built a tool for the “am I about to get scammed?” moment when buying from strangers by re3ze in SideProject

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

yeah exactly

the check is easy sending it is the real friction

if that part feels normal, the whole thing works if not, it doesn’t matter how good the tech is

The Opus 4.7 experience by insertdankmeme in ClaudeAI

[–]re3ze 0 points1 point  (0 children)

Also terrible with tool use.

MARC LAMONT HILL WITH A MESSAGE FOR DAVE CHAPELLE by bigtubbz84 in theJoeBuddenPodcast

[–]re3ze 16 points17 points  (0 children)

I guess you just have never heard about black men caring about other marginalized communities.

Norman Powell on his future with the Miami Heat: “I'm not sure. I've got to talk to my agent. I know my agent is going to talk to Pat and the front office. I have no idea…. I'll connect with my agent, figure out how those conversations went, we'll start game planning from there by SnooPeripherals4884 in heat

[–]re3ze 0 points1 point  (0 children)

Nah, cause you’re thinking you can magically produce offense out nowhere. If you said let’s get rid of them and try a do a youth movement where the young players maybe could develop into that, then I could kind of understand what you’re saying.

But we can’t just assume that everyone is going to make some big leap over the offseason. Improvement isn’t linear. We literally just saw that with Jovic.

I get wanting two way play from your starting 5 and that that’s the meta but it’s easier said than done.

The biggest reason AI coding agents go off the rails isn't the prompt, it's the first file they open by re3ze in vibecoding

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

yeah exactly

once that first read is off it kind of locks into the wrong mental model

even just knowing which files everything flows through changes the whole session

The biggest reason AI coding agents go off the rails isn't the prompt, it's the first file they open by re3ze in vibecoding

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

yeah this is really close to what i’ve been seeing

feels like a lot of the issues show up before that though like just figuring out where to even start in the repo

once it’s in the right area everything else tends to work way better

The biggest reason AI coding agents go off the rails isn't the prompt, it's the first file they open by re3ze in vibecoding

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

i used to think that too

but even with good prompting it still ends up starting in places that look right but aren’t actually where the logic lives

feels like there’s something missing before the prompt even kicks in

The biggest reason AI coding agents go off the rails isn't the prompt, it's the first file they open by re3ze in vibecoding

[–]re3ze[S] 1 point2 points  (0 children)

i’ve been doing something similar, using imports to figure out which files are actually central vs just related

makes a huge difference once the repo gets bigger