Paired Ends
Subscribe
Sign in
Home
R
Python
Papers
TIL
AI
Archive
About
TIL
Latest
Top
Discussions
Positron: data explorer exports dplyr code
Positron allows you to export dplyr/SQL code for actions you take in the data explorer (like sorting and filtering)
Oct 13
•
Stephen Turner
1
All Roads Lead to Philosophy
Successively clicking the first link in a Wikipedia article almost always leads to Philosophy
Oct 6
•
Stephen Turner
5
1
Construct objects with idiomatic R code
Use the constructive package instead of dput() to construct R objects with idiomatic R code for human-readable reproducible examples
Oct 2
•
Stephen Turner
4
Voice control ggplot2 with ggbot2
Today I learned you can create and customize ggplot2 visualizations using your voice alone.
Sep 27
•
Stephen Turner
3
1
Writing a book with Quarto
Turn a collection of RMarkdown documents into a book in <1 hour using Quarto
May 19
•
Stephen Turner
8
GUIs for Local LLMs with RAG
Running local LLMs with Ollama, LMStudio, Open WebUI, and others for private and secure chat, vibe coding, image analysis, and "chat with your…
Mar 14
•
Stephen Turner
1
Exploring the bioRxiv API with R, httr2, rvest, tidytext, and Datawrapper
Collect metadata and publication details for >200k preprints over a 10 year period, investigate trends, and scrape full text for sentiment analysis
Feb 10
•
Stephen Turner
Write code in unfamiliar territory with AI
I used Claude to build a Chrome extension to add a post-to-Bluesky button on bioRxiv. I've never written Javascript or a Chrome extension before. It…
Jan 12
•
Stephen Turner
Turn any webpage into markdown for LLM-friendly input
Add r.jina.ai/ in front of any URL to turn the entire page into Markdown for LLM-friendly input. Works on PDFs too.
Dec 16, 2024
•
Stephen Turner
TIL: dplyr::mutate()'s .keep argument
Use the .keep argument in dplyr::mutate() to control which variables to retain after mutating to create new variables.
Dec 2, 2024
•
Stephen Turner
Build a Python CLI with Click+Cookiecutter
Demonstration for how to build a Python command line utility with Click using a Cookiecutter project template, and how to publish to PyPI and Docker Hub
Nov 10, 2024
•
Stephen Turner
Use nanoparquet instead of readr/CSV
Parquet is interoperable between Python and R, fast to read+write, works well with databases, and stores complex data types (e.g., tibble listcols). Use…
Oct 8, 2024
•
Stephen Turner
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts