Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,014 results
«« first
« previous
page 25 / 101
next »
last »»
Release
django-plugin-database-url 0.1
— Django plugin for reading the DATABASE_URL environment variable
TIL
How streaming LLM APIs work
— I decided to have a poke around and see if I could figure out how the HTTP streaming APIs from the various hosted LLM providers actually worked. Here are my notes so far.
Tool
Markdown and Math Live Renderer
— Render Markdown text with integrated LaTeX mathematical equations in real-time as you type. This tool converts your input into formatted HTML output while simultaneously displaying a live preview with properly rendered math expressions using KaTeX. You can view the generated HTML code and copy it to your clipboard for use in other projects.
Tool
GitHub API File/Image Writer
— Upload files and images to GitHub repositories using the GitHub API. This tool accepts either text content or image files and commits them to a specified repository path with proper authentication via personal access tokens. The interface automatically adapts to show relevant input fields based on whether you're uploading text or an image file.
Tool
Image Token Calculator
— Calculate the token cost for images used in API requests by uploading or dragging an image file into the tool. The calculator analyzes the image dimensions and divides them into 224-pixel tiles, multiplying the total tile count by 1,000 to determine the token expense. This helps estimate costs when working with vision-based APIs that charge per image token.
Tool
YouTube Thumbnail Viewer
— View YouTube video thumbnails in multiple resolutions by entering a video URL or ID. This tool extracts and displays all available thumbnail formats from YouTube's image server, allowing you to preview different quality options and copy direct image links. Click on any thumbnail to expand it for a closer look, and use the copy button to save the image URL to your clipboard.
Release
files-to-prompt 0.3
— Concatenate a directory full of files into a single prompt for use with LLMs
Release
json-flatten 0.3.1
— Python functions for flattening a JSON object to a single dictionary of pairs, and unflattening that dictionary back to a JSON object
TIL
Testing HTML tables with Playwright Python
— I figured out this pattern today for testing an HTML table dynamically added to a page by JavaScript, using [Playwright Python](https://playwright.dev/python/):
Release
datasette-write 0.4
— Datasette plugin providing a UI for executing SQL writes against the database
Release
datasette-enrichments 0.4.3
— Tools for running enrichments against data stored in Datasette
«« first
« previous
page 25 / 101
next »
last »»