Accéder au contenu principal

Do you believe in Democracy ? [Part 3]

"POLITICS, n. A strife of interests masquerading as a contest of principles. The conduct of public affairs for private advantage."
- Ambrose Bierce : The Devil's Dictionary

"The BrainTrust is a Dictatorship, masquerading as a Democracy..."
- The Janitor, in Scrubs, Season 7 (I don't remember the Episode name or number)

Should we, therefore, trust the voter's capability of criticism and abstraction of the complex Democratic process ? can anyone become a leader, a "guard of the constitution" in the image of a US president ? I doubt it. But what makes me optimistic about the fate of Democracy is the concern of any evolved politic system : preserve the people, every individual of the people, and the interests of the people. Any authority, who ignore this very goal is not Democratic, and that's the final third foundation brick of Democracy : "Preserving the citizen's interest, with no deffrenciation due to some ethnic, religious or harmless intellectual or peronal set of convictions."

"A comfortable, smooth, reasonable, democratic unfreedom prevails in advanced industrial civilization, a token of technical progress." That's how Herbert Marcuse starts his first chapter of his brilliant essay "One-Dimensional Man". This "Democratic Unfreedom" is covered, ignored and forgotten with the simple use of WWES [see the two previous articles in my blog and especially Part1] : We have Democracy, there is no descrimination. I am sorry, the simple existence of the naïve democracy does not and cannot ensure the exclusion of Descrimination. The intellectual war against "Naïve Democracy" is an obligation. This is what Noam Chomsky has underlined : "It is the responsibility of intellectuals to speak the truth and to expose lies." [see "A Special Supplement : The Responsibility of Intellectuals" by Noam Chomsky, The New York Review of Books, Volume 8, Number 3, February 23, 1967]

Take a look at this brave, brilliant paragraph that I found when searching "Democracy" in the great fortune teller of my Linux Operating System :

Democracy, n.:
A government of the masses. Authority derived through mass meeting or any other form of direct expression. Results in mobocracy. Attitude toward property is communistic... negating property rights. Attitude toward law is that the will of the majority shall regulate, whether it is based upon deliberation or governed by passion, prejudice, and impulse, without restraint or regard to consequences.
Result is demagogism, license, agitation, discontent, anarchy.
- U. S. Army Training Manual No. 2000-25 (1928-1932), since withdrawn.

I think that the main tool to fight such a terrible state of anarchy is the responsibility of those who write, photograph, speak and express themselves publicly. Individualist thinkers are always superior to conformist thinkers, at least for me. Challenging the common views and dogmas is the sacred task of the independent thinker. A kind of Social "Hacker" (as in the cyber world) is needed. If there is an act of real, greek courage today, it should be this challenge. Let the elitist mind speak loud.

Commentaires

Posts les plus consultés de ce blog

GNS3 on Manjaro/Arch Linux: How to create virbr0 for NAT to work

Problem: You can't add a NAT connection to your GNS3 simulation, and you get the error : "ERROR template_manager:226 Error while creating node from template: NAT interface virbr0 is missing, please install libvirt" Steps to resolve: 1- Create a file named /tmp/default.xml 2- Paste this content and save: <network>   <name>default</name>   <bridge name="virbr0"/>   <forward mode="nat"/>   <ip address="192.168.123.1" netmask="255.255.255.0">     <dhcp>       <range start="192.168.123.2" end="192.168.123.254"/>     </dhcp>   </ip> </network> 3- Execute the following commands in your shell : virsh net-define /tmp/default.xml sudo virsh net-start default sudo virsh net-autostart default  

GNS3: Simulating a 100% opensource site2site VPN using Wireguard, VyOS and OpenVSwitch

 This is something I had in mind but didn't find the time to accomplish before. It just took a very cold day to convince me that I have to play with Wireguard on VyOS. I used GNS3 of course, on my personal Linux laptop to create this setup. Of course the performance was not that great since it is just a simulation.  In real life, I am using Wireguard on a 10 years old Raspberry Pi Model B and amazingly with just a 700MHz single core ARM CPU and less than 512 MB of RAM I had a decent and stable permanent Wireguard tunnel. (My bandwidth would reach 24 Mbps without issue) Back to my simulation, this is what it looks like : Quick explanation: the VYOS routers labeled IPERF1 and IPERF2 are only used for an iperf3 test, which was able to reach about 50 to 60 Mbps each time. It ain't much but it was honest (and free) secure bandwidth! I won't get into the details of this setup but I will just post the two most important configurations : R-East and R-West : #### VYOS WireGuard Site

Old school tool for news (RSS): NewsFlash

 Being an old school user who was very dependant on RSS feeds to keep me updated on my favourite subjects, I spent a lot of time looking for something that could do this in 2024. Surprisingly, I found a tool called "NewsFlash" which looks like it was tailored exactly for people like me, people who can't live without Slashdot , TheHackerNews and TechCrunch ! I am currently daily-driving Linux Manjaro for more than two years on my personal laptop (while unfortunately I have to work on a Win11 system for my regular job) and, being based on Arch Linux, the cutting edge community-driven Linux distribution, Manjaro is able to provide the latest and greatest opensource (and sometimes proprietary) software via its default repositories. You don't even have to do anything "geeky" to install NewsFlash (or any other package in the repositories) since the Pamac Software Manager is really becoming easy and powerful at the same time! This is NewsFlash, very simple and eas