Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 36 / 104
next »
last »»
TIL
Getting Python MD5 to work with FIPS systems
— [This issue](https://github.com/simonw/datasette/issues/2270) by Parand Darugar pointed out that Datasette doesn't currently run on Linux systems with FIPS enabled, due to the way it uses MD5 hashes.
TIL
Running Ethernet over existing coaxial cable
— I recently noticed that the router in our garage was providing around 900 Mbps if I plugged my laptop directly into it via an Ethernet cable, but that speed fell to around 80Mbps (less than 1/10th that speed) elsewhere in our house.
TIL
Piping from rg to llm to answer questions about code
— Here's a trick I've used a couple of times in the past few days.
TIL
Creating GitHub repository labels with an Actions workflow
— Newly created GitHub repositories come with a default set of labels. I have several labels I like to add on top of these. The most important is **research**, which I use for issues that are tracking my notes on a research topic relevant to the repository.
Release
datasette-upload-csvs 0.9
— Datasette plugin for uploading CSV files and converting them to database tables
TIL
Exploring ColBERT with RAGatouille
— I've been trying to get my head around [ColBERT](https://github.com/stanford-futuredata/ColBERT).
TIL
Logging OpenAI API requests and responses using HTTPX
— My [LLM](https://llm.datasette.io/) tool has a feature where you can set a `LLM_OPENAI_SHOW_RESPONSES` environment variable to see full debug level details of any HTTP requests it makes to the OpenAI APIs.
«« first
« previous
page 36 / 104
next »
last »»