Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Reality vs. Fantasy (Score 1) 131

Not only are we starting to look for these kinds of things, we're rapidly getting better at it in terms of precision, accuracy, understanding, and rate. There are around 30 billion stars in the Milky Way that could potential have a truly Earthlike planet orbiting them (not Earthlike as astronomers use the term, but as in theoretically the same in all the characteristics that caused us to be here talking about it).

Would like to see some references, and your qualification of "Earthlike" There are 100 billion stars in the Milky Way. You are claiming 1/3 of them have potential for Earthlike planets.

One of the big problems is outer gas giants kicking out the rocky inner planets by inward migration - our solar system may be rather rare in that regard - Saturn. just happened to be in the right orbit to prevent Jupiter from doing just that.

It could be less than 1% of systems even has rocky inner planets. So know we're down to a billion.

Then you have the other filters which we don't know about - e.g. perhaps the early collision with what later formed the moon was necessary to generate plate tectonics, and events like that are rare or don't occur early enough in the life of the system

Comment Re:Alternative reading... (Score 2) 150

Yeah, we've been trying this for 50 years.

It doesn't work.

Microsoft's hiring standards are amongst the toughest in the industry with corresponding highest salaries and even they couldn't "fix" the bad programmer habits.

C++ smart pointers partially solved this issue. But 1) You have to use them and 2) references can actually create the same problems, in very tricky and non-obvious ways.

Comment Javascript monkey I bet (Score 1) 284

[I]t has to call C APIs. This is done via Foreign Function Interfaces (FFIs).... In other words, even if you never write any code in C, you have to handle C variables, match C data structures and layouts, link to C functions by name with their symbols....

The real problem is that C was never designed or intended to be an Interface Definition Language, and it isn't very good at it.

Well no shit Sherlock. C has worked very well, and still works well, for what it was designed for. Not so much an "abstraction of assembly language" but a static, but somewhat weakly-typed language that compiles to efficient native executable code. And there's no way getting around having to detail with the internal details of how processors work at some point. Other languages "solve this problem" by relying on C libraries. And then they claim C is the problem ? If C was such a barrier, there is nothing to prevent anyone from creating a new language and reimplementing native everything, short of OS calls, so they can free themselves from libc (or msvcrt on Windows). Its no wonder anyones bothered (looking at you Go and Rust). I don't even think its a cost/benefit problem, its that the benefit is zero to start with.

The whole artilce reads like some Javascript monkey who first started learning C or C++ then crying about "this stuff is too complicated, why can't it be simpler" without doing any sort of research..

Comment Re:What's in it for him? (Score 4, Interesting) 288

It really is a sad story that neither aisle of the political spectrum actually wants to solve the homeless problem

As much shit as I give California, it's homeless problem isn't completely its fault. There are recorded incidents of Atlanta, Birmingham, and some places in Texas giving the homeless money and a one way bus ticket to California.

If I was in charge of California, I would have people at the bus stops intercepting these homeless and sent them right back where they came from. Baring that, I would take these cities, counties, and states to court if I was CA and sue the fuck out of them. Make these places that dumped their homeless on them pay their fair share.

They do:

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.theguardian.com%2Fus...

Comment Joint effort? (Score 1) 67

"With a diameter of 21.3 feet, the telescope's mirror is the largest mirror ever launched into space — a joint effort with the European Space Agency and Canadian Space Agency. "

Huh? I know the US has become a dirty word, but JWST is primarily a NASA effort (e.g, as in US. James Webb was the NASA administrator from 1961 to 1968.

Unless they meant only the primary mirror? I don't know who is responsible for that.

Slashdot Top Deals

"A mind is a terrible thing to have leaking out your ears." -- The League of Sadistic Telepaths

Working...