Sponsored Content
The Lounge What is on Your Mind? Business origins - MalWareBytes - interesting read Post 303037136 by Neo on Wednesday 24th of July 2019 12:25:20 PM
Old 07-24-2019
Yeah, so as a long time cyber security person, I have never been impressed with companies like MalwareBytes who profit off the insecurity of Windows.

I'm not accusing any company of wrong doings, but there have been many scenarios in circles of cyber security professionals where antivirus companies conspire (or work) with malware creators to have malware released into the wild and for "an antivirus company" to already have an antiviral update(s) ready.

The entire ecosystem is broken; so personally, I am not impressed with the MalwareBytes story. I do not trust any of these companies, since they are not accountable and transparent to the public.

The real "success story" would be for governments or regulators to mandate that these software companies secure their products and be responsible for consumer losses and damages, or to otherwise regulate these greedy high tech companies who are only concerned with quarterly profit reports to their stockholders. Ditto for the new breed of information brokers like FB.

The entire cybersecurity industry is a "self-licking ice cream cone", where the more malware there is, the more money anti-malware companies make. It's really dystopian.

Soon (not sure the exact time), it will be the same in AI. There will be an entire industry built around securing us from AI, hackers attacking AI, AI gone bad, etc. It's really a dystopian future where tech creates more software which needs "protectors" to protect us from the harm it will do. Meanwhile, the huge tech giants get richer, the land costs rise in high tech areas, etc.

It's corporate greed out of control, really.
 

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
GLUGETSTRING(3G)														  GLUGETSTRING(3G)

NAME
gluGetString - return a string describing the GLU version or GLU extensions C SPECIFICATION
const GLubyte * gluGetString( GLenum name ) PARAMETERS
name Specifies a symbolic constant, one of GLU_VERSION, or GLU_EXTENSIONS. DESCRIPTION
gluGetString returns a pointer to a static string describing the GLU version or the GLU extensions that are supported. The version number is one of the following forms: major_number.minor_number major_number.minor_number.release_number. The version string is of the following form: version number<space>vendor-specific information Vendor-specific information is optional. Its format and contents depend on the implementation. The standard GLU contains a basic set of features and capabilities. If a company or group of companies wish to support other features, these may be included as extensions to the GLU. If name is GLU_EXTENSIONS, then gluGetString returns a space-separated list of names of supported GLU extensions. (Extension names never contain spaces.) All strings are null-terminated. NOTES
gluGetString only returns information about GLU extensions. Call glGetString to get a list of GL extensions. gluGetString is an initialization routine. Calling it after a glNewList results in undefined behavior. ERRORS
NULL is returned if name is not GLU_VERSION or GLU_EXTENSIONS. SEE ALSO
glGetString GLUGETSTRING(3G)
All times are GMT -4. The time now is 11:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy