Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:No, They Haven't Called Me (Score 1) 246

That is not certain.

I don't have first hand experience, but if I were to call someone to let them know that something bad happened to their kid, I'd be hesitent to leave too many details in a voice message. You generally want to downplay the injury until you know the person receiving the news can handle it.

As such, I'd probably leave a message saying "hi, my name is X and I'm calling about your kid, please call me back". If your attitude is scammers and spammers oriented, you are likely to not do so.

Shachar

Comment Re:Sympton of a bigger problem (Score 1) 611

There's still some orchards I think, but small. And there is a fair amount of ag south of SV... but nothing compared to what it used to be. That said, the water issues first started back in the early 20th century when the crops and orchards changed to high-water-use crops like prunes. The area must have sure looked beautiful before sprawl + oak trees cut + orchards removed :)

Comment Re:What's happening to Linux? (Score 1) 257

Funny, I'm moving in the opposite direction, but reach the same conclusion. Working with (most) modern IDEs just seem like masochism after you've used VIM.

The learning curve for vim is horrible. I can understand anyone who gives up before reaching reasonable productivity levels. Once you've gone through it, however, the IDEs are just no competition.

Shachar

Comment Re:Of course there will be... (Score 1) 171

I'm not so sure about that. OSX is already on what, 10.7 or something like that? I doubt most people would fall for Windows 10 vs. OSX 10.7 [insert cat name here]. That STILL looks like Windows is behind, so it'd be failed marketing if it was a marketing gimmick.

I'm pretty cynical when it comes to tech companies, but I don't think Microsoft's marketing is quite that stupid nor their dev teams quite that stupid.

IMO, they probably wanted to bump the kernel number ... and decided to bump it to match the version. Maybe they actually want Windows 10 to use the Windows 10 kernel. Maybe they want OS version and kernel version to actually match/make sense/be in sync, and are using this as a good time to do it (versus the OS patch that was 8.1).

Comment Re:Guffaw! So much overhaul it's FOUR better! (Score 2) 171

There's no way it's marketing. Marketing does not care about the kernel version. Seriously, most people who use Windows have absolutely no idea what a kernel even is, let alone what version their Windows kernel is. And the people who do know what the kernel is and what the kernel version is are not going to be interested in marketing anyways.

Comment Re:A law's bad effects aren't decisive (Score 1) 260

You have to remember that the protection code has is reduced compared to the protection that other works of art has. The law and precedence (IANAL) acknowledge that there is significant amount of function (i.e. - non-copyrightable) parts to a program.

The question here, as I see it (and, again, IANAL) is whether the function's arrangement and names, which might have some expressive (i.e. - copyrightable) value to begin with, can turn to purely functional by the simple fact that implementing it is essential in order to make things work.

As far as I remember, other laws (including the hated DMCA) has language that suggests it does (allowing reverse engineering for the purpose of interoperability).

Shachar

Comment Re:This just proves... (Score 1) 173

What you don't get (possibly because you are not a programmer) is that Ruby-on-Rails-with-XHTML-and-JQuery-NoSQL-Hadoop technology is simplifying programming. Simplify it any more, and you'll likely end up with worse (with both likely over the near future).

Back at the day where the programming language was hard, only people with the knack could do it. Programs still had bugs (and always shall), because programming is a complex task and we did not have the tools to simplify the complexity back then.

And then the demand for programmers sky-rocketed, and people who believed you were right started creating RADs (rapid application development environments). Pretty much all the buzzwords you dumped are in the category. The idea was to create an environment that will simplify the programming process, so that constructing a program be more like plumbing.

Guess what. It still isn't. The only difference is that now there are people doing programming that are not programmers. They are plumbers. The result is what you see. The problem is that, unlike plumbing, people still expect the end result to be anything they like. It is the lack of limitations on the end result that causes the need for understanding what you're doing, not the technology with which you develop.

Shachar

Comment Re:Jeez, just come clean (Score 1) 146

GP assumes that the Earth's mass is the Earth's mass (i.e. - an orbital around Earth). I am not aware of any affect the mass of the satellite has on its trajectory, so I'm not sure why you included it.

Which leaves us, in your analysis, three parameters. Vector of position, vector of velocity, and a time scalar. Let's call it a trajectory triplet. This results in 7D trajectory space. Those three are not, however, orthogonal (or even linearly independent).

Just as an isolated example, take a certain satellite triplet. Then take that same satellite's triplet a few seconds later. None of the values of the triplet are the same, and yet it obviously describes the same trajectory.

I am not an astrophysics, so I will not claim absolute knowledge in this field. My limited understanding suggests that all trajectories pass around the equator. Furthermore, for a satellite doing a perfect circle, the speed (scalar) is a direct function of its height. We can, therefor, narrow down the trajectory parameters to:
Height when over the equator
degree of elevation above said height
degree of descent below said height
angle crossing the equator
two phase scalars (one of accounting where above the equator we are talking about, and the other for accounting the possibility of two satellites following each other in the same trajectory).

That's 6 scalars (as opposed to your 2 vectors and two scalars). As far as I can tell (but see disclaimer above), those six are orthogonal. I am not 100% sure the two phases are, indeed, orthogonal, but I am fairly sure you can arbitrarily change any one (or more) of the others and still get a valid and different trajectory.

Still not one dimensional (not sure where that came from), but at least one dimension less than you claimed it was.

Shachar

Comment Re:I would send that TV back (Score 4, Insightful) 168

Assuming the click-wrap isn't binding, then I don't see how this can be legal even in one party consent jurisdictions.

Even if the click-wrap is binding, it is only binding to the person who "Agreed" to it. If I'm not allowed to implant a recording device in the room that will listen to your conversations with someone else when I'm not there, I don't see how I have the authority to let someone else do the same.

Of course, IANAL.

Shachar

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...