Capricorn

joined 6 months ago
[–] Capricorn@lemmy.today 1 points 6 months ago

Probably the second is the reason

[–] Capricorn@lemmy.today 1 points 6 months ago (1 children)

Rules for the "compost waste" doesn't apply for making the compost that you use as a fertilizer. Maybe that's why we call it "wet". It's basically anything that is biodegradable. But not everything that is biodegradable is ok for fertilizing...

 

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 1 points 6 months ago

Great! Anyway, still far from what you can get with tmux or kitty with just a line in the config...

[–] 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 (3 children)

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

 

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 2 points 6 months ago* (last edited 6 months ago)

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:

  • too many registers, most of them never used
  • they don't pair with the OS clipboard, so even Just copying-pasting in a different terminal or into a browser is impossible

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.