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 :

639
comptes actifs

#Module

1 message1 participant0 message aujourd’hui

SNS-GESTURE is hand gesture recognizing module with I2C interface which easily can be interfaced to Arduino, PICO or ESP32 with MicroPython olimex.wordpress.com/2025/06/1 #esp32 #pico #arduino #gesture #regonize #i2c #module
This module will help you to add fancy interface to your next project and to navigate without keyboard and mouse.

A répondu dans un fil de discussion

The AM1021 is a sequential switch, able to take the 3 outputs of the 1027 sequencer and combine them sequentially. Thus you can have up to 24 steps frrom the 3 x 8 sequences from the #arp2500 1027 #eurorack #module

It does this in very little hp space. The mix sequencer 1050 can also do that, but you can't use it for other functions, such as another sequencer or two or mixer. It gives the control row more flexibility. #modularsynth #sequencer #dawless #music

modulargrid.net/e/amsynths-am1

ModularGridAMSynths AM1021 Sequential ClockAMSynths AM1021 Sequential Clock - Eurorack Module - This 4HP module expands the capability of the Behringer 1027 Sequencer by adding a Sequential Switch that enables sequences of 8, 16 or 24 steps to be generated.

A creepy tidbit from Fever Swamp, a swampcrawl module by Luke Gearing:

"These spirits of lost children are desperate for a light to lead them home. Their shadowy forms clamber through the trees, their large, blank faces staring
greedily from above. Once the time is right, they reach down, snatching any
candles, lanterns and oil before hurriedly fleeing. They can be pacified with
sweet treats. They will not try to fight."

#OpenSim #Module #Arbres #Trees

J'ai testé le module Trees , voilà la page du wiki opensim en français... J'ai un peu modifié la traduction pour refléter ma compréhension et mes observations lors de l'utilisation du module des arbres. Je vais continuer à effectuer des tests pour clarifier ces points. Il est possible que mes interprétations ne soient pas entièrement correctes, mais je pense qu'elles reflètent bien ce que j'ai observé.

opensimulator.org/wiki/Trees_M

Just released Node Pebble version 5.1.1

• Updated to Pebble version 2.7.0.

• Now also supports macOS and arm64 (because Pebble itself does).

codeberg.org/small-tech/node-p

Node Pebble is a Node.js wrapper for Let’s Encrypt’s¹ Pebble² that:

• Downloads the correct Pebble binary for your platform.

• Launches and manages a single Pebble process.

• Returns a reference to the same process on future calls (safe to include in multiple unit tests where order of tests is undetermined)

• Automatically patches Node.js’s TLS module to accept Pebble server’s test certificate as well as its dynamically-generated root and intermediary CA certificates.

¹ letsencrypt.org

² “A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production certificate authority.” github.com/letsencrypt/pebble

Codeberg.orgnode-pebbleA Node.js wrapper for Let’s Encrypt’s Pebble (a small RFC 8555 ACME test server not suited for a production certificate authority)
#LetsEncrypt#TLS#SSL

Une version pour Rust du concept déja vu dans QI4J (en Java). Ca a toujours l'air puissant ... Et absolument incompréhensible. Le seul avantage de cette version Rust, c'est qu'à mon avis le lien entre composants doit se faire à la compilation, ce qui rend l'exécution rapide (et sans le temps de démarrage catastrophique des grosses applications Java). contextgeneric.dev/ #rustlang #programming #concepts #framework #module

contextgeneric.devContext-Generic Programming
A répondu dans un fil de discussion

I'm learning just a tad-bit about #AMD ( #asynchronous #module #dependencies ) and #RequireJS. I've always been too retarded to do anything with #Webpack, because it needs to be running server-side as well as clientside in the browser (I think). Dependencies bundled together in real time, at the server side, plus whatever minifier and obfuscation they decide to add.

With RequireJS, it just needs to find static JS files in the URL folder structure it expects. So you can use really any webserver.

Physically-Based Hydrologic Modeling Using GRASS GIS - r.topmodel [tutorial]
--
workshop.isnew.info/omu-2024-r <-- link to technical resource / workshop / tutorial
--
“This workshop will introduce r.topmodel (Cho 2000), the GRASS GIS module for a physically-based hydrologic model called TOPMODEL (Beven 1984)..."
#GIS #spatial #mapping #water #hydrology #Hydrologic #model #Modeling #GRASS #GRASSGIS #topmodel #workshop #tutorial #onlinelearning #TopographyModel #catchments #R #SAGA #module #ISPSO #particleswarmoptimization #algorithm #continuingeducation

@Cfkschaller How crazy and/or how much of a non-starter this idea would even be:

RHEL Workstation's desktop components as an application stream.

The core motivation here is to enable RHEL customers to use the latest Workstation environment on older RHEL versions (within logistical and practical reasoning). For example, GNOME 47 from RHEL 10 available for installation on RHEL 9.

I remember reading an article times ago in favor of using python modules in the form of `python -m <module> <command>` instead of `<module> <command>` (e.g. `python -m pip list`, `python -m django startproject`, `python -m coverage run`, ...)

What's the best piece of text (e.g. article, docs, ...) I can share today to promote this behavior among other python projects?