Skip to main content

DATA_CHECK_V1

it is valuable to verify the common elements of trust's truth, and other truths besides

DATA_CHECK_V1 is a tier 1 lock.

Stats

DATA_CHECK_V1 has one additional stat called 'acc_mod' which can modify what tier the question/answer pool draws from. In other words, this stat determines the likelyhood that a DATA_CHECK_V1 will pull from a tier 2 pool rather than a tier 1 pool.

Behavior

DATA_CHECK_V1 expects the answers to three questions concatenated together into a single string with no separator.

When no arguments are passed into DATA_CHECK_V1, the lock will return the following error:

user.loc { }
LOCK_ERROR
Denied access by DATA_CHECK lock.

Note that the '_v1' at the end of DATA_CHECK is not included in the argument key.

Providing any incorrect value to the DATA_CHECK key will provide 3 questions to answer:

>>user.loc { DATA_CHECK:"" }
a ++++++ is a household cleaning device with a rudimentary networked sentience
safety depends on the use of scripts.++++++
pet, pest, plague and meme are accurate descriptors of the ++++++

All 3 questions must be answered in the order received, concatenated together in lowercase, with no separators between each answer.

Solving

Example unlock

Spoilers for DATA_CHECK_V1's solutions
>>user.loc { DATA_CHECK:"" }
a ++++++ is a household cleaning device with a rudimentary networked sentience
safety depends on the use of scripts.++++++
pet, pest, plague and meme are accurate descriptors of the ++++++

>>user.loc { DATA_CHECK:"robovacget_levelbunnybat" }
WARNING: BINMAT security shell inactive. Intelligent defense system offline.
LOCK_UNLOCKED
System <user> breached.
Connection terminated.

DATA_CHECK Solutions

Spoilers for DATA_CHECK_V1's solutions

Known questions and answers for DATA_CHECK_V1:

  • QUESTION: "did you know" is a communication pattern common to user ++++++
    ANSWER: fran_lee
  • QUESTION: a ++++++ is a household cleaning device with a rudimentary networked sentience
    ANSWER: robovac
  • QUESTION: according to trust, ++++++ is more than just following directives
    ANSWER: sentience
  • QUESTION: communications issued by user ++++++ demonstrate structural patterns associated with humor
    ANSWER: sans_comedy
  • QUESTION: in trust's vLAN, you became one of angie's ++++++
    ANSWER: angels
  • QUESTION: in trust's vLAN, you became one of mallory's ++++++
    ANSWER: minions
  • QUESTION: in trust's vLAN, you discovered that mallory and che are ++++++
    ANSWER: sisters
  • QUESTION: in trust's vLAN, you encountered the will of ++++++, the prover
    ANSWER: petra
  • QUESTION: in trust's vLAN, you visited faythe's ++++++
    ANSWER: fountain
  • QUESTION: in trust's vLAN, you were required to hack halperyon.++++++
    ANSWER: helpdesk
  • QUESTION: pet, pest, plague and meme are accurate descriptors of the ++++++
    ANSWER: bunnybat
  • QUESTION: safety depends on the use of scripts.++++++
    ANSWER: get_level
  • QUESTION: service ++++++ provides atmospheric updates via the port epoch environment
    ANSWER: weathernet
  • QUESTION: this fact checking process is a function of ++++++, the monitor
    ANSWER: eve
  • QUESTION: trust's vLAN emphasized the importance of the transfer and capture of ++++++
    ANSWER: resource
  • QUESTION: trust's vLAN presented a version of angie who had lost a friend called ++++++
    ANSWER: bo
  • QUESTION: user 'on_th3_1ntern3ts' has ++++++ many things
    ANSWER: heard
  • QUESTION: user ++++++ provides instruction via script
    ANSWER: teach
  • QUESTION: user ++++++ uses the port epoch environment to request gc
    ANSWER: outta_juice
  • QUESTION: users gather in channel CAFE to share ++++++
    ANSWER: poetry

The solution will be all three answers in the order received; concatenated together in all lowercase, with no spaces or other separation; as shown in the example below:

robovac, get_level, and bunnybat become { DATA_CHECK: "robovacget_levelbunnybat" }