Comment on
What's your favorite terminal?
Reply in thread
How often do you use images inside a terminal?
Why having a Gpu-accelarated terminal? The computational power used by the graphical rendering of a terminal is minimal...
Comment on
What's your favorite terminal?
Reply in thread
How often do you use images inside a terminal?
Why having a Gpu-accelarated terminal? The computational power used by the graphical rendering of a terminal is minimal...
Comment on
30 movie directors with movies with an IMDB rating higher than 7.5 and 50.000 votes
I Always found the rating on IMDB totally misleading. I guess they work for the US public, but many good movies have low rating...
Comment on
Write Shell Out Comes Python
Reply in thread
I guess there are many benefits if subprocesses (usually written in C) are replaced with functions (usually wrapping C code). That way, you could run an entire OS scripts via Python, with sensible performance improvements.
BUT
Does this tool replace shell commands with python functions? Or does it just call many times subprocesses.run()?
Comment on
thinking of trying linux,
Reply in thread
I also use Ventoy. Someone says it has problems, I never found them
Comment on
Solo.ai is full of tracking bits
Reply in thread
Google tag manager and clarify.ms are not about AI. Also, not all (actually, only few) AI services track you in the traditional way of using cookies, urls, and so on.
Comment on
What's your favorite terminal?
Once upon a time, I loved Xfce Terminal. It use light and complete for the use-case I had. Then I wanted something that looked nicer with vin. So I started looking for an alternative.
I used alacrity for a long time (4 years). Then, I found kitty provided some nice stuffs that simplified the workflow for remote servers thanks to special ssh commands and session tabs. I used kitty for about 2-3 years. One thing I missed was that it's hard to integrate with other software because it implementa all it's crazy "kitty protocols" and pretend to use them even if they're compleynon-standard.
Recently, some misterious bug appeared and made it impossible to use. I switched to wezterm. I liked it could be configured in Lua, so it feels more coherent with my neovim configs. I just missed the mappings for switching terminal and send "!!" (i.e. execute last command). The special commands for copying custom configs on any ssh server was also missing, but it's easy to make a script for that. I haven't experienced too much with integrating it with other tools, but I suspect it's not better than kitty in this.
I gave a chance to konsole last week. I just asked myself why we (neovim users) all look for Gpu-accelarated stuffs. The improvement in performance is negligible actually. However, konsole is super-well integrated in the OS, with a scratch terminal (yakuake), file managers (dolphin, konqueror), text editors (Kate), and even simple browsers (konqueror). It provides all the features of wezterm. I still lack a key map for sending "!!" to a specific terminal, though. But I think the integration it offers is superior to that niche feature (that can be paired within neovim, btw).
Comment on
Solo.ai is full of tracking bits
Reply in thread
These are the DuckDuckGo AI and Proton Lumo pages. No google stuffs around. Ok uBlock thinks it's tracking, but that's a questionable level.
BTW, it's terrific that mozilla uses tracking bits by external aggregator companies
Comment on
The Best Films of 2023 According to Filmaffinity Users
LoL, interesting. I don't know how it was generated, it seems they used frozen scores, so maybe time has it influence there
Comment on
What's your favorite terminal?
Reply in thread
How often do you use the image display within a terminal?
Kitty is not "minimal" at all, it's full of superfluous features... I used it for many years and I loved it, but I wouldn't say it's "minimal"
Comment on
thinking of trying linux,
The thing is that people use Linux and than find it so good that they try to find problems in order to spend time playing with it. It's like a hobby, or a game... But you can also use it without making it a hobby. Ubuntu was born for this, but for that I would honestly suggest something like Manjaro
Comment on
Konsole: keybinding to a sequence of actions
Reply in thread
The thing is that the qdbus command only works from inside the terminal, because it needs to know the correct konsole instance. Anyway, I moved to alacritty because the konsole support for ANSI codes is terrible...
Qdbus command:
qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION runCommand "!!"
Comment on
Suggest me a groovebox that brings me back to music
Reply in thread
OP-1
mmm, I should have said "cheap" 😂
Comment on
Suggest me a groovebox that brings me back to music
Reply in thread
I tried bitwig, but it looked too complex for what I'm looking for, too many options, too many stuffs i nthe interface, too much time to create my setup, too many
Comment on
Suggest me a groovebox that brings me back to music
Reply in thread
I studied 12 years, I don't want that someone's else algorithm writes the voicing for me 🤣
Comment on
Suggest me a groovebox that brings me back to music
Reply in thread
I mean, in the liberist economy, people are lost among infinite alternatives, in the illusion that the ability to choose is the happiness.
Comment on
Suggest me a groovebox that brings me back to music
Reply in thread
But then I would also need to buy controllers and so on...
Comment on
Suggest me a groovebox that brings me back to music
Reply in thread
Oh god, I made a lots of posts and nvere specified "cheap" 😂
Comment on
Suggest me a groovebox that brings me back to music
Reply in thread
I know bespoke synth. It's very nice, but at least I need some controller. Moreover, I don't like programming for doing music. I'm looking for something faster. Also, I found it a little buggy, with random crashes here and there. I think that for those kind of stuffs it's better staying on reliable software like puredata and derivatives
Comment on
ETA of KDE plasma 6 on Debian unstable?
Reply in thread
KaOS is based on Debian?
Comment on
Question: Fuzzy find in registers
Reply in thread
Whenever you delete something, nvim copies it in a register. Which register it puts in depends on the command. Honestly, I've always been confused from all these registers for two reasons:
So, I just use my OS clipboard (KDE Plasma has a clipboard manager built-in) and osc52 plugin (but support for osc52 will is built-in in nightly). If you really want to use registers, you could try to copy all of them into only one and use that.