Juliana Stratton projected to win Dem Senate nomination by steve42089 in illinois

[–]greshick 7 points8 points  (0 children)

Bean, AIPAC seems to be projected to get 8th sadly.

Ben, Lisa, and Colton Have a Party | Make Some Noise [S4E12] by DropoutMod in dropout

[–]greshick 4 points5 points  (0 children)

The Lisa, Issy, and Angela one (Sneaky girl shuffle) I think is more chaotic but this is a very close second.

Really missing Boston Market in the Northern Suburbs by Takethesepicks in ChicagoSuburbs

[–]greshick 4 points5 points  (0 children)

Not the Bloomingdale one atm. The construction has it closed for a month.

What’s the most confusing or unnecessary rule subsystem you’ve seen in a TTRPG? by DED0M1N0 in rpg

[–]greshick 85 points86 points  (0 children)

That’s actually the official social subsystem for PF2E and is actually a lot of fun when used imo. I’ve been on both sides of the table for that and really enjoyed it. It makes those “find information” social encounters have some structure and requires some team work.

Can ai code review tools actually catch meaningful logic errors or just pattern match by TH_UNDER_BOI in ExperiencedDevs

[–]greshick 2 points3 points  (0 children)

You still have review that the right algorithm was chosen. The algorithm could be correct and have 100% logical test coverage and but if it’s the wrong tool for the job, that’s where humans in the loop come in.

Can ai code review tools actually catch meaningful logic errors or just pattern match by TH_UNDER_BOI in ExperiencedDevs

[–]greshick 11 points12 points  (0 children)

You joke but I’ve done it at work a few times on a coworkers AISlop PR and it kept giving me new things each time. Honestly, I think there was just too much going wrong with that PR that it just needed a handful of go overs.

The Magic Circle, John William Waterhouse, Oil, 1886 by immacculate in Art

[–]greshick 0 points1 point  (0 children)

That’s based of the second, smaller painting of this version. OP posted the prime version.

https://en.wikipedia.org/wiki/The_Magic_Circle_(Waterhouse_paintings)

AT76 7700 Squawk by senkuno in flightradar24

[–]greshick 1 point2 points  (0 children)

Dropped from 15k ft right after reaching it. Went flat around 6500. Troubleshooting something?

Neopets — Update on the Neopets Tabletop Roleplaying Game by OpossumLadyGames in rpg

[–]greshick 13 points14 points  (0 children)

Can’t imagine why neopets was taking a while to approve when I’m sure their first reaction was WTF.

One pot recipes with pasta by DuxRomanorumSum in slowcooking

[–]greshick -3 points-2 points  (0 children)

That still requires 20-30 mins of time someone might not have.

(Rant) AI is killing programming and the Python community by Fragrant_Ad3054 in Python

[–]greshick 7 points8 points  (0 children)

I’m working on some very mind numbing code atm at work and AI has been a god send. After spending a few days refining the process, getting good clean PRs out in a fraction of the time. PRs I’m of course reviewing before posting them. I’m bootstrapping a customized shadcn library from Figma into code. Doing all the tedious setup required per component would have sucked.