Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment I'm not convinced webP is better (Score 1) 129

I'm not convinced webP is better, I've done a quick comparison and to my eyes JPEG beats it on like for like file sizes:

40k jpeg vs 40k webP (images converted to png for your viewing convenience)

Compared to the lossless original (one of Google's own webP comparison images) the webP version has lost more chroma resolution, leading to desaturation in parts and blurring of strong colour details like the red arm band.

It would be nice as a replacement for PNGs with alpha channels though.

Comment Re:Eurocopter / Airbus X3 (Score 1) 103

It's more like the Sikorsky X2. The dual rotors are an important feature; With a single rotor as you increase forward speed you lose lift on one side of the rotor as it slower relative airspeed, until it's basically going backwards. Having contra-rotating rotors means that one side will always have blades going "forwards" regardless of airspeed.

Comment Is it really a single board computer? (Score 1) 122

Is it really a single board computer, if the SoC is on a separate board?

Looks more like a mini, more powerful version of the Raspberry Pi Compute Module with a Raspberry Pi like breakout board.

Those SoC modules themselves could be useful on their own if they sell the sockets to use on custom circuit boards...

Comment Re:Computers were conceived to execute user comman (Score 1) 215

I have no idea what the solution is, but I suspect that we need to do some fundamental rethinking of secure architectures and user interfaces. Architectures need to more safely isolate data and logical functionality, and interfaces need to more safely mediate users interaction with devices. I confidently assert that the current architectures simply can't be secured, no matter how much junk is kludged to the task. Prove me wrong, please.

On the other hand this specific issue could be easily solved by * prefixing all filenames with ./

So far I've not heard of anything that would break, and it's silly arguing that this specific problem is part of required functionality and not something that can/should be fixed when it appears to have such a simple solution.

Comment Re:Sanitize crazyness (Score 1) 215

The problem is that the * expansion is done by the shell, and the shell doesn't know the difference between file names and arguments.

But it could very easily make them explicit filenames by prefixing them with ./, and I can't think of anything that would break.

Comment Re:Computers were conceived to execute user comman (Score 1) 215

If computers were conceived to execute user commands, then why is a command for matching file and dictionary names returning them in such a form that they become executable parameters, when they could easily be explicit filenames by adding ./ at the beginning?

Is making what should be basic and safe housekeeping functions like chmod * and tar * dangerous really something you actually want in Linux?

Slashdot Top Deals

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...