Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:It's sad big companies don't have to pay taxes (Score 3, Interesting) 409

Multinationals use Ireland in the same way called the double Irish system. Ireland allows an Irish registered company to domicile in a tax haven (so it's tax liabilities might be in Bermuda). So multinationals establish 2 Irish companies. The first is legit and employs people and runs sales & services. This company charges other subsidiaries worldwide for its work so the tax liabilities move to Ireland. Then the first company pays the second a massive chunk of its revenues as royalties. Since the second company is domiciled in a tax haven there is no tax on these royalties and the multinational only pays tax on the remainder. And Ireland has low corporation tax for that part too.

There is supposedly a double Irish Dutch sandwich variant which presumably yields similar results. Apparently the loophole is being closed since most countries are getting so pissed off with tax avoidance / evasion that they're cooperating (or being coerced) into stamping it out.

Comment Re:I thought all dinosaurs were "chickens" (Score 3, Insightful) 78

I don't see any use for the feathers on it's arm unless they unfurled to make a bigger impression.

Air braking, manoeuvrability & stabilization would be good uses. e.g. an ostrich can zig zag while running by sticking out its wings which might be useful if it's being chased by a predator or trying to catch prey.

Comment Re:Can you explain (Score 1) 140

It's a way for client applications to connect to a display, receive input events, and render into surfaces without using X11. The surfaces are rendered via a compositor which could push the result out to the screen or remotely. It's less complex, context switching and data duplication than X11 so it should be more efficient and yield a better desktop experience.

Comment Re:35 GB of uncompressed audio? (Score 3, Insightful) 377

So what they claw back from the CPU overhead of decoding MP3, they lose by hogging the IO and increased memory use (and paging). Sounds a pretty weak rationalisation really. Besides, if it really were an issue for dual core machines, then they could decode and cache the audio on those machines rather than inflicting this stupid overhead on every machine.

Comment Easy (Score 1) 747

How do you think we can get through to the anti-vaxxers?

Require mandatory vaccination. The only exemption being for children who cannot receive the vaccine for medical reasons. And if an unvaccinated child is subsequently harmed by contracting measles prosecute the parents for child endangerment.

Comment Re:Try harder (Score 2) 241

Not so much pixel scraping but pixel pushing. Most apps render themselves into a pixmap and push it around the network. They're not using X primitives. They *might* be using XRender primitives or they might not. It's still a large amount of data, and combined with the synchronous nature of X, it's horribly inefficient. A remoting enabled compositor for Wayland could probably work better than X, even for the one thing that people always go on about X being good for.

Comment Re:This could be good news... (Score 1) 241

I don't see how portability is any better or worse for using Wayland than X. If I were to target a new graphics card or kernel with X then I'd have to port the code to that platform, e.g. write a new backend. X may be more accustomed to doing this but the work still has to be done. Why is this not the same for Wayland?

It may be that Wayland / Weston targets Linux in the first instance (just as Linux kernel originally targeted x86 processors) but that does not preclude it from other kernels over time. If someone were to try I suspect the problem would lie less in porting Wayland / Weston and more to do with the sorry state of GPU drivers for other kernels. In the meantime, use X. I doubt it's going away any time soon.

Slashdot Top Deals

egrep -n '^[a-z].*\(' $ | sort -t':' +2.0

Working...