Advanced Search
Search Results
138 total results found
AKAI MPK mini plus
The AKAI MPK mini plus is a small MIDI controller with a three octave keyboard and drum pads.
Recommendations
For Coding and Concentrating I'm a massive fan of the Simcity 4 soundtrack by Jerry Martin and I've been on a yearslong quest to find similar music. Some of the recommendations in this reddit thread [mirror] are reasonably good. One of my favourite tracks fr...
Music Home
I have a very ecclectic and general interest in music, from jazz to rap metal and from synthwave to cuban folk music. If you're interested in finding out more or trying out some new bands check out my recommendations page. You can also see what I'm listening ...
Music Production Home
I am an amateur musician and I like to mess around in GarageBand and make music of my own.
Extracting Video Transcripts from MS Teams
Sometimes when you're using Teams you want to extract the full video auto-transcript so that you can summarize it or something but it's difficult or impossible to extract the full transcription unless the original author permits you to "Download" it. Not a pr...
Python Packaging
OverviewHistorically Python packaging has been a bit of a mess. There were lots of different tools that did some things well and other things very poorly and distributing applications that use Python was a pain.In 2021, I wrote a detailed post about Python pac...
Mistral Small 3.2
Mistral Small is a 24B param LLM that Running in Ollamaollama pull hf.co/gabriellarson/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_MReferenceshttps://simonwillison.net/2025/Jun/20/mistral-small-32/
Gemini 2.5 Series
Developer/Trainer Google Homepage https://deepmind.google/models/gemini/pro/
Claude 4
Claude 4 is a large language model developed by Anthropic. Key Features Advanced reasoning capabilities Improved safety measures Better performance on complex tasks
Enphase Energy and HomeAssistant
If you have Enphase solar PV and battery systems, it is relatively easy to integrate them with HomeAssistant. https://github.com/chinedu40/enphase_HA_REST_API Enabling Battery Calculations In Energy Dashboard This guide was written in September 2025 with...
ModernBERT
The original BERT paper came out in 2018, around 7 years ago at time of writing. However, it is still referred to and used as a strong baseline in a number of NLP tasks. ModernBERT was created by HuggingFace. ModernBERT is a drop-in replacement for use in prob...
ColBERT
ColBERT is a variation of BERT that is optimised for search/retrieval use cases which uses contextual late interaction. The pun is a name based on
Obsidian
I'm a big fan of Obsidian. I make use of a lot of it's features and capabilities. Configuration and Plugins Periodic Notes I use the periodic notes plugin to manage weeknotes. For weekly notes I use the format: YYYY/YYYY-[W]W having the year repeated...
Less is More: Recursive Reasoning with Tiny Networks
Paper: https://arxiv.org/html/2510.04871v1 Abstract Hierarchical Reasoning Model (HRM) is a novel approach using two small neural networks recursing at different frequencies. This biologically inspired method beats Large Language models (LLMs) on hard puzzl...
Hierarchical Reasoning Model
Paper URL: https://arxiv.org/pdf/2506.21734 Code Repo: https://github.com/sapientinc/HRM HRM is an alternative to transformer architecture that is better able to reason. It outperforms transformer-based LLMs at ARC-AGI2 with only 27M parameters. Training ...
Claude Code
Using Claude Code with LiteLLM As per: https://docs.litellm.ai/docs/tutorials/claude_responses_api export env vars corresponding to your litellm proxy instance: export ANTHROPIC_BASE_URL="http://0.0.0.0:4000" export ANTHROPIC_AUTH_TOKEN="$LITELLM_MASTER_KE...
Anthropic
Anthropic is a silicon valley startup and AI company that develops and sells LLM models and LLM-based products and services. They also developed the Model Context Protocol for passing information between models. Key Information Founded as a competitor to Open...
Anthropic Claude 3 Opus
Overview Claude 3 Opus is Anthropic's most powerful model, designed for highly complex tasks that require the highest levels of reasoning and understanding. Capabilities Advanced reasoning and problem-solving Complex content creation and editing Comprehensive...