Slashdot Mirror


Opera Software Changes Name To Otello Corporation (reuters.com)

Opera Software has changed its name to Otello Corporation, it said in a statement on Monday. From a report: Otello owns companies that develop software for advertising, telecoms, games and other online business. The name changes does not affect Opera Software AS or the Opera and Opera Mini internet browsers, all of which Otello sold in 2016, Opera Software AS said in a separate statement.

1 of 55 comments (clear)

  1. Re:Slow news day? by Hal_Porter · · Score: 5, Insightful

    Opera used to be great back in the 12.x days. Then they switched rendering engines and lost all the features that made it better than Chrome.

    Interestingly there are attempts to recreate the Opera 12.x UI features in other browsers, Vivaldi and Otter.

    https://en.wikipedia.org/wiki/Opera_(web_browser)#See_also

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;