# mistral 7b (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover mistral 7b.

Page: <https://rssamplifier.com/topics/mistral-7b/blogs>  
Feed: <https://rssamplifier.com/topics/mistral-7b/blogs.md>

---

## [SSM at the Speed of Thought](https://dandavis.dev/ssm-at-the-speed-of-thought.html)

_2026-07-31 · Dan Davis · dandavis.dev_

At work I have to deal with dozens of AWS accounts spread across many organizations. I often have to ssm into an instance to debug and fix issues. It's obviously not ideal but that's where we are at a work :/. These .bashrc snippets help me find the instance I'm looking …

## [A More Interesting Hello World](https://dandavis.dev/a-more-interesting-hello-world.html)

_2026-06-27 · Dan Davis · dandavis.dev_

Everyone knows the classic "hello world" program. When picking up a new programming language it's the first program you write because it's small and lets you know if you installed the toolchain correctly. When you want to test your knowledge on a real program (with loops, branches, flags, etc) it's …

## [The Bash History I Always Wanted](https://dandavis.dev/the-bash-history-i-always-wanted.html)

_2026-06-25 · Dan Davis · dandavis.dev_

Configuring bash history to do the right thing and just save every command as it's entered.

## [Incus for Ansible Development](https://dandavis.dev/incus-for-ansible-development.html)

_2025-09-21 · Dan Davis · dandavis.dev_

Using Incus containers for fast local Ansible playbook development and testing.

## [LLM Knowledge Dump](https://dandavis.dev/llm-knowledge-dump.html)

_2024-11-24 · Dan Davis · dandavis.dev_

Everything I've learned building with LLMs (As of late 2024).

## [Local Function Calling With Mistral 7B and vLLM](https://dandavis.dev/function-calling-mistral7b-vllm.html)

_2024-09-24 · Dan Davis · dandavis.dev_

Using Mistral 7B for local function calling with dockerized vLLM.

## [PNC Virtual Wallet Statement Parser](https://dandavis.dev/pnc-virtual-wallet-statement-parser.html)

_2024-09-21 · Dan Davis · dandavis.dev_

Comparing two approaches to extracting transaction data from PDF bank statements. One using a handwritten regex parser and one using LLM structured data extraction.

