Here is the next tests I’ve made on the same machine with same browsers as in the trevious tests. This test is benchmarking java script performance. And here is source of the test. Relusts are:
Opera
Array object 391
Date object 63
Error handling 46
Math object 63
RegEx object 219
String object 234
DOM 172
Ajax declarations 156
Total Duration 1344
Firefox
Array object 66
Date object 42
Error handling 89
Math object 58
RegEx object 191
String object 726
DOM 269
Ajax declarations 378
Total Duration 1819
Chrome
Array object 273
Date object 213
Error handling 8
Math object 17
RegEx object 67
String object 39
DOM 55
Ajax declarations 413
Total Duration 1085
IE
Array object 250
Date object 79
Error handling 187
Math object 203
RegEx object 531
String object 110
DOM 328
Ajax declarations 703
Total Duration 2391
Safari
Array object 47
Date object 78
Error handling 219
Math object 172
RegEx object 125
String object 31
DOM 47
Ajax declarations 156
Total Duration 875
And the verdioct is:
Safari is the fastest in this test, followed by Chrome, Opera, Firefox and as usual IE is last one.
Side note: In the tests I’ve remarked that only opera and IE correctly(retained the formatting) copied the data in clipboard.
Most of “ux” users and administrators use remote terminal to connect to administrared machine.
One of the popular choises, minly because of it’s portability is PuTTy only putty.exe is needed and no installation is required. In addition it is free.
Downside is that sometimes there are problems with terminal emulation - not necessary coming from putty, but still annoying.
One of my problems is that when vim is in insert mode arrow keys do not work. For long time I was no able to find solution to the problem, but finally i found one. Just type this in your home folder:
echo syntax enable > ~/.vimrc
This did the trick for me. Hope it helps to you too.
Recently Google announced their own browser called Chrome. It seems pretty fast and promising, but still do you want to give all your information to Google…
But this post is not privacy related. After having so many browsers on the market probably you wonder which one is the best. Lets do some tests.
As you can see IE had real problems.
How the others will do?
Firefox is doing OK
Safari is doing really good….
For now Opera has highest score…
How Google browser will score?
Conclusion
As you can see none of the browsers did not pass ACID3 test. Chrome as Beta is better than FF and Safari, but still behind Opera. As for the other participant IE this was the only browser who did not pass even ACID2 test.
Recently I read a book for VoIP and at some point I found reference to OenSER project.
After visiting the site www.openser.org I was welcomed with the message that OpenSER is now OpenSIPS as you can see from the screenshot.
Why the project forked?
Some answers could be found on the initial post on opensips users mail list:
Hello everybody,
A new project - OpenSIPs (Open SIP Server) - became active today(post is dated Mon Aug 4 11:29:30 CEST 2008), with its first release (OpenSIPS 1.4.0).
What is OpenSIPS about?
OpenSER History:
—————-
Voice System started the OpenSER project with a vision of running an open project that will deliver a professional software. Along the years Voice System was the main contributor and sustainer of the OpenSER
project, organizing conferences, events and tutorials, all aiming to consolidate OpenSER as a top solution for industry VoIP.
OpenSER Issues:
—————
In the past time, several critical problems related to OpenSER project were identified by us:
- the need for a new reliable release - delayed or low-quality releases are affecting the credibility of the project
- degradation of the project quality - testing, performance measurements and code quality control are overlooked
- lack of the control, management and coordination of the project - critical project issues could not be handled or solved
OpenSIPS Solutions:
——————–
OpenSIPS is a continuation of the OpenSER project - we have a moral obligation to develop and deliver the high quality and reliable software we envisioned when starting OpenSER.
1) a 6 months release cycle, but with no compromise for the technical issues
2) extensive testing and performance measurements before each major release
3) contributions are guaranteed to be answered and integrated (if accepted) in less than 1 month
4) code review, architecture control and integrated design for software quality
5) technical management with a strict developer hierarchy and developer cooperation to prevent deadlocks or un-availabilities
6) intellectual honesty by having decisions taken on value-based criteria and arguments.
It seems that the development is sponsored by voice-system.ro?!
And the development of opensips is continued as Kamailio.
Maybe we will see better product development after this fork or … - only time will show.