Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Not gonna happen (Score 1) 2424

You do realize that if insurance companies do not discriminate against pre-existing conditions, they cannot possibly stay in business.

This is true only if not everyone is required to have insurance. If everyone must have insurance, than the healthy will pay for the unhealthy and the average rate charged will be lower (since more people will be paying).

Comment Programmers vs. software engineers (Score 1) 844

...there's a difference.

The median income of a software enginner is $85,430 as of May 2008. Programmers make less, with $69,620 as the median as of May 2008.

Software engineers have design and architectural skills that programmers may lack. This is why they are paid more.

Source: http://www.bls.gov/oco/ocos303.htm

Comment Summary: Slashdot think this is a good idea (Score 1) 711

Based on all the comments that I've read so far, it sounds like the Slashdot community thinks this shifting in prefix meaning is a good idea.

In the long term I also agree that shifting away from writing binary-prefixes as if they were decimal-prefixes is a good idea. In the short term though, there are a lot of programs (especially downloaders) that still use the prefixes in the old informal way, which may confuse users initially.

Comment Unlikely (Score 1) 335

I call bullshit on this.

I've been running Macs for 19 years now and have never caught a virus. After running various AV software for about 10 years I decided that it was a waste of CPU cycles and uninstalled them all. I cannot see Apple providing first-party support for a class of products that currently makes little sense for Macs at the moment.

Cellphones

Gaming the App Store 217

space_in_your_face writes "Want to boost the popularity of your latest iPhone app? Ask Reverb Communications! 'When it comes to winning in the App Store, this PR firm has discovered a dynamite strategy: throw ethics out the window. Reverb Communications, a PR firm that represents dozens of game publishers and developers, has managed to find astounding success on Apple's App Store for its clients. Among its various tactics? It hires a team of interns to trawl iTunes and other community forums posing as real users, and has them write positive reviews for their client's applications. ... Reverb claims that their clients have sold over $2 billion of product under their watch.'"

Comment Re:Netbook (Score 1) 633

16 years isn't such a long time, but just to be sure, put a netbook inside the capsule. Make sure it can run on external power alone, and remove the battery.

Agreed. If you intend to archive the actual digital objects (and not transcribe them to some other medium like paper), you need to include the hardware/software to decode them. A netbook is a cheap way to do this.

For some additional reading on the digital dark age problem:
* http://www.smh.com.au/news/technology/the-digital-dark-age/2005/09/22/1126982184206.html
* http://www.jisc.ac.uk/uploaded_documents/FileFormatsreport.pdf

Comment Re:correct (Score 1) 206

I would bet that even though you (and I) don't have much expectation of privacy on the internet, that an awful lot of other internet users do, in fact, have such an expectation. My parents (and most of the other people whose computers I've fixed over the years) certainly do.

Comment Re:Theora FAIL (Score 1) 361

True.

Implementing video capabilities in-application is a tradeoff in general:
* (+) app developer has full control over fixing security vulnerabilities, since no external libraries are involved
* (-) each application's multimedia implementation has its own set of bugs and vulnerabilities that need to be fixed
** (-) more work for the application developer to fix --- and some developers do not have the time, motivation, or knowledge to fix such security bugs
** (-) less universal gain through fixes (as only the individual app can benefit from the fixes)
** (+) since these are app-specific bugs, they cannot be exploited across the board on the level that bugs in highly-used system-level multimedia frameworks can

Whereas with system-level frameworks:
* (+) applications get multimedia functionality basically for free
* (+) any fixes or improvements to the system-level library can reflected in all client applications
* (-) any flaws in the system-level library are a lot more attractive for exploitation, since they are used by many programs
* (-) your program usually cannot do anything about exploited flaws in the system-level library

Comment Re:Theora FAIL (Score 1) 361

> MPEG (.mpg, .mpeg) has been around for eons

That's a container format, not a codec. Which codec are we talking, specifically?

MPEG-1 video.

> Should be decodable on Linux via ffmpeg

Which isn't included by default with Linux distributions, last I checked. Which means you can't actually rely on it being there, have to ship ffmpeg yourself, and then might as well use it on all your platforms...

To my knowledge, Linux does not consistently ship with any multimedia framework common to all (or even most) distributions. Due to the fragmentation of the Linux platform, this is unlikely to change any time soon.

Government

Senators To Examine Exclusive Handset Deals 234

narramissic writes "Based on a request that a group of rural operators sent asking the FCC to examine the practice of handset exclusivity, four members of the Commerce Subcommittee on Communications, Technology and the Internet sent a letter to the FCC expressing their concern. Small operators, like U.S. Cellular argue (PDF) that 'exclusive handset contracts divide wireless customers into haves and have nots.' But nationwide operators, including Verizon, maintain (PDF) that 'in the absence of exclusivity agreements, wireless carriers would have less incentive to develop and promote innovative handsets.' The Commerce Committee expects to hold a hearing on the issue tomorrow."

Comment Re:Theora FAIL (Score 1) 361

MPEG (.mpg, .mpeg) has been around for eons, so it certainly should be supported everywhere by now. Not the best compression when compared with the latest codecs, but definitely has wide support.

h264 is also a good candidate. Excellent compression. Definitely supported in QuickTime on the Mac and probably in DirectShow in Windows (I haven't tested this). Should be decodable on Linux via ffmpeg. Has hardware decoding support in some chipsets as well.

Slashdot Top Deals

Anyone can hold the helm when the sea is calm. -- Publius Syrus

Working...