web sites which you can go to on the internet which offer interesting services for technical people usually without charge and often with their very code available for you to read if you can and if you care
A good friend of mine is quite horrified by the present trend towards web app replacements for more and more core development work and architecture; such apps are, after all, a grave violation of the elegance and security of good old POSIX APIs . (Who can doubt that some people will use these unsecured client-server apps to work with confidential data? How much user foolishness are architects duty-bound to anticipate and preclude? Answer: surely more than this.) The browser itself is already my debugger, linker, compiler, and garbage collector; the following lovely tools tempt us to concentrate more and more of our work into this one subjective spot - all running, objectively, on other people's computers . (Another transgression against the best old way .) But aren't they lovely: Repl.it . Futuristic feeling: offers command lines for two dozen languages and saves shareable sessions for each. Very damn fast too; try running factorial(2000) on it. An incredible educa...