shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

269
active users

#modules

1 post1 participant0 posts today

I feel like I should already have this somewhere in my collection, but I need a side quest dungeon that’s for roughly 10th level in D&D terms, some ancient tomb or temple that would have an artifact in it. Anyone have suggestions? I’m adapting to another system entirely, so any system is fine.

Replied in thread

The main purpose of this auxiliary row of #eurorack #modules is to sequence notes CVs and modulation CVs for my 2600. S&H & LFOs are great for some modulations, but sometimes you need specific voltages in a specific sequence. Enter the #behringer #arp2500 1027 Clocked Sequential Control Module. It can sequence 3 different groups of up to 8 steps (position gates allows resetting the sequence at any step, although on all 3 sequences at once).

More than 8 steps? see next

modulargrid.net/e/behringer-10

ModularGridBehringer 1027 Clocked Sequential Control ModuleBehringer 1027 Clocked Sequential Control Module - Eurorack Module - 2500 Series Analogue Step Sequencer
Replied in thread

@ustralien Sadly no, and that's my big disappointment!

@frameworkcomputer decided to choose the #Apple-esque "flat cells below #trackpad" design in the unreasonable #THINN-ness race instead of doing what even the #EeePC and #Sony's #Vaio #P11Z did and have a slot at the back to chug in batteries!

  • I know why they did it, as a closed aluminium pan aka. "#lunchbox" design is easier to fabricate, but I'd rather some #ToolfreeSwappableBattery which are IMHO of more practicality than having the ability to swap out every port.

Not that I don't like those #modules, but I'd rather wish for a "#THICC-er" device if that gets me essentials like #Ethernet, #USB-A & -C as well as a #TRRS #HeadphoneJack / #HeadsetJack.

That being said the #Framework is still by a long margin the "least #enshittified" device on the market, and same goes for the #Fairphone devices...

Not to mention they don't have an #UltraNav-Style #Trackpoint and I do use that instead of a Trackpad.

#AndroidAppRain at apt.izzysoft.de/fdroid today brings you 14 updated and 1 added apps:

* Bookaccio Book Tracker: helps you manage and organize your reading list

! Jamie's Authenticator Pro is continued as a new app named Stratum (you'll need to switch).

ViMusic was removed as it is no longer working.

At apt.izzysoft.de/magisk 3 #Magisk #modules were updated and 1 added: Low RAM Flag Enabler.

RB status: 350 apps (28.8%)

Enjoy your #free #Android #apps with the #IzzyOnDroid repo :awesome:

IzzyOnDroid App RepoIzzyOnDroid F-Droid RepositoryThis is a repository of apps to be used with your F-Droid client. Applications in this repository are official binaries built by the original application developers, taken from their resp. repositories (mostly Github, GitLab, Codeberg). Updates for the apps are usually fetched daily, and you can expect daily index updates.

If you’re running a relatively recent version of Node.js – I’m on 22.x for Kitten¹ at the moment– and you use ES Modules (because, of course, you use ES Modules, right, because it’s almost 2025…) and you want to use .js extensions and not have to litter package.json files with "type": "module" all over the place, you can start Node with the following flag and it should Just Work™ ;)

--experimental-default-type

¹ kitten.small-web.org

> The recent update in Node.js introduces an experimental feature that allows require() to synchronously load ESM graphs that do not contain top-level await. This feature is significant because it allows developers to use require() with ESM.

zacharylee.substack.com/p/nati

Web Developers · Native Support for CJS/ESM Interoperability Begins in Node.js 22By Zachary Lee

New article:

⚠️Why you should avoid import * in Python 🐍
pybit.es/articles/why-you-shou

Covering:
- Why modules are great and namespacing explained
- Why import * is a problem
- A practical example where a function gets overriden
- The recommended way to do imports
- What PEP8 has to say about this
- Protection workaround, use __all__ to define your module's public interface

PyBites⚠️Why You Should Avoid Import * In Python 🐍 - PyBitesHowever, not all ways of using modules are equally beneficial. In this article, we will discuss why using import * can be more problematic than it's worth,