Earlier quoted context omitted.
Seriously, just put a VAT on digital services to fund a system that pays out grants to individuals to help maintain open source software. It should be obvious by now that corporations will rat fuck the commons for monetary gain and there is a serious need for democratic initiatives to put technology back into the hands of the people.
I would like to live in this utopia where free software is funded by the state. This seems impossible to get implemented in our world though.
Todd C. Miller – Sudo maintainer for over 30 years
211–220 of 337 posts
Re: Todd C. Miller – Sudo maintainer for over 30 years
#212Re: Todd C. Miller – Sudo maintainer for over 30 years
#213Earlier quoted context omitted.
Out of curiosity, what changes would it have at this point?
I'm not intimately familiar with Wireguard, but there are some things that are almost universally applicable: - It should run on an maintained OS (which should run on available hardware), so whatever changes are necessary to keep pace with that - It may want to add optimizations regarding newer CPU architectures - It uses a compiler, so whatever changes necessary to stay on a maintained version of the compiler - It u…
Re: Todd C. Miller – Sudo maintainer for over 30 years
#21430+ years maintaining one of the most critical pieces of infrastructure on nearly every Linux and Unix system, and he's currently looking for a sponsor to fund continued development. Every company running sudo in production owes this man. Someone should fix that
Surprisingly Jia Tan has not offered to help yet.
Re: Todd C. Miller – Sudo maintainer for over 30 years
#215Re: Todd C. Miller – Sudo maintainer for over 30 years
#21630+ years maintaining one of the most critical pieces of infrastructure on nearly every Linux and Unix system, and he's currently looking for a sponsor to fund continued development. Every company running sudo in production owes this man. Someone should fix that
This is a good example of Diffusion of Responsibility. Everybody thinks somebody else should help, so nobody does.
Re: Todd C. Miller – Sudo maintainer for over 30 years
#217Earlier quoted context omitted.
This is a good example of Diffusion of Responsibility. Everybody thinks somebody else should help, so nobody does.
I don't think they even see it as their responsibility, more, "If he wanted money, he should have charged for his software".
Re: Todd C. Miller – Sudo maintainer for over 30 years
#218Re: Todd C. Miller – Sudo maintainer for over 30 years
#219Honestly he should open a Patreon. There are loads of people that would subscribe to Sudo for $2/month or $5/month.
And they start making videos about, mentioning the sponsors. There are better options to get money.
Re: Todd C. Miller – Sudo maintainer for over 30 years
#220Earlier quoted context omitted.
I'm not intimately familiar with Wireguard, but there are some things that are almost universally applicable: - It should run on an maintained OS (which should run on available hardware), so whatever changes are necessary to keep pace with that - It may want to add optimizations regarding newer CPU architectures - It uses a compiler, so whatever changes necessary to stay on a maintained version of the compiler - It u…
It uses Curve25519 for key exchange and ChaCha20-Poly1305 for symmetric encryption. There aren't many hardware primitives that would speed it up, although AVX2 and similar would help process ChaCha20.
For now.
> There aren't many hardware primitives that would speed it up,
For now.
> although AVX2 and similar would help process ChaCha20.
So, there's at least a bullet point for experimental branching.
Also, the WireGuard Tunnel Manager on macOS is far from done.