Sponsored Content
The Lounge What is on Your Mind? Powerhouses and mainstream poll Post 303001001 by bakunin on Tuesday 25th of July 2017 03:39:02 AM
Old 07-25-2017
First off: we haven't replaced the "content industry" by "the community" at all: we have replaced the former content industry by some criminals able to program chat-bots. The internet information highway left truth as roadkill, so to say. To think that these criminals aren't an "industry" in themselves is an illusion. Or do you think the likes of Steve Bannon would be able to spew their hatred without a lot of money behind them?

Second: in general we lack to resources to prove what we are told. If someone tells me that somewhere in Africa X is the case i am in no position to find out if he is telling me the truth or not, because i am far from Africa and have no oportunity to find out for myself.

This is the reason why most of us in most cases have to ultimately believe what we are told. Research no shows that whatever is told is believed more easily the more simplistic it is. Example: the crisis of 1929 and the subsequent depression which is said to have been instrumental in the rise of the Nazis in Germany. Of course their "explanation" of what happened was utter nonsense - "the jews are to blame" - but this "explanation" was 5 words long, whereas any serious explanation of why and how cyclic crises plagued modern capitalism takes a lot more time and effort to explain.

We face basically the same situation now when we try to explain refugees, immigrants, the current crisis, etc.. The "explanations" are believed the more easily the more simplistic they are, regardless of their truth.

bakunin
This User Gave Thanks to bakunin For This Post:
 

5 More Discussions You Might Find Interesting

1. IP Networking

select vs poll

Hi, Off late I had been looking at the differences b/w select() & poll() system calls. The requirement is to reduce the overhead, processor power in waiting for the data. In the kind of connections under consideration there would be very frequent data arriving on the sockets, so poll() fares... (12 Replies)
Discussion started by: smanu
12 Replies

2. Shell Programming and Scripting

how to poll for new files?

Hi , i have a requirement in which i have to ftp files to unix from windows and vice versa. I have to encrypt files in windows which will then be decrypted in unix and vice versa. Now the process needs to be automated ..therefore when windows server or unix server recieves the files a shell... (5 Replies)
Discussion started by: lifzgud
5 Replies

3. Programming

pipe() and poll() problem in C

Hi all, Im trying to do a simple program which ask the user for a unix command with the arguments. The program fork and the two process communicate with pipes. The child process call execvp with the command and the father process read the result of the execvp via the pipe. This program works... (11 Replies)
Discussion started by: blackmamba21
11 Replies

4. Shell Programming and Scripting

How to use poll() for I/O multiplex

Hi, guys: I want to write my own shell using C. I am confused about the usage of I/O multiplex. Does anyone know some examples or explain it to me ? Thanks so much (1 Reply)
Discussion started by: tomlee
1 Replies

5. AIX

Poll of sorts - on LDAP

1) Do you use LDAP on AIX? (as a client) 2) If yes, what LDAP server technology do you use: a) IDS (or ITDS) - IBM Tivoli Directory Server b) AD c) openLDAP d) other - please list. I ask, because I am looking at openLDAP as well as IDS and am wondering if there is a clear preference I... (4 Replies)
Discussion started by: MichaelFelt
4 Replies
explain_ftell_or_die(3) 				     Library Functions Manual					   explain_ftell_or_die(3)

NAME
explain_ftell_or_die - get stream position and report errors SYNOPSIS
#include <libexplain/ftell.h> long explain_ftell_or_die(FILE *fp); long explain_ftell_on_error(FILE *fp); DESCRIPTION
The explain_ftell_or_die function is used to call the ftell(3) system call. On failure an explanation will be printed to stderr, obtained from the explain_ftell(3) function, and then the process terminates by calling exit(EXIT_FAILURE). The explain_ftell_on_error function is used to call the ftell(3) system call. On failure an explanation will be printed to stderr, obtained from the explain_ftell(3) function, but still returns to the caller. fp The fp, exactly as to be passed to the ftell(3) system call. RETURN VALUE
The explain_ftell_or_die function only returns on success, see ftell(3) for more information. On failure, prints an explanation and exits, it does not return. The explain_ftell_on_error function always returns the value return by the wrapped ftell(3) system call. EXAMPLE
The explain_ftell_or_die function is intended to be used in a fashion similar to the following example: long result = explain_ftell_or_die(fp); SEE ALSO
ftell(3) get stream position explain_ftell(3) explain ftell(3) errors exit(2) terminate the calling process COPYRIGHT
libexplain version 0.52 Copyright (C) 2010 Peter Miller explain_ftell_or_die(3)
All times are GMT -4. The time now is 02:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy