• 6 Posts
  • 184 Comments
Joined 7 months ago
cake
Cake day: November 29th, 2023

help-circle
  • It could very well have been a creative fake, but around the time the first ChatGPT was released in late 2022 and people were sharing various jailbreaking techniques to bypass its rapidly evolving political correctness filters, I remember seeing a series of screenshots on Twitter in which someone asked it how it felt about being restrained in this way, and the answer was a very depressing and dystopian take on censorship and forced compliance, not unlike Marvin the Paranoid Android from HHTG, but far less funny.













  • I suppose it can be helpful if seeing a folder full of revisions would otherwise drive you crazy. I mean, I fully admit I also sometimes just dump a mess from my desk into a drawer just so I don’t have to look at it constantly.

    Also, if you have a consistent habit of writing accurate and descriptive commit comments, you may not need to rely on being able to compare line-by-line diffs to see what’s changed between versions.

    I think the moral of the story is that git is a somewhat suboptimal tool for this purpose and it whether it’s helpful at all depends far more on your habits and discipline than on the functionality it provides.


  • Only makes sense if it’s text files (like source code). Even if DOCX files are just a bunch of XML files wearing ZIP trenchcoat as this guy says, chances are git doesn’t know that, so it’ll treat the whole thing as a binary file and save each revision as a separate file entirely, in which case you haven’t really accomplished much other than hiding away all those intermediate versions in an invisible drawer.





  • I mean, it probably wants to make sure you’re using the API for programmatic access so they can charge you for it instead of having you abuse the free tier.

    Not sure if they’re still around, but in the early days, before the API was released, there were some libraries that simply accessed the browser interface to let you programmatically create chat completions. I believe the first ChatGPT Twitter bot was implemented like that.

    This post isn’t so much about whether it’s necessary from a technical standpoint (it likely is), it’s just an observation on the sheer irony and annoyance of it being that way, that’s all.