If you want to join in, you can get the app here
https://itunes.apple.com/us/app/pixel-place/id1225691240?ls=1&mt=8
And here
https://play.google.com/store/apps/details?id=ro.mevo.pixelplace
Hi everyone! So I've been a huge fan of community pixel drawing since, well, almost forever. Back in 2005 we started a first experiment in black and white called Pixel Group where everyone could flip a pixel (some videos here). Then some years ago, we did a little dream project... a whole universe, explorable, walkable, scriptable, with chat, where absolutely anything can be drawn by everyone! You can also collect any tile you see, create specific areas, team up with others or edit in the open areas. Every single area is infinite in all directions (and there's over 400,000 different areas by now). Now imagine my surprise and happiness when I saw /r/place. So I figured, maybe this is something for you here to get your fix now. It's called Manyland and free to join (and if you wanna support us there's a Steam version too). All credit to the time lapse image posted goes to Azuros, the area shown is the main public spawn point called green mountain. Thanks everyone!
Well you don't have any evidence supporting the idea of "Europeans being butthurt about US election" yet here you are claiming its Europeans trying to ruin the US flag because of it.
According to this 54% of reddit usage comes form the US.
I made some small improvements to the script to make it place pixels randomly and to keep running after the entire array has been scanned. It will just pause for 60 seconds and then start over. This protects from vandals!
Hope it helps.
Edit: improved even more, added some wait time so it doesn't hammer the servers too much, and improved the logging message formats
Unless I'm mistaken, the canvas is 1000 X 1000, so you'd need exactly 1 million beads. So, it would cost however much it costs to purchase 1 million beads. Also, you'd need the correct proportion of colors. I think there were ~16 colors (needs confirmation), and I'm sure someone clever at computering could figure out exactly how many of each color are in the final canvas for you.
As for time, I dunno. If you've done hama/perler bead art before, I'm sure you can do an estimate of how long and how many beads it took you to do certain pieces, and then just do the math to get to 1 million beads. For reference, if it took you 1 second to place each bead, and you worked nonstop without sleep, meals, or restroom breaks, it would take you about 11.5 days. If you limited yourself to 8-hour days, it would take you a little over a month. If it takes more like 6 seconds for each bead (probably more accurate), it would take you about half a year, nonstop for 8-hour days, no weekends. You still up for it?
EDIT: Here is one of the better Amazon deals I found for perler beads. You would need to buy 50 of these to get to 1 million beads, but in order to ensure you've got enough of the primary colors, you might have to double that. So let's say you purchase 100 of these, it would cost $3500. I'm guessing you could get a bulk deal elsewhere and cut that cost in about half, so maybe like $2000 if you shop around.
Download http://myweb.tiscali.co.uk/djmclean/htmlscreensaver.html, go to your computers screensaver settings and paste /u/mncke 's automatically generated up to date map of place https://abra.me/place-snaps/recent.png
Sarcasm aside, that's pretty close. It's a lot of grind but so was place, just a different kind of grind. If you are about building a clan with territory and that sort of thing, eve is for you. I didn't care for it because the idea of a clan is too abstract and disconnected for me. I like place for the visual aspect of what you're building.
https://hastebin.com/timoqenofo.js Here, take this script from /r/httyd Its In JS, you need to find someone who can edit it for you from the subreddit, but it should work if edited to place in right spot and place right pattern (uses base16 for colors, 0-9 then a-f, uses z for ignore this square, you will find offset somewhere below in the code)
Hey, I made a script to protect the existing Maryland flag. You can look at the source code to see what it does. Basically, you provide login creds, python then connects up, saves the cooke in the session, and the accesses each point with a JSON request.
https://hastebin.com/edanehabep.py Just run it as *python3 edanehabep.py username password
Basically, this is just the flag color coded embedded in the python script. You might need to run "pip3 install requests" if you've never run something like this before.
If you do this could you fix a problem? in the upper left corner there are two snakes. Between the snakes it says no step on snek!! and then just to the right of that there is a black flag - the flag was supposed to be black and gold, similar to all of the other anarchist flags farther to the south. https://www.bing.com/images/search?view=detailV2&ccid=rnFKHv9w&id=877DE96C79428CBE25F68CF9B177E065D6F7704A&q=an+cap+flag&simid=608048829441180729&selectedIndex=8&ajaxhist=0
It was like this most of the time, I don't know why whoever edited it decided to remove this. I spent hours keeping that flag gold as it was meant to be, and so did lots of other people.
> An authoritarian and nationalistic right-wing system of government and social organization.
Ok now for a different source who has the proper defintion: https://www.merriam-webster.com/dictionary/fascism
> 1) a political philosophy, movement, or regime (as that of the Fascisti) that exalts nation and often race above the individual and that stands for a centralized autocratic government headed by a dictatorial leader, severe economic and social regimentation, and forcible suppression of opposition
> 2) a tendency toward or actual exercise of strong autocratic or dictatorial control
I love how you left off the FIRST definition: fitted (as by training or experience) for a given purpose. competent Your portion of the definition falls under the "eligible" portion of that definition. But keep ignoring the parts that don't make your point, I get it.
Well if you are on android you can install X Icon changer - Change Icons for android find the r/place reddit app cion(you figure it out i couldnt find it) and change it
First off, I'm german.
Secondly It's obvious I'm talking about WW2.
You can literally check any history book about WW2.
Just for you I looked up a specific source my friend.
You're easily getting offended and can't get the simplest joke, you rather insult me.
Thank you for again making it clear to me why I don't like france.
I've been using Relay for Reddit (Pro) since long before Reddit even had an official app, and it has always been wonderful for me.
I have literally no complaints about it, and they still regularly add features that I didn't even know I needed or wanted.
The canvas can be accessed on the official Reddit app on the App Store or Google Play.
i made it 100px here is the new refrence pic so we dont have to make a high res version on place: http://www.fixpicture.org/medias/1491110563_tmp_shitty_charmander.jpg it will be gone in like 2 hours
i'm getting :
i used you'r script but i have the returning :
File "/Users/USER/Desktop/place.py", line 42 closest_colors = sorted(colors, key=lambda color: distance(color, point)) ^ IndentationError: unexpected indent
*edit : it's a copy/paste problem but i can't sort it out. If i correct the synthax there, i will have more problems on other lines that can't be fixed :
File "/Users/USER/Desktop/place.py", line 88 if waitTime > 0: ^ IndentationError: unexpected indent
then, after correcting the synthax error from copy/paste :
File "/Users/USER/Desktop/place.py", line 89 print(m, end=" \r") ^ SyntaxError: invalid syntax
and there there is no difference between the version on https://hastebin.com/usayoduxoq.py and mine
This website allows you to upload any image, and make it any size you want. Then put it in printable 8.5x11 format that is numbered so you know how to hang it properly. Pretty cool shit if I do say so.
It is just pixel art. Notice how it zooms in when you go to edit. You could use Photoshop or Paint. If you want software dedicated to pixel art I recommend aseprite. It only costs $15 or you could build it yourself.