• 7 Posts
  • 400 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle











  • EU fines are working. Not in the sense that they would prevent companies from trying to do shit, but in the sense that they shape up once it has been levied: Understand that those 800m are a shot before the bow. If the behaviour continues, there’s going to be daily punitive fines that very quickly become very unaffordable.

    I mean, what is the money being used for?

    Goes towards the EU budget, reducing the amount the member states have to pay in. In other words Berlaymont doesn’t gain anything from levying fines, their budget stays the same.




  • The problem is: Data is code, and code is data. An algorithm to compute prime numbers is equivalent to a list of prime numbers, (also, not relevant to this discussion, homoiconicity and interpretation). Yet we still want to make a distinction.

    Is a PAQ-compressed copy of the Hitchhiker’s guide code? Technically, yes, practically, no, because the code is just a fancy representation of data (PAQ is basically an exercise in finding algorithms that produce particular data to save space). Is a sorting algorithm code? Most definitely, it can’t even spit out data without being given an equally-sized amount of data. On that scale, from code to code representing data, AI models are at least 3/4th towards code representing data.

    As such I’d say that AI models are data in the same sense that holograms (these ones) are photographs. Do they represent a particular image? No, but they represent a related, indexable, set of images. What they definitely aren’t is rendering pipelines. Or, and that’s a whole another possible line of argument: Requiring Turing-complete interpretation.



  • Not to mention ARM chips which by and large were/are more efficient on the same node than x86 because of their design: ARM chip designers have been doing that efficiency thing since forever, owing to the mobile platform, while desktop designers only got into the game quite late. There’s also some wibbles like ARM insn decoding being inherently simpler but big picture that’s negligible.

    Intel just really, really has a talent for not seeing the writing on the wall while AMD made a habit out of it out of sheer necessity to even survive. Bulldozer nearly killed them (and the idea itself wasn’t even bad, it just didn’t work out) while Intel is tanking hit after hit after hit.


  • See there’s the stuff that happened, there’s the version that tankies want to believe (complete denial), which is actually different from the official CCP stance (“necessary and proportionate police action to ensure stability”, with the implication “enough questions, comrade, nothing more to see”), which is different from western public… myth, I have to say. Back when the stuff went down western journalists didn’t know what was happening, there were confusing reports, there were reports of violence, and then there was the tank man – taken the day after (IIRC, but definitely later and no he didn’t get run over). The collective imagination somehow constructed an image of the Chinese army rolling over students. Which is… metaphorically true, but not literally. And then the CCP is using that western imagination to spin their own tale of how the evil west is slandering them.


  • Lore books eh you’re giving me ideas. Hard to justify spending budget on that kind of stuff even if you have money to work with… how would one even get one’s hands on a woodprint artist? You know, the chisel and printing press kind? Imitating it is going to be hard indeed and figuring out how to do it not worth for a couple of one-off images you could just as well do without so either generating from prompt or telling the model to re-paint an input image in that style seems like the obvious solution.

    I think a similar rule applies as when it comes to code, and NIH syndrome syndrome: Whatever it is that is your primary focus you should write yourself, use libraries for the rest. If you write a shooter, you’re going to write the gunplay, but can take the renderer off the shelf. I you’re writing a walking simulator that happens to have a gun somewhere but is generally focussed on graphical atmosphere, go grab the gunplay off the shelf but write the renderer yourself.

    So unless the focus of your game is rummaging through books in an ancient library, go use that model.