pouet.chapril.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Chapril https://www.chapril.org est un projet de l'April https://www.april.org

Administré par :

Statistiques du serveur :

1,1K
comptes actifs

#dev

55 messages42 participants12 messages aujourd’hui

New Kitten feature: Icons!

You can now make use of a subset of the icons in the Phosphor icons set by @minoraxis and @rektdeckard.

kitten.small-web.org/reference

Search through them in your editor by referencing `kitten.icons.categories` and `kitten.icons.tags`.

Add this to a file called index.page.js and run `kitten` to see a large duotone pink cat (because why not?):

export default function () {
return kitten.html`
<${kitten.icons.c.Cat}
size=40%
weight=duotone
colour=deeppink
/>
`
}

(And yes, the set includes icons for the fediverse. This one of the reasons I chose it.) ;)

Enjoy!

:kitten:💕

ethiciel.org/blog.html#lassist

➡️ Notre premier hackathon c'est demain, découvrez ce projet naissant qui fédère un enthousiasme vibrant chez les participants !

❤️ Nous cherchons aussi un deuxième admin sys pour réaliser une étude d'infra sur différents OS Linux afin de limiter l'impact environnemental tout en se donnant la possibilité de scaleup ou scaledown (cf. article).

ethiciel.orgAssociation Éthiciel : Blog

#Linux #Editors #Code #Dev

What are the editors available these days that *do not* use Chromium/Electron/Atom/etc?

On my system, in vscodium (and I tried zed too) there's a maddening bug where scroll-wheel events are accrued and when you switch-back to the editor, ZIP! you end-up at the bottom (mostly) of your code. 😡 💢

It makes it totally impossible to use, hence looking for other editors.

I even tried gvim again, but it's just so painful to use!

Save me!

🦇