101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

513
active users

#commandlineinterface

0 posts0 participants0 posts today

It's kinda bizzare that you might use a tool for years, with some remarkable distraction on each occasion, instead of configuring it properly.

Today I switched from the sequence of "ssh <host>; tmux attach" to a configuration that does it form me:

```
Host ...
...
RequestTTY yes
RemoteCommand tmux new-session -A ...
```

One thing I always do when I type `rm` in the terminal.

1. Check what is my current working directory
2. Check what file or directory I'm trying to delete
3. Check if I'm conscious.
4. Check if this is not some fabricated dream.
6. Check if the voices in my head are shut.
7. Check if the keyboard is not moving by itself.
8. Check rule 5 again.

Just published Kitten’s¹ new database² commands:

- kitten db [table name] to see info the database/a specific table
- kitten db delete [table name] to delete the database/a specific table
- kitten db tail <table name> to follow a specific table

Full docs: codeberg.org/kitten/app#databa

¹ codeberg.org/kitten/app
² codeberg.org/small-tech/jsdb

Codeberg.orgappA web development kit that’s small, purrs, and loves you.
Continued thread

This post was also a test of the "toot" command line interface tool for Mastodon:

github.com/ihabunek/toot
[edited because originally I had the GitHub for a different project with the same name]

I installed it on my Mac using Homebrew, but I think it's installable on various Linux distros.

It's very full featured, supporting images and alt text, e.g. Very cool!

GitHubGitHub - ihabunek/toot: toot - Mastodon CLI & TUItoot - Mastodon CLI & TUI. Contribute to ihabunek/toot development by creating an account on GitHub.

Command line fans!

You can access Mastodon through a command line interface using the "toot" client on your computer (at toot.readthedocs.io/en/latest). It's currently available for Linux and BSD.

(Note that this "toot" app is nothing to do with the "Toot!" app for iPhones. They are both used to access Mastodon, and their names are similar, but they have nothing else in common.)

toot.readthedocs.iotoot - Mastodon CLI client — toot documentation