Sponsored Content
The Lounge What is on Your Mind? Thoughts on Dystopian Future as we know it! Post 303015577 by Neo on Saturday 7th of April 2018 03:31:47 AM
Old 04-07-2018
For those who are not convinced about how social media has pushed society rapidly toward a dystopian future, please read this (true) story on CNN:

When Facebook becomes 'the beast': Myanmar activists say social media aids genocide

This is absolutely a true story, 100%.

Living in SE Asia and spending a lot of time traveling in this part of the world, it's easy to see that social media, and especially FB, has been twisted in unforeseen ways to harm the minds of those who are not fortunate to have a high education and/or the ability to think critically about social issues. (Honestly, it depressing to see what social media has done to the under developed, less educated world).

We are rapidly moving toward a dystopian world where information is fully weaponized against other humans, mostly thanks to FB, who has unleashed a dystopian monster into the under developed world.

Also, you would not believe how rampantly FB is used by young men and women working as freelance prostitutes, posting provocative pictures and connecting with people on FB.

Mark Zuckerberg says "all he wants is to connect people", however, what he seemingly did not realize is that connecting everyone to everything all the time is not necessary a good thing, especially since FB has become a haven for lawless activity and misinformation, and to incite social unrest.
These 5 Users Gave Thanks to Neo For This Post:
 

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
removable-media(9P)					   Kernel Properties for Drivers				       removable-media(9P)

NAME
removable-media - removable media device property DESCRIPTION
A device that supports removable media--such as CDROM, JAZZ, and ZIP drives--and that supports power management and expects automatic mounting of the device via the volume manager should export the boolean (zero length) property removable-media. This property enables the system to make the power state of the device dependent on the power state of the frame buffer and monitor. See the power.conf(4) discussion of the device-dependency-property entry for more information. Devices that behave like removable devices (such as PC ATA cards, where the controller and media both are removed at the same time) should also export this property. EXAMPLES
Example 1: removable-media Entry An example of a removable-media entry from the .conf file of a driver is shown below. # This entry keeps removable media from being powered down unless # the console framebuffer and monitor are powered down # removable-media=1; Example 2: Implementation in attach() Below is an example of how the entry above would be implemented in the attach(9E) function of the driver. xxattach(dev_info_t *dip, ddi_attach_cmd_t cmd) { ... if (ddi_prop_create(DDI_DEV_T_NONE, dip, DDI_PROP_CANSLEEP, "removable-media", NULL, 0)) != DDI_PROP_SUCCESS) goto failed; ... } ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
power.conf(4), pm(7D), attach(9E), detach(9E), ddi_prop_create(9F) Writing Device Drivers SunOS 5.10 15 Jun 2001 removable-media(9P)
All times are GMT -4. The time now is 08:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy