Elsewhere
Release TIL Research Tool Museum Sighting
Filters: Sorted by date
3,490 results
«« first
« previous
page 29 / 117
next »
last »»
Tool
Drag and Drop Image Optimizer
— Compress and optimize image files by uploading them to this web-based tool that applies adjustable JPEG quality settings to reduce file size. The interface allows users to compare the original and optimized versions side-by-side by toggling between views or pressing and holding the image, while providing real-time compression statistics and the ability to download the optimized file or copy its data URI for embedding in code.
TIL
Geocoding from Python on macOS using pyobjc-framework-CoreLocation
— Rhet Turnbull [shared](https://twitter.com/RhetTurnbull/status/1883559820541956605) this [short script](https://gist.github.com/RhetTbull/db70c113efd03029c6ff619f4699ce34) for looking up the named timezone for a given location from Python on macOS using `objc` and the `CoreLocation` framework. It uses the `objc` package and [pyobjc-framework-CoreLocation](https://pypi.org/project/pyobjc-framework-CoreLocation/).
Tool
Render Claude Citations
— Render Claude API responses with proper citation formatting by pasting JSON output into this tool. The tool parses the response structure and displays text content alongside blockquote-formatted citations, making it easy to review how Claude has sourced and attributed information. An embedded iframe renderer safely displays the formatted output with styling that highlights cited passages.
Tool
PHP deserializer
— Convert serialized PHP data to JSON format for easy viewing and manipulation. Paste your PHP serialized string into the input field to automatically parse and display the equivalent JSON output. Use the copy button to quickly transfer the JSON to your clipboard.
TIL
Downloading every video for a TikTok account
— TikTok may or may not be banned in the USA within the next 24 hours or so. Here's a pattern you can use to download all of the videos from a specific account.
Release
datasette-enrichments 0.5a1
— Tools for running enrichments against data stored in Datasette
Release
datasette-enrichments 0.5a0
— Tools for running enrichments against data stored in Datasette
Tool
Live region notification demo
— Explore live region notifications with this interactive accessibility demo that allows you to test how screen readers announce dynamic content updates. The page provides instructions for testing with VoiceOver on macOS and iOS, plus interactive controls to trigger notifications with different aria-live settings (assertive or polite) to observe how screen readers prioritize and announce content changes.
Tool
bluesky-resolve
— View and resolve Bluesky handles to their corresponding Decentralized Identifiers (DIDs) using the AT Protocol API. Enter a Bluesky handle in the format `username.bsky.social` to retrieve the associated DID, which serves as a unique identifier for accounts on the Bluesky network. This tool provides a simple interface for looking up handle-to-DID mappings through Bluesky's public resolver endpoint.
TIL
Calculating the size of all LFS files in a repo
— I wanted to know how large the [deepseek-ai/DeepSeek-V3-Base](https://huggingface.co/deepseek-ai/DeepSeek-V3-Base) repo on Hugging Face was without actually downloading all of the files.
TIL
Named Entity Resolution with dslim/distilbert-NER
— I was exploring the original BERT model from 2018, which is mainly useful if you fine-tune a model on top of it for a specific task.
Tool
YAML Explorer
— Parse and visualize YAML files in an interactive tree format with collapsible sections for easy navigation of nested data structures. Enter YAML content directly or load from a URL, then explore the data by expanding and collapsing individual elements. The tool preserves your navigation state in the URL, allowing you to share links with specific sections already expanded.
Tool
Word & Character Counter
— Track word and character counts across multiple writing sections with automatic saving to browser storage. Each section displays real-time statistics as you type, and content persists between sessions. Add or remove writing sections as needed to organize different pieces of text.
Tool
OpenAI WebRTC Audio Session
— Establish real-time audio conversations with OpenAI's GPT realtime models using WebRTC technology. This interface lets you select from multiple voice options and model versions, with the ability to provide document context for the conversation. Token usage and costs are tracked for each interaction and across your entire session, with all API tokens stored locally in your browser.
Tool
JSON to YAML Converter
— Convert JSON data into multiple YAML formats with a single paste. The tool generates three output variations—block style for readability, flow style for compactness, and quoted strings style for explicit formatting—allowing you to choose the best format for your needs. Each output can be copied to your clipboard with a single click.
Tool
HTML Header Processor
— Process HTML content to automatically generate unique IDs for all header elements and create a table of contents with anchor links. This tool is useful for adding navigation functionality to static HTML pages or preparing content for documentation systems that require header identification. Simply paste your HTML and provide the page URL, then the processor will output the modified HTML and a formatted list of clickable header links.
Tool
Writing Style Analyzer
— Analyze your writing for common style issues by pasting text into this tool, which detects weasel words (such as "very" and "quite"), passive voice constructions, and duplicate consecutive words. The analyzer provides contextual snippets for each issue found, helping you identify areas where your writing could be more direct and concise. This tool is adapted from shell scripts by Matt Might and updates results in real-time as you type.
TIL
Fixes for datetime UTC warnings in Python
— I was getting the following warning for one of my Python test suites:
«« first
« previous
page 29 / 117
next »
last »»