@sgued@pouet.chapril.org
@sgued@pouet.chapril.org avatar

sgued

@sgued@pouet.chapril.org

🇫🇷 Cybersécurité et systèmes embarqués. Passionné de logiciels libres et de #Rust. Employé par https://social.nitrokey.com/@nitrokey

🚴‍♂️ https://umap.openstreetmap.fr/en/map/vive-le-velo_955962#7/48.360/2.153

🇬🇧 Cybersecurity and embedded systems. I love #FLOSS and #Rustlang. I work at https://social.nitrokey.com/@nitrokey

This profile is from a federated server and may be incomplete. Browse more on the original instance.

uichelorraine, to random French
@uichelorraine@piaille.fr avatar

Demande de confirmation : l'avantage du Fediverse/Mastodon tout ça et de la décentralisation, c'est que ça rend techniquement impossible de déclarer "j'interdis Masto sur tout le territoire jusqu'à que les gens redeviennent enfin sages et disent que c'est moi le plus beau"?

sgued,
@sgued@pouet.chapril.org avatar

@uichelorraine c'est pas vraiment ça. L'intérêt de Mastodon et du fediverse c'est avant tout d'être décentralisé sans une entreprise qui contrôle tout, c'est avant tout politique. Face à de la censure et du bloquage par un va gouvernement qui ose aller jusqu'au bout ça fait pas long feu, parce que même si tu peux pas bloquer toutes les instances, tu bloque les grosses et c'est bon la majorité des gens ont perdu leur réseau, et doivent galérer à le recréer sur une nouvelle instance.

bascule, to random
@bascule@mas.to avatar

Quoting @matthew_d_green from the hellsite:

“Telegram has launched a pretty intense campaign to malign Signal as insecure, with assistance from Elon Musk. The goal seems to be to get activists to switch away from encrypted Signal to mostly-unencrypted Telegram”

sgued,
@sgued@pouet.chapril.org avatar

@bascule I saw this being shared around recently, even though it's from 2021: https://link.springer.com/chapter/10.1007/978-3-030-80825-9_5, in which the authors got a response from Signal explaining that this was not part of the security model. My understanding is that they are referring to this.

gabrielesvelto, to random
@gabrielesvelto@fosstodon.org avatar

Question for my francophone friends, what's the correct French equivalent of enshittification: merdification or enmerdement? Also, does the government have an official position on the word yet?

sgued,
@sgued@pouet.chapril.org avatar

@gabrielesvelto emmerdement is already a generic term that refers to annoyance in general. Merdification is more clearly a new word that actually has a the direct signinfication that something is getting shitty

sgued,
@sgued@pouet.chapril.org avatar

@gabrielesvelto emmerdement is rare since emmerde would have the same meaning, but it exists in the dictionary

sgued, to fediverse French
@sgued@pouet.chapril.org avatar

J'avais vu passé il y a un moment un service qui permettait d'ajouter un lien dans les posts Mastodon/fediverse qui encodait la position géographique liée au post, ce qui le rendait visible sur une carte sur un site dédié.

J'arrive pas à retrouver ce site. Quelqu'un l'a noté?

anze3db, to random
@anze3db@fosstodon.org avatar

I've just launched a redesign for https://fedidevs.com!

Besides the site looking much cooler (thanks to @hyperNURb) it's now also possible to follow accounts from the website! No more awkward redirect to my instance dance that was there before 🎉

video/mp4

sgued,
@sgued@pouet.chapril.org avatar

@anze3db @hyperNURb Looking good!

heyheymomo, to random
@heyheymomo@socel.net avatar

I have a fun messenger sticker pack ready to go. I think I’ll put it on WhatsApp but what other messengers would you like to see my stuff on?

sgued,
@sgued@pouet.chapril.org avatar

@heyheymomo Signal!

ciredutempsEsme, (edited ) to random French
@ciredutempsEsme@mamot.fr avatar

Nouvelle idée écolo : ajouter 8j de congés par an à celleux qui ne prennent pas l'avion 😊

Édit : je dis nouvelle mais plein de gens l'ont déjà eue, c'est sûr

sgued,
@sgued@pouet.chapril.org avatar

@ciredutempsEsme Pourquoi 8 spécifiquement ?

sebsauvage, (edited ) to random French
@sebsauvage@framapiaf.org avatar

💬🔒 Et donc suite au fait que j'ai mis mon username Signal dans mon profil Mastodon, quelques internautes m'ont contacté sur Signal.
Je ne connais pas leur pseudo, email, ni téléphone, ni adresse IP, ni même leur username Signal. Les seules choses que je vois c'est:

  • le nom qu'ils ont choisi d'afficher.
  • l'image du profil.
    Rien d'autre, et c'est très bien comme ça. Je n'ai pas besoin d'en savoir plus.

Minimiser les données connues, c'est sous-apprécié.

sgued,
@sgued@pouet.chapril.org avatar

@sebsauvage Pas trop de spam d'avoir Signal sur un profil publique?

J'oserais pas sans avoir un compte dédié.

sgued,
@sgued@pouet.chapril.org avatar

@sebsauvage lié à l'username? J'ai déjà reçu des messages de spam par le passé

Khrys, to random French
@Khrys@mamot.fr avatar

Les liseuses, c'est cool. Ça permet d'empiler les livres à lire sur vachement moins de mètres carrés que si tu les avais en format papier 😅

sgued,
@sgued@pouet.chapril.org avatar

@Khrys Mais les livres papier ça aide à paraître intelligent dans une bibliothèque en fond de viso-conférence!

sarajw, to random
@sarajw@front-end.social avatar

Oh no. Tried to add a blog to RSS Joy only to find the linked as 'RSS' feed is actually JSON.

Then it's not actually RSS, is it?

sgued,
@sgued@pouet.chapril.org avatar

@sarajw The only place I've seen it is in peertube, where you can subscribe with

  • media rss 2.0
  • atom 1.0
  • json 1.0
  • podcast rss 2.0

Free and Open Source software not implement everything challenge failed.

sgued, to rust
@sgued@pouet.chapril.org avatar

A couple of month ago, I opened an issue suggesting a new Clippy lint for rust. (Recommending against using try_into() when into() is available.

Someone implemented it and it recently reached stable with 1.76, I'm surprised at how many times this lint triggered in our codebases 😅.

I guess that means that this lint is useful!

https://github.com/rust-lang/rust-clippy/issues/11577

sgued,
@sgued@pouet.chapril.org avatar

@hko The best I did was still when suggested and implemented a lint: https://github.com/rust-lang/rust-clippy/pull/9770

And then I was informed on mastodon it actually found a bug in the rust bindings for pango: https://github.com/gtk-rs/gtk-rs-core/pull/862/files#diff-5aafdcc04bb4920096e14c3400a1c5706dd065bbff4e8f38f849cab0ded72bd0L30

ekuber, to rust
@ekuber@hachyderm.io avatar

What would you take out of this diagnostic? Is this too much information? Would you prefer to have a shorter message at the cost of needing multiple cycles of the compiler telling you you're missing a change?

sgued,
@sgued@pouet.chapril.org avatar

@ekuber what's the current error message for comparison?

sgued,
@sgued@pouet.chapril.org avatar

@ekuber This may not be the main question, but what does where Self: 'static do on an impl dyn Trait ?

Doesn't it only make sense on dyn Trait + 'static ?

mulad, to random
@mulad@mastodon.sdf.org avatar
sgued,
@sgued@pouet.chapril.org avatar

@mulad
You go to work in a million dollars vehicle.
I go to work in a million dollars vehicle.

We are not the same.

jon, to random
@jon@gruene.social avatar

SCREAMING

PUT UP A WIRE

A hydrogen TRAM is about the most stupid thing imaginable. If you’ve got enough traffic to justify a tram, you have got enough traffic to justify an overhead wire

WHY DO WE KEEP DOING THIS SORT OF CRAP? REALLY 🤬

https://www.elektroauto-news.net/news/goerlitz-erste-wasserstoff-strassenbahn

sgued,
@sgued@pouet.chapril.org avatar

@jon If you really don't like wire, you can also power it through the rails. I don't know how it can be safe, but Reims in France does that to keep the looks of its city center.

sgued,
@sgued@pouet.chapril.org avatar

@jon I still bet it's cheaper than building the infrastructure for hydrogen.

fasterthanlime, to random
@fasterthanlime@hachyderm.io avatar

in rust, can you enable a dependency's feature if two of your own features are enabled? (like ["tokio", "deflate"] => ["async-compression/deflate"])

sgued,
@sgued@pouet.chapril.org avatar

@fasterthanlime if async-compression is an optional dependency, you can do:

deflate = ["dep:deflate", "async-compresion?/deflate"]

which might get close to what you want.

luxas, to random French
@luxas@social.gnieh.org avatar

Ça tente des gens un bientôt au Ker Beer ? http://www.lesbarres.com/etablissement/ker-beer

Vous pouvez répondre au sondage ici : https://cloud.gnieh.org/apps/polls/s/JUKdr94H

sgued,
@sgued@pouet.chapril.org avatar

@luxas mastapero rencontrent les aperos du libre?

sgued, to rust
@sgued@pouet.chapril.org avatar

Glad to see my 2 years old PR being merged into serde-bytes.

Now it supports [u8; N] !

As an added bonus the latest release also fixes an issue I raised a while ago. [serde(with = "serde_bytes")] now works even when the alloc feature is disabled.

https://github.com/serde-rs/bytes/pull/28

sgued, to random
@sgued@pouet.chapril.org avatar

I realized that changes in are not granular or atomic.

I encountered a pharmacy that was missing opening hours, but also a phone number. @streetcomplete pointed me to the missing opening hours, but I used @everydoor to input the hours and the phone number, since StreetComplete does not offer adding businesses phone numbers. But then I realized that the position of the pharmacy was off, so I used StreetComplete to fix it. Then the two edit conflicted and the it silently reverted the move.

sgued,
@sgued@pouet.chapril.org avatar

@streetcomplete @InsertUser @everydoor SC was the first app to upload the edit so I think the fault lies in Everydoor.

altis, to random French
@altis@masto.bike avatar

Pourquoi ce nouveau carrefour doit être refait ? (Neuilly-sur-Seine)
https://youtu.be/1bYXSdgeEUY

sgued,
@sgued@pouet.chapril.org avatar

@altis C'est vraiment légal de remonter à contre-sens en vélo une zone 30?

Ça me parait hyper dangereux comme montré sur la vidéo, et pour moi c'était plus une obligation de construire et marquer des contre-sens cyclables dans les zones 30 que l'autorisation de les prendre à vélo quand rien n'est indiqué.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • magazineikmin
  • everett
  • InstantRegret
  • rosin
  • Youngstown
  • slotface
  • love
  • khanakhh
  • kavyap
  • tacticalgear
  • GTA5RPClips
  • DreamBathrooms
  • provamag3
  • modclub
  • mdbf
  • normalnudes
  • Durango
  • ethstaker
  • osvaldo12
  • cubers
  • ngwrru68w68
  • tester
  • anitta
  • cisconetworking
  • Leos
  • JUstTest
  • All magazines