Bastian Venthur

@venthur
134 Followers
181 Following
299 Posts
#Debian Developer with a Ph.D. in Computer Science. Director of Technology at #Flix. I mostly code in #Python.
Bloghttps://venthur.de
Githubhttps://github.com/venthur
@hynek @hugovk But what did you expect? They decided unilaterally to go with non PEP8 compliant line lengths by default, so its not super surprising to me that they are opinionated about other aspects as well.

Finally.

#firefox

Interesting take on "privacy".

#openai #privacy

PSA: Did you know that itโ€™s **unsafe** to put code diffs into your commit messages?

Like https://github.com/i3/i3/pull/6564 for example

Such diffs will be applied by patch(1) (also git-am(1)) as part of the code change!

This is how a sleep(1) made it into i3 4.25-2 in Debian unstable.

life lessons

@itsfoss You probably don't care about all packages that have been installed as dependencies or come in a standard system anyways. Here's a way to list the packages that you have consciously installed (and are not automatically installed, or of priorities: required, important, or standard):

apt list '~i !~M !(~pimportant|~pstandard|~prequired)'

Every time I update #debian releases I chuckle at how seemingly half the download size is updated texlive packages.

@venthur I found this: https://github.com/vim/vim/pull/17848

Sounds like it's just that they no longer want to maintain that plugin and no-one else has stepped up to take it over (yet).

Just noticed that the #netrw plugin repository got archived: https://github.com/saccarosium/netrw.vim

Was it merged into vim or what is happening?

#vim #neovim

GitHub - saccarosium/netrw.vim: Network oriented reading, writing, and browsing

Network oriented reading, writing, and browsing. Contribute to saccarosium/netrw.vim development by creating an account on GitHub.

GitHub