mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

11K
active users

#terminal

61 posts51 participants0 posts today

theregister.com/2025/03/13/and

I have a Pixel 8a and I just tried that out. It seems to work. You need to enter dev mode with seven taps on the build number and after that it's fine. Until now, I used Termux but it's nice to have Debian as I use it everywhere else.

I did find that apt-get locked up a couple of times but stopping and starting seemed to get around that.

I can compile a hello world so that'll do. I think that ed(1) is your friend here 🙂 @ed1conf #linux #terminal

Kitty 0.40 Terminal Emulator Brings Variable Font Sizes
@linuxiac

「 Kitty, one of the best GPU-accelerated and highly efficient cross-platform terminal emulators, has just unveiled its latest update—version 0.40. The main novelty is that Kitty now empowers terminal programs to specify and render text in different font sizes (more on that here) 」

linuxiac.com/kitty-0-40-termin

Kitty 0.40 Terminal Emulator Brings Variable Font Sizes
Linuxiac · Kitty 0.40 Terminal Emulator Brings Variable Font SizesKitty 0.40 GPU-accelerated terminal emulator brings font size flexibility, better underline rendering, and more.

What is this? An API client for ants??

With the right config you can get super compact!

Compact mode is working nicely with different themes, horizontal mode, and jump mode.

I also added a subtle background colour to indicate which tab has focus-within - something that I lost by hiding the tab underlines.

gitlab.com/christosangel/trobl

troblo is a terminal match-three game, written in Bash.
The aim is to place each time a pair of new tiles with fixed orientation on available empty squares of the 6x6 grid, in order to create rows or columns of three or more matching tiles, which will become empty again.
The game ends when the grid becomes so clogged with unmatching tiles, and there is no place in the grid to drop the new fixed orientation pair of tiles.
#tui #bash #terminal #linux