Notes

le :

docker clean:

docker ps -qa --no-trunc --filter "status=exited"| xargs docker rm
docker images --filter "dangling=true" -q --no-trunc | xargs docker rmi
docker images | grep "none" | awk '/ / { print $3 }' | xargs docker rmi
docker volume ls -qf dangling=true | xargs  docker volume rm
docker system prune --volumes -f






le :

C’est toujours plus compliqué xarg/sed sous MacOS: git grep original_url | grep twitter | cut -d ":" -f1 | xargs -I@ sed -i "" "s/original_url/copy/" @




le :

Make it work, then make it beautiful, then if you really, really have to, make it fast. 90 percent of the time, if you make it beautiful, it will already be fast. So really, just make it beautiful.

– Joe Armstrong

J’ignore si cette citation est véridique, je n’en trouve pas de source directe (le livre OTP in Action est le plus souvent cité, mais Joe Armstrong n’en n’est pas l’auteur). Quelqu’un a-t-il la source ?




le :

Steven Wilson cancels rescheduled The Future Bites tour

I have reluctantly made the decision to cancel the whole tour. As a solo artist so many of my expenses are in advance, rehearsal and musician costs, developing the production, so to then only be able to perform a handful of shows at best would simply not have been financially feasible. Once again I must apologise for the disappointment and any inconvenience caused.

Source (de la tristesse) : https://www.loudersound.com/news/steven-wilson-cancels-rescheduled-the-future-bites-tour



le :

I would prefer to add a response structure. I will do this. Any objections?

Not at all! I was wondering if I would do it myself (but had no time today)






le :

Question on publishing from a website to a silo

When bridgy publishes to a silo (say twitter), is it possible to have the address of the published tweet ? I use webmentions.