

i use the standard git cli mostly, and sometimes the magit package for emacs (but only when i am also working in emacs already)


i use the standard git cli mostly, and sometimes the magit package for emacs (but only when i am also working in emacs already)


in german the z and s sounds are switched. and you missed the actual z. its Kurzgesagt (from the word “Kurz” (short) and the 3. person singular perfect of the verb “sagen” (to say), “gesagt” (said)).
(sorry but i couldn’t not correct you and explain where the word came from)


kde connect allows you to sync the (text) clipboard between a pc and a smartphone that are in the same network.


Some minecraft mods had/have a similar problem. They use javas serialization stuff for sending stuff between client and server. There is mod that partially fixes this by only allowing whitelisted classes to be deserialized.
https://downdetector.com/ still works even when cloudflare is down.
I know this under the name sleepSort.
Thank you (and the two others also explaining it)
Ok, that is something i didn’t know. What is the connection between rice and racism here?
If you click links in the readme (i only tried the last two ones) you get a dmca takedown message.


Btw that seems to be a fork/reupload of a DMCA’d repo.


vim -> back to emacs


First of all, review it yourself. By reading it again and thinking about it you might find some stuff. After that try static analysis tools like olap said (even some lsp (language server protocol) integrated in your editor can give you good tips). Only after those two options i would even consider using llms, but finding a community of people that are about your language/framework can yield better results. Especially if it is a small project.


in my .gitconfig i have
[alias]
glg = log --oneline --decorate --all --graph
This allows me to get a quick overview over all branches with pushes that are recent enough for most cases.


Mine is a bit longer and includes automatically removing unused dependencies:
alias update='sudo apt update && sudo apt upgrade && flatpak update && sudo apt autoremove --purge && flatpak remove --unused --delete-data && notify-send '\''update done'\'''


for 1: kdeconnect or warpinator


I make videos irregularly (this year 2 iirc), only when i have an idea and take the time to make the video. Since i do a lot of other stuff it is not really one project, but each video is its own project, and the channel is just a way to publish them.


For the conversion to lossy, git smudge/clean filters might work. Afaik git-lfs works with them. In general git-lfs might be something interesting for your use case.
Yay, welcome to the team.
PS: Are you on !emacs@programming.dev already? Maybe with new people it will have more activity.