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

 



Forgot your password?
typodupeerror

Comment Re:Your Results Will Vary (Score 1) 241

i disagree, you should have your fair share of discrete mathematics, you know finite state machines, de morgan laws when you are changing your if's, regular expressions,

For LOB applications often you are making specific domain languages so you should know your grammars, also understand complexity in computer science terms is VERY useful.

So you are using a lot of math every day, in every compilation, solving this bug, or whatever, just a subset of math but math nonetheless.

Comment are we in the dark ages? (Score 1) 453

a lot of people can benefit from a little coding background, I met a girl, not dull at all, that program textile patterns, a lot of financial people could program a few lines and save a lot of excel madness, many scientists that can prove or disprove hypotheses, biologists banging his heads to process the sheer raw data, contemporary musicians and artists that should know how to program to make their performances.

Sure kids will hate programming the same way most of the kids hate their math lessons, or their sexual education, or the arts program. But teach to everyone programming even with bad teachers, bad curriculum will bring a new breed of innovations and make the life happier to all of us.

Printer

Copyright Drama Reaches 3D Printing World 258

jfruh writes "Stratasys, one of the world's biggest 3D printer manufacturers, routinely uses 3D-printed objects as displays for its booths at trade shows. The problem: It's been using objects designed by popular designer Asher Nahmias, whose creations are licensed under a noncommercial Creative Commons license — and he says Stratasys's use violates the licensing terms. This is just one example of how the nascent 3D printing industry is having to grapple with the IP implications of creating physical objects out of downloadable designs. Another important problem: IP law distinguishes between purely decorative and useful objects, but how should the digital files that provide a design for those objects be treated?" The models are copyrighted and licensed NC, but what about the resulting object? Precedent seems to imply that the resulting object cannot be controlled (e.g. the output of a GPLed program is not GPLed, so why should executing a program on a 3D printer be any different?).

Comment i hope they succeed (Score 5, Insightful) 170

today works like this: bribe local authoritites and enslave miners in third world countries while destroying the environment, then let criminal organizations export them back to the us, like the blood diamonds; there is a huge black market out there.

Well funded R&D can bring us amazing advancements, I only hope this project succeeds and stops the illegal mining and the black market in the same vein of the synthetic latex.

Comment Re:Citation Needed (Score 1) 488

well, there is the original source

"We start modestly as space is available on our sites selling online and in some stores in the United States Microsoft. But the reception, including the press, is phenomenal. This product is one of the best PC and one of the best tablets combined in one machine. Soon, we will present in more countries, more stores. It is here that figure will talk sense."
(google translate)

Comment Re:At last an offer. (Score 1) 582

how do you exactly know that for example Nokia has to pay less than 2.25%, or if they have a lower rate with cross-licensing?, i don't find 2.25% unreasonable at all for the tech required to make an compliant mobile phone,patent licensing deals in the phone industry have been worth up to 5% of the price of the device involved.

Comment this guy is an idiot (Score -1, Troll) 232

he should run the Windows App Certification Kit tests where he can test the app before submission, and there are clear explanations of each and every one of the issues.

For example:
- direct3d: "Ensure that the app correctly supports the minimum Direct3D feature level you chose. If that feature level is higher than feature level 9_1, then your app must still run correctly at feature level 9_1. See Developing for different Direct3D feature levels (DirectX and C++) for more details".
- Crashes: "We expect apps to be fully functional without the use of Windows compatibility modes, AppHelp messages, or compatibility fixes."
- Performance: Make sure that your app suspends correctly.

The website linked in the app and listing page was not finished. i think is clear of its own, your webpage is clearly not finished.

Thankfully everyone can have the tool and run it until the tests are ok, then submit it, any programmer who refuses to read the fucking manual deserves to get out of the store.

Comment how i found it stimulating. (Score 1) 396

Testing is a big subject, my take was to write a full automated test, one that puts the database in a zero state and do as many business scenarios it can, simulate the pass of time, simulate external inputs in the most realistic fashion so you don't have any surprise in the deployment.

The Test Team can use the tools developed to speed up their job(put the system in X state can be made by your automated test framework). they test manually all the system too, specially the UI and report bugs,

Designing the system so you can easily test and replicate states, developing the tools and putting it all together with the team was a task i found stimulating.

Slashdot Top Deals

Is your job running? You'd better go catch it!

Working...