ioc.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
INDICATORS OF COMPROMISE (IOC) InfoSec Community within the Fediverse. Newbies, experts, gurus - Everyone is Welcome! Instance is supposed to be fast and secure.

Administered by:

Server stats:

1.3K
active users

Andrew Zonenberg

@whitequark That sounds similar to C++ "friend" where it exposes all of the members though.

As an example of where this is useful, I want to have an allocator object that contains a number of child objects and calls a method to default-initialize that object before giving it out to an end user, but I don't want that method accessible in the public API.

But I also don't want the allocator to have access to all of the internals of the child.