• 15 Posts
  • 185 Comments
Joined 2 years ago
cake
Cake day: February 2nd, 2024

help-circle

  • What is the best piece of evidence (or cory doctorow article) you know that supports that AI Investment is driven by people who want to use it to supersede capitalism specifically by collapsing the economy, and not just by exactly what the paper says, which is that (because I believe that Investors are capable of creating greed at large scale because each holds only pieces of the pie) they want to use it for the canonical Stonks™ reason (and capitalism is horrible at coordination problems)? Googling Technofeudalism doesn’t immediately help,but I’ve read that the elements of 21st C capitalism are rent-seeking, the intersection between surveillance and market research, and big tech platforms.











  • the word “app” in Microsoft 365 Copilot app isn’t capitalized. I’m not sure if it is actually technically correct, but i think mentioning that it’s an app is awkward anyway. (it only faintly gets across that it’s like, a program with slightly better access to files, the OS windows, and the computers resources than a web thing, but i thought everything is enthusiastically in the cloud?) also, according to me, not capitalizing the product name fails to (superficially) communicate being professional (“Microsoft Access 365 Professional™®”) by capitalizing it



  • Definitely (being young and recency bias) all the weird stuff happening in the lua engine in the old ComputerCraft versions (1.45ish and 1.75) I’m playing.

    I’m not really testing rigorously enough, but it seems to have been in 1.45, which i stopped playing because of other reasons (turtle api too primitive), making a function a() return a function b() that captures one of a’s local variables, made it crash.

    now on 1.75 it doesn’t do that anymore, but now I pass some functions through the output of a coroutine, and they just sometimes turn into nil when I call them the second time. it literally throws “attempt to call nil on line 245” when line 245 is like:

    242 if func == nil then
    243  -- something else
    244 else
    245   resA, resB = func()
    246 end
    

    I even printed func before calling it, and it told me it was a function, except earlier, where it told me it was nil. Now I’m going to stop using coroutines and hope the architecture of my program changes enough so the bug goes away.

    I’m playing the Direwolf20 season 7 minecraft modpack btw


  • A surprising number of people on lemmy seem to have this belief, which i think is unpragmatic: They think that to live ones life correctly, or to form a coherent society, one, or the society, must have a Set of Ethical and Moral Principles that crucially, has to be easily enumerable, and preferably named (Like, “The Ten Commandments”). These people also think that they do not have such a named Set, and that this is a really bad problem for them. I think having values is good. However, I think that worrying about how they might be inconsistent seems to be a kind of wild-card disscussion-ender (“Well to solve that problem, we’d first need to sort out Philosophy”), and that therefore, using this worry in any discussion but an abstract one is bad.

    (For the society part, holding way too high standards for the Set also creates weird Cultural Homogeneity problems, which irks me.)

    If you believe something adjacent, which Sets of values count for you? The Ten Commandments? The Universal Declaration of Human Rights? Or whatever Kant said?