mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

3K
active users

#module

4 posts3 participants0 posts today
Continued thread

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

AMSynths AM1021 Sequential Clock - Eurorack Module
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."

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

Summary card of repository small-tech/node-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

Pilet hits Kickstarter for $200 and up: Portable modular computer powered by a Raspberry Pi 5

The Pilet 5 is a Raspberry Pi 5-powered handheld computer with a 5 inch display, a built-in keyboard, and a set of buttons, joysticks, and scroll wheels for navigation and gaming. And the Pilet 7 is a portable computer with a larger display and a modular design: you can attach a keyboard, gamepad, or other accessories to the bottom.

Both are open source hardware projects that have been under […]

#crowdfunding #handheldComputer #module #openHardware #Pilet #pilet5 #pilet7 #raspberryPi #raspberryPi5

Read more: liliputing.com/pilet-hits-kick

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
Replied in thread

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.