@b0rk This is very useful for large projects because unlike the long form it doesn't "disturb" files that changed between HEAD and otherbranch (due to otherbranch being out of date), which makes incremental rebuilds faster.
@b0rk Update your branch from upstream by applying all of your branch's changes on top of upstream.
fedora: we make our bad decisions before any other distro, guaranteed
ubuntu: have you heard the good word of our lord and savior, snap?
debian: never change (derogatory)
arch: giving fedora a run for its money
gentoo: our systemd support is in the uncanny valley, but at least you have the tools to fix it [refuses to elaborate]
nixos: infinite recursion encountered while evaluating reductive quip
re: :abra: re: executive disfunction posting
@emerald Having a grounding trigger helped with that, I think, when we remembered to use it. (It was originally intended as a "break any active trances" trigger. Apparently a lot of things are secretly trances?)
:abra: re: executive disfunction posting
@emerald Definitely interacted heavily with system stuff for me. Some system members seemed to have direct control while others had to yell at a golem and hope it listens.
re: executive function rambling
I've been wondering since noticing this was a thing: how much of neurodivergent "executive dysfunction" is because the things that motivate neurotypical folks don't really work for us, and the things that work aren't taught to us? Followed by a vague swirling mass of: what might be the reasons/motivations behind that?
re: executive function rambling
@emerald The way I would make myself do that specific thing would be: stop, rest, cultivate love. Specifically love for my present and future self would get me moving. Which also means that it doesn't make much difference whether it's me or someone else that will experience the eventual benefits, i.e. "gratification" on any timeline doesn't play into it.
(Being able to generate love in that way took a lot of work though.)
re: executive function rambling
@emerald The way I would make myself do that specific thing would be: stop, rest, cultivate love. Specifically love for my present and future self would get me moving. Which also means that it doesn't make much difference whether it's me or someone else that will experience the eventual benefits, i.e. "gratification" on any timeline doesn't play into it.
(Being able to generate love in that way took a lot of work though.)
re: executive function rambling
@emerald I feel like even if the reward were immediate, it wouldn't actually influence my behavior.
@mavica_again Maybe we're designed to create dumb shit so no one can call us productive?
🐍 re: species/identity weirds, kink //
@lioness I have no comment on this specifically but I enjoy hearing about your system dynamics. ❤️
@viridian Yeah, that's one of the reasons we tend to do intra-system hypnosis instead.
stream announcement
Playing my own randomizer https://www.twitch.tv/madewokherd/
re: randomizers and bias (6/N)
@viridian Is this approach still going to work when I start randomizing land unlock requirements (which means I have to calculate reachability)?
randomizers and bias, bad end
The naive algorithm is not as slow as I expected, in this case. I suspect that in other cases we'll have a problem.
So, I still have no good solution. I guess we go naive for now.
randomizers and bias, bad end (15/N)
Turns out I do not understand this as well as I thought. PlaceOrbsInLands in this example (even though that's not quite how I actually wrote it) has a probability of failure that's proportional to the ideal failure probability, for one step, but it's lower than that ideal. For it to be the same, we'd have to stop everything immediately after encountering any failure. But, if it is the same, we end up with an equivalent of trying every permutation.
randomizers and bias, bad end (15/N)
And now I have to rewrite my placement algorithm because I realized while writing this that I took some shortcuts that may not be valid.