Accéder au contenu principal

Do you believe in Democracy ? [PART 2]

"A stable and democratic society is impossible without a minimum degree of literacy and knowledge on the part of most citizens and without widespread acceptance of some common set of values. Education can contribute to both."
- Milton Friedman : Capitalism and Freedom

"No one can terrorize a whole nation, unless we are all his accomplices."
- Edward R. Murrow

About duty and responsibility is the game of democracy, and not about simple arithmetic calculation of voters. No emphasized names, no bold clichés : those who should defend democracy are the people, there is no possible alternative. But the other real role of the people is not to govern, but is to choose the governor. This is the most important point : there should be a very limited number of concurrent conceptions of the politic behaviour of a nation, and all should be respectful to the duty of preserving the elementary rights of the citizen : no descrimination of minorities, the possession right, the expression right, the voting right, the justice independance and so. As we talk about democracy, I think we should be focused on the role of the media and the superficial propaganda : and again, I see here no real problem. What people will always remember is what happen, not what they were told to imagine. And this pragmatic and realistic view of the politic life will always be creative when giving the people the right to choose periodically their leaders.

It is about crime and punishment. This system is slow but concise, and offers results of autoregulation in the society. But what we need to make it work is some sort of a tradition, that allows the ordinary citizen to evolve. And you are not sure of course of the existence of such a tradition in Zimbabwe for example. That is what we need : tradition, education and what M. Friedman calls "widespread acceptance of some common set of values". The values that I repeatedly underlined.

But who should start it ? I will say that everyone who is convinced of that set values should start it. This is the responsibility of intellectuals, writers, columnists, critics, even actors and football players. It is not about motivation. It is about giving our children and their children a more tolerant and open minded world to live in. It is about giving them more choices and freedom, to make them more open to things. It is not some feeling. It is our duty.

I think that choosing a side is important, and when there are two powerful sides or more, with respect of minorities, any one can be happy. The stabilization of the complex societies of today should not be pictured in Iranian Revolution Guards killing and injuring reformist protestors in the name of God. This is what I don't and won't want to show to my child. These are the pictures I hate.

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