home.social

#notetoself — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #notetoself, aggregated by home.social.

  1. Note to self: 10GB free memory are not enough to save a 7GB PDF...

    #Cursed #PDF #NoteToSelf

  2. Finally close to seeing the light at the end of the tunnel with my #towncrier adoption for my projects.

    Only four more repo's(out of 20ish) git logs to audit and assemble plausible CHANGELOGs.

    Did I _need_ to any of this work? No. No one is ever going to look at this.

    Did I learn a few new things, or at least burn into muscle memory commands/workflows that will be useful in the future? Absolutely.

    Glad that I put in the effort.

    git tag -n
    git tag -a <new_tag> <old_tag>^{}
    git log -1 --format=%ai <tag>

    #NoteToSelf #LessonsLearned #git #towncrier #CHANGELOG #python