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

 



Forgot your password?
typodupeerror
×

Comment Re:Not For Me (Score 1) 194

You have to start somewhere. If we required the full infrastructure to be in place first then we would never advance at all. This may or may not end up working in the long term, but could theoretically have the advantages of gas (i.e. pour some liquid into your car every few miles) and the advantages of electric vehicles (efficiencies of scale by generating large amounts of power instead of all the cars generating small amounts inefficiently).

Why do the hydrogen canard then? Why not burn Compressed Natural Gas? Nearly all the benifits and CHEAP fuel too...

Oh, and before you start into the "Using free solar electricity to disassociate hydrogen from water at home" exercise, let me remind you that even solar power costs (both in money and environmental damage), the process is wildly inefficient and currently the industrial source of hydrogen today is reforming natural gas.

Comment Re:Chicken/Egg (Score 1) 194

Compressed Natural Gas (CNG) is what we should use. We have a LOT of it in the States, it's currently cheap, and we already have distribution infrastructure for it. Industrial sources of hydrogen come from Natural Gas anyway... Oh, and gas stations that sell CNG already exist.

Comment Re:How do I refill it? (Score 1) 194

Hydrogen is a stupid idea.

Use CNG (Compressed Natural Gas) and just forget this nutty hydrogen idea. Getting Hydrogen from water and electricity is wildly inefficient and thus extremely expensive. It's also not a very good motor fuel because it takes some pretty major modifications to existing motors.

Do you know where we get most of our industrial hydrogen gas? From Natural Gas. Guess what? We already have a distribution infrastructure in most of the States for Natural Gas. We should just cut to the chase and go to CNG which burns very clean with a minimum of modifications to existing engines. All this hydrogen talk is just hype..

Comment Re:How do I refill it? (Score 3, Interesting) 194

Hydrogen is still a stupid idea.

Look, either go full 100% electric and just put in chargers everywhere, or use CNG (Compressed Natural Gas) and just forget this nutty hydrogen idea. Hydrogen is hard to obtain and store and there is no existing distribution infrastructure to speak of.

Does anybody here know where we get most of our industrial hydrogen gas? From Natural Gas. Guess what? We already have a distribution infrastructure in most of the States for Natural Gas. We should just cut to the chase and go to CNG which burns very clean with a minimum of modifications to existing engines. All this hydrogen talk is just hype..

Comment Re:Microsoft Office (Score 1) 102

A few years back there was no shortage of competitors who claimed to do everything MS Office did (or Word, Excel, PowerPoint, etc) at 1/10 or 1/100 or 1/10**6 of the price.

Guess what product most people want to use today? Sounds like Amazon's Oracle killer is another OpenOffice or "Yeah, Write".

Hey, I use Open Office all the time on my Windows laptop... But I'm a confirmed penny pincher who has some IT experience.

But I think you miss the point that we are discussing infrastructure level stuff that the end user NEVER sees. So your example doesn't really wash. MS Office is entrenched because it's what people know and use at work, it's what they are used to. Who knows what relational database the application uses? Not the end user.

What's actually happening is Oracle is falling out of favor in new development. There are cheaper options that do the job just as well. So Oracle is facing a declining user base as they loose market share. It may take decades to die, but Oracle is done unless they can start to capture more of the new development market share. The end user doesn't care what database is the application uses, as long as it works.

Comment Re:What's the Difference? (Score 1) 102

I'm a bit of a DB n00b, but know my way around MySQL. What's the difference between Oracle and MySQL for example. In my experience Oracle DBs tend to be a lot faster, than open source implementations. But is this inherently true, or is it all in the implementation, are there things you can do in Oracle that you can't do in MySQL, or MSSQL?

What's the difference?

Mainly, for most customers, PRICE is the only real difference.

It's not support, it's not functionality, it's not even performance (usually), it's about what you pay.

For some customers, there are some unique features that Oracle brings or performance increases they have, but you pay though the nose for it. Usually the people that need these features can afford to buy from Oracle so that's what they do. There is some name recognition that gets your product into some place it wouldn't go otherwise, but that doesn't happen all that much.

Apart from that, it's about money and Oracle fleecing people who could get a database and support cheaper from other vendors using other products..

Comment Re:Affected Student Here (Score 1) 320

So... What are you going to do in the YEARS of time this will take and how are you going to come up with the THOUSANDS of dollars this will cost to "protect your good name?"

If you really go to Duke.... I suggest that if you cheated in CS 102 you turn yourself in...

Aside from that, I think you picked the wrong NC school. Stay away from anything blue in that state and pick the red school. (Howl)

Comment Re:Oh here we go again... (Score 1) 212

I wonder if my The Mythical Man-Month book is still valid from the mid (19)90s.

It was actually written (some of it) in the late 60's and YES it is still valid and IMHO should be read by anybody involved in doing or managing any kind of engineering effort. My favorite chapter is the one the book's title comes from "The Mythical Man Month" where Brooks explains why it is that adding people to a project makes it take longer and cost more. It's a Classic.

Comment Re:Sad.... (Score 1) 212

Compilers are just programs.... Bugs happen.

In my nearly 30 years at this, I've only ever had to crack open the compiler/assembler once to track down a bug. Usually these "bugs" are avoided by turning off (or controlling) the automatic optimizations. I would suggest you leave the compiler debugging to the compiler experts because what *you* describe as stupid may actually have a larger purpose behind it. (Full disclosure, yes, I've written assembly code and even had to drop into assembly in the middle of a C Function from time to time.)

I've known programmers who have NEVER seen assembly and wouldn't know a "Jump To Subroutine" instruction from a "Load Program Counter" who I greatly respect. They may not be thinking bits, bytes and how there data is arranged in memory, but they can produce some pretty amazing things anyway. Don't sell somebody short, just because they don't understand something you cut your teeth on. Everybody has their own strengths.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...