Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:More interesting question: who hasn't (Score 1) 197

What really surprises me is why so many companies bought their domains from GoDaddy in the first place. I can understand if an unexperienced user buys a domain or two from them, not knowing that there are alternatives (maybe even being impressed by their "add an antivirus to your domain for only $19.99 more"-style advertising), but anyone who knows what they are doing should be immediately turned off by GoDaddy's horrible interface and all the bullshit you have to go through to register a domain there. It's not even cheaper than alternatives. Or is there something I'm missing?

Comment Re:Voice transcription is not intent. (Score 1) 360

Understanding and acting on meaning? Within a context? That is the hard part. That is the part Apple has lots of great data for now that Google really doesn't have

You'd be surprised how many people use natural language in Google search. Granted, parsing something like "why do men have nipples" is not the biggest NLP problem, but Google's experience should still be far from negligible.

Comment Make it specific (Score 1) 360

As a lot of people already suggested, try to automatically collect as much data as possible. But of course, that is usually not enough. For the data that has to come from the user, just make the form as specific as possible. So, for example, this is useless:

Please provide a description of the bug: ____________________________

A user who has never submitted a bug report would have no idea what to enter into a form like that. This is better, but still not nearly good enough:

Please describe what you were doing when this happened: __________________________________

You would probably get an answer like "I was trying to create a photo album." instead of step-by-step instructions to reproduce. Try something like this:

Please describe, step-by-step, what you were doing when this happened:
1. Start at this URL: ______________________
2. Click on _________________________
3. ___________________________
4. ___________________________
5. ___________________________

Describe in a few words what you expected to happen after the last step: ______________________
Describe in a few words what happened instead of the expected action: _______________________

Were you logged in at the time the problem occurred? [ ] Yes [ ] No
If yes, please specify your user name (optional): ________

...etc. Try to think of any relevant information that you're not able to collect automatically.

Your users will probably forgive you even if the form is long, if you don't make them think too much. Depending on how clever your users are, you might want to add some kind of motivational text (e.g. "the more information you provide, the better chance that we will be able to reproduce and fix the bug"), but there's a good chance that a user who submits a bug report already knows why they are doing it, so it would just feel patronizing.

Comment Re: Firefox vs. Opera (Score 1) 211

Firefox (and Chrome, and IE, and Safari) copied pretty much everything from Opera.

This is just wrong. By now, each browser has copied a lot of features from the others, but all of the major browsers had a "killer feature" that caused a lot of people to switch and allowed it to gain traction.

Firefox: very lightweight, excellent extension support
Opera: rendering speed, some advanced features
Chrome: stability (separate process for each tab, plugin), JavaScript speed
IE, Safari: come preinstalled with the OS, well integrated

Note that none of this is unique to the particular browser anymore, and some of those don't even apply anymore.

Comment Re:Funny - yes - but true (Score 2) 230

Imagine that - an advert for a music player that focuses on a person enjoying music. Yeah, it was stylised, but when you look at the bare essence of the advert, it's about what the product can do for you, not brainwashing people into thinking they are buying a lifestyle.

There's more to an ad than its bare essence. Probably their most famous campaign presents Mac as "the cool guy" as opposed to PC. Most of the ads focus on features, but the message is still there. Even in the ads that focus on people using Apple products in various way, it's always cool people using them.

Now, I agree that Apple has a lot of high quality products, but there are other companies that sell high quality, well-designed products, and Apple is clearly trying to get an edge over them by "selling a lifestyle". There's nothing wrong with this, most companies that sell high quality products are trying to do that (with various levels of success) -- fashion ads are another good example (wearing Victoria's Secret lingerie doesn't make you a supermodel, but they'd like you to believe so anyway).

Comment Re:SSL certs are both over-trusted and under-trust (Score 1) 194

https with self signed cert protects against passive eavesdropping, plain http does not

Mod this up! Passive eavesdroping is MUCH easier and much more common than active MITM attack (see Firesheep etc.). Nobody's saying that MITM is impossible, but I'd go so far as to say that the difference between plain HTTP and self-signed HTTPS is greater and more important than the difference between self-signed and CA verified HTTPS (and all the fake certificate scandals only confirm this).

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...