Internet people don't think U.S. laws apply to them when they go to
other countries. Also, history has shown that anything done in concert with the ISOC is
viewed as a mission from God. - Jim Fleming
" Conformity is the jailer of freedom and the enemy of growth "
J.F.K
But, as a mathematician with expertise in the use of language in reasoning?
Anyone who cannot cope with mathematics is not fully human. At best, he is a tolerable subhuman who has learned to wear his shoes, bathe, and not make messes in the house.
Robert A. Heinlein
To join the universal ring, each node needs to obtain
a nodeId that is assigned by some element of a set of
trusted authorities, e.g., ICANN or a certification authority
like Verisign. The certification authority assigns a random.
Every great cause starts as a movement, becomes a business and eventually degenerates into a racket.
- Eric Hoffer
"That which can be asserted without evidence, can be dismissed without evidence."
Christopher Hitchens
The one common feature that many successful conservation projects have is a charismatic and inspirational leader that has a clear vision, can motivate the staff and can manage morale.
Dr Ulysses Seal, Founding Chairman IUCN Conservation Breeding
"Make the lie big, make it simple, keep saying it, and eventually they will believe it"
"How fortunate for leaders that men do not think."
-
Hitler
"In order for propaganda to be effective and have an opportunity to reach, it must address the least intelligent,
the least informed. If it does, you also get everyone else." -
Joseph Geobbels
"I hope you're sitting down: Journalism doesn't exist anymore. It hasn't for at least ten years now. The closest thing we have to journalism
now is agenda-driven propaganda dressed up as "objective, hard-hitting news." Yes, this includes your favorite muckraking work over at Mother
Jones or whatever. Journalism died a pretty sad death, and yeah, we're all kind of bummed about it." -
Nicholas Pell
"I guess those invested in the horse industry and then the steam age also went through a period of denial. They just didn’t have social media to spread their nonsense." -
Phil Cowley
"Science is the search for truth; that is, the effort to understand the world. It involves the rejection of bias, of dogma, of revelation, but not the rejection of morality."
Linus Pauling
"A lie gets halfway around the world before the truth has a chance to get its pants on."
Winston Churchill
"The truth is that most people lack the intellectual ability and courage to resist a popular movement, however pernicious and ill-considered."
Ludwig von Mises
#Action_on_Pollution_Now #NoMoreClimateSmokeScreeen #Greenwashing
Adam Curtis - The Rise and Fall of the TV Journalist
https://www.youtube.com/watch?v=O9FaIyc4vpU
Concerned Children
Unix System Design Ideas
- Rule of Modularity: Write simple parts connected by clean interfaces.
- Rule of Clarity: Clarity is better than cleverness.
- Rule of Composition: Design programs to be connected to other programs.
- Rule of Separation: Separate policy from mechanism; separate interfaces from engines.
- Rule of Simplicity: Design for simplicity; add complexity only where you must.
- Rule of Parsimony: Write a big program only when it is clear by demonstration that nothing else will do.
- Rule of Transparency: Design for visibility to make inspection and debuggingeasier.
- Rule of Robustness: Robustness is the child of transparency and simplicity.
- Rule of Representation: Fold knowledge into data so program logic can be stupid and robust.
- Rule of Least Surprise: In interface design, always do the least surprising thing.
- Rule of Silence: When a program has nothing surprising to say, it should say nothing.
- Rule of Repair: When you must fail, fail noisily and as soon as possible.
- Rule of Economy: Programmer time is expensive; conserve it in preference to machine time.
- Rule of Generation: Avoid hand-hacking; write programs to write programs when you can.
- Rule of Optimization: Prototype before polishing. Get it working before you optimize it.
- Rule of Diversity: Distrust all claims for “one true way”.
- Rule of Extensibility: Design for the future, because it will be here sooner than you think.