[catoverflow] i guess ... alleycat weekly svg logo #1

in #rudyardcatling7 years ago (edited)


the result for today ?

well i just came up with it so i typed it manually hoping to get a content on my time line so its not much to look at



first attempt its basically a simulated bitmap with 20px pixels, not much formula to it so im curious if this already has a 30% reduction in data size

dot png bitmap :: 9+ kilobyte

textfile non compressed with lots of whitespace on the fly : 6,6kb

if you wanna blockchain you'll need compression or another way to do it over time

but i think i like the logo-a-week thing ... this thing could make some nifty

things

i think
thing is the code is 100% scalable and javascriptable im quite sure of that

the image is not, AND its larger in size

why didnt anyone tell me about this ?

well i'm not "one" side something anything, sorry for that

... i think ... im ready in time thought moving against the clock, typed out a little bit manually

that shit is made for php .. if it can be animated with javascript it should be pretty cool to do some pretty cool with

Screenshot from 2018-05-26 20-50-13.png

on the clock 30 minutes left no idea never done but its quite straightforward


<!DOCTYPE html>
<html>
<body>

<svg width="400" height="100">
<rect width="400" height="100" style="fill:rgb(0,0,0);stroke-width:10;stroke:rgb(100,100,100)" />
<circle cx="50" cy="50" r="40" stroke="grey" stroke-width="4" fill="white" />

<rect x="0" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="21" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="41" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="61" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="21" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="41" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="61" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="21" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="41" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="61" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="21" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="41" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="61" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="21" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="41" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="61" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="81" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="101" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="121" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="141" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="81" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="101" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="121" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="141" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="81" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="101" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="121" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="141" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="81" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="101" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="121" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="141" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="81" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="101" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="121" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="141" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />






</svg>

</body>
</html>


Screenshot from 2018-05-26 20-56-08.png

20


<!DOCTYPE html>
<html>
<body>

<svg width="400" height="100">
<rect width="400" height="100" style="fill:rgb(0,0,0);stroke-width:10;stroke:rgb(100,100,100)" />
<circle cx="50" cy="50" r="40" stroke="grey" stroke-width="4" fill="white" />

<rect x="0" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="21" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="41" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="61" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="61" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="21" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="41" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="61" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="61" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="61" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="81" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="101" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="121" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="141" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="81" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="81" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="81" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="81" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="101" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="121" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="141" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />





<rect x="161" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="181" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="201" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="221" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="161" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="161" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="181" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="201" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="221" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="161" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="161" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="181" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="201" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="221" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />





<rect x="241" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="301" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="241" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="301" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="241" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="261" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="281" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="301" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="261" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="281" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />



<rect x="261" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="281" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />







</svg>

</body>
</html>


Screenshot from 2018-05-26 21-01-44.png

enz ...


<!DOCTYPE html>
<html>
<body>

<svg width="400" height="100">
<rect width="400" height="100" style="fill:rgb(0,0,0);stroke-width:10;stroke:rgb(100,100,100)" />
<circle cx="0" cy="0" r="200" stroke="white" stroke-width="1" fill="dimgrey" />

<rect x="0" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="21" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="41" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="61" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="61" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="21" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="41" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="61" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="61" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="0" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="61" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />









<rect x="91" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="111" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="131" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="151" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="91" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="91" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="91" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="91" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="111" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="131" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="151" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />





<rect x="181" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="201" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="221" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="241" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="181" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="181" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="201" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="221" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="241" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="181" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />




<rect x="181" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="201" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="221" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="241" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />










<rect x="271" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="331" y="0" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="271" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="331" y="21" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

<rect x="271" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="291" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="311" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="331" y="41" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />


<rect x="291" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="311" y="61" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />



<rect x="291" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />
<rect x="311" y="81" rx="5" ry="5" width="20" height="20" style="fill:gainsboro;stroke:black;stroke-width:5;opacity:0.5" />

</svg>
</body>
</html>

sorry for the sloppy consider it a peek inside my head

2.png


i know you don't get it yet

but the system has potential at a level above the federales simply printing more dollars

since this is backed , even if by community, its not just adding numbers

wait and see, or choose the old side and try to destroy but i'm afraid

you can't stop the tsunami anymore

its best to get on top of the wave


why dont you do python

CUZZ

but everyone is doing it

well you just answered

why WOULD i do python ? you think "everyone does it" is an argument or something ?

python makes things accessible to people who othewise would be challenged

i dont need python

lets not make me sound insulting shall we ?


okay so

i'm not a developer who pretends to have invented the blockchain

i'm not a satoshi who pretends torrents didnt exist and all it needed was a central authority to be de-centralized

right ?

né ?

is that not right then ?

there's no similarity ?

okay

so i'm not so

if the question is why dont you use python then why don't you use scratch ? its even simpler ?

its nice and layered btw, i wholeheartedly approve of wrecking all those people who spent all that time coding it on canvas and javascript just to make it browser rendered

can you imagine that

"browser-rendered" ?

it's like intel comes up with a new opcode that speeds up programs by a lightmile

but its browser rendered

apple FUCKED computing

totally FUCKED it


Sort:  

This post has received a 100.00 % upvote from @sharkbank thanks to: @rudyardcatling.

You got a 10.77% upvote from @proffit courtesy of @rudyardcatling!
Send at least 0.01 SBD/STEEM to get upvote , Send 1 SBD/STEEM to get upvote + resteem

You got a 17.39% upvote from @sleeplesswhale courtesy of @rudyardcatling!

This post has received a 0.52 % upvote from @drotto thanks to: @rudyardcatling.

Great post! You've earned a 9.09% upvote from @dolphinbot
Join the DolphinBot Team for Daily Payouts in Steem! Click here: http://bit.ly/dolphinbot

You got a 3.44% upvote from @t50 courtesy of @rudyardcatling!


To use this service send a minimum of 0.010 SBD or STEEM to @t50 with the post you want upvoted as the memo.
Low Minimum Bids!
Increase Your Rep!
Draw Attention To your Post.
Earn Passive Income By Delegating SP to the Bot.
Overbid Protection
Voting processed every 2.4h (2,880 blocks).
@t50 follows all followers!


Invest and earn daily by delegating to the bot, we match or beat popular competitors.


If you do not want to receive upvotes from @t50 you can ask to be blacklisted by replying to this comment.

Loading...

This post has been upvoted by @microbot with 2.8%!
You want higher upvotes?

Vote for my creator @isnochys as witness!

Did you know, that you can make some profit with your witness vote?
More profits? 100% Payout! Delegate some SteemPower to @microbot: 1 SP, 5 SP, 10 SP, custom amount
You like to bet and win 20x your bid? Have a look at @gtw and this description!

This post has been upvoted by @minibot with 16.6%!
You want higher upvotes?

Vote for my creator @isnochys as witness!

Did you know, that you can make some profit with your witness vote?
More profits? 100% Payout! Delegate some SteemPower to @minibot: 1 SP, 5 SP, 10 SP, custom amount
You like to bet and win 20x your bid? Have a look at @gtw and this description!

This post has received a 2.28% upvote from thanks to: @rudyardcatling.
For more information, click here!!!!

If you use our Robot before your post has 1 day and get an Upvote greater than 1%, you will automatically receive Upvotes between 1% and 10% as a bonus from our other robots.

Do you know, you can also earn passive income after every bidding round simply by delegating your Steem Power to @minnowhelper?
you can delegate by clicking following links: 10 SP, 100 SP, 500 SP, 1000 SP or Another amount

Help support @minnowhelper and the bot tracker by voting for @yabapmatt for Steem witness! To vote, click the button below or go to https://steemit.com/~witnesses and find @yabapmatt in the list and click the upvote icon. Thank you.

Voting for @yabapmatt

Coin Marketplace

STEEM 0.09
TRX 0.30
JST 0.035
BTC 111568.18
ETH 3955.43
USDT 1.00
SBD 0.59