Avatar

CorvidCawder

CorvidCawder@sh.itjust.works
Joined
0 posts • 17 comments
Direct message

I’m pretty sure that this is not true. I’d love to see sources.

There was some research before the ongoing AI-panic, focusing on hentai instead. As it is as “harmless” as the AI-generated content.

And I do recall that at the time there were voices in research making the point that the consumption of material did not have correlation with actually reducing the urges. So this seems highly unlikely.

permalink
report
parent
reply

It’s also been quite some time for me, but I have the impression that there was a plot reason for it, like the games being a war on the gods, which started with taking the place of Ares? Thus the title (but in a roundabout way)

permalink
report
parent
reply

Just use the icon from the streak society…

permalink
report
parent
reply

Shared branches should always only move forward. Most Git-* systems support stuff like protected branches.

I personally like tidying up your own feature branch with rebasing and then merging it into main (preferably using only FF merges). However this is not scalable for some larger projects, and for example monorepos also make this hard to accomplish. In those cases the solution ends up being squash+merge.

The extra information about the squashed commits is usually persisted to these systems (GitHub PRs, GitLab MRs, etc) so you don’t really lose much, I guess. Although I do prefer keeping it all in plain git.

permalink
report
parent
reply

Nice reference

permalink
report
parent
reply

Hasn’t been the case anymore for quite some time, even though I think it has quite generous sudo rules. But yes, it’s not meant to be your main OS but instead more like a toolbox you use in liveboot/VM/etc.

permalink
report
parent
reply