Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Sounds Better? (Score 1) 433

AFAIK, nobody has bothered to do a "proper" blind test of a vinyl vs something else.
Some of us have done is casually: rip a vinyl to FLAC and it still sounds the same.

In my experience, people who are willing to understand the meaning of a double blind test don't need it to know CD is a better format than vinyl.
As for the others, there isn't any amount of double blind testing which will reach them.

WARNING: a lot of vinyl editions of a given album DO sound better (to my ears) than the CD edition of the same album because they have a different masterization, The CD editions often have their dynamic range brick walled into oblivion, while the vinyl edition hasn't. Which is absolutely infuriating, as the CD has a larger dynamic range.

Some proper blind tests have been done of CD vs SACD/DVDA: "Audibility of a CD-Standard A/D/A Loop Inserted into High-Resolution Audio Playback".
Summary: sound engineers, music students and the likes of which can't tell the difference between SACD/DVD-A and the same reduced to CD quality.

Comment Re:Insurance? (Score 1) 280

Legislation requires you to have insurance because, if you want to drive a car and incur in the risk of damages to third parties, society needs to ensure you (via your insurance) can bear (part of) the cost of reparations, instead of leaving it all on victims and the state.

Insurance is a free, competitive market.
If it's not, your regulatory agencies are not doing their job.

Insurance companies adjust the fees based on what they perceive it's the risk you will cause/be involved in an accident but also on the amount of expense they can incur.
If the Ferrari is driving people commercially, it spends more time on the road than your average private car and is thus more likely to cause/be involved in an accident than a Kia which is only used to commute from home to work.
Also, if the Ferrari is damaged in an accident caused by the Kia, which happens to have the same insurance company, the insurance company will have to pay more than if two Kias had collided.
It's the insurance's company prerogative to charge you more for spending more time on the road and bringing a more expensive car to the road.
The insurance company may also have figured out Ferrari drivers are more likely to cause accidents.

You may not like this situation, but the Kia owner does. If you don't like, find another insurance company. Or buy a Kia and stop driving for Uber.
 

Comment Re:Insurance? (Score 1) 280

Despite the vague claims in their blog, there is no evidence that Uber is providing valid insurance for their _UberPOP_ drivers in _Europe_, nor that it is ensuring they have one.
At least, the Frankfurt court found that they do not.

AFAIK, they do check that the UberBlack drivers have proper insurance.

Comment Re:Im not sure I'm buying the premises (Score 1) 325

Nobody was suggesting that the drone pilot was intentionally trying to hit the aircraft or that's it's easy to do so.
But if you have a drone in the general vicinity of an aircraft, there's a chance it will end up being sucked into the engine, smashing through the cockpit or something else with dangerous consequences.
And as you may or may not know, Murphy's law is a bitch.

Hundreds of aircraft get damaged each year by hitting birds. Some also get damaged by objects or animals in the runway.
And that is despite airports taking huge (and expensive) measures to minimize the problem.
These incidents cost a lot of money in repairs and, while most result in no harm, each represents added risk.

Having small RC aircraft flying around in the restricted airspace of an airport is an added risk for no good reason. People who operate these things should just be aware not to operate them near airports.

Comment Re:All right, allow me to expose my ignorance (Score 2) 647

At this point, some people will somewhat rightfully complain.
What does the init system have to do with this? Why can't we do this with sysv init? And the answer is "technically, no reason".

It just so happens that the only piece of software that currently can do this job properly (systemd-logind) is part of the systemd project and has a dependency on systemd(-init).

But at the same time, that dependency exists simply because no other project implements the necessary features. Once someone creates a capable alternative, the dependency will tend to disapear.

And this is already happening: there is still no credible alternative to systemd-logind, but there is a credible alternative to run systemd-logind without using systemd as init.

Comment Re:All right, allow me to expose my ignorance (Score 1) 647

Yes, Wayland will "need" systemd
Or more precisely, it needs something which does what systemd-logind does: manage the permissions of the hardware so that the compositor can use access them.

Quick history note:
Until not so long ago, the vast majority of LInux systems ran the Xserver as root, because it was the only (practical) way to have it access all the hardware it needs to (graphics, mouse, keyboard).
Only with systemd-logind it became practical to run the Xserver as $user.

Wayland needs the compositor, which runs as $user, to be able to access the hardware.

Comment Re:All right, allow me to expose my ignorance (Score 1) 647

I use Linux on the desktop, for both personal and professional use.
For me, a functional system requires me to run hundreds of packages.
Several of them are large monolithic pieces of software for which I have no real alternative: the Linux kernel, the GNU libc, the X.org Xserver would be the best examples.
Yes, there are alternatives but I can't run all I want/need to with them.
systemd is a drop in the ocean.

Devuan is, quite honestly, the most irrelevant Debian derivative ever.
And the reason is simple: regarding Debian, this is a storm in a teacup, created by people whose notion of freedom is to force others to follow their opinion.
Debian has merely chosen to use systemd over SysV as default init. Debian has shipped alternative inits for ages and Debian has not put roadblocks in front of those who wish to put in effort to ensure Debian can be used without systemd as init.
There are people putting in work to ensure you can run Gnome without systemd for almost as long as Gnome has depended on systemd. And they haven't been complaining. There is no need to fork Debian to accommodate them.
As long as people are willing and able to do the work, you'll be able to replace systemd with something else with an "apt-get install sysvinit systemd-shim systemd-"

Comment Re:All right, allow me to expose my ignorance (Score 5, Informative) 647

systemd is, first, a new init system for Linux, to replace sysv init.
Additionally, it brings a host of companion daemons: logging (journald), a session manager (logind) and a bunch of others.
systemd and it's companions offer a host of functionality and a number of software pieces are becoming to depend on it, to the point you "can't" run a fully functional Gnome3 without using systemd as init (it needs the session management functionally of logind, for example).
The major distributions have adopted systemd as default init system: Fedora, RHEL, SuSE, Debian and Arch. Ubuntu hasn't changed yet but they have announced they will follow Debian in the future.

There is a number of people who dislike it for many reasons, which are hard to summarize because many of the people dislike it for false reasons and only some actually make valid and constructive critiques.
Eg, many people claim it's monolithic. In fact, it's made of ~100 daemons and applications and the init process isn't that big. Much much smaller than the Linux kernel itself, which a big monolithic kernel.

Many peole dislike being "forced" to use because the major distributions are adopting it and major projects like Gnome are becoming dependent (with KDE talking about it too).

I use "" in "can't" and "forced" because it's not strictly true. While a lot of people whine and hate in slashdot, a small number of people have been putting their code where their mouth is and working on alternatives.
Eg, there's a systemd-shim package in Debian which actually allows you to run Gnome3 very nicely without using systemd as init, by providing the necessary systemd features.

Comment Re:remember this.... (Score 1) 137

You should dig a little deeper.

For the first link:
- The survey was made only among geo-scientists and engineers in the province of Alberta, Canada (where the oil industry is a major employer), it's a world wide survey of experts in climate.
- The actual results of the survey were "27.4% believe it is caused by primarily natural factors (natural variation, volcanoes, sunspots, lithosphere motions, etc.), 25.7% believe it is caused by primarily human factors (burning fossil fuels, changing land use, enhanced water evaporation due to irrigation), and 45.2% believe that climate change is caused by both human and natural factors".

Put simply, the article you linked in it outright lying.

Comment Re:AMD wins again (Score 1) 75

The problem with your post is that on newegg, 48 USD gets you an AMD A6-5400K while 46 USD gets you an Intel Celeron G1610.
The Celeron is actually a bit faster faster CPU and uses less power, although the A6 has a much faster GPU.

Intel is, essentially, in the enviable position of having chips which are faster, consume less power and are actually smaller, thus cheaper to manufacture.
And they are segmenting and slicing the market as they wish.
Yes, they offer top notch performance at a premium. And even more performance if you pay an arm and a leg.
But if you just want something cheap and competent, they got that too.

Comment Re:Can Apple Move to ARM on the Desktop? (Score 1) 75

Many caveats there.

First, Apple A8 cores are relatively big. They clearly are optimized for power and performance, not size and cost.
Not sure how much advantage they have over a Broadwell core.

Secondly, a higher performance design would require a major work. Current A8X chips are not multi-socket capable, so you can't just put more of them together. Compared to desktop Intel/AMD chips, they also have relatively weak memory systems (less than 50% of bandwidth), smaller caches and weaker GPUs.
So Apple would need to design a new SoC based on the A8 core, with more cores, more cache, faster memory interface and faster GPU.

Third, single thread performance still matters a lot. Not all things are multi-threaded and Amdahl's law is generally a bitch.
There have been many who have tried to compete by putting many weak CPUs core together and they have mostly failed.
That's why Intel has the market share it has. And that is why Apple went through the trouble and expense of designing their own CPU cores, which have arguably the best single thread performance of all available ARM cores.

Comment Re:Can Apple Move to ARM on the Desktop? (Score 4, Insightful) 75

Short answer: an A8X won't work at 3 GHz, period.

Long answer:
All CPU, and other digital logic circuits, designs have a maximum target frequency at which they can operate correctly.
And by targeting a higher maximum frequency there is penalty to pay in area, power and performance. A well designed CPU targetting 3 GHz but running at 1.5 GHz will consume more power and perform worse than a well designed CPU targetting 1.5 GHz.

All available evidence and educated guessing points that Apple's CPUs are in fact targetting the frequency range in which they are shipping (~1.5 GHz) and there is no chance in hell they will work at much more than 2 GHz.

Comment Re:Boarding issues (Score 1) 419

Trains can be attacked by terrorists. In fact, they have.
A bomb was placed in a TGV luggage car in 1983.
Commuter trains in Madrid were bombed in 2004.
The London subway was bombed in 2005.
(side note: attacking subways and commuter trains provide a much bigger body count and disruption of daily life than long distance high speed trains)

But nobody added security screening to them.

A train riding on a track isn't the same as a plane flying 30,000 feet in the air.
Yes, they can be bombed and hijacked.
But, unlike a place, a hijacked train can't be flown into a building or into another country or into the sea (after running out of fuel).
When something goes wrong with a train, it stops.
Specially, trains running under automated safety systems, will stop even without human intervention.

Slashdot Top Deals

"I've seen it. It's rubbish." -- Marvin the Paranoid Android

Working...