No, it does not. Car engines have an efficiency of 20% or less. A coal power plant is at 45%. Charging electric cars is close to 100% So: using coal plants to charge electric cars basically reduces emissions by 50%.
Actually the people there already have cars. Converting them to electric makes sense. No idea bout 'running water'... if you can not drink water from the tap it sounds kind of pointless to me.
Yes, it is a 'potential' answer, but I saw no difference in speed at that time. Considering that I/O speed is basically based only on the hardware, you could perhaps run an emulator running 6502 code in an 68k emulator running on a PowerPC and would not notice any difference to native PowerPC code, probably not even in CPU usage.
Actually I don't know anything about The architecture of Mac OS.
My first programs I wrote on it where done in Modula 2, which had its own windowing and event library (to be portable), which was 100 times easier to use than the Pascal version of Mac OS.
Later I programmed in Think C, a subset of C++. No templates (don't think they were invented that time already), and no multiple inheritance. But a nice and clean programming environment.
Of course you can write poetry in Esperanto. Despite the fact that it borrowed words from most european languages it sounds very similar to italian/latin/spain. For some reason the inventor thought plural words should sound greek, though:) However when I realized that only about 2million people spoke it fluently I stopped learning it... but I guess I can still read it somewhat, as it is simply a conglomerate of the most common european words.
Smart, but wrong. That way of programming is called 'object based', not 'object oriented'. Most notably, because you have no objects, but only structs and functions.
Historicaly preprocessing and compiling were two steps, done by two different programs. And there is a lint for a reason. Machines at that time had very low amounts of memory, so a C compiler e.g. would simly compile everything down to register sized ints and pointers, often completely ignoring the actual types. To type check your programs you would use lint.
I guess he had a broken Mac and did nit realize it. At that time I owned Macs and an 486/66 PC.
The PC was fastest on Linux, Slackware (0.9 or something close). There was no noticeable difference between Macs and PCs regarding file operations (why would there?) the PC run Windows 3.1 and later 3.11 and in the end Win95.
Needless to say that I never used anything else than the IDE under Win 3.1/3.11. The whole system was basically unuseable.
Hu? I basically studied and worked at the university for ten years. No idea how you come to 20. The thesis took me about 5 month, the limit on thesises is 6 month I think... but you can probably extend the timeframe once. The topic I studied is 'computer science' so if I had finished my complete degree I would be a 'computer scientist'... no idea about what you want to argue... more precisley a 'Diplom Informatiker' which translates into english as 'computer scientist'.
Electric engines are around 99% efficient.
Same for charging batteries, that is why I wrote 'close to'.
The losses are ofc in the transmission and tires etc. But those are the same regardless of engine type.
What exactly makes a fission plant safer than a fusion plant?
In Europe people are driving long distances in a car once a year. For vacations ... when we have to take kids, surfing gear and other stuff with us.
Otherwise you use a train or a plane. Driving more then lets say 300km is just plain stupid.
No, it does not.
Car engines have an efficiency of 20% or less.
A coal power plant is at 45%.
Charging electric cars is close to 100%
So: using coal plants to charge electric cars basically reduces emissions by 50%.
Any kind of battery is easily recycled.
Actually the people there already have cars. ... if you can not drink water from the tap it sounds kind of pointless to me.
Converting them to electric makes sense.
No idea bout 'running water'
A good deal of 'Integer Basic' was implemented in Sweet16.
An interpreted 16Bit assembly language.
This belongs into the 'biggest nonsense' collection of posts I ever have seen on /.
Forth is extremely close to assembly, and has absolutely nothing to do with FORTRAN.
My business card says: 'software generalist'
And my customers take me seriously, otherwise they would not pay my bills or hire me at the first place.
Yes, it is a 'potential' answer, but I saw no difference in speed at that time.
Considering that I/O speed is basically based only on the hardware, you could perhaps run an emulator running 6502 code in an 68k emulator running on a PowerPC and would not notice any difference to native PowerPC code, probably not even in CPU usage.
That is why I'm 'nibbling' on my thumb when I'm thinking, what to type with my other hand :)
This particular poem looks more polish or Serbian to me (I'm german).
With cameras?
Actually I don't know anything about The architecture of Mac OS.
My first programs I wrote on it where done in Modula 2, which had its own windowing and event library (to be portable), which was 100 times easier to use than the Pascal version of Mac OS.
Later I programmed in Think C, a subset of C++. No templates (don't think they were invented that time already), and no multiple inheritance. But a nice and clean programming environment.
Not my problem :)
And I have no problems with drop outs either, most of them simply were smart enough to no longer follow 'the system'.
http://christian-morgenstern.d...:
But that is just a translation of a german Poem, 'Der Kranke'.
By using a modern programming language you no longer need to think or plan.
Care to point out such a language?
Even in SQL or Prolog I have to think and plan, but might just be me ...
Of course you can write poetry in Esperanto. :) ... but I guess I can still read it somewhat, as it is simply a conglomerate of the most common european words.
Despite the fact that it borrowed words from most european languages it sounds very similar to italian/latin/spain.
For some reason the inventor thought plural words should sound greek, though
However when I realized that only about 2million people spoke it fluently I stopped learning it
Smart, but wrong.
That way of programming is called 'object based', not 'object oriented'.
Most notably, because you have no objects, but only structs and functions.
Historicaly preprocessing and compiling were two steps, done by two different programs.
And there is a lint for a reason. Machines at that time had very low amounts of memory, so a C compiler e.g. would simly compile everything down to register sized ints and pointers, often completely ignoring the actual types. To type check your programs you would use lint.
C was designed to be a portable assembler.
And obviously every compiler can 'map' high level code to assembly.
Actually most Prolog systems are 'smarter' than to use 'brute force'.
I guess he had a broken Mac and did nit realize it.
At that time I owned Macs and an 486/66 PC.
The PC was fastest on Linux, Slackware (0.9 or something close). There was no noticeable difference between Macs and PCs regarding file operations (why would there?) the PC run Windows 3.1 and later 3.11 and in the end Win95.
Needless to say that I never used anything else than the IDE under Win 3.1/3.11. The whole system was basically unuseable.
Hu? ... but you can probably extend the timeframe once. ... no idea about what you want to argue ... more precisley a 'Diplom Informatiker' which translates into english as 'computer scientist'.
I basically studied and worked at the university for ten years. No idea how you come to 20.
The thesis took me about 5 month, the limit on thesises is 6 month I think
The topic I studied is 'computer science' so if I had finished my complete degree I would be a 'computer scientist'
Strictly speaking C has neither Objects nor Modules ... just saying.