Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Cry Me A River (Score 1) 608

Personally I usually prefer geany or Kate. Vim is ok if you're already in a terminal environment, or if you're in a tight RAM situation, but that is a rare condition.

Note, though, if I'm working on Java, I prefer NetBeans, because I don't know Java all that well. So it's nice to have a tool that says "you need to include this particular library", or "that syntax is invalid". If I were to really learn Java, however, I'd probably prefer geany or Kate.

Comment Re:Cry Me A River (Score 3, Interesting) 608

Bad example. The $10,000 hammer was because of the paperwork required to buy a single hammer for a high security project. Yes, it was extreme idiocy, but it WAS following the rules as specified, and the CIA wasn't involved.

If they'd been buying 100,000 hammers it would have made a lot more sense, and the increment in the cost wouldn't have been so absurd.

What's really sickening is that there was a project that carefully specified the particular alloys and heat treatment that the nuts and bolts were to have, paid for them, and the contractor supplied off-the-shelf nuts and bolts from a hardware store. This was determined after the cause of failure was found to be a split nut. The spec'd one wouldn't have failed. The cheap nut ended up costing a lot more than $10,000.

Comment Re:Cry Me A River (Score 1) 608

There's a different between learning to build a basic house and a skysraper. Only the best civil engineers are ever going to do the latter.

I'd be amazed if a Civil Engineer could design a skyscraper, and I'd be more amazed at the firm and its insurance backer that allowed them to, and the construction company that did it.

Why? A Civic Engineer doesn't design skyscapers. They decide only where the skyscapers can go and make sure the location can support it.

It's the structural engineer that designs the skyscaper based on the concepts from the architectural engineer that the client wanted to put in the space that the civic engineer told them they had on the land they own.

Of course, all of this was done in software designed by people without any engineering experience at all...go figure.

Comment Re:Cry Me A River (Score 4, Interesting) 608

Somebody didn't read the article:

"In the old days there was a respected profession of application programming. There was a minority of elite system programmers who built infrastructure and tools that empowered the majority of application programmers.

I think this is more of deluded statement than anything. In the old days you typically had to have an Electrical Engineering degree to do programming - at a time when having a college degree was not the norm. This only filtered out of that circle as geeks took interest before college and tools became easier and costs were greatly reduced. The point: programming has always been done by a small group - the "elite" - at any time in the history of computer systems.

Our goal was to allow regular people without extensive training to easily and quickly build useful software. This was the spirit of languages like COBOL, Visual Basic, and HyperCard. Elegant tools for a more civilized age. Before the dark times before the web."

Again, progress has certainly occurred towards this, but the fact of the matter is that most people are not interested in being creative the way programming requires you to be. They'll be happy to play around with HyperCard or Excel long enough to get some basic thing done, but they'll be atleast equally happy to pass it on to some one so they can focus on what their actual job in stead of trying to figure out how to make a fancy little graph.

"The web is just an enormous stack of kluges upon hacks upon misbegotten designs. This Archaeology of Errors is no place for the application programmers of old: it takes a skilled programmer with years of experience just to build simple applications on today’s web. What a waste. Twenty years of expediency has led the web into a technical debt crisis."

Many of those things are because of people not skilled enough making the decisions - not understanding what's there and trying to fix it, only to realize later when they do understand it better that they royally screwed it up.

Comment Re:another language shoved down your throat (Score 1) 415

java was only "the most popular" because it was force fed to people who didn't want it.

I don't think you understand how schools and their curriculae work. Nobody is holding a gun to the collective and independently-operated heads of CS departments to demand which language they use for beginner courses.

Java was historically chosen because it was a safe option; used widely in industry, decent documentation and tools, it supports good programming practices, and it provides reasonably powerful options while being relatively beginner friendly. Java largely replaced C and C++, which are not beginner friendly.

Funny...Java only lasted may be 10 years as the "first" language for CS curriculae. C++ laster longer (15+ years), and C longer than that.

Now unlike with C and C++ they did find bigger issues with Java being the first course - as upper level classes (e.g Networking) found they had to teach kids C/C++ first before they could get into the course material. Not to say that won't still be an issue with Python...it'll probably have its own layer of issues.

Needless to say, if I had to learn programming my freshman year of college I would rather have had Python than Java. (I didn't; I learned to program in High School in a far superior manner than taught at the college level; but that's beside the point here.)

Comment Re: Failsafe? (Score 1) 468

Didn't airbus get yelled at for not stopping the pilot from ripping of the vertical stabilizer.

If so, it goes to the central idea behind Airbus designs, which is the very European mentality of design by committee and the government knows best. Remember, Airbus is a conglomerate of nearly all the European nations.

Comment Re: Failsafe? (Score 1) 468

That's not how it works at all.

Airliners pretty much since the jet age have had at least some measure of "envelope protection". In the 60s this was pretty simple - just a stick pusher to prevent stalls since stalls in many airliners can easily become unrecoverable. Airbus's envelope protection is much more sophisticated than just a stick pusher.

However when there's a systems failure the Airbus systems will automatically drop to a different control law that effectively works like basic stick and rudder flying.

So if the system is working perfectly fine, but the pilot wants to do something that the system thinks the pilot shouldn't do, then who gets to determine the end result? What if doing what the system wanted to do would lead to the system having an issue? Or if the system did not detect that one of its sensors (and the backups) had degraded because they all failed the same way?

There are a million scenarios where the system thinks it is right and the pilot knows the system is wrong but needs to do something else. Time matters in all scenarios where the plane may be in trouble.

Boeing uses fly by wire now too by the way.

Beoing may be fly-by-wire, but there is a difference between fly-by-wire and pilot vs computer being in control. You can design fly-by-wire such that the pilot still has the last say in the matter without having to have the system enter into a degraded mode first.

Comment Re:More than cost (Score 1) 143

I know both SAS and R, and I think that for people who've never programmed, the GUI-based version of SAS wins on end-user usability because end-users can click together (simple and limited) analyses on really big datasets. This has far-reaching consequences for the learning curve.

For R there exist attempts at GUI's (like e.g. R-commander) that offer point-and-click functionality but they're more sketchy.

Others have mentioned Rstudio, and that looks like it would fit the bill just fine for those users from a cursory glance; and if they could drop the money on SAS they could certainly drop the money for commercial versions of RStudio and get the extra help.

I think that giving non-programmers access to R will result in a flood of help requests because they really do need some notion of programming to use the R language. With SAS that's more in the background because the GUI tool is relatively well done, and use of the butt-ugly, antiquated and clumsy mainframe-style SAS language can usually be avoided.

Never touched that version. I only had a single desktop license for the small company that I worked at. We had it b/c the guy I replaced knew SAS very well and sold the management on it. Management just wanted the functionality; they didn't care and had the money to spare.

I think that statisticians, real analysts and data-scientists will soon feel constrained by SAS and will prefer to use SAS to prepare a dataset for analysis, and then carry out any actual analysis in R.

If they're feeling constrained, then they'll be looking for better tools. And more likely than not, if they can do it SAS they can do it in R too. So why have two tools when you only need one?

Last but not least, R is still an in-memory analysis program, which practically limits analyses to what you can be fit in core. There are packages that try to extend R in this direction, but I consider them to be poor quality and cumbersome.

Good to know; but that will probably change as things grow. I know SAS is really good at Flat File databases, but not much more; it probably has some similar constraints.

Python on the other hand is aimed squarely at programmers, and nobody else.

Very true, and I never said otherwise.

Comment Re:C++ wins the day again. (Score 1) 87

KDE and Qt are synonymous with C++. They prove that C++ is the best language around, because the best apps and GUI frameworks around are built using C++. KDE 5 is fast, it's stable, and it just plain great software to use, all thanks to C++.

Then there's Gnome. They're still pissing around with C, JavaScript, and their homegrown Vala poopfest. And Gnome is a total disaster these days! That's what happens when you use inferior languages instead of a professional language like C++. C++ means your code is good, which means that your libraries and apps are good. Other languages mean that your code is bad, which means that your libraries and apps are bad.

There's one lesson here and that is to use C++ if you want to have the greatest software known to humankind. C++ is where it's at, baby!

Just be aware that a Plasma takes advantage of a lot of QML usage - e.g JavaScript. But yes, C++ plus Qt is a phenominal experience.

Comment Re:KDE becoming more rococo every day (Score 1) 87

Ah yes, the user is wrong. Well, do as you see fit anyway, this discussion would have been useful a couple of years ago. Your side with the 'user is always wrong, lets change it anyway' has won, and now KDE (and also Gnome, with the exact same reasoning) has become irrelevant for all but a handful of users (actually, I am one of these users that still uses KDE 4 daily, mostly because kioslaves is great). Hope you enjoy your victory!

If that's the case, then why is everone - Apple and Microsoft included - copying what KDE did in KDE4? KDE is still extremely relevant and really on the forefront of the tech.

On top of that, they're still the only ones that have targetted multiple kinds of devices with a unified programming experience and able to deliver customized UIs for each device type (e.g. netbook vs desktop vs tablet...)

Comment Re:Christmas is coming early this year (Score 1) 702

The TSA is probably thinking that if the battery in your gadget doesn't work, it might not actually be a battery...so, just to be on the safe side....

Most likely, this is tied to the announcement of the discovery of explosives that don't trigger the standard explosive detectors. So the battery really could be a bomb.

More likely than not they were just reviewing the laws and regulations already on the books and found this one and decided to start enforcing it.

There is nothing new about this - it has been on the books for decades.

Comment Re:Christmas is coming early this year (Score 1) 702

So the thing is... this isn't really new. I can remember back long before there even WAS a TSA, back when laptops were the hot new portable device . . . And security would often ask you to power it on. And if its battery was dead, you could plug it in first. I agree it can be a bit of a problem because batteries often get used up in the course of travel, and I'd be interested to see how security actually handles it. I traveled just a few days ago, and they certainly weren't requiring EVERY passenger to demonstrate their devices. Also: When first going through security, I very rarely have a problem with my phone being dead because, you know, I'm just STARTING to travel, not after a long day of it. (Although I won't say never. It has happened)

Mod parent up as informative!

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...