When I’m unsure, I ls <the-glob>
, chek, then replace ls
with rm
.
When I’m unsure, I ls <the-glob>
, chek, then replace ls
with rm
.
Sadly I can’t recommand pop-os. In 2 years, the updates broke twice on me.
The resolutions where simple enough if you can use the command line to run sudo apt update
, sudo apt upgrade
. But the GUI shop updater just crashed on me without the apt error message visible.
It is a nice distro overall with which you can even try tiled windows without commiting to it.
-> pop-os is nice but it may break from times to times. So if (like me or most dev) you are ok with the CLI and just a bit of fixes from times to times then go for it. But if you are affraid of the CLI or never want to fix anything, then some other distro may be a better choice.
Just use this one… or any of this 4 others.
This is the issue for us, python outsiders. Each time we try we get a different answer with new tools. We are outside of the comtunity, we don’t know the trend, old and new, pro and cons.
Your first recommandation is hatch… first time I’ve heard of it. Uv seems trendy in this thread, but before that it was unknown to me too.
As I understands it, it should be pip’s job. When it detect I’m in a project it install packages in it and python use them. It can use any tool under the hood, but the default package manager shoud be able to do it on its own.
On that note, I’m hesitant between writing my scripts in perl or python right now. Bash prevent sharing with Windows peoples… I just want to provide easy wrappers tools that are usually aroud 10 lines of shell, but testers ain’t on linux so they cannot use them.
I don’t know perl, but each time I interract with pyton’s projects I have a different venv/poetry/… to setup. Forget adout it the next time and nothing is kept easy to reuse.
Zellij always permitted to change all the keybindings… On the discord peoples asked for Alt
as default modifier, and shared their config default locked. That what motivated the maintainer to include this sort of configs.
With this version zellij implement the kitty’s keyboard protocol, which should enable to use more key combinaison (if your terminal support it). I’m not sure about multiples modifiers, I haven’t installed it yet.
I’m not sure what you mean by “not being able to lock floating windows on top”.
I know simple fossify apps are appreciated by the comminity. I have yet to try them. I like Etar as a calendar. It is also on FDroid
Why does it needs mic permission?
Where can I learn what each colors means? Is it buried in man htop
somewhere? Or in a website?
and you won’t use At “just” for a bit of concurrency. Right ?
Is “At” a typo?
Yes I wanted to talk about the Qt Framework. But with that much ways to do concurrency in the language’s core, I suspect you would use this framework for more than just its signal/slots feature. Like if you want their data structures, their network or GUI stack, …
I’m not using Python, but I love to know the quirks of each languages.
Wow coming from C++/Rust I was about to answer that both are parallelism. I did not knew about python’s GIL. So I suppose this is the preferred way to do concurrency, there is no async/await, and you won’t use Qt “just” for a bit of concurrency. Right ?
We learn a little bit everyday. Thanks!
Yeah, I’d rather register cls play <id, name or path>
in streampi or other macro box.
Especially if cls let me add new sounds and configure things easily.
Like I see having multiples “public laughing”, so when starting the sound any can be played. Which provide a bit of variety in the stream. And allow to repeat the sound for a longer effect on the fly without being too repetitive.
I read that global hotkey is not possible in Wayland. Or, at least, not as easily as with XOrg. Did you achived it ? Can you link to where you are doing it in your code please ? I’m curious, especially since its the first time I heard global hotkeys from a terminal program.
I try not to use global hotkeys myself. Do you have another way of controlling the soundboard ? Either from websocket, DBus, launching a command, … I like to use streampi1 (open source streamdeck clone) for streaming and it may use any of this interraction methods. (Websocket may require to write a plugin for yëur program.)
1 Streampi as stopped developpment for now in its v2 snapshots. Still usable. But the dev want to rewrite in C++/Qt for a v3.
Oh, didn’t knew about
Alt d
. Thx