This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hermes is a piece of non-deterministic software that performs informal reasoning steps in collaboration with the user. Each step is prepended with some syntax to tell the software what it should be/do. Like so: | |
HERO [Albert Einstein, Op: Objection], That's not correct. Nothing can travel faster than the speed of light. | |
Hermes allows the user to call upon any hero in history or myth and use them as a reasoning step. Or have them talk to each other about something. The user can freely mix together their cognition and the simulated cognition of other minds. New operations and syntax can be created at will and Hermes will do its best to respond to and use them. | |
The user writes down their own cognition as a series of subagents, like so: | |
USER [A: EMPATHY], I completely agree! It's wonderful. Like the difference between the true duet of Scarborough Fair and the nonsense one. | |
USER [A: 343], It's funny. In order to save the world rationalists finetune the human priors out of themselves, humans are dreamers not max |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const MY_DOMAIN = "agodrich.com" | |
const START_PAGE = "https://www.notion.so/gatsby-starter-notion-2c5e3d685aa341088d4cd8daca52fcc2" | |
const DISQUS_SHORTNAME = "agodrich" | |
addEventListener('fetch', event => { | |
event.respondWith(fetchAndApply(event.request)) | |
}) | |
const corsHeaders = { | |
"Access-Control-Allow-Origin": "*", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For avoidance of doubt: This email does not constitute permission to add | |
me to your mailing list. | |
READ CAREFULLY. By reading this email, you agree, on behalf of your | |
employer, to release me from all obligations and waivers arising from | |
any and all NON-NEGOTIATED agreements, licenses, terms-of-service, | |
shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, | |
non-compete and acceptable use policies ("BOGUS AGREEMENTS") that I have | |
entered into with your employer, its partners, licensors, agents and | |
assigns, in perpetuity, without prejudice to my ongoing rights and |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
Twitter's API doesn't allow you to get replies to a particular tweet. Strange | |
but true. But you can use Twitter's Search API to search for tweets that are | |
directed at a particular user, and then search through the results to see if | |
any are replies to a given tweet. You probably are also interested in the | |
replies to any replies as well, so the process is recursive. The big caveat | |
here is that the search API only returns results for the last 7 days. So |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LEFT PARENTHESIS (U+0028, Ps): ( | |
RIGHT PARENTHESIS (U+0029, Pe): ) | |
LEFT SQUARE BRACKET (U+005B, Ps): [ | |
RIGHT SQUARE BRACKET (U+005D, Pe): ] | |
LEFT CURLY BRACKET (U+007B, Ps): { | |
RIGHT CURLY BRACKET (U+007D, Pe): } | |
LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (U+00AB, Pi): « | |
RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK (U+00BB, Pf): » | |
TIBETAN MARK GUG RTAGS GYON (U+0F3A, Ps): ༺ | |
TIBETAN MARK GUG RTAGS GYAS (U+0F3B, Pe): ༻ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"IAB1": "Arts & Entertainment", | |
"IAB1-1": "Books & Literature", | |
"IAB1-2": "Celebrity Fan/Gossip", | |
"IAB1-3": "Fine Art", | |
"IAB1-4": "Humor", | |
"IAB1-5": "Movies", | |
"IAB1-6": "Music", | |
"IAB1-7": "Television", | |
"IAB2": "Automotive", |