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/)TT
Trailblazing Braille Taser @ 0x0 @lemmy.dbzer0.com
Posts
0
Comments
578
Joined
2 yr. ago

Permanently Deleted

Jump
  • At some point when every human on earth that can use their service/product is already doing so, where else is there to go?

    Ooh, I know:

    • Charge more (for less)
    • Autocannibalize (layoffs)

    I don't even have an MBA, can you believe that?

  • Are you arguing that assembly languages are not architecture-specific? I don't think that's the typical definition.

    Nasm is an assembler, but it also represents a specific assembly language targeting x86 architectures.

    Gas is an assembler of a higher order. It can emit code for many architectures, and thus it accepts many different architecture-specific assembly languages.