Skip to main content

hacker Domain

The hacker domain maps domain keywords to underlying faker implementations.

Faker Documentation

Methods

hacker.abbreviation

Returns a random hacker/IT abbreviation.

No parameters.

Examples:

hacker.abbreviation()

Example return values:

  • "TLS"
  • "SSD"

hacker.adjective

Returns a random hacker/IT adjective.

No parameters.

Examples:

hacker.adjective()

Example return values:

  • "optical"
  • "auxiliary"

hacker.ingverb

Returns a random hacker/IT verb for continuous actions (en: ing suffix; e.g. hacking).

No parameters.

Examples:

hacker.ingverb()

Example return values:

  • "parsing"
  • "compressing"

hacker.noun

Returns a random hacker/IT noun.

No parameters.

Examples:

hacker.noun()

Example return values:

  • "transmitter"

hacker.phrase

Generates a random hacker/IT phrase.

No parameters.

Examples:

hacker.phrase()

Example return values:

  • "The TCP bus is down, synthesize the auxiliary feed so we can transmit the SSD capacitor!"
  • "I'll back up the redundant HEX application, that should panel the SQL interface!"

hacker.verb

Returns a random hacker/IT verb.

No parameters.

Examples:

hacker.verb()

Example return values:

  • "copy"
  • "transmit"