David Farrell

Results 46 comments of David Farrell

The RSS feed is provided by [Hugo](https://gohugo.io), I don't know much about it. It may not be possible to change it, I'm not sure.

Oh man `bin/q --sql 'select distinct tag from tag order by 1' ` shows we have some work to do!

Hi @shevegen I'm glad you enjoyed that article! I don't have any plans to revisit it again soon, but thanks for getting it on my radar, maybe we should review...

Got it. I found the AWS [recommendations](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html). I think you could either: encode anything that AWS say isn't a "Safe Character", so line [67](https://github.com/pplu/aws-sdk-perl/blob/4e693c00444d8c270987ce435cbe73004dbe410e/lib/Paws/Net/RestXmlCaller.pm#L67) becomes something like this: ``` $vars->{...

~This was the third fix I tested for this issue. I _thought_ it worked but testing it again, it doesn't. I must have been testing an older fix.~ fixed

A simpler fix would be to special-case installing %hood in `mo-handle-sys-cor`: ``` ?: =(%hood dap) mo-core (mo-subscribe-to-agent-builds now) ``` As I guess %hood is the only agent which installs other...

From what I saw, the jolts from kiln enter gall's move list _before_ (mo-receive-core %hood ...) completes, as they are internal to gall. Then mo-subscribe-to-agent-builds runs for %hood and appends...

Here's a [dump](https://gist.github.com/dnmfarrell/8dd10ae7b97f9e21aedccd0bab96b50d) of gall's move list after installing hood. At the head is the %mult move originating from installing %hood. As the list is flopped before it is returned,...

This can be reproduced without a %say generator: > |pass [%d [%text "hi\0afive"]] >= hi five `from.dill` receives: [%out p=~[~-h ~-i ~-~a. ~-f ~-i ~-v ~-e]] and term.c prints it...

When clay builds an agent, it passes a /sys/cor task to gall which adds the agent to its list of agents ("yokes"). Gall then generates a %mult task for clay...