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

 



Forgot your password?
typodupeerror
×

Comment Re:Kids Show (Score 1) 29

Prodigy is an excellent story ... with a caveat. Just like Star Trek: Discovery, the first few episodes are difficult to watch and have turned a lot of people away from the series before it gets great.

It answers the question "what if you put a Star Wars character into a Star Trek universe?" So it opens with a hotshot kid who bends all the rules so he can escape the mining colony where he's held prisoner. And he thinks he can do everything himself, and that he's cool and awesome. He's insufferable and all the other characters basically can't stand him.

By episode 5, he's gotten his tail handed to him a few times too many, so that's the point where he bucks up and accepts that he's part of a team ... and from there, the series beautifully goes into the principles of Star Trek, strength through diversity, boldly going, &c.

S1 is on Netflix right now, with S2 coming to it later this year. For anyone who's curious about it, I recommend watching it up through episode 6 "Kobayashi", which is a love letter from the writers to the fans. That should be enough to know whether it's to your liking.

Comment Just include Microsoft Word instead (Score 1) 58

I'm a veteran of the browser wars. I remember when Microsoft tried to snuff out its competition by including a fully-featured Internet Explorer with Windows, and justified this by saying that users wanted all the features of a best-in-class app.

I always wondered (sarcastically) why this didn't extend to their word processor, too. Why not include a fully-featured Microsoft Word with Windows?

Maybe now's the time to do that.

Comment Windows based on Linux, what might have been (Score 1) 59

In 1998, Apple had recently purchased NeXT announced that Mac OS X would be built atop BSD Unix. There was talk about the potential benefits of Microsoft doing something similar with Windows, making the GUI a component on top of Linux.

I still think that would have been a good move. Microsoft would have benefited from getting a stable and proven multitasking OS (something which was only realized around the time of Windows 7, I'd say) with a broad set of drivers, and Linux would have gotten improvements it needed to provide better support to desktop GUIs.

Comment Re:My suggestion (Score 1) 43

Does it matter? Presumably there are lots of ways to generate the exact same seeds, and once you have the seed, you no longer need the method you used to generate them.

...this looks to me like a PR stunt.

Agree! And yes, the number of infinite string constructions is large! It's the enumeration of infinity that kills. :D

Comment Re:Becoming too complex? (Score 1) 117

All languages eventually become too complex.

Have you seen the last iteration of Oberon?

How about this little language called Go. It's only used by a small company and crafted by amateurs and occasionally used for high performance computing, but it's worth checking out. The lang spec is still tiny with a stdlib that does all the things.

Comment Re: People use Java too (Score 1) 117

First, what does this have to do with anything rust has promised? Nobody ever said you'd be able to directly port your code using the same logic. In fact it's pretty much expected that you won't be able to because of rust's rather unique semantics.

That's a problem.

Second, this will depend heavily upon how you're used to structuring your code. C/C++ will let you do things that are fundamentally unsound, and rust won't.

Unsound according to whom?

That means if you're used to, for example, mutating referenced memory while you have another reference to it anywhere else, then you'll need to rethink your implementation,

Or rethink your selection of languages.

Man this is gold and I needed this today, thank you AC. I guess it's an age thing where people think that the "old" way of doing things (such as responsible code writing) is somehow automatically trumped by a new language that forces you to work with kid gloves. I'm a Go man myself and love the freedoms it offers -- I don't want or need the handholding because 30 years of mistakes have taught me well!

Comment Re:Man (Score 0) 111

It still blows my mind that the U.S. put an actual human up there > 50 years ago.

If it helps, look at some of the engineering wonders *in operation* in the 60's on ICBMs. Mt fav is [Polaris 1](https://en.wikipedia.org/wiki/UGM-27_Polaris) that saw *deployment* by 1962! Optically-driven guidance!

That all said, what is a tragedy is the quantity of wealth consumed by the MIC in this process -- all for MAD policies. Just as Eisenhower foresaw -- and here wewre are today where this MIC waste has grown to grotesque proportions.

Slashdot Top Deals

Somebody ought to cross ball point pens with coat hangers so that the pens will multiply instead of disappear.

Working...