You're the one with the shovel.
I'm the one asking you to stop digging.
๐คท Why are people like this ? ๐คท
You're the one with the shovel.
I'm the one asking you to stop digging.
๐คท Why are people like this ? ๐คท
gitranks.com/profile/Star...
How else would you put it?
You up to ~27mb of scripts yet?
Most of these pre-date AI.
Been around for a damn long time.
Try not to pile on.
Apparently, I do.
I, James Brundage, am occasionally awkward in my speech.
Including now, January 30th, at 12:13 pm.
I probably spend far too much time posting PowerShell stuff.
And ๐คท trying to help people (
And often failing)
๐ Stop trying to say I'm not a person.
It's dehumanizing.
๐
Nowhere near as f-d as shutting the door to one of the brighter minds in PowerShell because you think they are a bot.
Do you not realize you're being rude to an actual person?
And that you're wrong on this one?
And pushing away people who know quite a lot?
๐คท You do you.
It reads like someone who is mildly annoyed and a bit sad for you.
I have made more PowerShell than most people on the face of the planet and have quite a bit to teach about the language to anyone willing to learn.
And ๐คท you seem to think I'm not real.
Seriously, ask anyone.
I'm just an alter account of a guy.
Who ported Turtle ๐ข to PowerShell.
Who you seem to think is a bot.๐
Who has a meeting in 2 minutes.
TTFN.
psturtle.com/Commands/Get...
Sage advice!
Please don't forget to thank the original creators: @juneblender.bsky.social made most of the docs. @sdwheeler.bsky.social is the current maintainer.
New bits of #Turtle #PowerShell are out! ๐ข
Check out more than 130 examples of #TurtleGraphics #MathArt with short source code.
psturtle.com/Commands/Get...
Turtles can live in #HTML and use #CSS.
They're a great way to generate #SVG assets for #WebDev and #GameDev.
Enjoy the new #TurtlePower!
New bits of #Turtle #PowerShell just dropped!
github.com/PowerShellWe...
So much more #TurtlePower to play with, including:
- #Bezier Curves
- Pie Graphs
- Circle Arcs
- Suns
- Vastly improved #SVG feature support
- #CSS Keyframe support
- Turtles can now be any <element>
Have fun!
Random spiderwebs built with Turtle.
Random spiderwebs built with Turtle.
Random spiderwebs built with Turtle.
Random spiderwebs built with Turtle.
Getting ready for Halloween with #Turtle and #PowerShell
Turns out a #Turtle can draw a Spiderweb!
#MathArt #Fractal #Halloween #Spider #TurtlePower
psturtle.com
(feature coming next build)
A little less than six hours left until it's time to talk #Turtle #Graphics and #PowerShell!
Join us tonight @ 6pm pacific to learn about drawing pretty pictures, #Fractals, and #Graphs in #PowerShell!
www.meetup.com/pacific-powe...
Hey #PowerShell people:
Join us tomorrow night for the Pacific PowerShell User Group, where we will talk about "Turtles all the Way Down"
Drop by to learn about #Turtle #Graphics in #PowerShell, #Math, and #SVG.
We'll cover the basics and show off some new toys.
www.meetup.com/pacific-powe...
turtle FillRule 'evenodd' Fill '#4488ff' stroke '#224488' @('MooreCurve', 42, 4, 'Rotate', 90 * 4) save $home/GimmeMoore.png
Moore Curves look pretty cool when multiplied and rotated.
#Turtle #Graphics #TurtlePower #Fractal
~~~PowerShell
turtle FillRule 'evenodd' Fill '#4488ff' stroke '#224488' @('MooreCurve', 42, 4, 'Rotate', 90 * 4) save $home/GimmeMoore.svg
~~~
Mostly unrelated music:
youtu.be/elueA2rofoo
The more copies and rotations you add to a StarFlower, the more it seems to look like an eye (to me). ~~~PowerShell turtle starflower 420 (360/31) 31 31 stroke '#224488' fill '#4488ff' fillrule 'evenodd' save "$home/Starflower2.png" ~~~
What do you get when you rotate a repeat a star in #Turtle #Graphics?
A StarFlower ๐ฝ๐
~~~PowerShell
turtle starflower 420 (360/31) 31 31 stroke '#224488' fill '#4488ff' fillrule 'evenodd' save "$home/Starflower2.png"
~~~
#Fractal #FractalArt #Math #PowerShell
๐ฏ
Of course as a graphics programmer I'm biased ๐
Apropos of nothing, here are a bunch of pretty pictures made with #Turtle #Graphics and #PowerShell.
psturtle.com/Commands/Get...
Turtle Graphics are absurdly easy to learn and implement, and way too much fun!
(they also peel back the universe)
A pair of Sierpinski Triangles (initially rotated at 60 degrees, one reflected, one not) ~~~PowerShell turtle rotate 60 SierpinskiTriangle 42 5 SierpinskiTriangle -42 5 fill '#4488ff' stroke '#224488' save "$home/SierpinskiTriangleReflection.png" ~~~
Some #Fractal #Friday #Fun
~~~PowerShell
turtle rotate 60 SierpinskiTriangle 42 5 SierpinskiTriangle -42 5 fill '#4488ff' stroke '#224488' save "$home/SierpinskiTriangleReflection.png"
~~~
#PowerShell #SVG #Turtle #Graphics #TurtlePower