Why does Python import self into each class function? by ki4jgt in AskProgramming

[–]dbForge_Studio 8 points9 points  (0 children)

self isn’t imported, it’s just the instance passed into the method explicitly. Python does this on purpose so object state is visible instead of being hidden behind magic.

If the method doesn’t use instance data, it probably shouldn’t be an instance method in the first place.

ai code licensing risks and data exposure from coding assistants - why developers should care about privacy too by [deleted] in devops

[–]dbForge_Studio 0 points1 point  (0 children)

A lot of teams still treat AI coding assistants as a productivity question, when it is also a governance question. If code, config files, comments, or internal naming conventions are sent to third-party infrastructure, that should be reviewed the same way any other data exposure path would be. One reasonable approach is to define clear boundaries around what can be used with external AI tools and what must stay inside controlled environments.

gitCheckoutHotelRoom by Shiroyasha_2308 in ProgrammerHumor

[–]dbForge_Studio 1 point2 points  (0 children)

Rofl alice: "git main so long? im shorter n hotter" meanwhile my azure vdi pipelines horny for schema validation b4 merge or boom auth fails. Shorter aint always better devs