All People
Max Woolf

Max Woolf

AI tools & content creator

Recent Activity10 stars · 56 x-posts

Recent Activity

grep SOURCE=
WangXuan95/Image-Compression-Benchmark
Python66·starred by minimaxir

A comparison of many lossless image compression formats.

benchmarkcompressiongrayscale-imageimageimage-compression
postlund/pyatv
Python1,117·starred by minimaxir

A client library for Apple TV and AirPlay devices

Highlights: A Python client library for controlling Apple TV and AirPlay devices, enabling home automation and media streaming. It supports asyncio for async operations and is available on PyPI.

Worth reading: Useful for developers integrating Apple TV into smart home systems or building custom media controllers.

airplayapple-tvasynciohacktoberfesthome-automation
Tooling
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A short, relatable post with an image (content not fully captured).

Worth reading: Demonstrates Woolf's casual, personal style on social media.

minimaxir
Max Woolf

@minimaxir

what

Highlights: A short, ambiguous post.

Worth reading: Shows the author's casual posting style.

minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A relatable meme-style post.

Worth reading: Demonstrates personal humor.

minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Sarcastic congratulations to OpenAI.

Worth reading: Reflects opinion on AI progress.

LLM
wiltodelta/remove-ai-watermarks
Python346·starred by minimaxir

CLI and library for removing visible (Gemini) and invisible (SynthID, C2PA, EXIF) AI watermarks from images

Highlights: A CLI and Python library that removes visible (Gemini) and invisible (SynthID, C2PA, EXIF) AI watermarks from images. It provides a practical tool for privacy and data cleaning, supporting multiple watermark types.

Worth reading: Explores the intersection of AI-generated content and digital forensics, offering hands-on utility for developers dealing with watermarked images from generative models.

aic2paclicomputer-visiondiffusion-models
ToolingMulti-modal
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A short, relatable post expressing a personal sentiment.

Worth reading: Illustrates Max Woolf's casual and humorous online presence.

minimaxir
Max Woolf

@minimaxir

what

Highlights: A short, ambiguous post by Max Woolf.

Worth reading: May indicate a reaction or commentary on a current event.

LLM
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A relatable personal post.

Worth reading: Shows a casual side of the author.

LLM
minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Sarcastic or ironic congratulations to OpenAI.

Worth reading: Reflects his critical view on AI milestones.

LLMSafety
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A casual post with just 'me irl', possibly a meme or self-deprecating humor.

Worth reading: Reflects his personal style on social media.

Tooling
minimaxir
Max Woolf

@minimaxir

what

Highlights: Max Woolf posted a single word 'what'.

Worth reading: May indicate confusion or reaction to something, but lacks context.

minimaxir
Max Woolf

@minimaxir

me irl

Highlights: Max Woolf posted 'me irl', a common meme phrase meaning 'me in real life'.

Worth reading: Shows a personal or humorous side, but not technically insightful.

minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Max Woolf congratulates OpenAI on winning the Turing Test, likely sarcastic or critical.

Worth reading: Reflects opinion on AI progress and Turing Test relevance.

Evaluation
Tyriar/vscode-theme-sapphire
TypeScript39·starred by minimaxir

Sapphire is a vibrant blue theme for Visual Studio Code

Highlights: A vibrant blue theme for Visual Studio Code with a focus on readability and aesthetics. It offers a consistent color palette that reduces eye strain during long coding sessions.

Worth reading: While not directly AI-related, it can enhance developer experience for AI engineers who spend hours in VS Code. The theme is well-crafted and may improve focus.

themevscode
Tooling
marimo-team/marimo
Python20,996·starred by minimaxir

A reactive notebook for Python — run reproducible experiments, query with SQL, execute as a script, deploy as an app, and version with git. Stored as pure Python. All in a modern, AI-native editor.

Highlights: Marimo is a reactive Python notebook that combines the best of Jupyter and Streamlit: it runs cells automatically when dependencies change, supports SQL queries, and can be deployed as an interactive web app. Notebooks are stored as pure Python files, enabling easy version control with git and execution as scripts.

Worth reading: It offers a modern, AI-native editor with features like variable explorer, data table viewer, and built-in SQL, making it a powerful tool for data scientists and AI engineers who want reproducible, deployable notebooks.

artificial-intelligencedagdata-sciencedata-visualizationdataflow
ToolingDeploymentInfra
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A short, relatable post expressing a personal sentiment.

Worth reading: Illustrates the casual, human side of a technical professional.

minimaxir
Max Woolf

@minimaxir

what

Highlights: A brief expression of confusion or surprise.

Worth reading: Reflects spontaneous reaction to some event.

sharkdp/hyperfine
Rust28,110·starred by minimaxir

A command-line benchmarking tool

Highlights: Hyperfine is a command-line benchmarking tool that provides precise timing and statistical analysis for arbitrary commands. It supports warm-up runs, parameterized benchmarks, and export to various formats like JSON and Markdown.

Worth reading: For AI engineers, hyperfine is invaluable for benchmarking model inference, data processing pipelines, or any CLI tool, ensuring reproducible performance comparisons.

benchmarkclicommand-linerustterminal
Tooling
antirez/ds4
C9,030·starred by minimaxir

DeepSeek 4 Flash local inference engine for Metal and CUDA

Highlights: ds4 is a local inference engine for DeepSeek 4 Flash, supporting Metal and CUDA. It provides efficient, low-level inference for the DeepSeek 4 Flash model on consumer hardware.

Worth reading: It's worth exploring for AI engineers interested in running DeepSeek 4 Flash locally with optimized performance on both Apple Silicon and NVIDIA GPUs.

LLM
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A short, relatable post with a meme-like tone.

Worth reading: Demonstrates personal engagement style.

minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A short, relatable post typical of internet culture.

Worth reading: Demonstrates the casual side of Max Woolf's online presence.

Tooling
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A relatable self-deprecating post with 12 likes and 840 views.

Worth reading: Demonstrates Woolf's informal, humorous online persona.

petgraph/petgraph
Rust3,890·starred by minimaxir

Graph data structure library for Rust.

Highlights: Petgraph is a comprehensive graph data structure library for Rust, offering a variety of graph types (undirected, directed, with or without node/edge weights) and classic graph algorithms (DFS, BFS, shortest paths, minimum spanning trees, etc.). It is widely used in the Rust ecosystem for modeling and solving graph problems efficiently.

Worth reading: For AI engineers working on graph-based models, network analysis, or any Rust project requiring graph manipulation, petgraph provides a robust, well-documented foundation that can accelerate development.

graph-algorithmsrust
Infra
minimaxir
Max Woolf

@minimaxir

LOL

Highlights: Max Woolf posted a simple 'LOL' tweet.

Worth reading: Shows a casual, humorous side of the author.

minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Max Woolf sarcastically congratulates OpenAI for supposedly winning the Turing Test.

Worth reading: Reflects the author's critical perspective on AI hype.

LLMEvaluation
minimaxir
Max Woolf

@minimaxir

@simonw

Highlights: Mentions Simon Willison.

Worth reading: Indicates interaction with notable tech figure.

Tooling
minimaxir
Max Woolf

@minimaxir

LOL

Highlights: A humorous short post.

Worth reading: Shows the author's casual side.

minimaxir
Max Woolf

@minimaxir

@simonw

Highlights: A reply or mention to another user.

Worth reading: Indicates engagement with the community.

Fusion/pngsource
HTML109·starred by minimaxir

Embed Embed source code in png files

Highlights: This repository allows embedding source code into PNG images, enabling a novel way to distribute code alongside visual assets. It provides a simple tool to encode and decode code within image files, useful for sharing or obfuscation.

Worth reading: It's a creative approach to code distribution that could be handy for sharing small scripts or demos in a visually appealing manner, though its practical utility may be niche.

Tooling
minimaxir
Max Woolf

@minimaxir

Highlights: No textual content available.

Worth reading: No content to analyze.

minimaxir
Max Woolf

@minimaxir

Highlights: No textual content available.

Worth reading: No content to analyze.

minimaxir
Max Woolf

@minimaxir

@simonw

Highlights: Reply to Simon Willison.

Worth reading: Indicates engagement with another prominent figure.

Tooling
criterion-rs/criterion.rs
Rust288·starred by minimaxir

Highlights: Criterion.rs is a powerful benchmarking library for Rust that provides precise performance measurements with statistical analysis. It offers features like customizable benchmarks, regression detection, and detailed HTML reports, making it essential for performance-critical Rust projects.

Worth reading: For AI engineers working with Rust-based tools or systems, Criterion.rs enables rigorous performance testing, which is crucial for optimizing inference pipelines or data processing components.

benchmarkingperformance-analysisperformance-testingrust
Evaluation
minimaxir
Max Woolf

@minimaxir

No text content extracted, only likes count.

Highlights: A tweet with 19 likes but no text extracted.

Worth reading: Limited insight due to missing text.

minimaxir
Max Woolf

@minimaxir

@simonw

Highlights: A reply or mention to @simonw.

Worth reading: Indicates interaction with another user.

minimaxir
Max Woolf

@minimaxir

Max Woolf (@minimaxir). 19 likes.

Highlights: Tweet received 19 likes.

Worth reading: Shows engagement on a post by Max Woolf.

minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Max Woolf congratulates OpenAI on winning the Turing Test.

Worth reading: Reflects opinion on AI milestone.

Evaluation
minimaxir
Max Woolf

@minimaxir

19 likes.

Highlights: Tweet with 19 likes, no text available.

Worth reading: Not enough content to assess.

minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Sarcastic or genuine congratulations to OpenAI for Turing Test achievement.

Worth reading: Reflects opinion on AI progress.

LLM
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: Max Woolf posted a short humorous tweet 'me irl' with an image.

Worth reading: Shows a personal, relatable side of the author.

LLM
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A simple personal post with an image.

Worth reading: Shows a casual side of the author.

Multi-modal
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A relatable personal post with an image.

Worth reading: Reflects the author's personal expression.

minimaxir
Max Woolf

@minimaxir

me irl

Highlights: Max Woolf posted a short meme-like tweet 'me irl' with an image.

Worth reading: Shows a casual personal post from Max Woolf.

Tooling
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: Max Woolf posted a self-referential meme 'me irl'.

Worth reading: Shows his casual humor and engagement style on X.

Tooling
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A relatable personal post.

Worth reading: Reflects the author's online persona.

LLM
minimaxir
Max Woolf

@minimaxir

me irl

Highlights: A short personal post with an image.

Worth reading: Shows a casual personal moment from Max Woolf.

Tooling
minimaxir
Max Woolf

@minimaxir

LOL.

Highlights: Max Woolf posted a brief reaction 'LOL' to something.

Worth reading: Shows his casual engagement style on X.

Tooling
minimaxir
Max Woolf

@minimaxir

LOL

Highlights: A short humorous post.

Worth reading: Shows the author's casual side.

LLM
minimaxir
Max Woolf

@minimaxir

LOL

Highlights: A brief humorous reaction.

Worth reading: Shows casual engagement style.

minimaxir
Max Woolf

@minimaxir

LOL

Highlights: Max Woolf posted a simple reaction 'LOL'.

Worth reading: Shows a casual personal post from the user.

minimaxir
Max Woolf

@minimaxir

LOL

Highlights: A humorous reaction post.

Worth reading: Shows the informal side of the author.

LLM
minimaxir
Max Woolf

@minimaxir

LOL. Remove the code in the algorithm that boosts the tweets of Elon by elvodqa · Pull Request #160 ·... github.com.

Highlights: Max Woolf finds humor in a pull request that removes code boosting Elon Musk's tweets.

Worth reading: Shows a critical perspective on algorithmic amplification on social media.

DeploymentInfra
minimaxir
Max Woolf

@minimaxir

LOL. Remove the code in the algorithm that boosts the tweets of Elon by elvodqa · Pull Request #160 ·... github.com.

Highlights: Max Woolf finds humor in a GitHub pull request that removes code boosting Elon Musk's tweets.

Worth reading: Shows Woolf's perspective on algorithmic bias and platform manipulation.

Evaluation
minimaxir
Max Woolf

@minimaxir

LOL

Highlights: Brief humorous reaction.

Worth reading: Shows casual personality.

Tooling
minimaxir
Max Woolf

@minimaxir

LOL. Remove the code in the algorithm that boosts the tweets of Elon by elvodqa · Pull Request #160 ·... github.com.

Highlights: Max Woolf finds humor in a GitHub pull request that removes code boosting Elon Musk's tweets.

Worth reading: Shows Woolf's engagement with algorithmic bias and platform politics.

Safety
minimaxir
Max Woolf

@minimaxir

LOL. Remove the code in the algorithm that boosts the tweets of Elon by elvodqa · Pull Request #160 ·... github.com.

Highlights: Max Woolf finds humor in a GitHub pull request that aims to remove code boosting Elon Musk's tweets.

Worth reading: Shows a playful critique of algorithmic amplification on social media.

DeploymentTooling
minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Max Woolf sarcastically congratulates OpenAI for supposedly passing the Turing Test, reflecting on AI milestones.

Worth reading: Highlights the ongoing debate about AI achieving human-like intelligence.

LLMEvaluation
minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Sarcastic congratulations to OpenAI for supposedly winning the Turing Test, reflecting on AI progress.

Worth reading: Shows a humorous take on AI milestones from a data scientist.

LLM
minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Max Woolf sarcastically congratulates OpenAI on passing the Turing Test, reflecting on AI milestones.

Worth reading: Shows a humorous take on AI achievements and public perception.

LLM
minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Max Woolf sarcastically congratulates OpenAI on passing the Turing Test, likely referencing ChatGPT's launch.

Worth reading: Shows his opinion on AI milestones and hype.

LLMEvaluation
minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Max Woolf sarcastically congratulates OpenAI for supposedly winning the Turing Test, likely referencing ChatGPT's human-like responses.

Worth reading: Highlights the ongoing debate about AI passing the Turing Test and the implications for AI capabilities.

LLMEvaluationDeployment
minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Sarcastic or ironic congratulations to OpenAI.

Worth reading: Commentary on AI progress and hype.

LLMEvaluation
minimaxir
Max Woolf

@minimaxir

congrats to OpenAI on winning the Turing Test

Highlights: Sarcastic congratulations to OpenAI for passing the Turing Test.

Worth reading: Reflects the author's critical view on AI benchmarks.

LLMEvaluation
minimaxir
Max Woolf

@minimaxir

So here's my postmortem after hunting for a data science job.

Highlights: Max Woolf shares a postmortem of his data science job search.

Worth reading: Provides insights into the data science job market and job hunting strategies.

Deployment
10 repos · 56 x-posts · All time