• 0 Posts
  • 366 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle



  • It’s not quite the same thing as deploying soldiers against protesters, but technically all of those things are done ultimately through the use of coercive and violent force. Don’t want to go to school? Your parents will make you, because if they don’t they could be imprisoned. Slightly inconvenience drivers by walking across a busy street not at a crosswalk? Could be fined or arrested for jaywalking. Pose a hazard to rocket launches by flying a makeshift aircraft in federal airspace with no flight plan? You know the drill. That’s not to mention the funding for all those things, the violence inherent in which doesn’t stop at taxes, but also is a central factor in maintaining the value of a currency in a variety of different ways.





  • But any actual developer knows that you don’t just deploy whatever Copilot comes up with, because - let’s be blunt - it’s going to be very bad code. It won’t be DRY, it will be bloated, it will implement things in nonsensical ways, it will hallucinate… You use it as a starting point, and then sculpt it into shape.

    Yeah, but I don’t know where you’re getting the “never will” or “fundamentally cannot do” from. LLMs used to be only useful for coding if you ask for simple self-contained functions in the most popular languages, and now we’re here; most requests with small scope, I’m getting a result that is better written than I could have done myself by spending way more time, it makes way fewer mistakes than before and can often correct them. That’s with only using local models which became actually viable for me less than a year ago. So why won’t it keep going?

    From what I can tell there is not very much actually standing in the way of sensible holistic consideration of a larger problem or codebase here, just context size limits and being more likely to forget things in the context window the longer it is, which afaik are problems being actively worked on where there’s no reason they would be guaranteed to remain unsolved. This also seems to be what is holding back agentic AI from being actually useful. If that stuff gets cracked, I think it’s going to mean things will start changing even faster.



  • A few years ago I remember people being amazed that prompts like “Markiplier drinking a glass of milk” could give them some blobs that looked vaguely like the thing asked for occasionally. Now there is near photorealistic video output. Same kind of deal with ability to write correct computer code and answer questions. Most of the concrete predictions/bets people made along the lines of “AI will never be able to do ______” have been lost.

    What reason is there to think it’s not taking off, aside from bias or dislike of what’s happening? There are still flaws and limitations for what it can do, but I feel like you have to have your head in the sand to not acknowledge the crazy level of progress.




  • You may not have been anonymous to the people in your immediate community, but you were largely anonymous to the people outside of it, which is something that has been systematically dismantled in various ways through history. Even things as basic as last names are there to make you visible to outsiders.

    From Seeing Like a State, p59:

    The invention of permanent, inherited patronyms was, after the administrative simplification of nature (for example, the forest) and space (for example, land tenure), the last step in establishing the necessary preconditions of modern statecraft. In almost every case it was a state project, designed to allow officials to identify, unambiguously, the majority of its citizens. When successful, it went far to create a legible people. 38 Tax and tithe rolls, property rolls, conscription lists, censuses, and property deeds recognized in law were inconceivable without some means of fixing an individual’s identity and linking him or her to a kin group. Campaigns to assign permanent patronyms have typically taken place, as one might expect, in the context of a state’s exertions to put its fiscal system on a sounder and more lucrative footing.

    IMO the felt anonymity of Reddit, that comes from the fact that hardly anyone cares to remember your username and you don’t directly experience scrutiny, isn’t that useful. What really matters is the potential for someone to look over everything you’ve written (and if they have administrator access, connect that to IP, email, browser fingerprint etc.), and use that information for their own purposes, regardless of their having any connection to or legitimate personal interest in you. In that respect, Lemmy isn’t much better (it kind of can’t be when the premise is publicly posting writing to the internet), but it isn’t worse either.





  • Complex requirements for social media websites to verify the identity of users, respond to spurious automated takedown requests, provide authorities with backdoors, etc. I think instead of explicit bans, it’s more likely they pass a regulations that are made for large websites with lawyers and algorithmic moderation, which are in practice not something fediverse instance operators can safely deal with and go against the basic values of the open internet.


  • Open source code doesn’t mean open API though. Bluesky seems to have made a whole thing out of their technical architecture, and I get the arguments that it’s centralized in practice, but wouldn’t it mean basically scrapping the whole thing to lock down third party clients? Even if that didn’t mean anything I think multiclients could be a good idea anyway, if people were using those and there was a Reddit situation, some portion of users would want to stay with the same clients rather than using whatever proprietary app they try to push.