• chevron_right

      Snapchat abandonne déjà les drones et ça nous rend tristes

      news.movim.eu / Numerama · Thursday, 18 August, 2022 - 15:56

    Quatre mois après avoir lancé le Pixy, Snap renonce déjà à l'idée de lancer des drones. Selon le Wall Street Journal, Evan Spiegel, le patron de l'entreprise, a fait cette annonce à ses employés. [Lire la suite]

    Abonnez-vous aux newsletters Numerama pour recevoir l’essentiel de l’actualité https://www.numerama.com/newsletter/

    • chevron_right

      On a testé Pixy, le petit drone de Snapchat aussi mignon que maladroit

      news.movim.eu / Numerama · Wednesday, 25 May, 2022 - 16:45

    Réservé aux États-Unis et à la France (le pays de cœur du fondateur de Snap), le drone Pixy coûte 250 euros. À ce prix, il ambitionne de révolutionner vos selfies en s'élevant dans le ciel pour vous photographier. Que vaut-il réellement ? Pendant une semaine, nous l'avons promené partout. [Lire la suite]

    Abonnez-vous aux newsletters Numerama pour recevoir l’essentiel de l’actualité https://www.numerama.com/newsletter/

    • chevron_right

      AppImage Pool standalone App Store for AppImages

      vegancluster · Saturday, 1 January, 2022 - 03:47 edit

    In #Linux, we have many different ways to install applications like #Snap, #Flatpak, AppImages, and default package manager.

    The common thing in them they all provide their custom app store or platform to Find, Manage, Install Apps except AppImages.

    For newbies, AppImages is a bundle of any application. Inside, a single-bundle application provides all required tools with required dependencies

    • Li chevron_right

      Ubuntu, Snap, les performances de chromium se dégradent

      Christophe K. · pubsub.eckmul.net / linuxfr · Sunday, 15 November, 2020 - 21:12 · 1 minute

    <p>Bonjour à tous,</p> <p>J'ai passé quelques temps ce week end sur un soucis que je rencontre avec chromium depuis la mise à jour de la distribution de mon ordinateur portable sous KDE Neon vers la 20.04. La distribution est basée sur Ubuntu.</p> <p>Le soucis était lié à la consommation mémoire du navigateur, avec mon environnement de travail et seulement quelques onglets ouverts le système utilisait rapidement plus que les 8Go de RAM disponibles. </p> <p>Suspectant fortement le passage au format snap du package j'ai décidé de tenter l'installation du package natif de la Debian stable et je dois dire que cela change tout, je reste sous les 5Go d'occupation de la RAM avec le même environnement de travail et un navigateur avec de nombreux onglets ouverts.</p> <p>Donc si vous constatez une consommation mémoire particulièrement élevée après mise à jour d'une Ubuntu en utilisant chromium, vous pouvez creuser de ce coté, c'est loin d'être négligeable comme écart et on peut facilement passer d'un système performant à une machine qui swap pour ce "détail".</p> <p>La procédure utilisée : <a href="https://www.linuxtricks.fr/wiki/ubuntu-installer-chromium-de-debian-au-lieu-du-snap">https://www.linuxtricks.fr/wiki/ubuntu-installer-chromium-de-debian-au-lieu-du-snap</a></p> <div><a href="https://linuxfr.org/users/chrisk/journaux/ubuntu-snap-les-performances-de-chromium-se-degradent.epub">Télécharger ce contenu au format EPUB</a></div> <p> <strong>Commentaires :</strong> <a href="//linuxfr.org/nodes/122241/comments.atom">voir le flux Atom</a> <a href="https://linuxfr.org/users/chrisk/journaux/ubuntu-snap-les-performances-de-chromium-se-degradent#comments">ouvrir dans le navigateur</a> </p>
    • chevron_right

      Movim 0.15 – Donati

      Timothée Jaussoin · pubsub.movim.eu / Movim · Sunday, 28 July, 2019 - 12:59 · 4 minutes

    After months of work, Movim 0.15 is finally out!

    This version was planned as a 0.14.2 but was finally retagged as a major release regarding the number of changes, improvements and new features introduced. This #release note will also sum up the changes introduced in the minor 0.14.1 version.

    So what's new in Movim?

    User features

    Local nicknames

    In the configuration panel you can now set a local nickname, this allows you to shorten the identifier you are using on your current pod and gives you a nice looking url for your blog (https://nl.movim.eu/?blog/edhelas%40movim.eu/ becomes https://nl.movim.eu/?blog/edhelas).

    Chats reactions

    In one-to-one chats and chatrooms you can add and remove #reactions to your contacts messages. A first implementation was using the Message Attaching XMPP extension. During the Lyon XMPP Sprint, the feature was refactored to implement the incoming XEP - Message Reactions. During this sprint we also worked with the #Dino and #Poezio developers to make the feature fully compatible with their clients.

    Chat reactions

    Publication sharing

    You can now easily share any article found in Movim inside a conversation by clicking on the send button just bellow the article.

    This uses the References XMPP extension.

    Publication sharing

    Snap!

    Do you want to quickly snap a picture and directly send it to a friend in a discussion or in an article? The new #Snap feature allows you to do that from any devices. Switch between your different cameras, shoot and send. It's that easy!

    The Android application has been updated as well to integrate this feature properly.

    Small improvements

    • You can now slide a one to one discussion to close it quickly, just like the Conversations client allows you to.
    • Search navigation has been improved, there is no page reload anymore to open a new discussion from the Search panel.
    • The Community page was fully redesigned to be snappier and propose contents that might interest you.
    • The UI now handles small disconnections way better . The conversations are not fully reloaded anymore when the connection is brought back.
    • In the configuration you can now define the Chat page as the default one to open when launching Movim, this is quite useful on mobile.

    Fixes, fixes, many fixes

    Lots of small things were fixed here and there.

    • The chat notifications counter was fully refactored to prevent some counter issues, each message is now independently checked as read (or not) in the database
    • The composing/paused chat state are now handled more properly in Movim. Those states are also displayed during chatrooms discussions. This fixes a 3 years old ticket.
    • Websockets are now reconnected properly if the browser is doing some intensive throttling, this was especially the case on Chrome on mobile devices.

    Architecture and technical changes

    From ZeroMQ to Websockets

    One of the biggest changes technically wise was the replacement of #ZeroMQ sockets with WebSockets. This technology was used internally for the inter-processes communications. In the end this replacement allows us to become independent from the php-zmq library without any noticeable performance impact.

    This simplifies even more the deployment of Movim and helps with the packaging of the project.

    New base web server directory

    For the administrators, please notice that the main file, index.php is not at the root of the project anymore but in the public/ directory (as well as many other files). These small changes allow the Web server to expose only the public files without extra configuration. So please point your root repository to that public subfolder.

    This change was about securing the basic setup by default .

    SQLite support removed

    The #SQLite support, introduced in the version 0.14, has been removed for now. We had lots of issues to maintain consistency and fix our migrations for that specific database.

    Some work has been done on the Eloquent library to fix some of those migrations issues upstream but it is too early to have something sufficient to bring back SQLite support in Movim.

    You can still fully use Movim with #MySQL and #PostgreSQL.

    What's next?

    Movim has now reached a stable state, both UX/UI wise as architecturally wise.

    There is still a lot of improvements to do, especially regarding the integration between the social network part and the chat part. Plus, we are always interested to hear about new ideas or improvement suggestions!

    For the 0.16 version we are planning to improve video-conferencing and bring it properly for the mobile devices. Some work is also planned to improve the Communities navigation.

    We need your help

    To continue developing and hosting our infrastructure and to support the project we would be really pleased to cover our monthly expenses, it's not much.

    We already have a few hundreds users connected daily on our main servers. If each of them could give a few euros per month it would easily allow us to reach that goal.

    You can help us by giving monthly on our official Patreon page or by using Paypal.