Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Similar filings should trigger obviousness failure (Score 4, Informative) 211

First to invent vs. file conflicts could be used to raise the bar on obviousness.

Obviousness is surprisingly difficult to determine because some of the best and most brilliant ideas are also very simple ideas that seem obvious only in retrospect. So the patent office is deliberately reluctant to interpret the obviousness constraint too rigorously.

Recently, the US has switched from awarding priority of similar patents to the first one to be filed instead of the first to be invented. Since there is often a very long delay from filing to patent award, during which filers must not publicly disclose their idea, priority becomes an issue more frequently than one might expect.

It seems obvious to me that instead of struggling with who has priority, the patent office should simply look at two similar patents being filed at about the same time as a failure of the obviousness test because, clearly, two different practitioners of the art came up with similar solutions to a problem. So both patents and any similar future filings should be rejected as obvious.

This doctrine would have disallowed a lot of patents in the past including the light bulb and telephone, which, while revolutionary were being investigated by several inventors who came up with similar solutions and even filed within hours of each other!

Comment Actual coding is the smallest part of modern softw (Score 1) 317

Actual coding is the smallest part of modern software development not just because of all the meetings agile techniques like Scrum require, but also because we're expected to support the code we write instead of just writing it in isolation, tossing it over the wall and expecting some other sucker to maintain it. The theory is that if the developers have to support the code themselves, then they'll pay more attention to quality, reliability, stability and other factors that improve maintainability.

Of course other related work like design, documentation, code review, testing, deployment, performance analysis and so on contribute to making actual coding a small part of the whole process.

Jobs with 20 hour seat-of-the-pants hackathon sessions in some low level language that gets dumped straight to production are increasingly rare.

The question is whether all of this overhead is worth the effort? If done right, maybe all of this turns coding into professional software engineering that can reliably produce high quality solutions to business needs... or maybe it's just another failed attempt, like waterfall, that adds all sorts of useless overhead to fool management into thinking they have some sort of control.

So far, I'm thinking that it may actually help, but the jury's out and I think it's highly dependent on your organization and individual team. Even great ideas can be need up by poor implementation.

Comment Mac top bar menus implement Fitts law (Score 2) 327

The menu bar following the app has always been a feature of the Mac OS. It's nothing to do with using one app at a time, it's to do with the muscle memory advantage of just shoving the mouse to the top of the screen regardless of which application you're using.

More specifically, it's an attempt to apply Fitts law to computer user interaction. Tog has an article on the thinking behind this.

Comment Just forward your messages to another service (Score 1) 331

Um, all you need to do to get your email from one email system to another is forward your messages as attachments form one to the other.

In fact, the defunct ZOË email archive server uses this technique to import email... of course, it automatically files all of the attachments as separate emails, so it makes it easy. Other clients may require more work.

Comment Google deliberately crowd sources testing (Score 1) 157

Along with some interesting revelations, the interview of James Whittaker about his book, How Google Tests Software, included some discussion about effective crowd sourcing of software. Part of his argument is that even the best test engineers are going to miss things that end users find easily, so one way to leverage this is to make it as easy as possible for end users to provide high quality bug reports. He also has a lot of interesting things to say about scaling the testing process.

Comment JavaFX + Scala or Groovy = UI development goodness (Score 2) 277

I was a little disappointed that, for a topic that mentions JavaFX, there hasn't been any significant discussion about JavaFX at all so far.

I'm admittedly not a UI developer, but, I've been playing with ScalaFX and looking at GroovyFX and seeing a lot to like (See JavaFX 2.0 and Scala like Milk and Cookies). Combining this stuff with some of the ideas from Morphic and we could get some really compelling UI's that would be hard to do in a browser even with HTML5.

Comment Scala: parallel collections, functional + DSL (Score 1) 56

although multicores are good, there just aren't that many decent parallel programmers out there. I (and a few others) find parallel programming easy

That's why languages like Scala are so appealing.

Sure, there's no silver bullet to automagically solve all parallel programming problems, but languages like Scala have features like Parallel Collections libraries, functional programming and Parallel Domain Specific Languages that can abstract enough of the problems of parallel programming away that journeyman programmers have a decent chance of being able to work effectively with multiple cores.

Comment Re:Sci-Fi nails another one! Michael McCollum's Ma (Score 1) 147

Argh! There's an error with my post... McCollum got the idea from Feynman. Basically that antimatter is just regular matter going backwards in time from the big crunch. So, not a glorious case of Sci-Fi presaging science, but a case of Sci-Fi rehashing interesting science.

Sorry folks. Bad post and reply to my own post.

Comment Re:Sci-Fi nails another one! Michael McCollum's Ma (Score 1) 147

Actually, there's an error with my post (accidentally AC)... McCollum got the idea from Feynman. Basically that antimatter is just regular matter going backwards in time from the big crunch. So, not a glorious case of Sci-Fi presaging science, but a case of Sci-Fi rehashing interesting science.

Comment Sci-Fi nails another one! Michael McCollum's Maker (Score 1) 147

Wow! So Michael McCollum got it right in the Makers series where the difference between matter and anti-matter ends up being a primary plot point... which I won't spoil, but maybe these researchers should peak ahead to the last chapter of the second book, Procyon's Promise, to see what the answer is ;-)

Sorry for accidental duplicate AC post.

Comment If that were true, then they could just use OpenID (Score 1) 286

If that were true, then they could just use OpenID to accomplish the same goal.

Many sites that use OpenID for logins make it easy by providing pre-configured FaceBook, Google, and Yahoo buttons along with an 'Other' button for those who want to provide their own OpenID URL. For example, StackExchange sites provide five buttons and a more link on their login page. This makes it trivially easy for most people, possible for most of the rest and provides alternatives for geeks and contrarians.

Comment Spamgourmet.com - disposable addresses (Score 1) 151

I use spamgourmet.com for disposable email addresses.

Among other things, spamgourmet lets you set the number of messages that can be sent, so it can be useful for things like placing an order where you need to register, get an email with a link to validate your email address and then get an order confirmation and a few tracking status emails, but then stop accepting anything after that.

It doesn't catch as many bad actors as I thought it would, but when they do misbehave, it's kind of cool to see the number of deleted messages that never filled my inbox.

They also have it set up so that it you can reply to messages routed through spamgourmet without giving away your real email address. There's also an alternate domain so that when you're dealing with an actual human being they won't be freaked out by an email address that has the work "spam" in it.

Comment Scala has added parallel collections and has Akka (Score 1) 196

The Scala community has tried to move the problem into a more practical realm by adding things like parallel collections, DSL's to abstract out the problem for specific applications and the Akka Project for simpler concurrency.

Most of the parallel programming discussion I've seen is very complicated and not likely to appeal to those who have to do practical day-to-day business projects. By pushing the abstractions up a level, I think the Scala folks have made parallel programming more accessible for the average developer.

Ref: Parallel Collections video.

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...