Live data from Hacker News

Let’s Draw Together

multiuser-sketchpad.glitch.me

21–30 of 48 posts

Re: Let’s Draw Together

#21
post #14

Earlier quoted context omitted.

On the off chance that you don't know, what's wrong with is that it is (or is very close to or easily mistaken for, depending on the style chosen) a symbol of Nazism. https://en.wikipedia.org/wiki/Swastika#Use_in_Nazism

From wikipedia: >The word swastika comes from Sanskrit: स्वस्तिक, romanized: svástika, meaning 'conducive to well being' or 'auspicious'.

I know. For a Westerner, it's weird walking around India and seeing them all over the place. The fact that they are authentically a religious or good-luck symbol in some cultures doesn't change the fact that, in Western culture, they carry Nazi symbolism, intentionally or unintentionally.

Re: Let’s Draw Together

#23
post #14

Earlier quoted context omitted.

On the off chance that you don't know, what's wrong with is that it is (or is very close to or easily mistaken for, depending on the style chosen) a symbol of Nazism. https://en.wikipedia.org/wiki/Swastika#Use_in_Nazism

I tried reporting content labelled as "nazi flag" in an iOS app to no avail. I submitted multiple tickets in different places, sent multiple emails to Apple and to the application developer. Yet nazi flags are still present on the home page of Divoom application. Also present in this ages 4+ rated application are plenty of drug symbols and other assorted strangeness. I spent way too much time with this and am amazed…

That's odd, I'm not a daily Divoom user myself but I do use it often, and I have never seen any nazism or drug symbols in their galleries. Where exactly did you see this kind of imagery?

Re: Let’s Draw Together

#24
post #21

Earlier quoted context omitted.

From wikipedia: >The word swastika comes from Sanskrit: स्वस्तिक, romanized: svástika, meaning 'conducive to well being' or 'auspicious'.

I know. For a Westerner, it's weird walking around India and seeing them all over the place. The fact that they are authentically a religious or good-luck symbol in some cultures doesn't change the fact that, in Western culture, they carry Nazi symbolism, intentionally or unintentionally.

The India ones are the original. Asshole Nazis took that and flipped it...so what you see in India is NOT the one Nazis use. Look closer at their differences.

Re: Let’s Draw Together

#26
When somebody draws or writes something racist it's fascinating to watch how quickly a ton of other cursors rush to cover it up or change it. Glad to see most people not approving of swastikas and slurs.

EDIT: on a more entertaining note, I just saw somebody with great handwriting write "Incredible how fast something like this devolves into vulgarity". Vulgarity was immediately scratched out and replaced by a crudely written "dicks".

Re: Let’s Draw Together

#27
post #21

Earlier quoted context omitted.

I know. For a Westerner, it's weird walking around India and seeing them all over the place. The fact that they are authentically a religious or good-luck symbol in some cultures doesn't change the fact that, in Western culture, they carry Nazi symbolism, intentionally or unintentionally.

The India ones are the original. Asshole Nazis took that and flipped it...so what you see in India is NOT the one Nazis use. Look closer at their differences.

Not to beat a dead horse, but I know. It doesn't change the fact that, in Western culture, swastikas of all stripes carry Nazi symbolism, and the fact that the Hindu one has subtle differences doesn't prevent it from being perceived as Nazi symbolism, intentionally or unintentionally. (I am very definitely not accusing Indians of Nazism (although let me say nothing about Modi here). I am only saying that choosing to carry that symbology into Western culture must come with an awareness of the consequences, whether or not they are just, or historically reasonable.)

Re: Let’s Draw Together

#28

Earlier quoted context omitted.

I tried reporting content labelled as "nazi flag" in an iOS app to no avail. I submitted multiple tickets in different places, sent multiple emails to Apple and to the application developer. Yet nazi flags are still present on the home page of Divoom application. Also present in this ages 4+ rated application are plenty of drug symbols and other assorted strangeness. I spent way too much time with this and am amazed…

That's odd, I'm not a daily Divoom user myself but I do use it often, and I have never seen any nazism or drug symbols in their galleries. Where exactly did you see this kind of imagery?

https://imgur.com/a/0Iu0w9C

Re: Let’s Draw Together

#29

#!/usr/bin/env zsh dir=0 up() { xdotool mouseup 1 } down() { xdotool mousedown 1 } right() { dir=$(expr $dir + $1) } left() { dir=$(expr $dir - $1) } walk() { for i in {1..$1}; do xdotool mousemove_relative --sync --polar $dir 1 done } square() { down for i in {1..4}; do walk 20 right 90 done up } block () { down for i in {1..10}; do walk 200 right 90 walk 1 right 90 walk 200 left 90 walk 1 left 90 done up } circle (…

[deleted]

Re: Let’s Draw Together

#30

#!/usr/bin/env zsh dir=0 up() { xdotool mouseup 1 } down() { xdotool mousedown 1 } right() { dir=$(expr $dir + $1) } left() { dir=$(expr $dir - $1) } walk() { for i in {1..$1}; do xdotool mousemove_relative --sync --polar $dir 1 done } square() { down for i in {1..4}; do walk 20 right 90 done up } block () { down for i in {1..10}; do walk 200 right 90 walk 1 right 90 walk 200 left 90 walk 1 left 90 done up } circle (…

Better version:

https://gist.github.com/fctorial/4cef5d564d84662baacfebaed7c...

Post reply on HN