I've never had Internet fast enough to need a/c
I've never had access to that kind of network speed. The fastest I've ever seen an Internet connection run was a bit slower than what I was able to get between a pair of computers connected by b/g grade wifi cards, and I've rarely had driver issues with those in recent years. A Tenda N compact USB device did not work when it came out, but with later kernels now works fine.
It's hard to write kernel drivers if the manufacturers won't play ball. Suppose I was doing all my mate-panel hacking with no access to the MATE source code, having not to learn C but instead having to learn to either decompile and edit or worse, figure out what everything is on a hex editor? Suppose in order to distribute the code I could not even use a decompilation of the upstream binary but had to start from scratch like the Nouveau team?
Originally posted by Sonadow
View Post
It's hard to write kernel drivers if the manufacturers won't play ball. Suppose I was doing all my mate-panel hacking with no access to the MATE source code, having not to learn C but instead having to learn to either decompile and edit or worse, figure out what everything is on a hex editor? Suppose in order to distribute the code I could not even use a decompilation of the upstream binary but had to start from scratch like the Nouveau team?
Comment