devil_d0c

joined 1 year ago
1
Lilly (lemmy.world)
 

Full name: Lilliana Los Pantalones

1
submitted 1 year ago* (last edited 1 year ago) by devil_d0c@lemmy.world to c/cat@lemmy.world
 

the stretch, the fur, the belly

[โ€“] devil_d0c@lemmy.world 0 points 1 year ago (4 children)

No this is about money.

In 15 years there won't be any live action "big budget" movies anymore, they will be generated using ai models and licensing the likeness of actors.

The fact that they are eating 500M right now means that they are confident in their models, hence my 15 year prediction.

 

I dunno... just software engineering things I guess.

 

115 files changed and almost 3k lines added... sure, I'll have this reviewed by tomorrow for ya ๐Ÿ™„

[โ€“] devil_d0c@lemmy.world 1 points 1 year ago

When I sat down today I thought I was just going to be updating some properties file with oauth end points.

This is so blatantly stupid that I now have to pick through the code base and write up a change request and incident avoidance report ๐Ÿ˜•

[โ€“] devil_d0c@lemmy.world 0 points 1 year ago (3 children)

Found this in production while migrating SSO providers. Made me chuckle ๐Ÿ™ƒ

3
DO NOT TOUCH (lemmy.world)
submitted 1 year ago* (last edited 1 year ago) by devil_d0c@lemmy.world to c/programminghumor@lemmy.world
 

Edit: so im done with my preliminary research into this codebase.

Our corporate SSO provider is changing, so I've been updating our tools to take advantage of the new badges. I found this in a web application that I started on today. The original developer is long gone, and according to our PaaS, this app has been running for just under 3 years without an update.

There is no CI/CD, blue-green deployment, or back ups. The database is an H2 db with ddl-auto set to create-drop on startup, meaning that this database will delete itself if the app is restaged but thanks to this guys code, it won't populate itself. ๐Ÿคท