Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment And they'll be running Android Lollipop (Score 0) 201

According to what I read at BBC News, engineering chief, Hiroshi Lockheimer said, "We've made a concerted effort around focusing on the enterprise-use case. If you think about it most people only carry one device. The one device that they carry [should] work for various scenarios in their life -obviously for personal use, but also if they want to use it for corporate purposes." That must be why they named it Lollipop...

Comment It's right in front of me (Score 0) 199

"Do you know any complex software that succeeded in avoiding documentation by having significantly improved usability?"

Yes. Android.

"As a customer, how would you feel with a very simple product (much simpler than the competition but still a bit complex) that has no documentation?"

Fine, as long as it hand-holds the user right at the beginning with some simple (possibly animated) guides.

Comment The licences need more clarification (Score 0) 64

I'll mention right up front that most of the more than 10,000 photos I've published on Flickr were, and continue to be, under the Creative Commons Attribution Share-Alike licence. Most of the people who have used my photos have done so quietly, without any fuss. Now and again, someone asks politely if they can use a photo even though it is clearly marked as to which licence applies, and my Flickr Profile also makes this clear and goes so far as to say how I prefer to be attributed. If I think that anyone wanting to use my photos might have problems with the Share-Alike part (e.g. commercial enterprises who want to keep their own licences on the content) I just generally quietly change the licence to Attribution only and let them get on with it. I may be unusual in this way as my intent is to provide a service to the community - and that's what I see CC as being all about. And as a result, many hundreds of web pages feature my photos. And this probably saves them a dollar or two. It looks like a win-win situation from here.

I do, however, reserve the right to change the licence on any of my photos, no matter when they were first published. I'm trying to build up a small fine art portfolio and intend to continue changing some photos to All Rights Reserved. And I've stated as such in my Flickr Profile. But that in no way affects the rights of anyone who has used any of my photos beforehand. As far as I'm concerned, the date of publication should settle the issue of who has which rights. If someone used my photo under CC BY-SA on the 31st of March, say, and I change the licence to ARR on the 1st of April, then that person's rights don't change as regards their use of the photo up to and including 31st March. They don't have to take the photo down, and I won't charge them for its use. If they reuse the photo after that then it's likely to be because they don't know about the licence change. If I find out they've reused it, I'll let them know about the licence but won't insist that they find another photo. After all, I might not know they've reused it until months afterwards. So I'll always err on the generous side. So that I can continue providing a service. At some point in the near future, I'll convert most of my photos to CC BY to make this easier.

Having said all this, I know that some other photographers are far less easy-going, even to the point of being litigious. My opinion is that the Creative Commons (i.e. whoever 'officially' represents it) needs to look at the wording on the CC website and especially any legalese therein, and rewrite it to include information and guidelines as to what should happen when a contributor intends to change their licence. If, as I believe is the case legally, the date of publication is primary in deciding who has what rights, then the website should make this clear to both contributors and users of creative work. Users should be clear that, if the licence on a work changes, their use up to that date is lawful and cannot be challenged; and that reuse of the same work after the date of change of the licence comes under the provisions of the new licence exclusively. Likewise, contributors should also abide by this and not attempt to charge fees in retrospect for lawful use of a work prior to the date of change of the licence.

For me, the spirit of the CC movement is most important, but the letter needs to be nailed down a lot tighter than it currently is.

Comment Design Patterns (Score 1) 172

"Intermediate" means whatever you think it means, but I'm assuming you know language constructs and data structures. For me, "intermediate" means "knows enough to do some real damage". So at this point I recommend that you learn those things that are common to all programming languages: software design patterns.

Many people would point you at the book "Head First Design Patterns" and that would be a good choice. But there's also a Dummies book that's written by someone who is an expert in that area. I don't have the details to hand but if you're interested you'll find them easily.

Once you know the name of a few patterns you'll find that you can do a lot of learning/research on Wikipedia, because they're pretty much all up there. To start you off, you could take a look at the Model View Controller pattern, implemented in Java and other high-level languages, and think about how you might refactor one of your existing projects to incorporate it. And MVC can easily lead you into the parallel study of frameworks.

A good knowledge of patterns and frameworks will not only keep you out of trouble but also increase your employability, should that be your intention.

Comment Re:Had this issue (Score 1) 388

I've had mail intended for someone whose name is the same as mine but who uses the firstname.lastname form. It may just be that his name is Gary rather than Garry and is a sloppy typist. But I'm concerned about few things:

1) How much of my email has he received that I haven't seen?
2) What has he unsubscribed me from?
3) If Gmail treats firstname.lastname the same as firstnamelastname then why do they allow both to sign up for separate accounts? Don't they check for existing name when you sign up?

This looks like yet another security blunder on Google's part.

Comment What are you using it for? (Score 1) 333

isn't 1080p enough?

Depends on what you're using it for. I started out in the computer world programming home PCs with tiny resolutions, then coding in assembler for EGA then VGA, sometimes for 20 hours solid. That's what there was so that's what you used and your eyes got used to it. And now we're looking forward to 4K screens.

But as others are pointing out, the resolution you need depends to a large degree on what you're using it for. Not many people, as a percentage of the population, are creating 4K video. Most people simply need something that's comfortable to read.

As an amateur photographer I need a screen whose resolution is within a certain range. I need plenty of res to work with 14MB NEF files (photos of, say, 4000x3000) without having to squint. On the other hand, it's of no use to me if I zoom in to 1:1 and the image gets visibly smaller. A good fit would be something around 1920x1080 on a 22" monitor, which is what I currently have. I would imagine that a draughtsman would prefer something on the order of twice that in each dimension, or more.

I wouldn't be working on a laptop by choice but if I were, I'd still want around 1920x1080 on a 17" screen.

Slashdot Top Deals

I'm always looking for a new idea that will be more productive than its cost. -- David Rockefeller

Working...