Sponsored Content
Full Discussion: A nice YT video on A.I
The Lounge What is on Your Mind? A nice YT video on A.I Post 303042333 by Neo on Saturday 21st of December 2019 11:34:39 PM
Old 12-22-2019
Also, Ravinder.... think about this another way.

In the movies, you see the Evil Death Star coming from The Empire to destroy all freedom loving people in the Galaxy.

What the movies do not talk about is "Who Built the Death Star" and all the technology behind the "Evil Empire".

Well.... I will tell you.

Well, educated people in the Empire were recruited when they graduated from the best universities in the Empire and paid huge sums of money to develop the various technologies the Empire needs to build Death Rays, and Death Stars.

Do the great sci-fi movies go into this part of the story?

No, they do not. They only show us the Death Star and all the Evil Technology, but they do not show us the generations of well-intended university graduates who were so happy to get a top paying job with Empire companies.

This is because humans need to make a living to support their families and they want top paying jobs when they graduate (just like everyone here, right?).

Just like the Empire pays top dollar to college graduates to build all the things the Empire needs in Star Wars to control the Galaxy, so does big tech companies on Earth, need to recruit the smartest from universities and pay them top dollar to work on all their targeting algorithms, filtering algorithms and A.I. applications in general.

Even the best intended engineers and scientists are seduced by "The Dark Side", which in real life, as in the Star Wars space opera, is motived by greed, influence, power and domination (getting and staying on top).

Think about it.

Now, I'm not saying that big tech on Earth is the "Evil Empire"; but what I am saying is that all this great technology is built by someone, both on Earth or within the Empire. Most of the university graduates in the Empire were not evil, terrible people who wanted to squash the rebellion and dominate the Galaxy; they just wanted higher paying jobs and to take care of their family, just like the engineers and scientists here on Earth.

What is the difference?

How different is reality on Earth and science fiction?

Do you really think "A.I' is so great for human society in spite of all the negative impact on society (weaponized information, information warfare, disinformation, information targeting, non-human content editors who do not go a very good job compared to humans {but who are cheaper than humans and put humans out of work}, etc.) and all the unintended consequences yet to be seen?
This User Gave Thanks to Neo For This Post:
 

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Very Nice

Just a quick message to say great work to Neo and any others who have helped with the upgrade - the layout, appearance and functionality of this forum ROCKS. By far the best I have seen. Excellent! (1 Reply)
Discussion started by: alwayslearningunix
1 Replies

2. Programming

nice command and nice() system call

Hi I want to implement the nice command in the shell that I am building. I came to know that there is a corresponding nice() system call for the same. But since I will be forking different processes to run different commands typed on the command prompt, is there any way I can make a command... (2 Replies)
Discussion started by: tejbuch
2 Replies

3. HP-UX

top and nice

Hi, I have two identical 12 CPU HPUX machines, and I run the same processes on each that load the boxes fully. top on one reports activity under the NICE (19%) and SYS (18%) columns, while top on the other reports 0% NICE and 16% SYS. What would cause NICE to be zero on one machine and not... (5 Replies)
Discussion started by: CBorgia
5 Replies

4. Linux

USB video capture? composite, s-video, etc

does anybody have any experience with any of these composite video to usb devices on linux? usb video capture - Google Product Search would like to get one but a linux newbie and having trouble figuring out if any are ported... i've found lots of things that link to freedesktop.org DisplayLink... (1 Reply)
Discussion started by: danpaluska
1 Replies

5. UNIX for Advanced & Expert Users

Video Cards :: Video Memory Intercept and Redirect

I need a broad spectrum understanding on this subject, and any help would be greatly appreciated. First of all, as I understand it... The way the video hardware works is the CPU sends information about input and possible changes to the display, the video card receives these changes, makes the... (2 Replies)
Discussion started by: ciNG
2 Replies
XScreenSaver(1) 					      General Commands Manual						   XScreenSaver(1)

NAME
petri - simulates mold growing in a petri dish SYNOPSIS
petri [-display host:display.screen] [-foreground color] [-background color] [-window] [-root] [-mono] [-install] [-visual visual] [-delay microseconds] [-size integer] [-mem-throttle amount] [-count integer] [-originalcolors] [-diaglim real] [-anychan real] [-minorchan real] [-instantdeathchan real] [-minlifespeed real] [-maxlifespeed real] [-mindeathspeed real] [-maxdeathspeed real] [-minlifespan integer] [-maxlifespan integer] DESCRIPTION
petri simulates mold growing in a petri dish via a state-heavy grid of automata (vaguely like Conway's Life, only with much more state per cell). OPTIONS
petri accepts the following options: -window Draw on a newly-created window. This is the default. -root Draw on the root window. -mono If on a color display, pretend we're on a monochrome display. -install Install a private colormap for the window. -visual visual Which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -delay microseconds The interframe delay, in microseconds. Defaults to 10000, resource delay. -size integer The size of a cell in pixels. Defaults to 4, resource size. -mem-throttle amount The maximum amount of memory to consume, specified either in megabytes (suffix "M"), kilobytes (suffix "K"), or bytes (sans suf- fix). In order to meet the memory requirement, the cell size may be increased. Defaults to 22M, resource memThrottle. -count integer How many different varieties of mold to grow (including Black Death). Defaults to 8, resource count. -originalcolors If specified, indicates that the colors used should be the artist's original choices (a fixed set of primary and secondary colors). In this case, count must be 8 or less. Defaults to not specified (i.e., false), resource originalcolors. -diaglim real The age limit for diagonal growth as a multiplier of orthogonal growth (range 1..2). 1 means square growth, 1.414 (i.e., sqrt(2)) means approximately circular growth, 2 means diamond growth. Defaults to 1.414, resource diaglim. -anychan real The chance (range 0..1) that at each iteration, one or more new cells will be born. Defaults to 0.0015, resource anychan. -minorchan real The chance (range 0..1) that, given that new cells will be born, that only two will be added (hence being a minor cell birth event). Defaults to 0.5, resource minorchan. -instantdeathchan real The chance (range 0..1) that, given that death and destruction will happen, that instead of using Black Death cells, death will come instantaneously. Defaults to 0.2, resource instantdeathchan. -minlifespeed real The minimum speed for living cells as a fraction of the maximum possible speed (range 0..1). Defaults to 0.04, resource minlife- speed. -maxlifespeed real The maximum speed for living cells as a fraction of the maximum possible speed (range 0..1). Defaults to 0.13, resource maxlife- speed. -mindeathspeed real The minimum speed for Black Death cells as a fraction of the maximum possible speed (range 0..1). Defaults to 0.42, resource min- deathspeed. -maxdeathspeed real The maximum speed for Black Death cells as a fraction of the maximum possible speed (range 0..1). Defaults to 0.46, resource maxdeathspeed. -minlifespan integer The minimum lifespan for a colony, in iterations, before Black Death comes. Defaults to 500, resource minlifespan. -maxlifespan integer The maximum lifespan for a colony, in iterations, before Black Death comes. Defaults to 1500, resource maxlifespan. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. X RESOURCES
There are resource equivalents for each option, noted above. BUGS
There are no known bugs in petri as of this writing. SEE ALSO
xscreensaver(1) COPYRIGHT
Copyright (C) 1992-2000 by Dan Bornstein. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. AUTHOR
Dan Bornstein <danfuzz@milk.com>, 06-Jul-2000. X Version 11 06-Jul-2000 XScreenSaver(1)
All times are GMT -4. The time now is 12:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy