Skip to content

Instantly share code, notes, and snippets.

View wesm's full-sized avatar

Wes McKinney wesm

View GitHub Profile
@wesm
wesm / agentsview-20260222.html
Created February 22, 2026 19:21
Agent session: agentsview - I want to overhaul the session message viewer page, here was feedback from one user "it's worth havi...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>agentsview - Agent Session</title>
<style>
:root {
--bg-primary: #faf8f5;
--bg-surface: #ffffff;
@wesm
wesm / roborev-20260130.html
Created February 21, 2026 22:05
Agent session: roborev - Implement the following plan: # Plan: Add Cursor Agent Support ## Overview Add a new `cursor` age...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>roborev - Agent Session</title>
<style>
:root {
--bg-primary: #faf8f5;
--bg-surface: #ffffff;
@wesm
wesm / agentsview_docs-20260221.html
Created February 21, 2026 19:49
Agent session: agentsview_docs - I'm ready to stand up a documentation website for agentsview.io for the ~/code/agentsview repository...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>agentsview_docs - Agent Session</title>
<style>
:root {
--bg: #0d1117; --surface: #161b22; --border: #30363d;
--text: #e6edf3; --text-muted: #8b949e;
@wesm
wesm / wesm_blog-2026-01-17.html
Created January 17, 2026 16:08
Agent session: wesm_blog - I want to beautify the presentations page to use a similar card aesthetic to the talks/presentations
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wesm_blog - Agent Session</title>
<style>
:root {
--bg: #0d1117;
--surface: #161b22;
@wesm
wesm / positron-2025-12-18.html
Created January 17, 2026 15:17
Agent session: positron - I would like you to review all of the Julia unit tests in extensions/positron-julia for correctness
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>positron - Agent Session</title>
<style>
:root {
--bg: #0d1117;
--surface: #161b22;
@wesm
wesm / agent_session_viewer-2026-01-17.html
Created January 17, 2026 15:14
Agent session: agent_session_viewer - there isn't a good way in this tool to export a single transcript in a format that I can share with
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>agent_session_viewer - Agent Session</title>
<style>
:root {
--bg: #0d1117;
--surface: #161b22;
@wesm
wesm / benn_stancil-2026-01-16.html
Created January 17, 2026 15:08
Agent session: benn_stancil - I really like Benn Stancil's substack https://benn.substack.com -- I have been reading it for years.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>benn_stancil - Agent Session</title>
<style>
:root {
--bg: #0d1117;
--surface: #161b22;
@wesm
wesm / CInterfaceExample.ipynb
Created April 2, 2020 01:23
Example of round-tripping Arrow data through the new C ABI/Interface
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesm
wesm / AfterArrow3246.ipynb
Created August 15, 2019 16:10
ARROW-3246 Benchmarks
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
+ export ARROW_BUILD_TOOLCHAIN=/opt/conda
+ ARROW_BUILD_TOOLCHAIN=/opt/conda
+ mkdir -p /build/lint
+ pushd /build/lint
/build/lint /
+ cmake -GNinja -DARROW_FLIGHT=ON -DARROW_GANDIVA=ON -DARROW_PARQUET=ON -DARROW_PYTHON=ON -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=0 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON /arrow/cpp
-- Building using CMake version: 3.13.2
-- Arrow version: 0.13.0 (full: '0.13.0-SNAPSHOT')
-- clang-tidy found at /usr/bin/clang-tidy-7
-- clang-format found at /usr/bin/clang-format-7