• 14 Posts
  • 1.02K Comments
Joined 2 years ago
cake
Cake day: August 15th, 2023

help-circle
  • The media (Blu-ray, dvd, whatever…) didn’t matter so much. Adding depth fields to existing media works, but it isn’t exactly perfect. The tech should be much better now, but it took a fuck ton of manual labor to convert films to be compatible with 3D. Back when 3D TVs were being pushed, studios had to film movies in 3D as well, which took more time and more equipment.

    Here is an old pic I took during the conversion of Titanic into 3D since it wasn’t filmed in 3D from the start. Each frame needed to have depth fields mapped, by hand, in a room filled with jr level staff. This work was split across multiple studios.















  • I’ll never drink again, but there are some days still that I wish my mind could be as numb as it was while I was a raging alcoholic. That thought is usually replaced with remembering how shitty I always felt and how I didn’t give a fuck about anything. Life was a blur.

    A mostly clear mind and recovering body is a very good thing. Daily stress is easily managed with regular exercise and chronic anxiety and depression is only a tiny fraction of what it once was. It’s a good life now.

    I believe the lifestyle changes not only lengthened my life, but it also stretched out my perceived time as well.




  • I would tweak that a hair and tell people just to make an account somewhere and observe for a bit. Lemmy can have some very distinct groups that reside on very specific instances. Or not. It’s a “pick your adventure” kind of scenario, IMHO.

    It took about six months or so for me to settle into .ca after bouncing around a bit. It’s not really a pain to switch instances, but I personally like my chat history in one spot and I like the concept of a ‘home instance’.

    Depending on your client and your settings, your feed could have a bias that leans in the direction of the posts on your home instance, so that is something of note. Not saying that is bad or good, it just is what it is.



  • When I use it, I use it to create single functions that have known inputs and outputs.

    If absolutely needed, I use it to refactor old shitty scripts that need to look better and be used by someone else.

    I always do a line-by-line analysis of what the AI is suggesting.

    Any time I have leveraged AI to build out a full script with all desired functions all at once, I end up deleting most of the generated code. Context and “reasoning” can actually ruin the result I am trying to achieve. (Some models just love to add command line switch handling for no reason. That can fundamental change how an app is structured and not always desired.)