This looks really nice:

This looks really nice:

Downloading the svn backup – Done!. Going to try to install following these directions: www.if-not-true-then-false.com/2012/svn-subversion-backup-and-restore
SBIRs
GPT Agents
Data Stuff – It’s stuff I made with data! (@erindataviz)
Tasks
SBIRs
GPT Agents

Need to work on the queries a bit to get phrases. Actually not hard, you just have to use escaped quotes ‘\”happy new year\”‘:

Looking forward to 2.22.22. Almost as exciting as 11.11.11
This IS VERY COOL!! It’s an entire book written using Jupyter Notebooks that you can read on github: GitHub – fastai/fastbook: The fastai book, published as Jupyter Notebooks
GPT Agents.
query = "from:twitterdev"
start_time = "2021-05-01T00:00:00Z"
end_time = "2021-06-01T00:00:00Z"
url = create_counts_url(query, start_time, end_time)
json_response = connect_to_endpoint(url)
print_response("Get counts", json_response)
response:
{
"data": [
{
"end": "2021-05-02T00:00:00.000Z",
"start": "2021-05-01T00:00:00.000Z",
"tweet_count": 0
},
{
"end": "2021-05-13T00:00:00.000Z",
"start": "2021-05-12T00:00:00.000Z",
"tweet_count": 6
},
{
"end": "2021-05-14T00:00:00.000Z",
"start": "2021-05-13T00:00:00.000Z",
"tweet_count": 1
},
{
"end": "2021-05-15T00:00:00.000Z",
"start": "2021-05-14T00:00:00.000Z",
{
"end": "2021-05-21T00:00:00.000Z",
"start": "2021-05-20T00:00:00.000Z",
"tweet_count": 8
},
{
"end": "2021-05-29T00:00:00.000Z",
"start": "2021-05-28T00:00:00.000Z",
"tweet_count": 2
},
{
"end": "2021-06-01T00:00:00.000Z",
"start": "2021-05-31T00:00:00.000Z",
"tweet_count": 0
}
],
"meta": {
"total_tweet_count": 22
}
}
SBIRs

Ack! Dreamhost has deleted my SVN repo. Very bad. Working on getting it back. Other options include RiouxSVN, but it may be moribund. Assembla hosts for $19/month with 500 GB, which is good because I store models. Alternatively, make a svn server, fix the IP address, and have it on Google Drive, OneDrive, or DropBox.
SBIRs
GPT Agents

Sharpened Cosine Similarity (CosSim) is an alternative to Convolution for building features in neural networks. It performs as well as ConvNets with 10x-100x more parameters.
Current Stereotypes: A Little Fading, a Little Faking
This is really clever: How does fake news spread? Understanding pathways of disinformation spread through APIs
The Wikipedia folks have produced a very clear Precision/Recall diagram!

SBIRs
Book
GPT Agents

SBIRs
Dump and shop before 4:00
America Has Split, and It’s Now in ‘Very Dangerous Territory’
GPT Agents
oai = OpenAIComms()
result = oai.get_embedding('hello, world', 'text-similarity-ada-001')
print(result)
[0.012463847, 0.02531687, -0.0059246803, 0.022367332, 0.037196957, 0.013784995, 0.019438276, -0.0075837956, 0.012187328, -0.014604311, 0.013569924, -0.022551678, 0.025398802, -0.015515801, -0.005586712, -0.04231768, -0.046905853, -0.025583148, 0.006472598, -0.0036203535, 0.036684882, --------------- Lines removed because we don't need to see every embedding ---- -0.015310971, 0.00073034357, -0.013856685, -0.00026291728, -0.0049056555, 0.024436105, -0.0086181825, -0.023248097, 0.008290456, 0.012443365, -0.020278076, 0.024169827, -0.012361433, -0.057515997, 0.045103356, 0.04752034, -0.008510647, -0.05014215, 0.012279501, 0.013979582, 0.05182175, 0.03209671, -0.008920305]

insert into table_json (embedding) values ('{"foo":12, "bar":2}');
create or replace view view_json as
select id, json_value(embedding, '$.foo') as foo, json_value(embedding, '$.bar') as bar from table_json;
select id, foo from view_json;

SBIRs
Book?
GPT Agents
SBIRs
The First Workshop on Intelligent and Interactive Writing Assistants
Book
SBIRs

GPT Agents
Cinematic epistemology. It’s a perfect term

SBIRs
GPT Agents

Book
Every morning, I get up, put something mellow on the stereo and do my morning things. So, like every morning I push the power button on the amp, there’s a slight scratching sound, and… nothing. Blown fuse. Sigh. Nothing like looking for a 5mf 8a 125v glass fuse at 5:00am
SBIRs
GPT Agents

Book

Tasks
SBIRs
def implement_me(self):
"""
A callback to point to when you you don't have a method ready.
Prints "implement me!" to the output and
an abbreviated version of the call stack to the console
:return:
"""
#self.dprint("Implement me!")
self.dp.dprint("Implement me! (see console for call stack)")
fi:inspect.FrameInfo
count = 0
for fi in inspect.stack():
filename = re.split(r"(/)|(\\)", fi.filename)
print("Call stack[{}] = {}() (line {} in {})".format(count, fi.function, fi.lineno, filename[-1]))
count += 1

GPT Agents

Todo:
SBIRs
GPT-Agents
Book
Ran out of space on the C drive. Seeing if moving the cache will help: docs.microsoft.com/en-us/troubleshoot/windows-client/networking/change-csc-folder-location-with-cachelocation-registry
GPT Agents
SBIRs
Book
You must be logged in to post a comment.