In related news, it looks like i don't have to copy EnChroma's glasses in software now: https://blogs.microsoft.com/firehose/2016/11/11/color-binoculars-a-new-mobile-app-from-microsoft-garage-helps-colorblind-see-the-world-the-way-others-do/ https://play.google.com/store/apps/details?id=com.colorblindpal.colorblindpal&hl=en https://play.google.com/store/apps/details?id=fr.nghs.android.cbs.enhancer&hl=en
To see whether you're colorblind, try these 26 questions. No need to provide an email. (I have normal vision.) https://eu.enchroma.com/pages/colour-blind-test
With a little help from these ugly NodeJS hacks:
ReplyDelete// http://stackoverflow.com/a/498995/819417
String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g, '');};
var last_line = " ";
// http://stackoverflow.com/a/17332534/819417
require('fs').readFileSync('colors.txt').toString().split(/\r?\n/).forEach(function(line){
if(line.trim() == last_line.trim()) console.log(line)
last_line = line
})
In related news, it looks like i don't have to copy EnChroma's glasses in software now:
ReplyDeletehttps://blogs.microsoft.com/firehose/2016/11/11/color-binoculars-a-new-mobile-app-from-microsoft-garage-helps-colorblind-see-the-world-the-way-others-do/
https://play.google.com/store/apps/details?id=com.colorblindpal.colorblindpal&hl=en
https://play.google.com/store/apps/details?id=fr.nghs.android.cbs.enhancer&hl=en
Better illustration @ https://giphy.com/gifs/reactionseditor-color-dress-3o7btPOMufN5FziFWg
ReplyDeleteTo see whether you're colorblind, try these 26 questions. No need to provide an email. (I have normal vision.) https://eu.enchroma.com/pages/colour-blind-test
ReplyDeleteDidn't seem varied enough and their glasses are controversial, though: https://www.youtube.com/watch?v=Ppobi8VhWwo
Delete