I don’t know enough Rust to understand by what you mean by the last one. My understanding was that mod name
was just declaring the module that this file depends on. Could you explain what I should do instead? Since your other statements I totally agree with, I should probably agree with the last one.
Here’s a link to an instance of radicle for Yuzu. It’s a p2p git server implementation. I haven’t looked too much into it yet, but the tech seems interesting.
The paywall as far as I know isn’t that much of problem. Cemu has/had a paywall for years. Several other, though less successful, emulators have had paywalled content/early access as well. The BLEEM emulator that was brought to court was a paid commercial product. So that currently is perfectly legal within the jurisdiction of those cases. Nintendo’s case against Yuzu was about piracy/DRM circumvention. That wasn’t brought to court, so we don’t know the outcome however.
That’s sorta the curse of an open protocol is that anyone, even your enemies, can use them. I am no fan of Meta. I am a big fan of open standards, monkey’s paw and all. It is not a case of tolerating the intolerant. To restrict Meta out of using ActivityPub is against the spirit of open standards. The protocol is no longer open, and THEN we really have something to worry about.
Don’t worry I’ve been quoted EEE enough times. I really don’t think that is the direction this will go down. If Meta actually embraces it, then the whole of the fediverse grows over all. Then, if Meta does extend the ActivityPib protocol in a way the that becomes incompatible with the rest of the ecosystem, we just let them go and do their own thing. ActivityPub already has a userbase, if they join us, and then later on cause problems then everything just goes back to how it is right now. The final E can’t realistically happen because the existing ecosystem will just carry on exactly as it is now. If people on Threads want to communicate with us, then they need to speak the same protocol. If they don’t, then they don’t get to participate.
Do you genuinely believe that the whole community of the fediverse would just lie down and accept breaking changes to the protocol without resistance? There are too many talented and passionate people invested in this ecosystem, the absolute worst case scenario is the protocol itself gets forked, and again the exist communities just carry on. There is no extinguish time line. Everyone points to how Meta handled XMPP, please compare the user bases of ActivityPub vs XMPP. The world has changed a lot since then. Another example I’d like to point out is Hashicorp’s Terraform. They explicitly tried to EEE, and the moment they attempted the final E, it was instantly forked, and the open licensed fork was adopted into the Linux Foundation and the ecosystem carried on.
Take that what you will, but I am reasonably convinced ActivityPub has enough support and community that any EEE attempt will inevitably fail. The front ends will change, the hosters will come and go, the open standard is here to stay.
100% agree. Universal Basic Income feels inevitable as a solution. Better and better technology puts machines in place of human labor, with no guarantee that other jobs will come into existence to replace the ones lost. Is it not the ideal goal to have machines do all labor, leaving humans to do what they actually want without fear of homelessness and starvation.
It just kinda sucks right now because these systems don’t exist to support this changing landscape.
Improvements in technology do not guarantee employment for tradespeople of current technology. A whole lot of horses became unemployed when cars became ubiquitous. I’d say the improvement of cars to society is worth the loss of employment to all those who maintained the horse’s infrastructure. Like all those manufacturing jobs lost from the improvement in machines, professional creatives must adapt to the times, or seek other forms of work. No different than any other job in all of history.
By writing text on their platform, you consented to their free and unlimited use of your text. Terms of Service and EULA on practically all platforms has this boilerplate legal agreement. You DID consent. Facebook has access to a massive amount of text, same with Google. They don’t need to bother stealing when so much is already in their databases.
Now if you never wrote any text published on any platform with that agreement, sure you could have an argument there.
I would argue they already have. Just as cars used to be slow, inefficient, and loud, compared to today. Overtime their will inevitably be improvements in how they run, but also improvements in dedicated hardware support. Timeline wise, we are enjoying the hot new Model T, knowing eventually we will get to have a modern Honda Civic.
I despise that the artwork generators are all based on theft.
Ownership of anything is difficult to define. The internet has accelerated this loosening of definition. If I pay a subscription to use my coffee pot, do I really own it? If I take a picture of the coffee pot, do I own the picture? If I pay a photographer to take a picture of the pot do I own the picture, do I own their time?
I don’t intend on trying changing your opinion on theft, but its interesting to think about how ownership feels very different as time goes by.
Bash being on the same level as actually fake code is a pretty hot take to me. What are your opinions on Python, or Ruby, or any other interpreted language? You could very well use them as your login shell, just like Bash if you wanted. In your eyes, if Bash *isn’t * a programming language at all, how do you describe a programming language? Languages that express code are just the same as languages that write stories, and whether you do it in German or Vietnamese makes no difference on what story you can write.
When you describe a language as constricted what do you mean? Bash can do anything Python or Rust can do, each of them is just specialized to being better at specific aspects for human convenience in writing code. There is no inherit limitation on what can be done by the language you use to express it.
Pseudo code is literally fake code. Scripting is an actual type of code. Scripted languages while not strictly defined, usually refers to languages you don’t compile before running them. Bash is considered a scripting language because you don’t ship a binary compiled executable, but rather ship a file that is human readable and converted into machine code when it is run. Scripting languages are compared to compiled languages, like C or Rust. Where the file you run is already compiled, and executed directly.
What do you mean by this?
i’m referring to the aspect of a scripting language being generally constricted.
Any Turing complete system, or this case language, can do anything any other one can, depending on the level of suffering you are willing to endure to make it happen. Anything JS can do, Rust can do. Anything Rust can do, Bash can do. The differences between languages is the assumptions they make, and performance characteristics as a result of those assumptions. Functionality is not practically different from one another, though some absolutely make it easier for humans to do.
Would the red team use a prompt to instruct the second LLM to comply? I believe the HordeAI system uses this type of mitigation to avoid generating images that are harmful, by flagging them with a first pass LLM. Layers of LLMs would only delay an attack vector like this, if there’s no human verification of flagged content.
I agree with you, I’m totally fine federating with them. If they choose to become incompatible with me, THEIR users will lose access to the content on the rest of the fediverse. They have an obligation to get ad revenue. If they can have someone else host the content, then use their interface to put ads and collect data on their users, it sounds like a win, as those users can still interact with me. If they really wanted to EEE and create incompatibilities, the rest of the ActivityPub instances just carry on as normal without supporting those extensions. The ecosystem already exists without the integration, so it’ll just go back to being separate again, exactly as it is now.
Whitespace is not visible. It is the absence of something that is visible. Whitespace should be used for the comfort of the reader, not to determine scope. Are you proposing that a " " character is more visible than “{}”? The fact I must quote it to make what I am discussing even apparent speaks for itself. I’m not arguing that indentation is bad, far from it. In fact, the flexibility of using indentation purely for readability, makes code more readable.
is podman-compose really dead? Their github page looks active at a glance. The tooling is so similar, I use podman for local testing, and deploy to docker, but I’ve also done the reverse. As long as your not using really exotic parameters its really just a drop in replacement, I’ve even used GPU passthrough for AI project no problem in both docker and podman. At the end of the day, they’re just slightly different frontends for the same backend.
As far as docker support, its often as simple as just providing a Dockerfile, which is basically the same thing as your build scripts. These days I’ve often used the Dockerfile INSTEAD of the readme to find help compiling some projects.
I remember the very strange control scheme it had on PS4 I think it was? You couldn’t bind your abilities to any button, just specific combinations like Square+Left, but not Square+Right, something like that. I wonder if they’ve changed that in the newer ones.