Zykino

joined 1 month ago
[–] Zykino@programming.dev 1 points 3 hours ago (1 children)

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.

[–] Zykino@programming.dev 2 points 1 day ago (1 children)

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".

[–] Zykino@programming.dev 3 points 4 days ago

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

[–] Zykino@programming.dev 2 points 1 week ago

Why does it needs mic permission?

[–] Zykino@programming.dev 4 points 1 week ago (1 children)

Where can I learn what each colors means? Is it buried in man htop somewhere? Or in a website?

[–] Zykino@programming.dev 2 points 3 weeks ago

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.

[–] Zykino@programming.dev 3 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

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!