Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:And this being samsung... (Score 2) 92

... their software will look like a 2000 era flash app made by a 13 year old, be even slower than that and receive absolutely no updates; if there is even a minor problem with the standard, you will have to buy a new adapter to get the fix.

The background of that app is a grey gradient with lots of uneven banding. Over that there is text drawn with white MS Sans Serif font. When you change Windows DPI setting, the text becomes larger, but also horribly aliased and can't fit the window anymore. There is a button to check for updates, but you have never seen it find one. "Check update ..." "No update found !" When you restore the app from system tray you can see how it slowly paints its GUI. Then when you exit the app, it pops up a message box with the text "Error: NULL".

Comment Re:No Google (Score 1) 210

The point is that you *can* read the source code. *Anyone* has that ability, or can learn to do so. Many people do so.

Almost no one but the actual developers of the project read the source code. Software projects are so large these days that people seldom wade through the multiple thousands lines of code just for fun.

Here's an experiment people here can do: download the source code of some small project and read it thoroughly. Just try what it feels like. Understanding how the program actually works can take surprisingly big amount of time.

Do that experiment now.

Comment Problematic for Linux too (Score 2) 94

This is also the reason why I cringe when the backend of Linux distros is often woven together with shell scripts. You have to be super careful to write code with proper input validation, and all the related tools must retain their interfaces or you get weird "Invalid argument" type of breakage. Then there are things like Shellshock which immediately made the dhclient script vulnerable. It's all just too dangerous. And I didn't even begin to talk about the slow parsing of scripts and the forking overhead of every little process the script calls.

Comment Re:It's okay when I do it... (Score 2, Insightful) 429

On the other hand, the cheapness of cloud bandwidth has eliminated all the legal utility of bit torrent for me. "Large" legal collections of things tend to be available for straight download nowadays.

Cloud distribution is probably also much more efficient.

Don't get me wrong, I think BitTorrent is very cool technological achievement. But transferring data between semi-random hosts around the globe and opening hundreds of TCP connections per computer while doing it, is like the ultimate way to clog the pipes.

Submission + - Lego Ends Shell Partnership Under Greenpeace Pressure 1

jones_supa writes: Since 1960s, we have been seeing the oil company Shell logo being featured in some Lego sets, and Legos being distributed at petrol stations in 26 countries. This marketing partnership is coming to an end, after coming under sustained pressure from Greenpeace. The environmental campaign, protesting about the oil giant's plans to drill in the Arctic, came with a YouTube video that depicted pristine Arctic, built from 120 kg of Lego, being covered in oil. CEO of Lego, Jørgen Vig Knudstorp, wants to leave the dispute between Greenpeace and Shell, and the toy company is getting out of the way.

Comment Re:systemd (Score 0) 303

"UNIX" is a sexy word which is thrown around a lot, but does it matter that much? UNIX is an old crusty architecture just like Win32. It's not the end of the world if we disregard it and build things around something more modern. The traditional UNIX way of "one tool for every little job" can be challenged. Computers are much more complex beasts these days, so new approaches might actually provide more value.

Comment Re:change is baaaaaaaad (Score 1) 267

Did GNOME 1 have haters when it was introduced? How about GNOME 2? What about KDE 1? KDE 2? KDE 3? ALSA?

No. These were all improvements of what came before.

All those things you listed had the same strong hate casted upon them, especially GNOME 2 and ALSA.

Comment Re:Stallman is right... (Score 1) 150

That's wrong. Not everyone has that time, but someone usually does have - and for popular programs, many people do take the time.

I doubt that. A lot of programs these days are tens or hundreds of thousands of lines of code. It takes months to go through that and familiarize oneself with the codebase. It's a feasible act only for the original developers.

Slashdot Top Deals

If you think the system is working, ask someone who's waiting for a prompt.

Working...