Skip to content

Instantly share code, notes, and snippets.

View Jessime's full-sized avatar

Jessime Kirk Jessime

View GitHub Profile

"Don Knuth Plays with ChatGPT" but with ChatGPT-4

1. Tell me what Donald Knuth says to Stephen Wolfram about chatGPT.

I'm sorry for any confusion, but as an AI, I can't provide real-time updates or specific conversations between individuals beyond my last training cut-off in September 2021. I don't have access to the internet or any databases for real-time information or private communications. Therefore, I can't give you the details of a conversation between Donald Knuth and Stephen Wolfram about ChatGPT, if such a conversation has taken place after my training data.

However, it's worth noting that both Donald Knuth and Stephen Wolfram are significant figures in the fields of computer science and computational mathematics. Knuth is widely recognized for his multi-volume work "The Art of Computer Programming" and for creating the TeX computer typesetting system, while Wolfram is known for his work in developing Mathematica and Wolfram|Alpha, and for his contributions to cellular automata theory, outl

@Jessime
Jessime / buckets.py
Last active May 18, 2023 15:57
To disable a bomb, Detective John McClane must measure out exactly 4 gallons of water, and place the resulting weight on a scale. His tools are yours: a 3-gallon and a 5-­gallon jug—and a single fountain. https://www.popsci.com/solve-water-puzzle-die-hard-3/
from dataclasses import dataclass
from typing import Optional, Callable
def fill_b3(b3, b5):
return 3, b5
def fill_b5(b3, b5):
return b3, 5
@Jessime
Jessime / async_posting.py
Created April 25, 2022 01:31
async posting
import json
import time
import asyncio
import httpx
import random
from functools import partial
from datetime import datetime, timedelta
RANDOM_WORDS = ['Monarch', 'Flagship', 'Russian', 'Thee', 'Species', 'Policies', 'Unique', 'Deutsch', 'Agree', 'Enable']
@Jessime
Jessime / fasta_graph.ipynb
Created January 29, 2022 00:00
Solving the second degree neighbor problem with Python 3.10
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Jessime
Jessime / .txt
Created February 1, 2019 21:33
python-igraph error
This file has been truncated, but you can view the full file.
Last login: Fri Feb 1 12:25:40 on ttys000
➜ Lab pip install seekr
Collecting seekr
Downloading https://files.pythonhosted.org/packages/2d/ef/c82b68c1f2a78fd0e76b80ffa1d0be5dc665b4f70317d3398d5182f7394e/seekr-1.2.7-py3-none-any.whl
Requirement already satisfied: pandas in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (0.24.0)
Collecting louvain (from seekr)
Downloading https://files.pythonhosted.org/packages/51/bc/8cc9bb51a7fd9d13f37f2d904ee269971bccb1ab0eb06447a539af67f94c/louvain-0.6.1.tar.gz (84kB)
100% |████████████████████████████████| 92kB 969kB/s
Requirement already satisfied: requests in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (2.21.0)
Requirement already satisfied: tqdm in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (4.29.1)
@Jessime
Jessime / movie.ipynb
Last active April 4, 2018 20:53
movie_test
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Jessime
Jessime / algorithm_complexity.ipynb
Created June 29, 2017 04:02
Algorithm Complexity in the Jupyter Notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Jessime
Jessime / Baseline.ipynb
Created May 17, 2017 02:17
Template for monthly notebooks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.