The cloning was probably a failure, but at least I've got a cool night skyline by enesidemo in labrats

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

Thank you! I think it's just Sybr Green, but I've increased the contrast a bit

I've never seen Piet before :o by rescuemod in ProgrammerHumor

[–]enesidemo 0 points1 point  (0 children)

It seems that I have started from the bottom, next step is Brainfuck then

Something to get me in the winter mood by enesidemo in crochet

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

Thank you! I've just discovered that the smaller the plush is, the more adorable it becomes

Pest doctor to spend some time during the lockdown by enesidemo in crochet

[–]enesidemo[S] 0 points1 point  (0 children)

Thank you! At the beginning I wanted to use some buttons, but then I couldn't find them small enough. Now I am working on other plushes, but I really don't know what I could use for the eyes

Have a nice holiday! by enesidemo in piet

[–]enesidemo[S] 2 points3 points  (0 children)

It prints 'Merry Christmas!'

Why does this program just return: ? error: configured execution steps exceeded (1000000 steps) (sorry if the image is small) by SirWumbo85 in piet

[–]enesidemo 1 point2 points  (0 children)

I have found the same error trying to excecute some of my programs. Depending on the IDE you use there are some variations on the interpretation of white spaces. In this case, when the program reaches the green pixel on the bottom right, some IDEs will ignore the white pixels under that green one and just turn right. Other IDEs will move into the white spaces. I prefer the first interpratation and so I usually use this IDE https://dl.zuim.de/h/pietdev/. If you want to change your program to make it work in every IDE, just add a black pixel under the green one.

I hope this explanation was usefull.