Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AN
Posts
0
Comments
257
Joined
2 yr. ago

  • StageCraft is the only thing where there is even a small overlap between game tech and the film industry, and that one is using Unreal Engine. Other than that, the special effects used in movies render at minutes per frame, not frames per second as in games. There's no technology suitable for Unity in that.

  • I think prototypes are fine to answer specific questions. However, I think it’s often the case that management doesn’t understand what a prototype is and thinks that this is just the alpha release of the real product.

    Rule of thumb: if you don’t throw away all of the code after having answered that question you were writing it for, it’s not a prototype.

  • https://www.law.cornell.edu/wex/compilation

    Under the Copyright Act, a compilation is a "work formed by the collection and assembling of preexisting materials or of data that are selected, coordinated, or arranged in such a way that the resulting work as a whole constitutes an original work of authorship. The term compilation includes collective works" 17 U.S.C. 101. This gives the compilation a separate copyright from any of the individual pieces within it. An author who creates a compilation owns the copyright of the compilation but not of the component parts.

  • Yes, that's the key. I haven't written assembly code since the 1990s, I use higher-level abstractions to get to the goal more quickly now. AI-generated code is just yet another layer of abstraction away from machine language.

  • Cods you and your company don’t own, of course, as automatically generated content isn’t copyrightable

    If you combine enough of that code in a creative way, the work will be copyrightable. Unlike the GPL, public domain isn't viral.

  • We look for people who are passionate about it, whose interest in the subject is deeper than skin deep.

    Doesn't it hurt those people a lot more when their project nearly inevitably gets shut down?

    I'm still bitter about the project I worked on that got killed at my company three years ago.

  • Apple tends to over-build their chips. For example, they’re running iOS on their displays, just because that’s what their engineers are used to. This means that the display needs a full blown desktop-class computer in there just for showing an image on the screen. It’s the same story for their wireless routers.

    That works fine in environments where power and heat don’t really matter, but that’s completely not the case for a modem.