Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Every decade event (Score 3, Informative) 231

OK, speaking of one who's actually taken dirigible flying lessons, I have a couple of points to make:

Other posters are right: propellers are just little airfoils.

The ceiling of a prop plane is a combination of three factors: thin air limiting the lift of the wings, thin air limiting the thrust of the prop, and lack of oxygen to the engine. Superchargers can help with the oxygen problem, and longer wings and/or higher airspeed will help with the lift problem, but there's not much you can do about the prop.

Airships have altitude limitations too, even worse than airplanes. Every airship contains air bladders called "ballonets" which displace some of the lifting gas. As the airship gains altitude, the ballonets are deflated to make room for the expanding lift gas. Once the ballonets are completely empty, the airship is at its maximum altitude, beyond which it can't rise without venting and losing lift gas.

Airships are *not* "extremely efficient at sending hundreds of tourists plunging to a spectacular death". The Hindenburg caught fire a hundred feet in the air, and most people on board still walked away. You can't say that about most aircraft. We think of airships as dangerous because the Hindenburg disaster happened in the relatively early days of aviation, and the disaster was broadcast live, searing it into the collective consciousness.

The Hindenburg itself was a very safe design. The disaster happened because they screwed up and used highly flammable paint on the skin. If they hadn't done that, things would be very different today.

All that said, there are a number of factors that will keep airships from ever coming back.

First, the cost of Helium is going through the roof. This is essentially what killed Airship Ventures. You could make a reasonably safe airship using hydrogen, but nobody would be willing to fly it. This might work for cargo transport, but not for passengers.

Second, they're slow. Third, they don't operate in high winds.

Flying one was one of the most seriously awesome fun things I have ever done, but I have no illusions that they'll ever be a practical means of transportation again.

Comment Re:Yes (Score 1) 712

Disagree. I used them all through college. They don't have to be held perpendicular, but they do require a light touch, and as I mentioned above, the finer ones were a maintenance nightmare.

Yes, they're intended as drafting pens, but a 00 or 000 makes an excellent writing instrument.

Comment Re:Yes -- Rapidograph (Score 1) 712

I used Rapidograph pens all through college, and still have several of them. The "sweet spot" for an engineer's notebook was the 000 size, although I often carried both the 00 and 0000 sizes instead. I knew one guy who carried the 000000 size, but the lines were almost too fine to see, and they tended to cut up the page.

Anything finer than 00 was a maintenance nightmare, though. They clogged easily, and the wire that ran up the tip was likely to bend during cleaning, ruining the tip for good.

Nowadays, I just write with a traditional fountain pen, with as fine a tip as I can get. These suffer from problem #3, especially if the page gets wet later, but they write a beautiful line.

Other than that, I have a "Sanford Uni-Ball ONYX fine" on my desk that I use when I've mis-placed my fountain pen, and it also writes a superb line. It also will make carbon copies, which neither a Rapidograph nor a fountain pen can do.

Comment I saw that episode of M*A*S*H (Score 1) 278

I saw that episode. Henry hooks up with a hot young thing that seems too good to be true, and then she runs around the camp hitting on all the other officers too, stirring up no end of trouble.

Assuming this story is even true, the only morals to be gleaned are: "If it seems too good to be true, it probably is" and "don't stick it in the crazy". There is nothing to be learned here about relationships and technology.

Comment Stabilize it (Score 1) 1154

Because the underlying toolkit libraries are in a constant state of flux, with each version being incompatible with the previous, applications are all subject to bit-rot. An app that worked in 2008 will very likely not work today unless the author went to the trouble of porting it to the new toolkits. This is true for both gtk and qt. And don't even talk about motif and olit.

Comment You usually don't need advanced math (Score 1) 1086

But you need the basics.

In my entire career, I think I've only used math once that I hadn't learned in high school (differential equations for a fluid flow simulator).

I've used algebra, matrices, geometry, and trigonometry on a pretty regular basis for the bulk of my career. A lot of that career included computer graphics, which uses matrices and trigonometry heavily.

Comment Lousy password security (Score 1) 89

For years, service providers have been beating up their customers to get them to use secure passwords, but time after time, it turns out that the service providers are the worst security offenders.

What is it going to take to get the services to take security seriously?

It's not that hard: Build a dedicated authentication server. Account names and passwords (preferably hashed) are stored there, and NOT in any other database on any other server owned by the service. The authentication server acts as a near black box, accepting credentials and returning a simple yes/no answer. Only a very few employees have access to the authentication server. Naturally, the server itself sits inside the DMZ, inaccessible from the outside world.

It might not be perfect, but it would have stopped all of the major password breaches I've ever heard of.

Comment Re:I didn't abandon Gnome, Gnome abandoned me. (Score 1) 535

May I ask what your application does?

I have a few, actually: http://fplan.sf.net/ http://xdraft.sf.net/ http://gcomm.sf.net/ -- all of which have succumbed to bit-rot and will have to be ported to new toolkits.

The thing is, I don't have a lot of time in my life for open-source projects, and would much rather spend my time developing than porting over and over again. Xdraft and gcomm have *already* been ported from one dead toolkit to another.

Well, I guess it's time to learn QT4 and do it all over again.

Comment I didn't abandon Gnome, Gnome abandoned me. (Score 4, Insightful) 535

I wrote a couple of major apps under Gnome/Gtk 1 and put them up on Sourceforge. I packaged them for RH7 and Ubuntu 6.

Gnome 2 came out, breaking both binary AND source compatibility. The new interfaces were baroque and I just didn't have the time to learn them.

Ubuntu 8 renamed a key package and now my Ubuntu 6 .deb files no longer installed.

Ubuntu 9 dropped support for Gnome/Gtk 1 completely.

The only question that remains now is: port to QT or go the whole nine yards and port the app to Java/Swing?

Slashdot Top Deals

You knew the job was dangerous when you took it, Fred. -- Superchicken

Working...