Alexandre B A Villares

@villares.bsky.social

What will happen to Bluesky when the cryptobros decide they want their money back? Interact with me on Mastodon at https://ciberlandia.pt/@villares More about my stuff at https://abav.lugaralgum.com

More with the sin(sin(y)*x) + sin(sin(x)*y) idea from conchoid! ``` results = np.sin(np.sin(Y) * X) + np.sin(np.sin(X) * Y) normalized = abs(results) % 2 colored_array = colormaps['jet_r'](normalized) * 255 threshold_array = (normalized > 0.25) * 255 ``` The sketch-a-day archives and tip jar a…

two side by side patterns, one colorful and the other with black lines on a white background, they were made based on the code:
results = np.sin(np.sin(Y) * X) + np.sin(np.sin(X) * Y)
normalized = abs(results) % 2   
colored_array = colormaps['jet_r'](normalized) * 255
threshold_array = (normalized > 0.25) * 255