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
18
Joined
2 wk. ago

  • Why are you angry at them, rather than being angry at the candidate that ran a terrible campaign? Or the party that ran a terrible candidate?

    I always find it telling when people get mad at those who fight against things like genocide, rather than getting mad at the people who fought for more genocide

  • Not at all, you should never trust the client as they can spoof. But you can't install malware or harvest data as effectively from the server, so shady companies generally don't try it that way.

  • I think most protest voters did consider Trump a threat. But they also saw how the Democratic party was doing nothing to fix the problems that Trump utilized to gain power.

    Maybe if the Democrats started fighting for the people, instead of their rich doners, the people would fight for them.

    • 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