Avatar

nexv

nexv@programming.dev
Joined
0 posts • 6 comments
Direct message

If I’m Linus, i would have removed bcachefs from mainline already. From his reply he never once admit his attitude problem and keep thinking he is right.

This type of people can’t work with others, not today, not in future.

permalink
report
reply

Not specified for this research but… if you rely on LLM to write code that is security-sensitive, I don’t expect you to write secured code without LLM anyway

permalink
report
reply

You can write a Kwin script and connect to the windowActivated function. Unfortunately you can’t run arbitrary command from Kwin script, but as suggested in the comment you can use DBus to workaround that.

workspace.windowActivated.connect(function(client) {
    if (client != null && client.caption == "name") {
        callDBus(...); // call your DBus function which call ddcutil
    }
})

Just an example, you will have to do some trial and error yourself!

permalink
report
reply

what’s the exact prompt?

permalink
report
parent
reply

I’m using Tailscale Status Gnome extension which works pretty well. But good to see alternatives that is not tied to specific DE.

permalink
report
reply

GitLab don’t have the monetary incentive to implement federation. Most of their revenue is coming from big companies which are mostly using private GitLab instance and won’t want their projects federated.

That being said, hope this changes can get merge as somebody already done the dirty work for them. The beauty of open source.

permalink
report
reply