|
Afterwards, I noticed a
#hastext; #hastitle; #signed |
---|
Afterwards, I noticed a plate of matzos being discarded... |
;
⏳;
bf1683dd;
like;
flag;
remove
; |
|
Comment
|
ItemAttributes
|
attribute | value |
---|---|
Checksum: | Yes |
SHA1 (chain.log): | bf1683ddbd90e56eb097517bb246669b550f649e |
Next: | Walks I have bee |
Previous: | why would i post |
Sequence: | 28 |
Notarized: | 1728238426.61104 |
File Time: | 1728238423 |
File: | /txt/bf/16/bf1683ddbd90e56eb097517bb246669b550f649e.txt 1728238423; 723 bytes |
File Size: | 723 |
Signature: | ⏳ DE8CC8E13499CE72 |
Signed: | 1680003594 |
Type: | txt |
SHA1 (Perl, Digest::SHA): | bf1683ddbd90e56eb097517bb246669b550f649e |
Title: | Afterwards, I noticed a plate of matzos being discarded... |
SELECT DISTINCT attribute, value FROM item_attribute WHERE attribute not in ('cookie', 'client') AND file_hash LIKE 'bf1683ddbd90e56eb097517bb246669b550f649e%' ORDER BY attribute
|
|
Search
Google Perplexity DuckDuckGo Bing Brave A1go1ia Wikipedia English Wikipedia Russian Wikipedia Ukrainian Tildes Lobsters |
|
Publish
localhost:2784 |
|
Share
|
Classify
|
|
Related
|||||||
item_title | add_timestamp | file_hash | attribute_list | attribute_count |
|||
---|---|---|---|---|---|---|---|
Afterwards, I noticed a plate of matzos being discarded... | 9a7b0268 | title | 1 | ||||
Afterwards, I noticed a plate of matzos being discarded... | bf1683dd | title | 1 | ||||
SELECT
COALESCE(NULLIF(item_title,''), 'Untitled') AS item_title,
item_flat.add_timestamp AS add_timestamp,
item_attribute_chain.value AS chain_timestamp,
(item_flat.file_hash = 'bf1683ddbd90e56eb097517bb246669b550f649e') AS this_row,
'' AS cart,
item_flat.file_hash AS file_hash,
GROUP_CONCAT(related_list.attribute) AS attribute_list,
COUNT(related_list.attribute) AS attribute_count
FROM
item_flat
JOIN
(
SELECT
file_hash,
attribute
FROM
item_attribute
WHERE (
attribute||'='||value IN (
SELECT
attribute||'='||value
FROM
item_attribute
WHERE
file_hash IN ('bf1683ddbd90e56eb097517bb246669b550f649e') AND
attribute IN (
'http',
'https',
'url_domain',
'title',
'cookie_id',
'client_id',
'url_domain',
'message_hash'
)
)
)
) AS related_list ON (item_flat.file_hash = related_list.file_hash)
JOIN item_attribute AS item_attribute_chain ON (item_flat.file_hash = item_attribute_chain.file_hash)
WHERE
labels_list NOT LIKE '%notext%'
AND
item_attribute_chain.attribute = 'chain_timestamp'
GROUP BY
item_title, add_timestamp, this_row, item_flat.file_hash
ORDER BY
attribute_count DESC, add_timestamp DESC
LIMIT 25
|
|
Chain
|
Sequence: | 28 |
Next: | Walks I have bee |
Previous: | why would i post |
SELECT
attribute,
value
FROM
item_attribute
JOIN item_flat ON (item_attribute.file_hash = item_flat.file_hash)
WHERE
item_attribute.file_hash = 'bf1683ddbd90e56eb097517bb246669b550f649e' AND
attribute IN ('chain_next', 'chain_previous', 'chain_sequence')
ORDER BY
NOT (attribute = 'chain_sequence')
|
|
Timestamps
|
Notarized: | 1728238426.61104 |
File Time: | 1728238423 |
Signed: | 1680003594 |
SELECT attribute, value FROM item_attribute WHERE file_hash = 'bf1683ddbd90e56eb097517bb246669b550f649e' AND attribute LIKE '%_timestamp'
|
|
Hashes
|
SHA1 (chain.log): | bf1683ddbd90e56eb097517bb246669b550f649e |
SHA1 (Perl, Digest::SHA): | bf1683ddbd90e56eb097517bb246669b550f649e |
SELECT attribute, value FROM item_attribute WHERE file_hash = 'bf1683ddbd90e56eb097517bb246669b550f649e' AND attribute IN('sha1', 'sha1sum', 'chain_hash')
|
|
index_log
indexing begins file hash = bf1683ddbd90e56eb097517bb246669b550f649e file stat: size = 723; mod time = 1728238423 --- finished finding tokens tokens found: 0 --- item timestamp: 1728238426.61104 |
|
Verify
This item includes a PGP signature. curl -s -o chain.log http://localhost:2784/chain.log # download chain and save it as chain.log curl -s -o chain_log_verify.py http://localhost:2784/chain_log_verify.txt # download chain log verification script and save it as chain_log_verify.py python3 chain_log_verify.py chain.log # use python to run the chain log verification script curl -s -o pubkey.txt http://localhost:2784 # download author's public key and save as author_pubkey.txt sha1sum author_pubkey.txt # print hash of author_pubkey.txt sha1sum author_pubkey.txt | cut -d ' ' -f 1 | xargs -I {} grep {} chain.log # verify that hash of author_pubkey.txt is is in chain.log gpg --import author_pubkey.txt # import public key into GnuPG keychain curl -s -o message.txt http://localhost:2784/txt/bf/16/bf1683ddbd90e56eb097517bb246669b550f649e.txt # download the message file and save it as message.txt sha1sum message.txt # print the hash of message.txt sha1sum message.txt | cut -d ' ' -f 1 | xargs -I {} grep {} chain.log # verify that the hash is in chain.log gpg --verify message.txt # verify message signature with GnuPG |
|
gpg_stderr
gpg: Signature made Tue Mar 28 04:39:54 2023 PDT gpg: using RSA key DE8CC8E13499CE72 gpg: Can't check signature: No public key |
|
Cart