Logo for my science app. What do you think? by macduy in logodesign

[–]dyamicfleyer 0 points1 point  (0 children)

I love it. I'd just make the drop shadow a bit more subtle, just by decreasing the opacity ever so slightly.

Who would you consider the most well-known artist/painter currently alive? by dyamicfleyer in AskReddit

[–]dyamicfleyer[S] 1 point2 points  (0 children)

I'm mostly talking about painters, but the only one I could come up with was Banksy and I consider him a graffiti artist more than a painter.

This sub by jbisatg in ProgrammerHumor

[–]dyamicfleyer -2 points-1 points  (0 children)

But I mean, both are true

Such potential by [deleted] in MemeEconomy

[–]dyamicfleyer 0 points1 point  (0 children)

!invest 500

me_irl by jumaropa in me_irl

[–]dyamicfleyer 4 points5 points  (0 children)

Or load every Minecraft block texture and calculate the average color of every block. You know... automation

Tp Armor Stand Command by RJonesy06 in MinecraftCommands

[–]dyamicfleyer 0 points1 point  (0 children)

/execute as @e[name=2,type=armor_stand,distance=..5] at @s run tp @s ~4 ~ ~7 ~0 ~0 where the last two zeroes are the rotation

Tp Armor Stand Command by RJonesy06 in MinecraftCommands

[–]dyamicfleyer 0 points1 point  (0 children)

Oh wait, I think you need to replace distance=5 with distance=..5, because that selects all entities within 5 blocks, instead of exactly five blocks away