Earlier quoted context omitted.
What is the world coming to, that you have to explain vi commands on HN?
I actually couldn't get the asterisk to appear without adding text below it, and I didn't have anything else to add. So I just added an explanation. Don't worry! I didn't feel like I needed to explain. But the formatting on HN is odd, and the rule on how to use asterisks is obscure and bizarre.
Capital One Made Me Different Loan Offers Depending On Which Browser I Used
31–40 of 60 posts
Re: Capital One Made Me Different Loan Offers Depending On Which Browser I Used
#32It's either: - A random number each time - Normal split testing using a cookie - Split testing using the user agent rather than a cookie The last one would, I suppose, be more consistent than using a cookie- after all, most people wouldn't switch browsers, but they might clear their cookies. That being said, a few companies have gotten in hot water for doing this. Amazon in 2000: http://news.cnet.com/2100-1017-245631…
Re: Capital One Made Me Different Loan Offers Depending On Which Browser I Used
#33You also get different loans if you walk into a bank wearing a suit vs. a hoodie.
So which browser is the equivalent of a tuxedo? A suit? A hoodie? I'm not so sure browser choice is an accurate signal of a person's worth (In this sense, worth could mean anything).
Re: Capital One Made Me Different Loan Offers Depending On Which Browser I Used
#34Re: Capital One Made Me Different Loan Offers Depending On Which Browser I Used
#35Capital One is famous for experimentation and segmentation based on messaging, response rate, demographic factors, and many other variables. It's how they came out of nowhere in the early 1990s (the founders were consultants who had zero banking or credit card experience) to disrupt the industry, most of which operated on one-size-fits all APRs and risk profiles.
Re: Capital One Made Me Different Loan Offers Depending On Which Browser I Used
#36Re: Capital One Made Me Different Loan Offers Depending On Which Browser I Used
#37Split test cookie
Re: Capital One Made Me Different Loan Offers Depending On Which Browser I Used
#38Re: Capital One Made Me Different Loan Offers Depending On Which Browser I Used
#39Earlier quoted context omitted.
So which browser is the equivalent of a tuxedo? A suit? A hoodie? I'm not so sure browser choice is an accurate signal of a person's worth (In this sense, worth could mean anything).
Can you tell if an iPhone is locked or not from the UA string? Because I'd expect that locked iPhones are exactly the customer you want most: has money and signs long term contracts (whereas an unlocked or jailbroken product might indicate that they'll do extra work to save money -- exactly the customer you don't usually want).
You just need to check if the request is coming from a T-Mobile IP, or any other GSM carrier in the USA (http://en.wikipedia.org/wiki/List_of_United_States_wireless_...).
This wouldn't work outside the USA (unless you want to research the carriers) and most people would be connected to wifi.
So, this wouldn't really work. It would be much easier with a BlackBerry as they transmit the vendorID (a type of carrierID) in the UA. You could easily check this with the IP.
Re: Capital One Made Me Different Loan Offers Depending On Which Browser I Used
#40You also get different loans if you walk into a bank wearing a suit vs. a hoodie.
So which browser is the equivalent of a tuxedo? A suit? A hoodie? I'm not so sure browser choice is an accurate signal of a person's worth (In this sense, worth could mean anything).