Took the day off yesterday to go see Sweeny Todd

SBIRs
- 10:30 Standup
- Working on the Killer Apps paper
GPT Agents
- 2:00 meeting?
Took the day off yesterday to go see Sweeny Todd

SBIRs
GPT Agents
Really good essay from 2018:
Why Trump Reigns as King Cyrus
SBIRs

Court records here. Pages 6, 86 – 89
Updated the RAG paper to reflect this
Good ride today in the unseasonably (new seasonably?) warm temps

HugingFace now has HuggingChat, which can be linked to multiple models. I wonder if there is an API? Looks like there is this unofficial one
SBIRs
GPT Agents
SBIRs
Took in some lights and hosted some guests over the last few days

Why the simplest explanation isn’t always the best
Winter solstice. Going to see the lights at Longwood Gardens
GPT Agents
SBIRs
40 hours until the days start getting longer!
Carbon offsets from the UN. Looks like I use about 18 tons according to their calculator. So get 75 for F&F. Done!
NewsGuard provides transparent tools to counter misinformation for readers, brands, and democracies. Since launching in 2018, its global staff of trained journalists and information specialists has collected, updated, and deployed more than 6.9 million data points on more than 35,000 news and information sources, and cataloged and tracked all of the top false narratives spreading online.
The rise of AI fake news is creating a ‘misinformation superspreader’
SBIRs
GPT Agents
Carbon credits!
SBIRs

GPT Agents
Supported Radio Paradise. Now I need to get some carbon credits
3:00 Podcast
Lawn mower, dammit – done! Also door screen – done!
GPT_Agents
SBIR
Tasks
SBIRs
GPT Agents
Did the counseling homework
Plumber $600
Photoshop Page Curl Effect – Page Turn Effect Tutorial
Got my new cover done!

SBIRs
GPT Agents
def to_db(msi:MSI.MySqlInterface, table_name:str, dict_list:List):
d:Dict
for d in dict_list:
print()
keys = d.keys()
vals = d.values()
s1 = "INSERT INTO {} (".format(table_name)
s2 = " VALUES ("
for k in keys:
s1 += "{}, ".format(k)
s2 += "%s, "
sql = "{}) {});".format(s1[:-2], s2[:-2])
print(sql)
msi.write_sql_values_get_row(sql, tuple(vals))
Run “The Swim” through the GPT as a New Yorker editor and get some feedback.
SBIRs
GPT Agents
You must be logged in to post a comment.