2021 update: * The Zig Software Foundation now exists * My total income including ZSF Salary, GitHub Sponsors, Patreon is now about 4000 USD per month. Legally, my ZSF salary is 160K per year, but I have been consistently donating it back to the org since frankly we just don't have that much revenue at this point in time, and I've been prioritizing getting that money to other Zig contributors. * The $150/month to Ric…
Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
41–50 of 175 posts
Re: Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
#42Any good documentation on the language itself ? This looks like an easier Rust to me.
Is a place to get a feel for things. There's also a generated doc set that is similar to rust's, but I just recommend looking at the source if you are curious about something, it's concise and readable. If you have more questions you can pop into irc or the discord, they'll have better resources at the ready.
Re: Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
#43Earlier quoted context omitted.
My ignorance is showing but, why Zig deserve to be funded?
that’s my thought. i get people having pet projects, but i’m over the hard sales pitch for why i should care
Re: Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
#44Any good documentation on the language itself ? This looks like an easier Rust to me.
The core features of Rust are the borrow checker, traits, and algebraic data types, and Zig is missing all of those. On the other hand, Zig has a lot of things that C doesn't have, and a few that Rust doesn't have as well - and some people gravitate towards the C-like simplicity of the language.
Re: Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
#45I'll donate $1000 worth of cryptocoin today (Monero, Nano, Bitcoin etc) if Zig Foundation (or Andy directly) publishes an address.
edit: we charge no fees since our ops are supported by our donors - the only fee that gets taken out is that charged by our brokerage for selling the crypto
Re: Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
#46Consider joining Giving What We Can - an international community of people who have pledged to give at least 10% of their income to causes that they think are most effective at eliminating what they think are the world's biggest problems. (I'm a proud member for 10 years). https://www.givingwhatwecan.org/
This seems like a really funny name for the org. Some people can give a whole lot more than 10%. Others cannot give nearly that much. Seems... contrary to the idea of "what you can"
Re: Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
#47Any good documentation on the language itself ? This looks like an easier Rust to me.
Re: Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
#48Somehow I loved this article and the response, even though it was admittedly a funding stunt. There was something very endearing about how straitforward and innocent the stunt was. Two very deserving projects got funding (musl and Zig). I have used musl, mainly through Alpine Linux. I have not used Zig, but it seems it is a very interesting answer to the question of what does a systems programming language that is no…
My ignorance is showing but, why Zig deserve to be funded?
I hope Clang and Rustc learn a few tricks from them.
Re: Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
#492021 update: * The Zig Software Foundation now exists * My total income including ZSF Salary, GitHub Sponsors, Patreon is now about 4000 USD per month. Legally, my ZSF salary is 160K per year, but I have been consistently donating it back to the org since frankly we just don't have that much revenue at this point in time, and I've been prioritizing getting that money to other Zig contributors. * The $150/month to Ric…
Sorry, I'm not American so this may be a dumb question, but why set your salary to $160k instead of what it actually is? Does it have to do with US tax law or non-profit org law?
Re: Why I'm donating $150/month (10% of my income) to the musl Libc project (2019)
#50Any good documentation on the language itself ? This looks like an easier Rust to me.