Romanian readers:
fir de discutii
There's a CS/informatics competition for high school students being held this weekend in Cluj and it is combined with educational software presentations from software companies for informatics professors.
I asked the organizers if our Free Software Group could hold a short session about the benefits of FOSS in education, with references to Ubuntu, Edubuntu and Kiwilinux and we were given a slot after the ones which had already been planned a while ago - those of Microsoft, Cisco and a local company that sells education software for Romanian schools.
That was two days ago but yesterday we were notified that the Microsoft representative in charge with the education strategy had requested the organizers to pull the Ubuntu presentation because it is 'unfair competition' to hold such a presentation at an event sponsored by them. They are indeed co-sponsors but the conference is organized by the Ministry of Education and its local office, and is being held on the premises of a public University.
It is sad to know they are resorting to this sort of coercing and that they have such influence over the educators but looking on the bright side of it, and that's how I perceived it after thinking a bit about it, THEY ARE SCARED :)
We were also promised to be given the opportunity to present at a later date to a similar group of professors in June.
If most cryptographers and one prominent NSA whistle-blower are to be believed, Signal by Open Whisper Systems - branded TextSecure on Android before it recently got merged with RedPhone - is the most secure traditional messaging app in use today - that is, not counting those that require Tor, the Bitcoin blockchain or other tech out of the reach of regular users.
I am pleased to say that a TextSecure compatible client for the Ubuntu phone has been in the store for a while, and today it is stable enough to be used regularly. The basics are all working - end-to-end encrypted texts and group chats, photo, audio, video and contact attachments.
Note that this is not a replacement for the standard messaging app as it does not send or handle SMS.
On first run you will be prompted for your phone number, will need to manually confirm the received SMS verification code, then asked to import your address book contacts to see which of them is already using Signal.
There are still enough bugs lurking and major features missing - encrypted message store, push notifications that require server side work, support for multiple devices synced with the same phone, even encrypted phone calls, which aside from the large amount of work involved may or may not be possible depending on what the Ubuntu phone SDK exposes.
While new features are being added it is very likely that backwards incompatible changes will be introduced to the way message storage is handled, and while attempts will be made to make migration painless, do not yet store any important information solely in the application's database.
Both the conversation SQLite database and the attachments are under /home/phablet/.local/share/textsecure.jani in case you need to access them independently of the app.
The project is written entirely in Go. Working with Go for the backend library and with go-qml for the UI has been a mainly positive experience, although I wish go-qml were more actively maintained and had a more complete coverage of the common APIs and use cases that C++ Qt/QML developers are used to.
If you try it out, file issues on github. If you know QML and feel like contributing, check out the project at github.com/janimo/textsecure-qml and get it touch on the mailing list
I am pleased to say that a TextSecure compatible client for the Ubuntu phone has been in the store for a while, and today it is stable enough to be used regularly. The basics are all working - end-to-end encrypted texts and group chats, photo, audio, video and contact attachments.
Note that this is not a replacement for the standard messaging app as it does not send or handle SMS.
On first run you will be prompted for your phone number, will need to manually confirm the received SMS verification code, then asked to import your address book contacts to see which of them is already using Signal.
There are still enough bugs lurking and major features missing - encrypted message store, push notifications that require server side work, support for multiple devices synced with the same phone, even encrypted phone calls, which aside from the large amount of work involved may or may not be possible depending on what the Ubuntu phone SDK exposes.
While new features are being added it is very likely that backwards incompatible changes will be introduced to the way message storage is handled, and while attempts will be made to make migration painless, do not yet store any important information solely in the application's database.
Both the conversation SQLite database and the attachments are under /home/phablet/.local/share/textsecure.jani in case you need to access them independently of the app.
The project is written entirely in Go. Working with Go for the backend library and with go-qml for the UI has been a mainly positive experience, although I wish go-qml were more actively maintained and had a more complete coverage of the common APIs and use cases that C++ Qt/QML developers are used to.
If you try it out, file issues on github. If you know QML and feel like contributing, check out the project at github.com/janimo/textsecure-qml and get it touch on the mailing list
0
View comments