9

In Italy (and in most countries I've visited), waste sorting typically involves two distinct categories for compost and residual waste.

Question: Why is compost disposed of in a separate collection rather than with residual waste? Are there any environmental differences if it decomposes together with dry waste versus separately? Is it a matter of disposal efficiency, or is it simply another administrative complexity?

[-] Capricorn@lemmy.today 6 points 6 months ago* (last edited 6 months ago)

Nice, this may be the path to kill AI made for money and not for helping people

[-] Capricorn@lemmy.today 3 points 6 months ago* (last edited 6 months ago)

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

[-] Capricorn@lemmy.today 14 points 6 months ago

Remember, it's Microsoft... it can't be normal

[-] Capricorn@lemmy.today 5 points 6 months ago

I also use Ventoy. Someone says it has problems, I never found them

[-] Capricorn@lemmy.today 4 points 6 months ago

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

[-] Capricorn@lemmy.today 5 points 6 months ago

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()?

[-] Capricorn@lemmy.today 3 points 6 months ago

LoL, interesting. I don't know how it was generated, it seems they used frozen scores, so maybe time has it influence there

[-] Capricorn@lemmy.today 7 points 6 months ago

I Always found the rating on IMDB totally misleading. I guess they work for the US public, but many good movies have low rating...

6
submitted 6 months ago by Capricorn@lemmy.today to c/kde@lemmy.kde.social

Anyone knows how to add a key-binding in konsole that binds a key combination to a sequence of actions?

Maybe, this could be achieved via a script?

In my case, I just want a key-binding to switch to a certain tab and send the command !! (last used command). This is super-useful while developing. I can do the first action with standard konsole keybinding and the second action using a qdbus command. I don't know how to put them together...

[-] Capricorn@lemmy.today 12 points 6 months ago

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

[-] Capricorn@lemmy.today 3 points 6 months ago

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"

[-] Capricorn@lemmy.today 2 points 6 months ago

What are the benefits if Gpu-accelarated terminals? From my understanding, that's a really negligible difference.

[-] Capricorn@lemmy.today 5 points 6 months ago

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

view more: next ›

Capricorn

joined 6 months ago