You’d see posts in a community/group/etc based on your trust of the community, unless you’ve explicitly de-trusted the poster or you trust someone who de-trusts them (and you haven’t broken that chain).
You’d see posts in a community/group/etc based on your trust of the community, unless you’ve explicitly de-trusted the poster or you trust someone who de-trusts them (and you haven’t broken that chain).
For the simplest users, my initial idea is just a binary “do you trust them?” for each person (aka “friends”) and non-person (aka “follow”), and maybe one global binary of “do you trust who they trust?” that defaults to yes. anything more complex than that can be optional.
I am sad that the current generation of federated social media/networks still doesn’t have much, if any, implementation of web of trust functionality. I believe that’s the only solution to bots/AI/etc content in the future. Show me content from people/accounts/profiles I trust, and accounts they trust, etc. When I see spam or scams or other misbehavior, show me the trust chain connecting me to it so I can sever it at the appropriate level instead of having to block individual accounts. (e.g. “sorry mom, you’ve trusted too many political frauds, I’m going to stop trusting people you trust”)
It’s not just about openid/identity/authentication. It’s also about syndication and subscription. For forums to fill the niche reddit fills, we would have needed much better tooling around things like RSS/Atom, to allow people to see and interact with content from many forums in a consolidated interface.
I think many of those people are conflating subreddit moderators with reddit site moderators/admins. On many platforms, “mods” refers to the top level people.
Most people who “self host” things are still doing it on a server somewhere outside their home. Could be a VPS, a cloud instance, colocated bare metal, …
I used Mattermost for a community project, but had trouble getting people to install/use/learn yet another client.
No, it can’t. The compiler can’t do anything with content from any file not explicitly passed to it. You’re mixing up the compiler and the linker (and the linker has nothing to do with either language, it can link binaries compiled from any language).
It’s a legal complaint. Someone is going to get fined, likely thousands of dollars, if the complaint is substantiated. I strongly suspect a human will be reading the whole thing more than once, before proceeding to gather much more info.
The unnamed language that is compiled by cc
.
To elaborate… C[++] is really two different languages, with mostly distinct feature sets, handled in most cases by different compilers, interpreters, parsers, etc.
The unnamed language with keywords like and
which produces text output is a templating system that is functionally independent of the unnamed language with keywords like
for
and unsigned
which actually compiles to a binary.
You can use cpp
to run all the logic and conditionals in that first language to produce output, even if you replace the second language with something else like python or assembly.
You can use cc
to compile that second language from source to binary, without support from the preprocessor.
That second language, the one that cc
understands and compiles, does not have the ability to import functions or values or whatever from other files.
Nah, you’d just get a preprocessor like C/C++ to do #include for you prior to compiling.
Using a “laundry basket with a search robot” IS inherently a worse way to store data than a “file system with hierarchy”.
Nested folders are reliable and predictable.
Tagging is also a good option.
Relying on search that is likely to fail in predictable ways is an awful way to do anything serious. And therein lies the problem… These people have mostly never done serious work with a computer before, that other people rely on. As soon as someone else stands to lose money or fail a class because you can’t find a file, the distinction will come into sharp focus.
https://www.pcgamer.com/students-dont-know-what-files-and-folders-are-professors-say/
Students don’t know what files and folders are, professors say A whole generation has grown up with powerful search functions, and don’t think about computers the same way.
Apparently this has become a widespread problem in colleges starting in the last decade.
Re “physical interaction”… Are you old and/or geeky enough to know about https://en.wikipedia.org/wiki/Key_signing_party ?
Web of trust. The biggest thing missing from most attempts to build social networks so far. A few sites did very weak versions, like Slashdot/s friend/foe/fan/freak rating system.
Let me subscribe, upvote, downvote, filter, etc specific content. Let me trust (or negative-trust) other users (think of it like “friend” or “block”, in simple terms)
Then, and this is the key… let me apply filters based on the sub/up/down/filter/etc actions of the people I trust, and the people they trust, etc, with diminishing returns as it gets farther away and based on how much people trust each other.
Finally, when I see problematic content, let me see the chain of trust that exposed me to it. If I trust you and you trust a Nazi, I may or may not spend time trying to convince you to un-trust that person, but if you fail or refuse then I can un-trust you to get Nazi(s) out of my feed.
These people are why new paint colors are a major selling point for cars, or new default wallpapers are at the top of the changelist for an OS release. They are why “all new cars look the same” memes have to blank out the rims/hubcaps, because some people think different wheel decorations fundamentally change the aesthetics of the vehicle, and the aesthetics are a primary factor for them.
Does putting a waterproof label sticker on the top of the disc prevent this sort of decay?