NASA’s Psyche Mission Images the Crescent of Mars
https://atlas.whatip.xyz/post.php?slug=nasas-psyche-mission-images-the-crescent-of-mars
<p>Description This view of a crescent Mars was captured on May 15, 2026, at about 5:03 a.m
#crescent #captured #mission #psyche
NASA’s Psyche Mission Images the Crescent of Mars

Description This view of a crescent Mars was captured on May 15, 2026, at about 5:03 a.m. PDT by NASA’s Psyche mission as it approached the planet for a gravity assist. Captured by the spacecraft’s mu...

Moon, Planets Gather in a Twilight Spectacle May 18-20
https://atlas.whatip.xyz/post.php?slug=moon-planets-gather-in-a-twilight-spectacle-may-18-20
<p>Watch the crescent Moon dance with the planets when it returns next week
#spectacle #twilight #crescent #planets
Moon, Planets Gather in a Twilight Spectacle May 18-20

Watch the crescent Moon dance with the planets when it returns next week. The post Moon, Planets Gather in a Twilight Spectacle May 18-20 appeared first on Sky &amp; Telescope.

Crescent Moon Marching Vol. 1 Review: A Heartfelt Manga That Finds Its Rhythm
...
https://comiccrusaders.com/comic-books/comic-book-previews/crescent-moon-marching-vol-1-review/
#Crescent Moon Marching #Crescent Moon Marching Vol. 1 #Hamachi Yamada #Graphix #Scholastic #Scholastic Graphix #manga review #full-color manga #young adult manga #middle grade manga #marching band manga #music manga #coming of age manga #Akita #Mizuki #Akira #Comic Crusaders review #Al Mega #manga #graphic novel review

Evening trio - The crescent moon, Venus, and the Pleiades...in three views as twilight progresses.

First view captures the moon and Venus, but it was still too bright for the Pleiades. The band of orange-yellow twilight sky gives lots of contrast to the rest of the sky.

Second view is a close look at Venus and the moon. Earthshine is obvious on the rest of the moon's disk.

Third view captures the blue stars of the Pleiades as twilight gets darker.

#NewMexico #Photography #Astrophotography #Moon #Crescent #Venus #Pleiades #Twilight #Evening

Sunset this evening featured a crescent moon and Venus. A really beautiful site.

#photo #sunset #SantaFe #NewMexico #crescent #moon #Venus

Another numerically abysmal night, but of the three #moth visitors, at least one was a first sighting in 2026 for me.

LUNAR MARBLED BROWN
Drymonia ruficornis

Note the moon-shaped crescents on its wings, from where it gets its name. Common in southern UK.

#moths #mothsandbutterflies #butterflies #MothsMatter #nature #wildlife #britishwildlife #lepidoptera #entomology #insect #cute #garden #spring #April #conservation #biodiversity #alttext #moon #crescent

#!/bin/sh
#amstradcpc #math #moon #earth #crescent
{ cat <<'EOF'
mode 1:ink 0,0:ink 1,13:border 0
a=12:b=25:r=b*b
for y=72 to 128:for x=219 to 245
tx=x-220:ty=y-100
if (tx*tx+ty*ty<=r) and (tx*tx/(a*a)+ty*ty/(b*b)>1) then plot x*2,y*2,2
next:next
for y=0 to 199:for x=0 to 160
tx=x+190:ty=y+140
if (tx*tx+ty*ty<=136900) then plot x*2,y*2,1
next:next
call &bb18 :rem press any key
EOF
}|nl -w1|unix2dos>h.bas
iDSK test.dsk -n -i h.bas -t 0
mame cpc664 -flop1 test.dsk -skip_gameinfo -ab '\n\nrun "h\n'
#!/bin/sh
#amstradcpc #math #moon #crescent
{ cat <<'EOF'
mode 1
a=40:b=99:r=b*b
for y=0 to 199
for x=159 to 319
tx=x-159:ty=y-100
if (tx*tx+ty*ty<=r) and (tx*tx/(a*a)+ty*ty/(b*b)>1) then plot x*2,y*2,1
next
next
call &bb18 :rem press any key
EOF
}|nl -w1|unix2dos>h.bas
iDSK test.dsk -n -i h.bas -t 0
mame cpc664 -flop1 test.dsk -skip_gameinfo -ab '\n\nrun "h\n'