Étienne Barrié

@bihi@ruby.social
120 Followers
207 Following
173 Posts
Ruby lover, HTTP faithful, Git force-pusher. Born at 348ppm. He/him
GitHubhttps://github.com/etiennebarrie

Dear Fedi friends, may I ask you a favor?

I would really appreciate it if you could boost this message. I have created a French version of my Fedi promo video - and a French landing page – that I hope can spread far and wide in the Francophone world:

https://news.elenarossini.com/fedivers-video/

Cette vidéo explique ce qu'est le fédivers en 4 minutes. N'hésitez pas à partager cette page avec vos amis et vos proches qui ne sont pas ici... J'espère que cette vidéo éveillera leur curiosité 💙🤍❤️

#TheFutureIsFederated

📺 Découvrez le fédivers : une nouvelle ère pour les réseaux sociaux

Découvrez un tout nouvel univers des réseaux sociaux, où la vie privée est respectée, les utilisateurs détiennent le pouvoir et les GAFAM n'ont pas leur mot à dire.

Elena Rossini

Brighton Ruby people!

I created a public Signal group for Brighton Ruby: https://signal.group/#CjQKIKRLFhN1KiMH69xrBX48Ue9mezPfrRU8E736MehrY6XQEhArb5TeYsXXvoqOaM6uwM7K

It's not affiliated with the conference, but assume the same rules.

Signal Messenger Group

Follow this link to join a group on Signal Messenger.

Bonjour, nous sommes le
Programmers are usually fed a steady diet of features and bug fixes. But occasionally they get to work on performance problems. This development methodology is known as intermittent fasting.

Are you an EU citizen?

Don’t want trans people to be tortured?

Sign this now:

https://eci.ec.europa.eu/043/public/#/screen/home

It’s a citizens initiative with three days to go and your vote can make a difference.

#EU #Europe #trans #transRights #humanRights #citizensInitiative #democracy

I just released autolib, a gem to set up autoloads for the standard library.
https://rubygems.org/gems/autolib

It defines a b.rb, so you can use `ruby -rb` to enable it, e.g.:

$ ruby -rb -e 'puts Net::HTTP.get(URI("https://www.ruby-lang.org/en/downloads/"))[/The current stable version.*/]'
The current stable version is 3.4.3.

autolib | RubyGems.org | your community gem host

30 April 1945 | As Soviet forces neared his command bunker in Berlin Adolf Hitler shot himself.

Hitler's Thousand Year Reich lasted twelve years, four months & eight days.

We need to commemorate all the victims & remember where ideologies of hatred may lead humanity to.

Cette semaine, l'émission Hot Ones invitait Alain Chabat, et Kyan m'a demandé de dessiner une version "série Z" de l'affiche de "Didier" pour en faire un T-Shirt.
@remi Yeah it could break with any new version. But moving to SQL strings with placeholders should not be too hard in most cases if that ever happens, so I wouldn’t rush to remove all usage if Arel in your code base.
@remi It’s a private API of Active Record, can change at any time, is no longer published as an independent gem. That would explain the lack of official docs.