mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

573
comptes actifs

#toolbox

1 message1 participant0 message aujourd’hui

I just made an Erlang GUI "Hello World" in a Fedora 41 Toolbox.

$ toolbox create erlang

$ toolbox enter erlang

$ sudo dnf install erlang

$ erl -smp

1> wx:new().
{wx_ref,0,wx,[]}

2> M = wxMessageDialog:new(wx:null(), "Hello World").
{wx_ref,35,wxMessageDialog,[]}

3> wxMessageDialog:showModal(M).

Thanks to:

arifishaq.wordpress.com/wp-con

wxerlang.dougedmunds.com/

#erlang#gui#fedora
Suite du fil

I used to spend time updating individual Toolbox instances with apt or dnf. My new method is to nuke ALL OF THEM and the images that made them and start from scratch with new images on a fairly regular basis.

Still wondering if I shouldn't just layer Distrobox and make my life (comparatively) easier.

Hydra est une plateforme pour développer des visuels en temps réel,qui s'exécute directement dans le navigateur. Elle est gratuite et open source et conçu pour les débutant⋅es comme pour les expert⋅es.

Hydra peut-être utilisé (entre autre) :

  • pour mélanger et ajouter des effets aux flux de caméra, aux partages d'écran, aux flux en direct et aux vidéos

  • pour créer des visuels génératifs et audio-réactifs, et les partager en ligne avec d'autres

  • pour ajouter des effets vidéo interactifs à un site Web

  • pour diffuser des vidéos entre les navigateurs et coder en direct avec d’autres gens en ligne

⭕ https://hydra.ojack.xyz/
⭕ https://hydra.ojack.xyz/docs
⭕ https://ojack.xyz/

#video #LiveCoding #WebApp #application #toolbox #OutilsCreatifs @hydra

textmode.art est une application web, créée par humanbydefinition, qui permet de télécharger et de superposer des images et des vidéos, et d’y ajouter des effets. Vous pouvez également expérimenter avec des jeux de caractères et bien d’autres choses encore. Travail en cours.

⭕ https://textmode.art/
⭕ https://github.com/humanbydefinition

Source : http://text-mode.org/
#textmode #AsciiArt #webapp #application #toolbox #OutilsCreatifs

Couple years ago I recreated Classic Mac OS progress and indeterminate progress bars with Core Animation. I really need to find a project to use them in! 😁

Also, the barber pole style indeterminate progress bars were just sooooo “Macintosh.”

I hope everyone has a great day except the person who decided to remove them from modern macOS. Ugh.

#MacOS9#MacOSX#macOS

I missed this, but you can now use Ubuntu images in Toolbx! I know distrobox exists, but Toolbx ships with Endless OS, so this is relevant to my interests. 😃

For example,

toolbox create --image quay.io/toolbx/ubuntu-toolbox:23.04

Boom, Ubuntu 23.04 CLI on Endless OS, Fedora, or whatever your distro of choice is.

#Linux#Ubuntu#Fedora