


cultural reviewer and dabbler in stylistic premonitions





they were just solid colored without symbols
you are describing a tile-based game other than mahjong


I have to ask: what’s with all the obsession with immutable distro?
I guess the promise of having updates JustWork™? I don’t currently use one but I see the appeal.
However FWIW, unlike its namesake ChromeOS, the “Nixbook OS” this post is about is not actually an immutable distro: the instructions are to install NixOS normally and then clone the nixbook repo into /etc/nixbook and run its install.sh. Among other things it installs an update service which runs git pull on that repo as well as running nixos-rebuild boot --upgrade and flatpak update --noninteractive --assumeyes etc.
Cheers to this guy for what he’s doing, but the name is a little confusing. This approach works but it is not nearly as robust as the immutable distro paradigm implied by the name.


i checked their website to see if these are real; disappointingly they are not. they do actually have a “conductor’s coal” scent, though.


i haven’t used it myself but https://jmp.chat/ looks good if you’re OK with a US or Canadian number.
there is a lemmy community about it here: !sopranica@lemmy.ml.
Bespoke is a synthesizer first but “like a DAW in some ways, but with less of a focus on a global timeline. Instead, it has a design more optimized for jamming and exploration.” (youtube trailer, wiki, wikipedia)
“But you can’t copy with Ctrl+C, it’s…” - You can. When something is selected It copies selection to clipboard, otherwise it sends SIGINT.
What terminal emulator are you using where ctrl-c copies instead of sending SIGINT when text is selected? In every one I’ve ever used, ctrl-c still sends SIGINT even with text selected (and one must must use ctrl-shift-C/ctrl-shift-V to copy/paste).
I don’t have any suggestion for getting the behavior you’re asking for, but besides the normal ctrl-(shift)-C/V clipboard FYI you also have two other types of clipboard-like things: one which works anywhere (not only in the terminal) and is actually always automatically copying anything you select and lets you paste from it with middle click (this originated with X Windows but i think most Wayland compositors have also implemented it by now), and another which is found in GNU Readline (used by bash and numerous other REPLs) called the “kill buffer” which can be pasted (or “yanked”) from and cut (or “killed”) to using Emacs keyboard shortcuts (which also include various cursor movement controls).
Notes:
.inputrc file, but you cannot achieve what you were originally asking for because there is no concept of text selection in readline.HTH!


If you don’t know less than 50% of Americans have a passport.


I suppose it runs on an Arm-Processor
It would be odd if a device labeled “Wintel Pro” had an arm CPU.
Wintel means Windows on Intel, or more broadly Windows on any x86 or x86_64 processor.


no relation, presumably
sudo apt --update --autoremove upgrade -y
this doesn’t actually do the same thing as the previous comment running autoremove afterwards does; the former will remove things which were rendered removable by the upgrade while the latter will only remove things which were already autoremovable prior the upgrade.


the info line contains the answer:
Info: applications using this runtime: io.github.Hexchat
You need to remove Hexchat if you want to remove the end-of-life runtimes it requires.
I regret to inform you that the maintainer wrote in February 2024: This will be the last release I make of HexChat. The project has largely been unmaintained for years now and nobody else stepped up to do that work.
My computer uses both system and user remotes.
Because my .var directory is almost full, […]
If you’re low on disk space you probably want to have everything installed as either user or system, to avoid having some runtimes installed in both.


imo this (.world link) is a better choice
How to install Linux on a dead badger (written in 2004, might not work with modern distributions)