Editing 2601: Instructions

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 6: Line 6:
 
| titletext = Happy little turtles
 
| titletext = Happy little turtles
 
}}
 
}}
{{TOC}}
+
*To experience the interactivity of this comic, visit the {{xkcd|2601|original comic}}.
*To experience the interactivity of the game, visit the {{xkcd|2601|original comic}}.
 
 
 
 
==Explanation==
 
==Explanation==
This is the 12th [[:Category:April fools' comics|April fools' comic]] released by [[Randall]]. The previous April fools' comic was [[2445: Checkbox]], which was released on Thursday, April 1st, 2021. The next became [[2765: Escape Speed]] released on Friday April 19th, 2023 (a regular release day, but 18 days late).
+
{{incomplete|Created by a HAPPY LITTLE TURTLE - more explanation needs to be added and transcript needs to be cleaned up and clarified. Do NOT delete this tag too soon.}}
 +
This is the 12th [[:Category:April fools' comics|April fools' comic]] released by [[Randall]]. The previous fools comic was [[2445: Checkbox]], which was released on Thursday April 1st, 2021
  
The comic displays just a small {{w|radio button}} (or option button). Usually, there would be more than one to give the user options. Once it has been selected it cannot be deselected. Once pressed the [https://www.explainxkcd.com/wiki/images/2/20/2601_Instructions_Radio_on.png button turns blue] and this starts the real part of this April fool's comic.
+
When loading the comic just a small dot is shown, a {{w|radio button}} (or option button). Usually there would be more than one to give the user options. With only one choice, then once it has been selected it cannot be deselected. Once pressed the [https://www.explainxkcd.com/wiki/images/2/20/2601_Instructions_Radio_on.png button turns blue] and this starts the real part of this Fool's comic.
  
The comic consists of an [https://xkcd.com/2601/radio.mp3#t=0 audio file]. The speech is a mix of [[#Index of facts|facts about turtles]] and coding instructions in {{w|Logo_(programming_language)|LOGO}}. When executed, the instructions draw an xkcd comic. The audio file is 9 hours and 7 minutes long.
+
The comic consist of an [https://xkcd.com/2601/radio.mp3#t=0 audio file] with a mix of [[#Index of facts|facts about turtles]] and coding instructions in {{w|Logo_(programming_language)|LOGO}}. When executed, the instructions draw an xkcd comic. The audio file is 9 hours and 7 minutes long.
  
[[File:xkcd 2601 finished comic animation.gif|thumb|200px|200px|Click to view the animation of the code running to create the picture, sourced from the GitHub.]]
+
*Here is the [https://github.com/theinternetftw/xkcd2601#transcription-complete resulting comic].
*See the [[#The resulting image|resulting comic]] below.
 
**And see how it is [https://www.explainxkcd.com/wiki/images/0/05/xkcd_2601_finished_comic_animation.gif animated here].
 
**This has been compiled by [https://github.com/theinternetftw/xkcd2601#transcription-complete theinternetftw on Github].
 
 
*The transcript of the quotes (the non-code) can be found here [[2601: Instructions/Audio Transcript]].
 
*The transcript of the quotes (the non-code) can be found here [[2601: Instructions/Audio Transcript]].
 
*Images of the dynamic changes and other pictures relating to this comic can be found here [[2601: Instructions/Images]].
 
*Images of the dynamic changes and other pictures relating to this comic can be found here [[2601: Instructions/Images]].
  
Once the voice begins to describe the instructions (hence the title) it is possible to mute the audio by pressing a [https://www.explainxkcd.com/wiki/images/2/20/2601_Instructions_Radio_on.png muted button] at the bottom right of the screen. This fades into view when the radio button is pushed. Pressing it will change the button to a [https://www.explainxkcd.com/wiki/images/7/78/2601_Instructions_Radio_on_muted.png non muted loudspeaker]. These were the same buttons that were in the previous April fool's comic [[2445: Checkbox]]. That was the first xkcd [[:Category:Comics with audio|comic with audio]], and thus these were two April fools' comics with audio in a row, and these are the only comics with audio. In the Checkbox comic, the mute buttons meaning are reversed, so the sound is on when the loudspeaker is shown and muted when the mute button is shown. It could be another layer to the April fool's joke or just an error by Randall.
+
Once the voice begins to describe the instructions (hence the title) it is possible to mute the audio by pressing a [https://www.explainxkcd.com/wiki/images/2/20/2601_Instructions_Radio_on.png muted button] at the bottom right of the screen. This fades into view when the radio button is pushed. Pressing it will change the button to a [https://www.explainxkcd.com/wiki/images/7/78/2601_Instructions_Radio_on_muted.png non muted loudspeaker]. This was the same buttons that was in the previous Fool's comic [[2445: Checkbox]]. The first xkcd [[:Category:Comics with audio|comic with audio]], and thus two Fools' comics with audio in a row, and this was only the second comic with audio. In the Checkbox comic the mute buttons meaning are reversed, so the sound is on when the loudspeaker is shown, and muted when the mute button is shown. Maybe another layer to the Fool's joke, or just an error by Randall this time?
  
The [https://www.explainxkcd.com/wiki/images/archive/e/e3/20220402201427%21instructions.png image originally displayed] on this page was of a small turtle crawling in the center where the radio button is in the real comic. That was the image that would be downloaded by web crawlers like explain xkcd's bot, as it is what was placed here on xkcd: https://imgs.xkcd.com/comics/instructions_2x.png. This is of course not the real comic, which cannot be downloaded in that manner.  
+
The [https://www.explainxkcd.com/wiki/images/archive/e/e3/20220402201427%21instructions.png image original displayed] on this page, was of a small turtle crawling in the center where the radio button is in the real comic. That was the image that would be downloaded by web crawlers like explain xkcd's bot, as it what was placed here on xkcd: https://imgs.xkcd.com/comics/instructions_2x.png. This is of course not the real comic, which cannot be downloaded in that manner.  
  
The "turtle" is a key concept in Logo, a programming language especially designed to teach programming to children in an easy way. The turtle in the logo is the cursor. Programming commands move the turtle, drawing a line as it goes. Of course, listening to hours of instructions, including the speech-synthesized reading of source code, is not an easy way to code or draw a picture.{{cn}}
+
The "turtle" is a key concept in Logo, a programming language especially designed to teach programming to children in an easy way. The turtle in Logo is the cursor. Programming commands move the turtle, drawing a line as it goes. Of course, listening to hours of instructions, including speech-synthesized reading of source code, is not an easy way to code or draw a picture.{{cn}}
  
 
In addition, at [https://xkcd.com/2601/radio.mp3#t=32817 the end of the audio] the voice says:
 
In addition, at [https://xkcd.com/2601/radio.mp3#t=32817 the end of the audio] the voice says:
Line 34: Line 30:
 
</blockquote>
 
</blockquote>
  
The title text alludes to {{w|Bob Ross}}'s catchphrase "happy little trees" in ''{{w|The Joy of Painting}}'', a PBS TV show in which Ross leads the viewer through the painting of a nature scene.  The audio file itself is also presented in the style of ''The Joy of Painting''; it begins with greeting the viewer and introducing the color palette to be used (just one color, in this case, as Logo and all computer monitors of the time were monochrome).  The speaker then reads out some helper functions to be used in programming the scene, which is more analogous to Ross's palette of paints (titanium white, carmine red, etc.) along with words of encouragement as each is completed.  The functions are DIST, to calculate the {{w|Euclidean distance}} between two points, LERP, to perform {{w|linear interpolation}}, MIX to average two numbers (with LERP), and CUBIC to draw {{w|cubic Hermite spline}}s.  From there, the speaker alternates between sketching parts of the scene and offering more words of encouragement, mixed in with turtle facts.
+
The title text alludes to {{w|Bob Ross}}'s catchphrase "happy little trees" in {{w|The Joy of Painting}}.
  
 
Transcribing the audio into text was organized as a [https://github.com/theinternetftw/xkcd2601 project on github].
 
Transcribing the audio into text was organized as a [https://github.com/theinternetftw/xkcd2601 project on github].
  
This is not the first time that Randall made an interactive comic where turtles played a big part, see [[1416: Pixels]]. In this, he jokes with the idea of turtles all the way down, which is [https://xkcd.com/2601/radio.mp3#t=10403 also mentioned] in the audio file. He also made a comic simply called [[889: Turtles]].
+
This is not the first time that Randall made an interactive comic where turtles played a big part, see [[1416: Pixels]]. He also made a comic simply called [[889: Turtles]].
  
 
===Unique header text===
 
===Unique header text===
This comic has a [[Header text#Comic-specific header text|unique header text]], see [[Header text#Instructions|the details here]]. The header is:
+
This comic has a [[xkcd_Header_text#Unique_header_text|unique header text]], see [[xkcd_Header_text#Instructions|the details here]]. The header is:
 
:"Today's comic was created with [https://twitter.com/fadinginterest Patrick], [https://twitter.com/Aiiane Amber], [https://twitter.com/chromakode @chromakode], [https://twitter.com/dyfrgi Michael], [https://twitter.com/wirehead2501 Kat], [https://twitter.com/xDirtyPunkx Conor], [https://twitter.com/zigdon @zigdon],  and [https://twitter.com/bstaffin Benjamin Staffin]."
 
:"Today's comic was created with [https://twitter.com/fadinginterest Patrick], [https://twitter.com/Aiiane Amber], [https://twitter.com/chromakode @chromakode], [https://twitter.com/dyfrgi Michael], [https://twitter.com/wirehead2501 Kat], [https://twitter.com/xDirtyPunkx Conor], [https://twitter.com/zigdon @zigdon],  and [https://twitter.com/bstaffin Benjamin Staffin]."
The header had not changed [[Header text#2022-01-31_-_What_if.3F_2|since the promotion]] of the new ''what if? 2'' book.
+
The header did not change [[xkcd_Header_text#2022-01-31_-_What_if.3F_2|from the promotion]] of the new what if? 2 book for all the other comics. Only this one.
  
==The resulting image==
+
==Transcript==
[[File:xkcd 2601 finished picture.png|750px|center]]
+
:[The comic consist of a radio button, that is a small circle in the center of a large white panel.]
 
 
===Explanation of the image===
 
 
 
The image drawn by the Logo program is a depiction of {{w|Bob Ross}} standing in front of a canvas, on which he has painted "a happy little tree, holding up a happy little world". However, unlike his usual "happy little trees", the tree depicted is not a small pine, but rather a gargantuan {{w|World Tree}} growing from the back of a giant {{w|World Turtle}}, on which a {{w|Flat Earth}} rests. (The "happy little world" does bear several small pines more typical of his style.) Several ornaments hang from the World Tree, referencing the common practice of hanging ornaments on {{w|Christmas trees}}.
 
 
 
Near the middle of the world, a Cueball sits while listening to the radio, perhaps tuning in to the same transmission that generated the image. Closer to the reader, a turtle is shown walking around, leaving dotted-line tracks behind it, suggestive of the Logo turtle. The dotted-line tracks spell out "TY", shorthand for "thank you" (presumably directed to the readers).
 
 
 
At the far top right, a dotted line is shown past which the words "vacuum decay" are written. This is a hypothetical effect in which the universe, being in a {{w|metastable}} state, decays to a true vacuum, and the resulting annihilation of everything expands at the speed of light. As such, humans would have no idea if there were an approaching false vacuum until it arrived at Earth.
 
 
 
At the far left of the image, a robot and human are drawn next to a turtle which has flipped onto its back.  The robot declares, "Poor thing!" while the human says "I'll help".  This is a reference to the "empathy tests" employed to distinguish humans from androids in ''{{w|Do Androids Dream of Electric Sheep?}}'' and its film adaptation ''{{w|Blade Runner}}''.  As part of the test, the listener is asked to imagine being in the desert, flipping a tortoise onto its back, and refusing to turn it back over, while their eyes are monitored for signs of emotional response (or lack thereof).  In this case, the robot expresses sympathy for the turtle and the human declares that he will turn it back over. (In this case, however, the robot is very clearly distinguishable from a human being.)
 
 
 
===Transcript of the image===
 
:[A man with large hair and a beard, meant to resemble Bob Ross, is holding an artist's palette with five patches of paint in one hand and a paintbrush in the other. He looks upon his canvas, where he has painted a large painting.]
 
:Painter: A happy little tree
 
:Painter: Holding up a happy little world.
 
 
 
:[The painting contains lots of stuff. Most notably, an enormous tree with a large, flat top grows on the back of a similarly large turtle at the bottom of the painting, the top of whose shell has been replaced with soil. On the tree is a robot that sees Cueball bending down to lift a turtle that is on its back. They talk:]
 
:Robot: Poor thing!
 
:Cueball: I'll help
 
 
 
:[In the top right corner, there is a dotted line forming a semi-circle around the corner. Inside this are the words:]
 
:Vacuum decay
 
  
:[There are no other words in the image. The image includes:]
+
:[The comic is interactive. When pressing the radio button (selecting it), it turns blue, the circle becomes blue and the button becomes selected with a blue dot in the center. Once this has been done a mute bottom appears in the bottom right corner. It fades slowly in to a full picture. Pressing this button will change it to a loudspeaker.]
In the sky:
 
* Mars, including:
 
** A Mars rover (appears to be Curiosity or Perseverance), which is examining a turtle
 
** A small rover (appears to be Sojourner)
 
* The JWST (James Webb Space Telescope)
 
* The ISS and what appears to be a TIE fighter transiting the sun
 
* Saturn
 
* A small planet with a man and a flower (''Le Petit Prince'' by Antoine de Saint-Exupéry)
 
* A moon of Saturn, with both Cueball and a tiny turtle
 
* A constellation in the shape of a turtle
 
* A constellation in the shape of a kite (or a tetrahedron)
 
* A constellation that appears to be the little dipper (Ursa Minor) stacked inside the big dipper (Ursa Major), resembling a [[:wikipedia:lemon squeezer|lemon squeezer]], next to an object that appears to be half a lemon.
 
* Cueball playing tennis with incoming meteors
 
* A rocket
 
* Three birds
 
* Two galaxies
 
* A star which appears to have teleported
 
 
 
On top of the tree:
 
* Cueball listening to a radio
 
* Ponytail holding a balloon
 
* Megan looking over the edge
 
* A turtle who may have walked a path in the shape of the letters "T" and "Y"
 
* A squirrel
 
* A rabbit
 
* Two happy little trees
 
* Eight scattered tufts of grass and five scattered rocks
 
* Mountains in the background, one of which seems to have a gigantic Egg on its top and stairs leading to it, which is likely a reference to the video game {{w|The Legend of Zelda: Link's Awakening}}.
 
 
 
Under the tree:
 
* Beret guy looking out of a window in the tree
 
* Blondie standing at the base of the tree
 
* One happy little tree on top of the turtle
 
* Ponytail in a balloon, throwing out an anchor towards the turtle
 
* A helicopter with a stegosaurus tail (thagomizer)
 
* Three glass ball ornaments hanging from the tree
 
 
 
==Transcript==
 
:[The comic consists of one radio button, a small circle in the center of a large white panel. It is interactive. When pressing the radio button (selecting it), it turns blue. The second the radio button is pressed a more than 9-hour long audio file of coding instructions begins to play, and a mute button appears in the bottom right corner. It fades slowly into full opacity. Pressing this button will change it to a loudspeaker. It toggles whether there is sound playing or not. It is not possible to shut down the audio by pressing the radio button. Once selected it cannot be deselected as there is only this one option.]
 
  
:[Covered by the radio button is an image of a turtle crawling from left to right, with a dotted line trailing behind it, indicating its movement. This image can only be seen by looking in the place where images for xkcd are usually placed on xkcd.]
+
:[The second the radio button is pressed an more than 9-hour long audio file of coding instructions begins to play. This is not muted even though the mute button appears. But pressing the mute button will mute the audio, while the button then shows the loudspeaker. Pressing again will toggle this button and the sound on and off. It is not possible to shut down the audio by pressing the radio button. Once selected it cannot be deselected as there is only this one option.]
  
:''[To read a transcript of the audio file go here: [[2601: Instructions/Audio Transcript]].]''
+
:[Behind the radio button there is in principle an image of a turtle crawling from left to right, with a dotted line with 8 dots trailing behind it indicating its movement. This image can though not be found on the page, but only by looking in the place where images for xkcd is usually placed on xkcd.]
  
==Trivia==
+
:[To read a transcript of the audio file go here: [[2601: Instructions/Audio Transcript]].]
*If you have scripts disabled, you will just see a picture of a [https://www.explainxkcd.com/wiki/images/archive/e/e3/20220402201427%21instructions.png  little turtle] which is not interactive.
 
  
*The Tree being atop a turtle in the finished comic (as well as the general turtle theme) could be a reference to the programming phrase "it's [[1416: Pixels|turtles all the way down]]", which is used to describe infinite recursion. A world atop a turtle (albeit with elephants between) is also a Discworld reference, derived by [[1498: Terry Pratchett|Terry Pratchett]] from the same mythic roots, and something Randall is known to have [[1052: Every Major's Terrible|occasionally]] [[625: Collections|referenced]].
+
== Sources ==
 +
* Merriam-Webster, "Turtle" https://www.merriam-webster.com/dictionary/turtle  
 +
* Forest And Stream, January 1916, p. 764: "Interesting Facts About Turtles"—"A Little Nature Study by a Scientist that will Interest Old and Young Naturalists Alike"—"By Randle C. Rosenberger M.D., Professor of Hygiene and Bacteriology, Jefferson Medical College, Philadelphia, Pa." https://www.biodiversitylibrary.org/item/281932#page/8/mode/1up
 +
* "Top 10 Facts About Marine Turtles", https://www.wwf.org.uk/learn/fascinating-facts/marine-turtles
 +
*  "Odd facts about turtles", Christian observer, May 11th 1919
 +
* "World Turtle Day: 10 cool facts about turtles" from Deutsche Welle, 22 May 2020, by Ineke Mules https://www.dw.com/en/turtles-tortoises-difference-facts/g-53260454
 +
* "Turtle Facts" by Alina Bradford,  published October 02, 2015 https://www.livescience.com/52361-turtle-facts.html
  
 
==Index of facts==
 
==Index of facts==
 
{| class="wikitable"
 
{| class="wikitable"
|Merriam-Webster defines a turtle as a noun.
+
|Miriam Webster defines a turtle as a noun.
 
|https://xkcd.com/2601/radio.mp3#t=569
 
|https://xkcd.com/2601/radio.mp3#t=569
 
|-
 
|-
Line 128: Line 68:
 
|https://xkcd.com/2601/radio.mp3#t=962
 
|https://xkcd.com/2601/radio.mp3#t=962
 
|-
 
|-
|Over a great many years, I have taken a great interest in the land turtle.
+
|Over a great many years I have taken a great interest in the land turtle.
 
|https://xkcd.com/2601/radio.mp3#t=973
 
|https://xkcd.com/2601/radio.mp3#t=973
 
|-
 
|-
Line 137: Line 77:
 
|https://xkcd.com/2601/radio.mp3#t=1976
 
|https://xkcd.com/2601/radio.mp3#t=1976
 
|-
 
|-
|when I found one of the large turtles had caught and disemboweled, the very large toad,
+
|when I found one of the large turtles had caught and disembowel, the very large toad,
 
|https://xkcd.com/2601/radio.mp3#t=2648
 
|https://xkcd.com/2601/radio.mp3#t=2648
 
|-
 
|-
Line 170: Line 110:
 
|https://xkcd.com/2601/radio.mp3#t=6158
 
|https://xkcd.com/2601/radio.mp3#t=6158
 
|-
 
|-
|In this, the turtles would enjoy themselves
+
|In this the turtles would enjoy themselves
 
|https://xkcd.com/2601/radio.mp3#t=6437
 
|https://xkcd.com/2601/radio.mp3#t=6437
 
|-
 
|-
Line 191: Line 131:
 
|https://xkcd.com/2601/radio.mp3#t=7064
 
|https://xkcd.com/2601/radio.mp3#t=7064
 
|-
 
|-
|The first few years of a marine turtle's life are known as the lost years.
+
|The first few years of a marine turtles life are known as the lost years.
 
|https://xkcd.com/2601/radio.mp3#t=7352
 
|https://xkcd.com/2601/radio.mp3#t=7352
 
|-
 
|-
|Marine turtle species vary greatly in size.
+
|Marine turtle species, vary greatly in size.
 
|https://xkcd.com/2601/radio.mp3#t=7654
 
|https://xkcd.com/2601/radio.mp3#t=7654
 
|-
 
|-
|Wales holds the world record for the largest marine turtle ever found
+
|whales holds the world record for the largest marine turtle ever found
 
|https://xkcd.com/2601/radio.mp3#t=7675
 
|https://xkcd.com/2601/radio.mp3#t=7675
 
|-
 
|-
Line 203: Line 143:
 
|https://xkcd.com/2601/radio.mp3#t=8216
 
|https://xkcd.com/2601/radio.mp3#t=8216
 
|-
 
|-
|turtles seem to prefer red, orange, and yellow food.
+
|turtles seem to prefer red, orange and yellow food.
 
|https://xkcd.com/2601/radio.mp3#t=10106
 
|https://xkcd.com/2601/radio.mp3#t=10106
 
|-
 
|-
Line 272: Line 212:
 
|https://xkcd.com/2601/radio.mp3#t=17943
 
|https://xkcd.com/2601/radio.mp3#t=17943
 
|-
 
|-
|But the turtle in all his varieties in all his ways is a most mysterious animal.
+
|But the turtle in all his varieties in all his ways, is a most mysterious animal.
 
|https://xkcd.com/2601/radio.mp3#t=17961
 
|https://xkcd.com/2601/radio.mp3#t=17961
 
|-
 
|-
Line 308: Line 248:
 
|https://xkcd.com/2601/radio.mp3#t=20506
 
|https://xkcd.com/2601/radio.mp3#t=20506
 
|-
 
|-
|Luckily for the turtles, they're burrowing and water-dwelling habits.
+
|Luckily for the turtles, they're burrowing and water dwelling habits.
 
|https://xkcd.com/2601/radio.mp3#t=20527
 
|https://xkcd.com/2601/radio.mp3#t=20527
 
|-
 
|-
Line 326: Line 266:
 
|https://xkcd.com/2601/radio.mp3#t=21642
 
|https://xkcd.com/2601/radio.mp3#t=21642
 
|-
 
|-
|pond turtles, soft-shelled turtles, and of course tortoises,
+
|pond turtles, soft shelled turtles, and of course tortoises,
 
|https://xkcd.com/2601/radio.mp3#t=21646
 
|https://xkcd.com/2601/radio.mp3#t=21646
 
|-
 
|-
Line 350: Line 290:
 
|https://xkcd.com/2601/radio.mp3#t=22409
 
|https://xkcd.com/2601/radio.mp3#t=22409
 
|-
 
|-
|Not to the fearsome-looking alligator turtle
+
|Not to the fearsome looking alligator turtle
 
|https://xkcd.com/2601/radio.mp3#t=22421
 
|https://xkcd.com/2601/radio.mp3#t=22421
 
|-
 
|-
|Even water-dwelling turtles will dig their nests
+
|Even water dwelling turtles will dig their nests
 
|https://xkcd.com/2601/radio.mp3#t=22805
 
|https://xkcd.com/2601/radio.mp3#t=22805
 
|-
 
|-
Line 380: Line 320:
 
|https://xkcd.com/2601/radio.mp3#t=23618
 
|https://xkcd.com/2601/radio.mp3#t=23618
 
|-
 
|-
|Although sea turtles are famous for their internal GPS
+
|Although sea turtles are famous for their internal gps
 
|https://xkcd.com/2601/radio.mp3#t=23629
 
|https://xkcd.com/2601/radio.mp3#t=23629
 
|-
 
|-
Line 416: Line 356:
 
|https://xkcd.com/2601/radio.mp3#t=25765
 
|https://xkcd.com/2601/radio.mp3#t=25765
 
|-
 
|-
|The largest freshwater turtle in North America is the alligator snapping turtle.
+
|The largest freshwater turtle in north America is the alligator snapping turtle.
 
|https://xkcd.com/2601/radio.mp3#t=25788
 
|https://xkcd.com/2601/radio.mp3#t=25788
 
|-
 
|-
Line 434: Line 374:
 
|https://xkcd.com/2601/radio.mp3#t=26450
 
|https://xkcd.com/2601/radio.mp3#t=26450
 
|-
 
|-
|turtles are placed in the two sub-orders based on the method of retraction.
+
|turtles are placed in the two sub orders based on the method of retraction.
 
|https://xkcd.com/2601/radio.mp3#t=26455
 
|https://xkcd.com/2601/radio.mp3#t=26455
 
|-
 
|-
Line 443: Line 383:
 
|https://xkcd.com/2601/radio.mp3#t=26676
 
|https://xkcd.com/2601/radio.mp3#t=26676
 
|-
 
|-
|Most turtle species are found in southeastern North America and South Asia.
+
|Most turtle species are found in south eastern North America and south asia.
 
|https://xkcd.com/2601/radio.mp3#t=26681
 
|https://xkcd.com/2601/radio.mp3#t=26681
 
|-
 
|-
Line 455: Line 395:
 
|https://xkcd.com/2601/radio.mp3#t=26981
 
|https://xkcd.com/2601/radio.mp3#t=26981
 
|-
 
|-
|The African helmeted turtle is the most common turtle in Africa,
+
|The african helmeted turtle is the most common turtle in Africa,
 
|https://xkcd.com/2601/radio.mp3#t=27157
 
|https://xkcd.com/2601/radio.mp3#t=27157
 
|-
 
|-
|roti island. Snake-necked turtles are found only on Rhode island.
+
|roti island. Snake necked turtles are found only on Rhode island.
 
|https://xkcd.com/2601/radio.mp3#t=27221
 
|https://xkcd.com/2601/radio.mp3#t=27221
 
|-
 
|-
Line 476: Line 416:
 
|https://xkcd.com/2601/radio.mp3#t=27961
 
|https://xkcd.com/2601/radio.mp3#t=27961
 
|-
 
|-
|musk turtles eat mollusks,
+
|musk turtles eat molluscs,
 
|https://xkcd.com/2601/radio.mp3#t=27968
 
|https://xkcd.com/2601/radio.mp3#t=27968
 
|-
 
|-
Line 509: Line 449:
 
|https://xkcd.com/2601/radio.mp3#t=29392
 
|https://xkcd.com/2601/radio.mp3#t=29392
 
|-
 
|-
|Though the flatback turtle only lays 50 at a time
+
|Though the flat back turtle only lays 50 at a time
 
|https://xkcd.com/2601/radio.mp3#t=29396
 
|https://xkcd.com/2601/radio.mp3#t=29396
 
|-
 
|-

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)