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

 



Forgot your password?
typodupeerror
×

Comment Re:we ARE different (Score 1) 355

IQ doesn't "rise" for an entire population. If all the scores are rising, it means the test is out of date and needs to be restandardized.

By definition, IQ is measured as a standard distribution curve with an IQ of 100 being the average. If everyone on the planet suddenly got twice as smart, we'd still have the same IQ because again, IQ measures you in relation to the rest of the population.

If you develop a new IQ test, then you have to standardize the scoring on it so that average == 100 or you're not actually testing for IQ.

From Wiki: When current IQ tests are developed, the median raw score of the norming sample is defined as IQ 100 and scores each standard deviation (SD) up or down are defined as 15 IQ points greater or less

Comment Re:It was pretty cool in its day (Score 1) 192

I wrote a bunch of software for the Amiga back in the day and they all tend to run really well on a emulator on any decent modern PC - actually often better than on the original systems when I designed the game. Sometimes I get nostalgic and play them in an emulator.

The Amiga 500 had 512K of RAM and even expanded to 1MB, it's still less than the cache on a modern PC so you can emulate the entire machine in cached memory - combined with instruction througputs and current clock cycles, a current PC is something like 10,000+ times faster for 32-bit integer operations involving memory.

Comment Re:HDMI has killed the need (Score 2) 502

Why bother? you cannot dismiss the hardware in the middle that GENERATES the audio... if your integrated hardware is poor -- your quality receiver amplifies poor quality audio.

HDMI can output DIGITAL Audio. MS has very good digital audio software mixing and playback algorithms. And many games use a library like FMOD which does software mixing and a DAC output anyhow.

You really only need to worry about a sound card if your PC is outputting ANALOG audio to HIGH QUALITY Amp & Speakers.

Comment Re:Metromile Automotive Insurance (Score 1) 353

They do things like limit the number of miles per day. So you're charged per mile but the maximum number of miles is capped in a single day. This means if you do a road trip where you do a lot of driving in a single day, your insurance won't suddenly go through the roof. This only works if they collect mileage data per day. But they also collect other info like speed and braking which could determine whether or not you're at fault in an accident (and if you're not at fault, could possibly help you?).

Comment Metromile vs Automatic (Score 1) 150

I bought the Automatic for $99.95. I had a number of issues with it. When I found out about Metromile for free I decided to give that a try as well.

There were a number of things I liked about the Automatic app but the Metromile just seemed to work much better (didn't lose trips) and it was free. If you're gonna be tracked while driving, I'd recommend the Metromile device.

Comment Re:Summary of techniques used? (Score 1) 54

FFMPEG is a program that supports hundreds of Codecs. It's likely they used a H264 or a compatible variant as the actual codec because a) its currently the most commonly used advanced video compression algorithm, b) there is plentiful hardware and software support for encoding / decoding, and c) it has a very good tradeoff for quality, bitrate, and processing horsepower required.

There is no guarantee you will get keyframes using H264 if you are compressing video without detectable screen cuts. Some H264 compliant codecs, like the very commonly used x264 library (used by FFMPEG), do not even need to have dedicated keyframes at all but rather use a technique called Periodic Intra Refresh to encode videos without keyframes. Periodic Intra Refresh provides much better streaming /live capture performance since it lowers both encode and decode latency for transmission and it lessens the incidence and severity of data rate spikes when using variable bit rate compression schemes.

Comment Re:Hello automation! (Score 1) 1040

Unfortunately this will hit teenagers the most. Contrary to what the supports of the home cherry pick, those who earn minimum wage have the least amount of experience.

Did you know that in the 1980's you could make minimum wage and pay for rent, food, and your college tuition? In fact, minimum wage in the 1980's was around twice the average college bills for in-state tuitions. (While the article I linked was for Ohio, it holds true for most of the country at the time and certainly in WI where I went to college).

Imagine being able to work a minimum wage job part time through college and come out with a degree and little or no debt. While it sounds ludicrous in today's world, this was the reality of America only 30 years ago.

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...