A very good one:
“Whatever AI Looks Like, It’s Not”
(notice the photo by Thomas Schmitt that illustrates the article)
@bender@twtxt.net SUPER talented like the way she does her illustrations is crazy!!!
A visual flow chart diagram that illustrates how two different but very related concepts can lead to system accidents 👌
- asynchronous evolution
- drift into failure
@lyse@lyse.isobeef.org deeply honored to be used as an example, when illustrating things that will break! :-D <3
@kat@yarn.girlonthemoon.xyz To improve you shell programming skills, I highly recommend to check out shellcheck
: https://github.com/koalaman/shellcheck It points out common errors and gives some suggestions on how to improve the code. Some details in shell scripting are very tricky to get right at first. Even after decades of shell programming, I run into “corner cases” every now and then.
E.g. in getlyr
’s line 7 it warns:
echo -e $(gum style --italic --foreground "#f4b8e4" "'$artist', '$song'")
^-- SC2046: Quote this to prevent word splitting.
For more information:
https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt...
Most likely not all that problematic in this application, but it’s good to know about this underlying concept. Word splitting is basically splitting tokens on whitespace, this can lead to interesting consequences as illustrated by this little code:
$ echo $(echo "Hello World")
Hello World
$ echo "$(echo "Hello World")"
Hello World
In the first case the shells sees two whitespace-separated tokens or arguments for the echo
command. This basically becomes echo Hello World
. So, echo
joins them by a single space. In the second one it sees one argument for the echo
command, so echo
simply echos this single argument that contains three spaces.
@prologic@twtxt.net @prologic@twtxt.net this description is applicable. As with PH.D so with this hyper focus.
Inkscape 1.0rc1 released on April 9, 2020 https://inkscape.org/release/inkscape-1.0rc1/ #illustration #graphicarts #svg #opensource
GitHub - historicalsource/journey: Journey, by Marc Blank, Illustrated by Donald Langos (Infocom) https://github.com/historicalsource/journey
The Illustrated Word2vec “ Jay Alammar ” Visualizing machine learning one concept at a time https://jalammar.github.io/illustrated-word2vec/
3 of 3 - A Thousand Plateaus by Gilles Deleuze & Félix Guattari - Illustrated Audiobook - YouTube https://www.youtube.com/watch?v=Ws2b5aOhrdA
2 - A Thousand Plateaus by Gilles Deleuze & Félix Guattari - Illustrated Audiobook - YouTube https://www.youtube.com/watch?v=o7ZQ5HRntHo
1 - A Thousand Plateaus by Gilles Deleuze & Félix Guattari - Illustrated Audiobook - YouTube https://www.youtube.com/watch?v=0XYc2scuJrI
Lovecraft is illustrative of the first half of the 20th century because he represents several seemingly mutually exclusive extremes. Recommend reading Sterling’s Pirate Utopia & Stranger Than We Can Imagine together, then Dreams in the Witch House
Sublime Pulp: An Interview with Illustrator Les Edwards https://wearethemutants.com/2016/10/31/sublime-pulp-an-interview-with-illustrator-les-edwards/
Mathematical Illustrations http://www.math.ubc.ca/~cass/graphics/manual/
Old Book Illustrations: Free Archive Lets You Download Beautiful Images From the Golden Age of Book Illustration | Open Culture http://www.openculture.com/2015/12/old-book-illustrations.html
The Best Demon Illustrations of All Time - Atlas Obscura http://www.atlasobscura.com/articles/demons-illustrations-dictionnaire-infernal?utm_source=Atlas+Obscura+Daily+Newsletter&utm_campaign=149faf3a75-EMAIL_CAMPAIGN_2017_07_12&utm_medium=email&utm_term=0_f36db9c480-149faf3a75-63252673&ct=t(Newsletter_7_12_2017)&mc_cid=149faf3a75&mc_eid=fb147c2f0d