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/)GA
Posts
0
Comments
48
Joined
5 mo. ago

  • He’s one of the world’s wealthiest men. That hair is a conscious decision.

    Also, Palantir, as a Tolkien reference, is too on the nose. The good guys don’t use the Palantir because of who else may be listening in. We’re so mask-off at this point you might as well call this company “The Eye of Sauron”

  • We are already there. Just look at the state of society right now and observe the critical thinking and media literacy skills of the average person.

    In the words of cyberpunk author Wiilam Gibson: “The future is already here – it’s just not very evenly distributed.“

  • Anywhere I’ve actually seen it used , assembler and assembly were pretty much interchangeable. Assembly code is probably technically correct, but you could be writing code for the assembler so nobody will actually be confused. Per your example, you might say “I wrote code in MASM,” to reference a specific assembler. Again nobody that’s actually worked with any of this would bat an eye at the usage.

  • What a lot of people forget is that in the early days of Linux there was no software that targeted it. Everything you would want to run on Linux was intended to run on something else like Solaris, BSD, AT&T Sytem V, SCO, AIX or something else. As a result, Linux APIs were the most generic flavor of Unix possible. Almost every thing meant for a Unix would compile and run on it and there was rarely a dependency problem.

    I still miss that.

  • Computer programs need lots of separate pieces to operate together in subtle ways or your program crashes. With art on the other hand I haven’t heard of anyone’s brain crashing when they looked at AI art with too many fingers.

    It’s not so much that AI can’t do it, but the LLMs we have now certainly can’t.

  • I work with Qt and that framework has preferences for avoiding a lot of modern C++. I generally agree that it makes better code.

    Also, I started with C++ in like 1992 and some part of me still feels like templates are newfangled nonsense.