corna / me_cleaner

Tool for partial deblobbing of Intel ME/TXE firmware images
GNU General Public License v3.0
4.49k stars 278 forks source link

'invisible' #240

Open InterestsFantastic opened 5 years ago

InterestsFantastic commented 5 years ago

I'm not sure if invisible would be a better choice of word vs transparent. Reedit if required.

Double negative removed.

cedricbambooza commented 3 years ago

Yes invisible might be better language.

mara004 commented 1 year ago

Yes, this is indeed misleading.

Transparent suggests inspectable. For instance, Wikipedia says:

transparency [means] operating in such a way that it is easy for others to see what actions are performed.

Also, when thinking of transparent vs. opaque data types:

In computer science, an opaque data type is a data type whose concrete data structure is not defined in an interface. This enforces information hiding, since its values can only be manipulated by calling subroutines that have access to the missing information. The concrete representation of the type is hidden from its users, and the visible implementation is incomplete. A data type whose representation is visible is called transparent.