Welcome ; Threads(18) ; Random ; Menu ; Help
let us not grow weary of doing good Expand; Minimal; Reprint; Cascade; Arrange; Float; Reset

Count
Items on page: 20
2024-02-25
file_hash item_title author_id cart
174b04fc 174b04fc.. Guest +cart
0f495d95 title: choose to be chosen (c)Zeland ilyag[&%^] +cart
a36ad559 [Puzzle Solved] ilyag[&%^] +cart
645d95b3 [declined: #approve] ilyag[&%^] +cart
4df0d3c6 [Puzzle Solved] ilyag[&%^] +cart
cca85c2e [declined: #approve] ilyag[&%^] +cart
2f192b82 [Puzzle Solved] ilyag[&%^] +cart
35767e93 [Puzzle Solved] ilyag[&%^] +cart
7c09ce9a https://en.m.wikipedia.org/wiki/Bobby_McFerrin ilyag+[[;)] +cart
6d2f29fe If only everything could happen Guest['.[] +cart
2819f190 https://simonwillison.net/2024/Feb/21/gemini-pro-video/ ilyag+[[;)] +cart
11d5528b #like ilyag[&%^] +cart
e93c2594 title: choose to be chosen (c)Zeland ilyag[&%^] +cart
fffb7622 https://simonwillison.net/2024/Feb/21/gemini-pro-video/ ilyag+[[;)] +cart
3cdf4949 #like ilyag[&%^] +cart
1fc7fc1e [Puzzle Solved] ilyag[&%^] +cart
5c9fe153 [Puzzle Solved] ilyag[&%^] +cart
d70346c8 [Puzzle Solved] ilyag[&%^] +cart
16333cbd [Puzzle Solved] ilyag[&%^] +cart
9db3121b #like ilyag[&%^] +cart
title: choose to be chos
#hastext; #hastitle; #signed; #parent; #title

>>choose to be cho

title: choose to be chosen (c)Zeland

; ilyag[&%^]; 0f495d95; thanks ; +cart
#like
#hasvote; #notext; #signed; #hashtag; #parent

>>72b1e205..
#like

; ilyag[&%^]; 11d5528b; thanks ; +cart
[Puzzle Solved]
#notext; #signed; #puzzle



[Puzzle Solved]


; ilyag[&%^]; 16333cbd; thanks ; +cart
Untitled
#notext


; 174b04fc; thanks ; +cart
[Puzzle Solved]
#notext; #signed; #puzzle



[Puzzle Solved]


; ilyag[&%^]; 1fc7fc1e; thanks ; +cart
https://simonwillison.ne
#hastext; #hastitle; #signed; #https

[https]

; ilyag+[[;)]; 2819f190; thanks ; +cart
[Puzzle Solved]
#notext; #signed; #puzzle



[Puzzle Solved]


; ilyag[&%^]; 2f192b82; thanks ; +cart
[Puzzle Solved]
#notext; #signed; #puzzle



[Puzzle Solved]


; ilyag[&%^]; 35767e93; thanks ; +cart
#like
#hasvote; #notext; #signed; #hashtag; #parent

>>72b1e205..
#like

; ilyag[&%^]; 3cdf4949; thanks ; +cart
[Puzzle Solved]
#notext; #signed; #puzzle



[Puzzle Solved]


; ilyag[&%^]; 4df0d3c6; thanks ; +cart
[Puzzle Solved]
#notext; #signed; #puzzle



[Puzzle Solved]


; ilyag[&%^]; 5c9fe153; thanks ; +cart
[declined: #approve]
#declined; #notext; #signed; #hashtag; #parent

>>97c7de84..

#approve

; ilyag[&%^]; 645d95b3; thanks ; +cart
If only everything could
#hastext; #hastitle; #signed

If only everything could happen
all at once, here and now,
and exactly how I want

I would sit you down at this table
and make you a cup of hot tea
and bring you snacks to go with it

If only I did not have to wait,
why does time need to slice
everything into separate moments?

I would tell you the whole story of
my life and my soul and heart
while you took the first sip of tea

I'd listen as you shared with me
all that there is to know about you
as I took one bite of a cookie

Then we could just sit and drink our tea
Perfectly content with the ever-present
Thank you for coming to my ted talk


; Guest['.[]; 6d2f29fe; thanks ; +cart
https://en.m.wikipedia.o
#hastext; #hastitle; #signed; #https

[https]

; ilyag+[[;)]; 7c09ce9a; thanks ; +cart
#like
#hasvote; #notext; #signed; #hashtag; #parent

>>72b1e205..
#like

; ilyag[&%^]; 9db3121b; thanks ; +cart
[Puzzle Solved]
#notext; #signed; #puzzle



[Puzzle Solved]


; ilyag[&%^]; a36ad559; thanks ; +cart
[declined: #approve]
#declined; #notext; #signed; #hashtag; #parent

>>97c7de84..

#approve

; ilyag[&%^]; cca85c2e; thanks ; +cart
[Puzzle Solved]
#notext; #signed; #puzzle



[Puzzle Solved]


; ilyag[&%^]; d70346c8; thanks ; +cart
title: choose to be chos
#hastext; #hastitle; #signed; #parent; #title

>>choose to be cho

title: choose to be chosen (c)Zeland

; ilyag[&%^]; e93c2594; thanks ; +cart
https://simonwillison.ne
#hastext; #hastitle; #signed; #https

[https]

; ilyag+[[;)]; fffb7622; thanks ; +cart
query.sql


		SELECT
			item_flat.file_path file_path,
			item_flat.item_name item_name,
			item_flat.file_hash file_hash,
			item_flat.author_key author_key,
			item_flat.child_count child_count,
			item_flat.parent_count parent_count,
			item_flat.add_timestamp add_timestamp,
			item_flat.item_title item_title,
			item_flat.item_score item_score,
			item_flat.labels_list labels_list,
			item_flat.item_type item_type,
			item_flat.item_order item_order,
			item_flat.item_sequence item_sequence
		FROM
			item_flat
	 
		WHERE
			file_hash IN (
				SELECT file_hash
				FROM item_flat
				WHERE
					item_score >= 0 AND
					(
						SUBSTR(DATETIME(add_timestamp, 'unixepoch', 'localtime'), 0, 11) = '2024-02-25'
						OR
						file_hash IN (
							SELECT file_hash FROM item_attribute where attribute = 'date' AND value = '2024-02-25'
						)
					)
				)
				AND (
					file_hash NOT IN (
						SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value <> '2024-02-25'
					)
					OR
					file_hash IN (
						SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value = '2024-02-25'
					)
				);
			

Cart
Paste
PrintedInfo

Q: When was this page printed?
Printed: May 14 2024 19:45:38.

Q: How old was the page when downloaded?
Age: Fresh!
pollyanna: fc2d252

Q: How can I get a fresher copy?
A: Ask the server to

PageMap