Avatar

ColdFenix

ColdFenix@discuss.tchncs.de
Joined
6 posts • 3 comments
Direct message

If this comes close to the 3d audio quality of the Demon Souls Remake it’s going to be awesome. That games audio was mindblowing for me and I’m sad other ps5 games weren’t able to come close to it until now.

permalink
report
reply

The m4 fanedit honestly redeemed the movies for me. It basically cuts the trilogy down to a 4 hour movie thats true to the book and mostly just follows Bilbo.

permalink
report
parent
reply

The trick is to split the code into smaller parts.

This is how I code using ChatGPT:

  1. Have it analyze how to structure the program and then give me the code for the outline with not yet implemented methods and functions.
  2. Have it implement the methods and functions one by one with tests for each one.
  3. I copy the code and test for each method and function before moving on to the next one So that I always have working code.
  4. Despair because my code is working and I have no idea how it works and I have become a machine that just copies code without an original thought of my own.

This works pretty well for me as long as I don’t work with obscure frameworks or in large codebases.

permalink
report
reply