Sponsored Content
The Lounge What is on Your Mind? Business origins - MalWareBytes - interesting read Post 303037124 by Neo on Wednesday 24th of July 2019 08:28:00 AM
Old 07-24-2019
If Microsoft did not create such insecure software, anti-virus companies like MalwareBytes would not be in business.

It's an industry many of us in my circle of cybersecurity experts refer to as a "self-licking ice-cream cone" because all these companies just feed off the insecurity of the Window's (for the most part) operating system.

It's really a social and economic tragedy when you stop to think about it.

I just finished a GREAT book called "Lost in Math - How Beauty Leads Physics Astray" by Sabine Hossenfelder. In her transformational book, she describes the various biases, including cognitive bias" to which "following the herd" is a subset.

Computer security is so full of cognitive bias that if you really understood the industry, your stomach would turn, realizing how much corporate greed is the root cause of most of the IT insecurity we face in society.

There is yet no "antivirus software" for human greed and ignorance.

IMNSHO, everyone should read (or listen to), Sabine Hossenfelder's book, "Lost in Math".
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Some interesting questions

Hello All, I have some questions; 1) process1 | process2, A)now if I kill process2 what happens to process1? B) if I kill process1 what happens to process2? 2) Why kill -9 is a strong kill? If possible I would like to know what happens internally. 3) What a pipe actually do, in... (3 Replies)
Discussion started by: willhunter
3 Replies

2. Shell Programming and Scripting

interesting problem

Hi, I am new in this forum and I am glad to be a part of it. I have a problem that has two parts: 1/ extract just the timestamp from a filename: for example, I have a file called 'sales20080226144525.txt' and I want to extract just the '20080226144525' part out of it. 2/ Now, take that... (5 Replies)
Discussion started by: ChicagoBlues
5 Replies

3. Red Hat

Cron entry for every 10 mints on business day business hour

Could you “crontab” it to run every 10 minutes on work days (Mo - Fr) between 08:00 and 18:00 i know to run every 10 mints but can any one guide me how to achieve the above one (2 Replies)
Discussion started by: venikathir
2 Replies
Template::Plugin::Math(3pm)				User Contributed Perl Documentation			       Template::Plugin::Math(3pm)

NAME
Template::Plugin::Math - Plugin providing mathematical functions SYNOPSIS
[% USE Math %] [% Math.sqrt(9) %] DESCRIPTION
The Math plugin provides numerous mathematical functions for use within templates. METHODS
"Template::Plugin::Math" makes available the following functions from the Perl core: abs atan2 cos exp hex int log oct rand sin sqrt srand In addition, if the Math::Trig module can be loaded, the following functions are also available: pi tan csc cosec sec cot cotan asin acos atan acsc acosec asec acot acotan sinh cosh tanh csch cosech sech coth cotanh asinh acosh atanh acsch acosech asech acoth acotanh rad2deg rad2grad deg2rad deg2grad grad2rad grad2deg If the Math::TrulyRandom module is available, and you've got the time to wait, the "truly_random_number" method is available: [% Math.truly_random_number %] AUTHOR
Andy Wardley <abw@wardley.org> <http://wardley.org/> COPYRIGHT
Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Template::Plugin perl v5.14.2 2011-12-20 Template::Plugin::Math(3pm)
All times are GMT -4. The time now is 10:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy