Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PI
Posts
0
Comments
12
Joined
2 wk. ago

    • writing code and code-commits
    • generating joke/funny images
    • reminding me of code-syntax for infrequently used languages
    • sending art project prompts to my artistic friends
    • an IRC bot for my friends to talk to
    • helping me run a D&D game
    • researching information rather than searching (when I don't really care about getting an accurate answer)
  • One thing that I find useful is that you can do --filesync with an existing zip, which means it only updates the files if the date/size don't match. This saves a bunch of time on large archives that don't need to be created from scratch every time.

  • I have a self-hosted AI system that works pretty well. I can interact with it via my phone, the shell, my IRC server, and I can verbally talk to it.

    But I want to get it to remember things, so I need to start working on RAG or something. Eventually I'd like to be able to have it draft emails for me, and schedule appointments.

  • Ah, nice. I have a similar setup, I have a repo, and for each rc-file, I do:
    cat shared/${general_config} ${machine_name}/${machine_specific_config} > ${rc_file_name}

    So for spectrwm it does: cat shared/spectrewm.conf laptop/spectrewm.conf > ~/.spectrewm.conf