OpenSUSE 11.2 the Perfect KDE Distribution

I write a post about openSUSE 11.2. I hope you enjoy it.

OpenSUSE 11.2 the Perfect KDE Distribution

any comments ?

It is a well organized article, but could have used an editor to fix grammatical errors. Also several times you “forgive” bugs which still exist in 11.2? The software is released in under three weeks and KDE 4.3 still occasionally crashes?

For grammar do you have a good editor for grammatical errors?

For KDE 4.3, it is never crashed with me. Maybe you have problem with hardware ?

A direct quote from your article:
“I’ve used KDE 4.3 on openSUSE 11.1 (thanks build service) since releasing day. It is stable and crash free ( maybe I exaggerate a little bit ). Most important KDE3 applications have been ported to KDE4.”

What exactly did you exaggerate then if not the stability of KDE 4.3?

You know there is no software bug free. KDE have its bug but not the stability. For me, RTL bugs are the big ones. I can give you a list of bug (I already report them) which concern me. For you, I do not think you care about RTL issues ;).

KDE4 for me has been crash free / freeze free ever since version 4.2 :slight_smile:

Also, wrt no software is bug free. not true

for i in {1..10}; do
    echo $i
done

The above “software” will never have a bug :slight_smile:

Ok, I mean software not script :stuck_out_tongue:

A script is a software too. What else do you think it is?

useless software!!

Depends on what the specs were :wink:

Really? So all the init boot scripts are useless? all cron scripts are useless? all other automated scripts which work for you in the background are useless? Maybe even my h264enc script is useless too? h264enc - The interactive shell script ripper

The example I gave you is for Bash. Bash is a Turing Complete interpreted language. As such, it is a real language like other more advanced and complex languages, like C, C++, Java, Pyhron, etc. Bash, like the others who pass Turing completeness, is a real programming language and offers if/case/select conditionals, for/while/until loops, functions, global and local variables, one-dimensional arrays, arithmetics, etc. However, Bash is a limited programming language (compared to the more advanced ones, like the ones I summed up above)

So instead of saying “no software is bug free”, you should say “no complex software is bug free” but even then, there may exist a complex software which is bug free. Why? Because “no software is bug free” implies that absolutely no code whatsoever is bug free, which obviously is not true

There may be bug free software (including of course shell scripts), but it is difficult (some say even impossible) to prove it.

What is so difficult to prove? The example I provided is a for loop which when executed will print 10 times a number, starting from 1 up to and including 10. It will never print anything else by itself nor will it ever do something totally different, print numbers in random order or not execute at all. In itself, this piece of code will never fail. If you start modifying the underlying interpreter which is responsible for executing said code and make it “incompatible” or make it force a different behavior, that cannot be contributed as a bug to the code I wrote as example since you’re modifying the interpreter but the code wasn’t written for the modifications you’re doing thus if it fails, you can’t blame it on the code itself as it wasn’t intended to run on your modifications to the interpreter

Thank you zayed2001 for posting your article on the upcoming 11.2 release. I enjoyed reading an overview of new features, including graphical examples. The odd minor spelling mistake, shouldn’t prevent it from encouraging readers to download and hopefully adopt the distribution. :slight_smile:

@microchip8
I did NOT say that we could not prove your little script example being flawless. I am able to read and I know what it does and I suppose that I know what you intended it to do.

I went on talking about what you call “complex software”. IMHO people (like university professors in IT and the like) generaly state that it is scientific impossible to prove that a piece of software of a bit more complex nature is bug free.

I personaly do not even know how I could scientific prove that your little counting script is bug free, allthough I am satisfied on seeing it (is that a scientific proof?).

Henk,

yes, correct, and I didn’t say much about complex software. The more complexer a software is or gets, the more the probability increases that somewhere a bug is dancing around or will dance around in the future. There are different types of bugs, some blatantly obvious ones, others which are deeply hidden and even with lots of stresstesting do not get exposed easily and can lurk for years

as for the script. Get a machine, install Bash on it and run the script till eternity. Provided that you don’t change anything in its interpreter, in the script itself and the computer runs for eternity without breaking down or having other effects on the script, the script will never produce anything else it was not intended to produce. It will always print 1 up to 10 and you won’t see it at some point printing “Henk, you n00b, I’m in ur PC, running for eternity :P”. There is still uncertainty since you’ll always have to monitor for its output as if you look away, you can’t tell if it did something else not intended to do, but given its extreme simple code, you can be highly confident it won’t and the probability is also very very low. Does that qualify as scientific? :smiley:

I agree with consused. zayed2001 thankyou for posting your article.

I give up :slight_smile: I’m sorry . I should say no software as big as desktop environment is bug free.

consused and oldcpu thank you for you encouragement.

hehe, it’s not about giving up or not, or about losing or winning and you don’t have to apologize. I just wanted you to understand that 1) scripts are valid software and can be very very useful, 2) not all software is buggy as it depends on a lot of things and 3) Bash is a real programming language, although much limited one and also one that belongs to the scripting languages and Bash most of the time is used to automate things and to do system tasks. This is Bash’s field, and the field of other similar shell scripting languages