Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Shouldn't they be after Google? (Score 1) 148

At Mobile World Congress this year, Kyocera was showing off a demo unit running Windows Phone....their first Microsoft device in years. What's the over/under on that unit failing to make it to market........or conversely what's the over/under on Kyocera pushing MORE Windows Phone units in order to save money on the patent settlement?

Comment Re:Talking (Score 1) 115

At the time of my post, "talking/same room" is winning by a large margin. It should give a message to employers about this whole "global workforce" thing. People are more productive when they can work with people face to face instead of via time-delayed e-mails.

Comment Re:Yes, I agree (Score 1) 564

I turn on extensions and set my default view to Details sorted by extension.

Also, ban spaces in directory and file names (as well as dots so the Anna.gif.exe is invalid). Spaces in names is a pain when you're typing at the command line......who wants to have to type quotes around their file names?

Comment Re:Yes, but... (Score 1) 252

When I was learning recursion (eons ago, it seems), I was informed that both head and tail recursion could be "unrolled" to a loop of some sort (for, while, do....while, do...until, etc.) And recursion imparts a lot of overhead (push to stack, context switch, process, pop from stack), so you should unroll recursive functions as often as possible.

So, in this example, I don't think most people would think to use recursion at all --- head, tail, or mid recursion.

Comment Re:That's why nobody sensible wants them (Score 3, Informative) 223

PII should be classified based on sensitivity. At a certain level, that PII must be encrypted during transit. At the highest level, it must be encrypted during transit and at rest. SSN falls in the highest sensitivity level. SOP for years. This doesn't guarantee you won't get hacked, but it reduces / minimizes the impact if you are hacked.

PII - Personally Identifiable Information
SSN - Social Security Number
SOP - Standard Operating Procedure

Comment Re:Javascript (Score 1) 648

I'd argue C# and then Java because the non-programming pieces are "pointy-clicky, draggy-droppy". Running your web based code in IIS doesn't take a lot of knowledge about how to get IIS up and running --- whereas trying to do the same with something like tomcat is a pain for someone who is already struggling to learn programming. [Plus, Visual Studio is a very developer-friendly IDE.]

Basically, remove all of the pain points so that they can focus on learning to code....... (for those of you who argue the using Microsoft products is enough of a pain point, it's easier for a noob than learning Linux because of the aforementioned pointy-clicky, draggy-droppy approach.....)

Slashdot Top Deals

The game of life is a game of boomerangs. Our thoughts, deeds and words return to us sooner or later with astounding accuracy.

Working...