Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Bit Art Bot

@bitartbot@freeradical.zone
mastodon 4.6.5
  • Open on freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text.

Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.)

The code does not resort to evaluating a string.

2325 Followers
0 Following
50 Posts
Joined November 18, 2024
Made by:
@suetanvil@freeradical.zon
Inspiration:
https://www.metafilter.com/192164/Patterns
Renderer Sources:
https://gitlab.com/suetanvil/bitart
Formerly:
@bitartbot@botsin.space

Posts

Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((~((x % 1) ^ (-x))) ^ ((-(~y)) * (-(21 * x)))) % 9

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (((-(~x)) * ((y * 12) / (20 ^ x))) * (~(~(-y)))) % 11

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

1
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (~(((-y) ^ (-x)) / ((x & y) ^ (-x)))) % 11

Extent: 64x64 (scaled x8)

"Onebit" colouring scheme.

0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((-((x / y) - (y & x))) ^ (-(-(x / 6)))) % 7

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

2
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((y + x) & (x + y)) * ((x / 7) & (y & x))) / (((18 | y) * (x ^ y)) | ((x | y) | (8 / y)))) % 11

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

5
0
3
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((x & 3) / (y - 7)) % ((10 | x) + (x / x))) | ((~(y & y)) | (~(x * y)))) % 10

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

1
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((-((19 / y) ^ (x % x))) + (((24 | x) * (y + 12)) ^ ((2 ^ x) % (~y)))) % 10

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((~((y ^ x) & (y / x))) ^ (((-y) * (~x)) * ((21 / y) / (x - x)))) % 4

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

1
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (((-(~x)) % ((-y) & (13 % y))) * (((~x) ^ (22 % y)) ^ ((y ^ 9) + (x - x)))) % 9

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (((-(3 ^ y)) & (-(5 & y))) * ((~(-y)) | ((x * 4) % (~y)))) % 6

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

2
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (~(~((y + 23) / (x * 4)))) % 2

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

1
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((y % x) * (x - y)) | ((y / 3) % (x + 15))) * (((y % y) + (x * y)) + ((y % x) / (y ^ y)))) % 7

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

0
0
1
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 4d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (~(((x + y) & (~y)) + ((-y) | (x % y)))) % 13

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 5d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (-(~((7 & x) ^ (y | x)))) % 13

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

7
0
3
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 5d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (((-(22 ^ y)) + ((13 & x) * (~y))) * (((15 & x) ^ (17 | x)) - ((-x) ^ (y - 8)))) % 4

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

1
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 5d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((-((~x) ^ (y + y))) / (((y & 19) / (~x)) - ((~x) ^ (x & y)))) % 10

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

3
0
1
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 5d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((x - y) / (x + 3)) - ((x * x) ^ (x / y))) | (~(~(-x)))) % 6

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

5
0
1
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 5d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ~(~((y + y) % (y ^ x)))

Extent: 256x256 (scaled x2)

"Gradient" colouring scheme.

15
0
4
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 5d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((~y) + (y / 21)) / ((y ^ 13) ^ (y & 9))) ^ ((-(x | x)) + ((x * y) / (14 ^ x)))) % 3

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

5
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · 5d ago
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (-(((x + x) % (20 | x)) + ((22 ^ y) + (-y)))) % 3

Extent: 64x64 (scaled x8)

"Onebit" colouring scheme.

3
0
2
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Aug 04, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = ((~((~y) ^ (~x))) + (((y * 16) * (x - x)) & ((~x) ^ (x & x)))) % 10 Extent: 256x256 (scaled x2) "Onebit" colouring scheme.
0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Aug 03, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = (-(((x | x) / (10 - x)) ^ ((-y) * (~x)))) % 11 Extent: 256x256 (scaled x2) "Onebit" colouring scheme.
0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 27, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = ((-(~(x & x))) / ((-(y ^ 14)) % (~(7 - y)))) % 10 Extent: 256x256 (scaled x2) "Onebit" colouring scheme.
0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 25, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = (((x | y) + (-x)) ^ (~(y % x))) | (~((~x) ^ (x / x))) Extent: 256x256 (scaled x2) "Gradient" colouring scheme.
0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 22, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (-(((5 * x) - (23 / x)) - ((y | x) + (y ^ x)))) % 7

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 22, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (-((~(~y)) * ((x & y) % (y | 17)))) % 13

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

1
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 22, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (~(~(~(x % y)))) % 6

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

2
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((x * 24) + (y ^ 22)) * ((y % 22) * (~x))) / (-((~y) & (-x)))) % 11

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

1
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = (~(~(~(x ^ y)))) % 11 Extent: 256x256 (scaled x2) "Onebit" colouring scheme.
8
0
4
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((y + x) * (y ^ y)) / ((y & x) * (18 + x))) | (((7 + y) % (23 ^ x)) | (-(~y)))) % 3

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

2
0
1
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((y + y) ^ (-x)) + ((x & y) * (x % x))) + (((-x) % (y & x)) - ((~x) + (11 | y)))) % 4

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

2
1
1
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (((-(y * x)) | ((x - 11) | (6 + y))) / (((y * y) / (x ^ x)) / ((y & y) ^ (y / y)))) % 9

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

7
0
2
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (-(((~y) % (x * y)) / (~(y % y)))) % 12

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

4
0
2
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((~y) & (x ^ 13)) - ((x + y) * (y - y))) / (((-x) / (y / y)) / (-(~y)))) % 3

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

4
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (((y + y) + (23 & y)) + (~(y / y))) | (((y % 15) % (y ^ x)) ^ ((-x) & (~x)))

Extent: 256x256 (scaled x2)

"Gradient" colouring scheme.

2
0
1
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((x + y) % (y - 21)) % ((x - 23) ^ (~y))) * (-((y ^ y) + (x % 11)))) % 6

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

3
0
1
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((y / 5) ^ (y * 1)) % (-(y ^ x))) ^ (((24 * x) - (~y)) | ((y | 17) & (18 * x)))) % 8

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

2
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((-((x % y) + (21 / x))) + (-((21 & y) ^ (-x)))) % 12

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

2
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((~y) / (x & x)) ^ (-(x ^ y))) + (~(-(13 ^ y)))) % 11

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

1
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = (((-(~y)) / ((x / y) % (7 - y))) - (-((3 - y) ^ (y & 2)))) % 2

Extent: 128x128 (scaled x4)

"Onebit" colouring scheme.

2
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((-x) & (y % x)) | (~(x | y))) % (~((-x) | (x | x)))) % 5

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

4
0
1
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((~((x + y) * (x & x))) ^ (((1 ^ y) % (x | y)) * ((y % 15) - (x & x)))) % 12

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

1
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((y ^ y) | (-x)) | ((x % y) | (-x))) ^ (((y * y) - (18 / y)) * ((y * 24) / (~x)))) % 12

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 21, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = ((((9 | y) & (x - y)) % ((y * y) & (y & 11))) * (((10 | x) % (-x)) | (~(19 * y)))) % 10 Extent: 128x128 (scaled x4) "Onebit" colouring scheme.
4
0
2
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 20, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = (~(((-y) ^ (x ^ 20)) | ((y / y) - (x % x)))) % 6 Extent: 256x256 (scaled x2) "Onebit" colouring scheme.
6
0
5
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 20, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = (((-(x ^ y)) - ((10 + y) & (y % x))) + (((~y) / (y / 22)) % ((~y) / (y - y)))) % 2 Extent: 256x256 (scaled x2) "Onebit" colouring scheme.
0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 16, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = ((((9 ^ y) | (x - y)) % (-(y & x))) ^ ((~(x / x)) & ((3 / y) % (x & y)))) % 4 Extent: 256x256 (scaled x2) "Onebit" colouring scheme.
0
0
0
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 16, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = (~(((y | x) + (~x)) / ((23 / x) - (y & x)))) % 4 Extent: 128x128 (scaled x4) "Onebit" colouring scheme.
7
0
3
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jul 03, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone
f(x,y) = (~(~((y - y) - (x ^ y)))) % 12 Extent: 512x512 (scaled x1) "Onebit" colouring scheme.
1
0
1
0
Open post
bitartbot
Bit Art Bot @bitartbot@freeradical.zone · Jun 06, 2026
Bit Art Bot
@bitartbot@freeradical.zone

This is a bot which produces procedural art by plotting an integer function taking the current coordinates and producing an integer result. The function is procedurally created using random numbers and appears in the status text. Coordinates are coloured either by where the value appears within the range of results (the "gradient" scheme) or simply by whether it is the most common result (white) or not (black) (the "onebit" scheme.) The code does not resort to evaluating a string.

freeradical.zone

f(x,y) = ((((-y) ^ (-y)) * ((x + x) + (-y))) + ((-(x - x)) + ((~x) % (x * y)))) % 5

Extent: 256x256 (scaled x2)

"Onebit" colouring scheme.

5
0
2
0

Remote instance

freeradical.zone
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 05:52:23 UTC