Sponsored Content
Full Discussion: Climate change anyone?
The Lounge What is on Your Mind? Climate change anyone? Post 303035294 by Neo on Monday 20th of May 2019 02:07:15 AM
Old 05-20-2019
Dear Stomp,

It's great to have people with passion and energy for whatever interests them.

My wonderful partner in life, she recycles everything she can and we take that to a recycling center every month or so. She even got back about $3 dollars last time, and she was thrilled in a fun sort of way, trading what would have been bags of garbage for a few bucks and helping the planet at the same time.

However, on the darker side ...

Two days ago someone secretly dumped tens of thousands of gallons of some black goop into a drain pipe at night and that black, toxic goop flowed from that pipe directly into the sea.

Every weekend, hoards of people come down to the beach near our home and sit on their bamboo mats, drink their whisky, cook with clay pots, eat, consume and destroy the beach and the sidewalks.

Where I live, frankly speaking, the stray beach dogs are cleaner than the vast majority of the tourists. Imagine that! Stray beach dogs are cleaner than the hoards of tourists!

As mentioned earlier, as someone who has travelled to over 50 countries, and have scuba dived around 1,000 times in maybe five or six countries, I can tell you that humans will destroy a huge, beautiful coral reef in a matter of days, weeks or months just to get their groups of paying tourists to sit on an island beach for the day.

I have seen boat loads of tourists standing on coral reefs, boat anchors ripping reefs apart, you name it.

If you are really into making a difference, I would encourage you to make some great YT videos because the young generation are all about video and media. If you have great ideas you want to share, causes you want to address, wrongs you want to right, you will reach a much wider audience on YouTube than on unix.com. Of course, you are welcome to post here as well.

Maybe you can go to VideoBlocks and download some global warming and pollution video footage, use Camtasia, Final Cut or Premier Pro and make a video or maybe even make many videos.

Personally, I am just getting into video media, professional stock video footage, special effect and video production, and it's really amazing what is available to work with in 2019.

The sky is the limit and you can easily have your own "Global News Channel" with amazing videos.

Video media is "where it's at" these days.
These 2 Users Gave Thanks to Neo For This Post:
 

7 More Discussions You Might Find Interesting

1. Cybersecurity

How to change ip ?

hi , Is there anyway to change ip on sco5.04 i tried using netconfig on the prompt but gives me error . how do u manually change ip cant use acoadmin and netconfig .... thx art (2 Replies)
Discussion started by: art_malabanan
2 Replies

2. Shell Programming and Scripting

change 43% to 43.5

I have a column in % and I want to display it as a one decimal place number for sorting - what function would I be looking at for dropping the % sign? (2 Replies)
Discussion started by: nortypig
2 Replies

3. Homework & Coursework Questions

change

bh,lg.yu.,fgh,ry,.tyl,tyk,ty,ty,ty,. (7 Replies)
Discussion started by: frankycool
7 Replies

4. Shell Programming and Scripting

ksh; Change file permissions, update file, change permissions back?

Hi, I am creating a ksh script to search for a string of text inside files within a directory tree. Some of these file are going to be read/execute only. I know to use chmod to change the permissions of the file, but I want to preserve the original permissions after writing to the file. How can I... (3 Replies)
Discussion started by: right_coaster
3 Replies

5. Shell Programming and Scripting

Change the content of files but not change the date

I have 100 files in a directory , all the files have a word "error" and they are created in different date . Now I would like to change the word from "error" to "warning" , and keep the date of the files ( that means do not change the file creation date after change the word ) , can advise what can... (0 Replies)
Discussion started by: ust3
0 Replies

6. Shell Programming and Scripting

Change the content of files but not change the date

I have 100 files in a directory , all the files have a word "error" and they are created in different date . Now I would like to change the word from "error" to "warning" , and keep the date of the files ( that means do not change the file creation date after change the word ) , can advise what can... (7 Replies)
Discussion started by: ust3
7 Replies

7. SCO

How to change raid controller driver ? (hardware change)

Hello I'm trying to virtualize an instance of Sco Unix 5.0.5 in VirtualBox (called VM-A) , but sco I have problems set to launch with the new raid controller . The physical machine has a raid controller adaptec (alad driver) but VirtualBox uses buslogic (blc driver) What ... (3 Replies)
Discussion started by: flako
3 Replies
FANN_GET_CASCADE_CANDIDATE_CHANGE_FRACTION(3)				 1			     FANN_GET_CASCADE_CANDIDATE_CHANGE_FRACTION(3)

fann_get_cascade_candidate_change_fraction - Returns the cascade candidate change fraction

SYNOPSIS
float fann_get_cascade_candidate_change_fraction (resource $ann) DESCRIPTION
The cascade candidate change fraction is a number between 0 and 1 determining how large a fraction the fann_get_MSE(3) value should change within fann_get_cascade_candidate_stagnation_epochs(3) during training of the candidate neurons, in order for the training not to stagnate. If the training stagnates, the training of the candidate neurons will be ended and the best candidate will be selected. It means that if the MSE does not change by a fraction of fann_get_cascade_candidate_change_fraction(3) during a period of fann_get_cas- cade_candidate_stagnation_epochs(3), the training of the candidate neurons is stopped because the training has stagnated. If the cascade candidate change fraction is low, the candidate neurons will be trained more and if the fraction is high they will be trained less. The default cascade candidate change fraction is 0.01, which is equalent to a 1% change in MSE. PARAMETERS
o $ann -Neural network resource. RETURN VALUES
The cascade candidate change fraction, or FALSE on error. SEE ALSO
fann_set_cascade_candidate_change_fraction(3), fann_get_MSE(3), fann_get_cascade_candidate_stagnation_epochs(3). PHP Documentation Group FANN_GET_CASCADE_CANDIDATE_CHANGE_FRACTION(3)
All times are GMT -4. The time now is 09:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy