free software resistance

 the cost of computing freedom is eternal vigilance

### asciimint.fig *original date:* dec 2018 *originally posted:* oct 2024 asciimint.fig: ``` #### license: creative commons cc0 1.0 (public domain) #### http://creativecommons.org/publicdomain/zero/1.0/ function abs x ifless x 0 now x times 01 return x fig fig ################################################### c = 0 textmode for radius (1, 200, .157) x = 320 y = 240 for b (-3.14, 3.14, .314) d = c plus .157 : swap d, c xc = b plus c : cos yc = b plus c : sin col = xc times radius plus x row = yc times radius plus y colr = b times 3 : abs colr : mod 2 : int : times 11 plus 4 col2 = col divby 8 : int : plus 34 row2 = row divby 16 minus 2 : int : plus 1 xx = col2 minus 1 x2 = col2 minus 0 #z line(xx, row2, x2, row2), colr z pset xx, row2, colr now xx plus 1 swap now xx z pset xx, row2, colr next next p : colortext 7 : locate 1, 1 ####################### ``` license: 0-clause bsd ``` # 2018 mn # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted. # # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ``` => https://freesoftwareresistance.neocities.org