Sponsored Content
The Lounge What is on Your Mind? Thoughts on Dystopian Future as we know it! Post 303015363 by Neo on Tuesday 3rd of April 2018 02:40:19 PM
Old 04-03-2018
Quote:
Originally Posted by Coding Coolie
@Neo,

I'm not an advocate for a Dystopian future by any stretch, but some of the most compelling stuff in that genre are William Gibson's books.
The problem is both "the far left" and "the far right"..... So, I suggest that we not try to tie the current state of dystopia and cyber disfunction to one side or the other. Using labels and putting entire groups into categories is a part of the divisiveness than helps create dystopia. I am not politicizing Spielberg because his work is "for profit" and must appeal to the masses; and many people will not read "Ready Player One", which is absolutely great; 20 times + better than the movie, but I'm only 2/3s of the way into the audiobook, so let's see how the book ends.

Regarding, the "Dystopian Future" it is already here because of advances in instant communications and the easy "hack" to spread disinformation and sew hatred and discontent between humans has already given rise to an unstable and dangerous world where cyberspace is used to influence human consciousness, mostly by bad actors, but also by for-profit commercial interests (who we can also call "bad actors") as well.

The developing situation is much worse than imaged by Orwell in 1984; which is easy to see by looking at what Facebook did with personal data and how Cambridge Analytica used massive amounts of personal data to classify, target and perform psychological operations against humans in order to manipulate people who were unwitting to the fact they were being manipuated.

When you combine this with the fact that both governments and commercial industry are totally incompetent and impotent to deal with this form of psychological operations against humanity, there is do doubt that the "dystopian s**t has hit the fan".

and...

We ain't seen nothing yet...
 

6 More Discussions You Might Find Interesting

1. AIX

New IBM AIX 5L ver 5.1 .. any thoughts?

I read that IBM came up with a new AIX version that would be fully integrated with Linux (I guess compared to older versions of AIX that could not) and I was hoping I bring this for discussion here so I learn more about IBM UNIX OS Can anybody put few simple and practical comparisons between... (0 Replies)
Discussion started by: aliissa
0 Replies

2. Filesystems, Disks and Memory

Partitioning Thoughts

I'm pretty new to UNIX and i'm planning to set up a server for my company.... i'm wondering if anyone could suggest a partitioning scheme for a standalone Solaris server with two 40GB disks and 1GB of memory... It would also be supporting 100 users... thanks ! (1 Reply)
Discussion started by: martin11
1 Replies

3. SuSE

your thoughts on the KDE desktop environmt

I wanted to get people's feedback on experiences with the KDE destop environment. I played with it for a while and was impressed. I liked the non MS apps and non MS approach to mail. via K-mail anyone else ? (8 Replies)
Discussion started by: simon2000
8 Replies

4. News, Links, Events and Announcements

Slackware - Please Keep Patrick Volkerding in Your Thoughts

For those of you you do not follow Slackware, one of the first Linux distros, going back to 1993, you may not know that Patrick Volkerding, the man behind it all, has been very ill: http://www.slackware.com/~volkerdi/PAT-NEEDS-YOUR-HELP.txt Please keep Pat in your thoughts and prayers. Neo (1 Reply)
Discussion started by: Neo
1 Replies

5. Solaris

Solaris 10 - Zones - Design thoughts

Good morning to one and all :-) About to set up a M5000 server, then create a few zones to port over a few apps. So, anyone had experience of zones ? and what things I need to consider / design / workout before hand ?? I need to work out whats going to be ported over, what the ip... (6 Replies)
Discussion started by: sbk1972
6 Replies

6. Web Development

Some Thoughts on Vue.js at UNIX.com

Recently, have been learning Vue and, as always, learning-by-doing, which means writing code for real-world applications. In this process, I have learned something that is not really mentioned in the majority of online Vue tutorials. Basically, when you create a Vue instance in your browser,... (0 Replies)
Discussion started by: Neo
0 Replies
ppuconfig(1M)															     ppuconfig(1M)

NAME
ppuconfig - configure Pay per use daemon SYNOPSIS
DESCRIPTION
is a tool for configuring communication between the Pay per use daemon (see ppud(1M)) and a utility meter. A utility meter must be speci- fied for a Pay per use system before the daemon will collect and send utilization data to HP. In the absence of this data, HP may assume 100% utilization and bill for the system accordingly. If is invoked without any options, the current settings will be displayed. After initially configuring the utility meter with the command, use the ppuconfig -t command to perform a round trip communication test with the meter and to perform other validation checks. If the daemon is not running, this command will start the daemon. When is used to modify the configuration information related to the utility meter, it is not necessary to restart the daemon. When config- uration information is modified also use to verify the new configuration. can be used to place a cap on the number of active cores, thereby limiting the maximum utilization reported to HP. This option is not allowed in a virtual partition environment. For more information see the Pay per use User's Guide located at /usr/share/doc/PayPerUseUserGuide.pdf Options recognizes the following command-line options and arguments: Specifies the number of cores that should be active on this partition the next time it boots. Upon the next partition reboot, cores may be deactivated until this value is reached. Specification of the value "all" means that all cores that can be active, should be active. "all" is the default cap. To specify a cap and make it take effect immediately, specify the option in conjunction with the option. Note: the option does not apply to virtual partitions. To limit the number of active cores in a virtual partition, use the vpar- modify(1M) command to assign or unassign cores. Specifies that the hostname should be used as the system identifier for the Pay per use system when reporting usage information. Specifies the utility meter that the Pay per use system should use for reporting usage data. The meter can be specified as a fully qualified hostname or IP address. A non-blank value is required. Reconcile. Instructs to activate or deactivate cores to get to the specified cap value. will only deactivate cores from the default proces- sor set (pset 0) and will never deactivate the last core in a cell or the last core in the partition. Note: this option does not apply to virtual partitions. Specifies the system identifier that the Pay per use system should use when reporting. This can be any value that helps you identify this system (for example, a tracking number, asset number, physi- cal location, etc). Until a system identifier is specified, the hostname will be used by default. This identifier is transmit- ted to HP and shows up on the Utility Pricing Solutions portal (http://www.hp.com/go/payperuse) to help you identify your system. Perform a communication test between Pay per use software and the configured utility meter. Perform other validation checks to make sure PPU information can be acquired. Start the ppud daemon if it is not running. RETURN VALUES
exits with one of these values: Success Failure; error message sent to EXAMPLES
The following example shows configuration of the utility meter to a system called alpha.corp.com followed by a communication test of that meter. ppuconfig -m alpha.corp.com ppuconfig -t The following example shows how to cap the number of active cores to three and make it take effect immediately. ppuconfig -rc 3 The following example shows how to remove a cap from the system and always have all cores active. ppuconfig -c all The following example shows how to set the system ID for this system. The system ID can be any text that helps you better identify your system. ppuconfig -s "rp8410 in bldg 7 1st floor system room: ID#234879" AUTHORS
ppuconfig was developed by HP. FILES
/etc/ppu/ppu_config File containing utility meter configuration data. If this file is removed, the daemon will not be started at system boot and utilization data will not be transmitted to HP. /var/ppu/PPUReport.xml File created every 30 minutes containing a report of the core utilization over the last 30 minutes for this partition. SEE ALSO
ppud(1M), ppu(5) ppuconfig(1M)
All times are GMT -4. The time now is 03:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy