Jump to content

mcbeth

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Everything posted by mcbeth

  1. Mr Pedantic speaks. CD actually store sound in a format called CDDA. It is a headerless signed 16-bit 44.1 kHz stereo little-endian data stream that must be an even multiple of 2352 bytes in size. WAV files have a header, can be 8-32 bit, arbitrary sample rate, mono or stereo. The phrase you are looking for is that WAV files are a lossless audio container, like CDDA. MP3, OggVorbis are lossy audio containers (and thus much smaller). BMPs are a lossless image container, as are GIF and PNG. JPEG is usually lossy (and so for photos tend to be smaller).
  2. So, what would you suggest for reading about Crete, Stalingrad, and Berlin?
  3. I've been reading through The Longest Day and A Bridge to Far again lately, and it got me thinking about the airborne assault on Crete. Are there any good books about that assault?
  4. Has anybody tried getting CMB? working under MOL? (Mac on Linux) It is the mac/apple equivalent of VMWare. I'll be trying it in the next couple days. Here is to hoping
  5. I can confirm CMBO on VMWare and nothing under WineX. As far as what a virtual machine is. Stop and think a bit. Okay, now that you have it figured out, here we go with a much more technical discussion. There will be a fair amount of history, but I think it is all interesting. If you don't skip to the paragraph that starts "Anyway, the upshot is" The modern computer is a mixing of ideas from Von Neumann and theory of Turing. Turing (working on a tough problem in math) provided a well-defined (in math) definition of the word computation by describing a machine with a base set of characteristics. He proceeded to show that this definition both meshed with the intuitive notions of computation, and provided a good framework for discoveries into the nature of math. One of the things they take you through in a CS course at a Uni are the proofs that more complicated Turing machines can all be simulated by the base turing machine. Any language or computational structure that is capable of being a turing machine is called turing complete. Anyway, the upshot is that since any modern computer is capable of simulating any other computer (given enough time), people have written programs to do so. A virtual machine is a program with the purpose of simulating another machine. Examples Java. In order to be able to "run anywhere" java defines a machine that all Java interpreters simulate to run the software. bochs. Bochs is a x86 simulator for a variety of platforms (say, allowing you to run x86 code on a Max) VMWare. VMWare is also a x86 simuilator, but it operates differently. Instead of simulating the whole machine, it simulates only sections, dropping the rest through to the core hardware. This allows it to get a speed boost as the bare hardware can do a lot of the work. The problem is that you can only run x86 code on an x86 machine. BTW, this is a godsend for anyone that has to test code written for windows as you can do all your testing on a hermetically sealed operating system while still having your development environment available. UltraHLE. This is an interesting case of what is called dynamic recompiling. It takes the code it is passed, and recompiles the code so that it is native to the new processor. This is an inherently impossible task, but if you do it "well enough" you can play N64 games on your PC. WineX is often mistaken as an emulator or virtual machine. WineX is actually a completely different breed. WineX is an implementation of the Windows API for Linux. In particular, the DirectX sections. This is a vital distinction because if the WineX implementation is more efficient than the original implementation, it will actually perform better. Case in point, back in the day, I would get 20% better framerate running UltraHLE -> Wine -> Linux than running UltraHLE under Windows. Enough babbling. Right now CMBB under linux just ain't goin' ta work. Here is to hoping that CMX2 is written using something like libSDL and OpenGL to make a linux version a possibility (and make the Mac version much simpler) Jeff
  6. I guess I read way more about the Pacific side of the war than is good for me. I had gathered/assumed that naval bombardment was largely useless. Shoot, most descriptions of D-Day state that the naval bombardment accomplished little to nothing. So, I guess my question now is, in what battles/theatres did naval bombardment make a noticable difference?
  7. I had the problem where if my Mac went to sleep as it installed, it would later claim to have finished installing, but only use 16M disk space. Your problem sounds similar. I ended up turning off all the power saving stuff for the duration of the install
  8. Way off topic, but the Colombians eat hotdogs with strawberry jam. So there you go. (It really isn't that bad)
  9. Okay, a series of questions (long time lurker) 1. Did BTS set up CMxx to fire up Classic just because of RAVE, or are there more reasons? 2. Why did they never even check to find out why RAVE was broken in Classic? 3. Why are we all ignoring the suggestion to do a RAVE -> OpenGL wrapper and instead whining? 4. Would BTS be willing to give us a list of RAVE calls made in the code so some enterprising young coders take a short-cut on the wrapper?
×
×
  • Create New...