- cross-posted to:
- git@programming.dev
- cross-posted to:
- git@programming.dev
As aliases
alias g-log="git log --graph --format='format:%C(yellow)%h%C(reset) %s %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)'"
alias g-history='gitk --all &'
alias g-checkout='git checkout $(git branch --sort=-committerdate --no-merged | fzf)'
alias g-commit='git citool &'
alias g-amend='git citool --amend &'
alias g-rebase='git rebase --interactive --autosquash'
alias g-pull='git pull --verbose --rebase'
alias g-pushf='git push --verbose --force-with-lease'
alias g-status='git status --ignored'
alias g-clean='git clean -fdx && git reset --hard && git submodule foreach --recursive git clean -fdx && git submodule foreach --recursive git reset --hard'
These AI generated images for articles bother me a lot.
I think they are pretty funny. They don’t matter, it’s just a nice little colorful image that has to be there. There is no information transported or displayed incorrectly, because there is none 😄
Agreed. I also see them all over youtube videos and stuff and I just can’t keep reading/watching. Its not like an ideological thing, i don’t hate generated art. I just find it so distracting.
What annoys me the most is that AI image generators make it so easy to make images and yet despite that they’re still too lazy to spend 2 seconds to look at the image and check if it’s crap or not. It would literally take them only a couple of minutes to tweak the prompt and regenerate some more images.