this post was submitted on 01 Mar 2024
89 points (88.0% liked)

Programming

16975 readers
1288 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

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'
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 70 points 6 months ago (5 children)

What in the absolute fuck is in that thumbnail??

[–] [email protected] 66 points 6 months ago (3 children)

These AI generated images for articles bother me a lot.

[–] [email protected] 7 points 6 months ago* (last edited 6 months ago)

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.

load more comments (2 replies)
load more comments (3 replies)