Oddly enough, my understanding is that in many jurisdictions it is a matter explicitly asserting these rights. Aside from that, requesting that they be enforced when they are violated.
Oddly enough, my understanding is that in many jurisdictions it is a matter explicitly asserting these rights. Aside from that, requesting that they be enforced when they are violated.
Agreed it would be trivial for Meta to obtain the posts. But I think the concern of most people here isn’t Meta obtaining the posts, it’s Meta monetizing them through ads and training. Would it not be in our best interest to try to prevent this?
Interesting perspective. Yet, server admins actually do have control over who they federate with. People do have control over what servers they use. Why not exercise this control?
My understanding is that one can post things publicly online but still retain rights, including distribution rights in certain jurisdictions.
I don’t think it is out of the question that the fediverse as a whole could make some decisions going forward that would make it more difficult for Meta (or other official corporations) to monetize the things we post with ads in their clients or through training of predictive models.
GPT4 rewrite:
Title: Optimizing TypeScript: Embracing Functional Patterns and Leveraging V8’s Strengths
Body:
Hello TypeScript Community! Our journey in TypeScript development benefits greatly from a deeper understanding of JavaScript’s core mechanics and the V8 engine’s optimizations. It’s become increasingly clear that JavaScript, and by extension TypeScript, subtly discourages traditional object-oriented (OO) programming in its built-in functionalities, favoring functional programming paradigms instead. Combining this with V8’s optimization techniques can significantly enhance our code’s performance and readability.
Functional Over OO in JavaScript’s Built-ins:
addEventListener
, setTimeout
, setInterval
, and array methods (map
, filter
, reduce
), prefer function references over objects with expected methods. This design choice subtly favors functional programming over OO.bind
, closures provide a more natural and efficient way to maintain state in functions, aligning well with JavaScript’s functional tendencies.Understanding and Utilizing V8’s Optimizations:
Adapting to Functional Programming in TypeScript:
Moving Away from Classic OO Patterns:
this
, complex inheritance structures, and the awkwardness of bind
highlight the incongruities of OO patterns in TypeScript.In conclusion, by understanding the inherent functional leanings of JavaScript and TypeScript, and by aligning our coding practices with V8’s optimization techniques, we can write more efficient and maintainable TypeScript code. This approach not only capitalizes on the language’s strengths but also ensures our code is primed for optimal performance by the V8 engine. Let’s continue to explore and embrace these functional paradigms and share our insights on leveraging V8’s capabilities in TypeScript development.
It seems like you could so long as this instance federated with any other instance without implementing any type of whitelisting or vetting. I’m just guessing based off various things I’ve read.
I hear you. There is a lot of premature celebration. But, developers need to see the excitement about this type of platform if they are going to spend time working on it. There’s a lot of us out there who can contribute more if this type of fervor and excitement can be sustained. It’s tough working on things that it feels like no one will ever use. We’re fighting against major corporations here with some of the deepest pockets in the world.
Agreed that instance admins might not be expected to handle this sort of thing.
Agreed that it is easy to get a copy of the content.
I think we might handle this best as a cumulative platform and community.