dragonscave.space is one of the many independent Mastodon servers you can use to participate in the fediverse.
A fun, happy little Mastodon/Glitch instance.

Server stats:

237
active users

Nothing like a portable, cross-platform setup script:

```
subprocess.check_call('git clone gitlab.com/[redacted]/[redacte /tmp/[redacted]', shell=True)
```

Public

@jscholes ahh yes let me just run this on my cmd

Public

@zersiax The script in question then attempts to run `make`, and even more ridiculously, `cp`, including Unix shell expansion syntax.

Public

@jscholes This is so common in Jupyter notebooks.

Literally today, I've had to deal with one that had !apt-get install all over the place.

Public

@miki LOL. If anything, that's even worse.