Hacker Newsnew | past | comments | ask | show | jobs | submit | gradi3nt's commentslogin

So if I ask my ISP if they are selling my data do they have to admit it? Or can they now do it in secret?


They'll say they are always striving to provide the best consumer experience.

AKA they would probably sell your dog to you if they thought they could get away with it.


>So if I ask my ISP if they are selling my data do they have to admit it

No.

More often than not, you'll get a hand-wavy and/or misleading answer.


You have to love pop sci headlines with phrases like "...promises possible..."

I promise you, BBC's Roland Pease, that it's possible the sun won't rise tomorrow and Linus Torvalds with announce that he will be Microsoft's next CEO.


So CKs brilliant talent for comedy had not so much to do with his ticket sales, eh?

That sounds like a sales pitch. Oh wait, scroll to the bottom, this is a sales pitch. Classic tactic of making the incredible sound easy, just pay a small fee!


Yeah, and there's this:

There is no huge secret to conversion rate optimization, or consumer experience optimization. It’s quite simple, really: put your consumer’s needs first and you’ll double your online sales...

So it's that black and white, is it? You can apply a binary assessment to something as complex as "putting a consumer's needs first?" Even if you could, you still have the issue of pricing models, software terms and more to consider which may be necessary to protect your business and your bottom line, but do nothing to further the consumer's interests.

Louis CK is selling one product (a highly popular one) on his site at a single price point. I don't find the fact that he sold out in one day to be mind-blowing or applicable to most businesses. Ticketmaster sells out shows everyday and their customer experience is terrible. The underlying product is what gets the sales, not the website.

The reason sites like Amazon hire MBA's by the hundreds is because those sites have countless pricing dimensions that have to be analyzed continuously in order to maximize conversion rates, profit, and inventory. It sounds good at first pass to think just throwing out all the features on every website that aren't consumer-centric in order to sell out is a simple workable strategy because a popular comedian selling an e-product did it, but then after you think about it for a couple minutes you realize it's pretty useless advice.


No doubt he is a brilliant talent, and even if you have the world's best online customer experience, it won't help you sell a shitty product.

And... the Stuck Score™ is free, if that helps?


Changing the zoom on this page is trippy.


This is a very nice argument!

Our senses are still only tuned in to detect portions of "reality" that are relevant to life on earth. For example, our eyes detect the band of EM radiation most useful during daytime on Earth. But even though are eyes are narrow band and highly non-linear sensors, they (+our other equally flawed senses) have served us pretty well as far as understanding the true nature of EM waves.

I guess my point is that our senses still aren't evolving to detect reality in some sort of true pure mathematical sense.


>evolving to detect reality in some sort of true pure mathematical sense.

I don't think this exists; a perfect description of reality IS reality. Let us contemplate our finitude and be humbled.


"You're a fucking moron if you use default browser styles." - Eleanor Roosevelt


I find it hard to take advice from anyone who makes such strong claims, in such a provocative manner, whilst failing so utterly in their own demonstration: https://imagebin.ca/v/2eeSxQABPMX9

Apparently that's "legible" and "looks the same in all... browsers".

I certainly agree that BMFW has less contrast than the MFW; so little that it's difficult to read!

For comparison, here's how MFW looks: https://imagebin.ca/v/2eeVa5QksF6e

White text on a black background, exactly as I asked for when I configured Firefox. Content taking up my whole widescreen monitor, exactly as I asked for when I made the Firefox window that size.

The only thing BMFW seems to have correct is using sans-serif font; which I expect is because I unticked Firefox's "allow pages to override these fonts" option. Other than that, it looks like a me-too cargo-cult of MFW which completely misses the point.

Presumably the creators of BMFW are using, and only ever test anything with, a black-on-white style which is, let me guess, the browser's default? What would that make them, in their own (jokingly "quoted") words?


I'm a fan of white-on-black too, but whatever setting/addon you are using to acheive that effect seems to be very broken. It's unfair to blame BMFW for a problem created by, and unique to, your specific configuration.


The setting isn't broken. It's not an add-on. It's BMFW's fault, and it's fair to blame it for this. BMFW sets a foreground color, and does not set a background color.

Here are the settings in stock Firefox. http://imgur.com/h4SmKYs


The author even addresses the fact that they didn't set the background on the site.

"I would've even made this site's background a nice #EEEEEE if I wasn't so focused on keeping declarations to a lean 7 fucking lines."

Also the whole site is satire which you seemed to have missed


> The author even addresses the fact that they didn't set the background on the site.

So? JS template engines allow server-side rendering, to address the fact their pages are slow, and unusable without JS. JS libraries have polyfills, to address browsers implementing older JS versions. Drupal allows Varnish, to address how slow its rendering is. SVG graphics libraries have canvas fallbacks to address IE. Video players have MP4 and Webm versions to address fragmented codec support. And so on.

Does these things make the MFW argument wrong or moot? No, because a) they involve extra work to solve problems that wouldn't exist if people just made a motherfucking website, and b) because many devs don't even bother to implement these fixes even when they exist: case in point, BMFW's authors wrote about setting the background but didn't bother actually doing it, so their site is broken.

> Also the whole site is satire which you seemed to have missed

I get that it's "haha only serious", but it's self-defeating. If the premise were "I built a Web-scale Uber-for-toilets with isomorphic React" and the text were unreadable, that would add to the charm. If the premise were "Stop breaking your sites with junk" (which is the message of MFW) and the text were unreadable, that would be unfortunate and a bit ironic. Yet BMFW's premise is "MFW is right, but there's no excuse to leave out these things", and those things break sites. The site itself is a demonstration of why the only point it makes is wrong. It's funny, but in a "laughing at" rather than a "laughing with" kind of way.


> the whole site is satire which you seemed to have missed

You seem to have missed it too :-)

> I have taken a lot of inspiration from … http://bettermotherfuckingwebsite.com/


I don't get the point of those settings. You seem to prefer white-on-black text, but the "Only with High Contrast themes" override means that it will almost never apply.

I tried setting this in my Firefox and visited a bunch of sites. None of them showed me white text on black background, because almost every site sets both background and foreground color styles, which override the preference setting. In fact the only site that was affected was the BMFW.

So what is the point of that setting? If you actually prefer white on black, set it to "Always" and you'll always get it--even on the BMFW.


> I don't get the point of those settings. You seem to prefer white-on-black text, but the "Only with High Contrast themes" override means that it will almost never apply.

The idea of defaults is to be default. I don't mind sites specifying the use of particular colours, and it's useful e.g. for syntax highlighting, for text above background images, for transparent images assuming a particular background colour (e.g. pre-rendered LaTeX images, like those on Wikipedia), etc.

The problem is setting either the foreground or the background, but not both.

> I tried setting this in my Firefox and visited a bunch of sites. None of them showed me white text on black background, because almost every site sets both background and foreground color styles, which override the preference setting. In fact the only site that was affected was the BMFW.

If only that were true. Many sites set either just the foreground colour, assuming the background will be white; or just the background, assuming the foreground will be black. I've emailed many sites about this over the years, ended up opening countless others in a separate browser with different settings, and just rage-quitted many more.

Last week I emailed ticketmaster.es about the black-on-black text in their registration form (amongst many other issues; their service is terrible, I recommend avoiding them if possible)

This is also the reason I stopped using Yahoo Mail back in 2007 when they switched off access to their old Web UI (with no option to use IMAP or POP without paying) http://2.bp.blogspot.com/_6BhjMzysLTs/Rg1mh0pLjMI/AAAAAAAAAA...

I've even tried fixing pages with custom Javascript http://chriswarbo.net/blog/2015-10-01-web_colours.html with mixed success. I also have a key bound to `xcalib -invert -alter` so I can quickly invert my screen colours.

The MFW concludes with the following:

> What I'm saying is that all the problems we have with websites are ones we create ourselves. Websites aren't broken by default, they are functional, high-performing, and accessible. You break them. You son-of-a-bitch.

In their attempts to be "better", BMFW's authors broke it. Sure, it can be argued that light-on-dark default colours are an edge case; that the authors say they were "going to" add a background colour but didn't; etc. and those are all perfectly reasonable arguments. But those are exactly the arguments MFW and BMFW are disagreeing with, only with "light-on-dark default colours" instead of "disabled Javascript" or "out-of-date Android browser" or "retina display", etc.; or with "background colour" instead of "server-side rendering", "error handler", "CDN", etc.


So basically you reversed the defaults in order to make it easier to find sites with partial style declarations, so you can yell at them.

Seems like a big waste of time to me.


> So basically you reversed the defaults in order to make it easier to find sites with partial style declarations, so you can yell at them.

Nope, it's only the especially egregious that get yelled at. In the case of ticketmaster.es, their purchase form looks like this with the default black-on-white colour settings https://imagebin.ca/v/2ekv8S6pbKls

It looks like they're forcing the foreground colour of native text input fields to be black, and the background of native drop-down lists to be white. I refuse to change my entire GTK+ theme (and hence, every application I use on a machine which I spend the majority of every day staring at) to an eye-straining black-on-white colour scheme just to make up for some Web devs going out of their way to break their own sites.

Plus, in the case of ticketmaster, their form handler mangled my input; their "change details" form didn't work; they provide no contact details other than accounts on social media sites which require signing up to; their entire "help" section is an "ask us a question" form which displays all submissions publically; and so on. Besides, it's not "yelling", it's bug reporting; they're free to ignore it.


It's not for everyone.


"I messed up my browser's settings, and now I'm upset that my browser looks messed up."


> "I messed up my browser's settings" ...

Wrong. I changed my browser's settings to perfectly reasonable values. White text on a black background. Now I'm reasonably upset because my browser looks messed up.


So the Sell/Check/Recycle model only requires 33% of the labor compared to the Check only model. The author suggests that this means tripling production would be possible, but that depends on QA being the factories bottleneck. If QA isn't the bottleneck, than you might as well fire 2/3 of Quinn's QA workers. Hooray, the computer didn't take my job, but it took the jobs of the guy to my right and the gal to my left.


I got to the same conclusion Ai will increase efficiency so a company will need fewer workers. Ai augmented humans might be better than ai or humans alone but results in the same thing loss of human jobs. I have to say though most automation these days increases effiency for companies but passes the work to the end user. With true Ai that will probably change.


Hopefully these people get another job. After all they have proven they can reliably show up for work every single day and cope up with the corporate chores. It would be a waste not to employ them for some other work. That's what entrepreneurship is about.


Here in the US we stand with you on the issue of BMW drivers.


Physics experiments have ruled theories like this out. They can put a very very small upper bound on how much the constants can change over a volume the size of the universe, and over the lifetime of the universe.


You don't, it's just that h-bar = h/2pi is the variety of planck's constant that is more useful in quantum mechanics.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: