Prompt | Answer |
What is FBC? |
Full Blood Count, Facebook, Fed Biz Cntr, Fllwshp Bbtst Chrch |
FBC science? | Full Blood Count |
FBC astronomy? | Filter Bandpass Calibration (hypothet.) Full Band Capture (possible) |
FBC aerospace? | Fixed Base Control |
FBC aerospace engineering? | 🚀Flight Baseline Configuration |
Who invented FBC in 92? | Fixed-base Control approach by Lozano & Broliato |
| |
NASA FBC | 🚀Faster, Better, Cheaper (FBC) |
Note:
RLHF: ChatGPT asked me to thumbs up one of two wrong answers.
I gave it what it asked for.
--v--
## FBC LLMs?
Frumpier, Baser, Costlier
- `O(N^2)`
- 7 attempts
- [1300+ tokens](https://chatgpt.com/share/688140f1-dfb8-800c-b887-eb4b7aa8cf90)
Note:
Pages of misleading slop to read through.
--v--
## Fresh start
What does FBC stand for in the context of Aerospace Engineering and Astronomy?
```
In Aerospace Engineering and Astronomy, FBC most commonly stands for:
1️⃣ Faster, Better, Cheaper (FBC)
2️⃣ Flux Balance Calculation (less common)
```
Note:
Less common, you're not kidding...
I'm surprised it didn't just say Flux Capacitor
--v--
[](/2025-07-24/ngrams-fbc.png)
--v--
[](/2025-07-24/PUG5-FBC-wikipedia.png)
--v--
## Full text search?
- Repeatable (Sciencable)
- Precise (<100 tokens)
- Online (real-time) indexing
- Fast & cheap - ``O(log(N))``
Note:
- You get good at search by getting smarter (expanding your vocabulary)
- Exact results mean less BS to waste your time
- You can add documents in real-time as you crawl the web
- Bloom filters can make it even faster and cheaper than log(N)
- AI is O(N^2) and often even worse if you don't have a GPU server farm.
- look for the "fragment"
--v--
## Automate the boring stuff
Here are some FBC tools for you:
1. [Workon](#Workon)
2. [Anaconda](#Anaconda)
3. [mkSlides](#blogs)
4. [UV](#uv)
5. [~/bin/bash](#bin)
6. [Aider](#aider)
7. [ngrok/tailscale]
Note:
1. John May and other linuxy friends forked my workon script and made it work for them
2. Anaconda autolinter plugin for Sublime turns it into an agentic IDE
3. Astro and other SSGs can turn your notes-to-self into high quality blog content
4. `alias pip=uv pip` # UV is smarter about managing python dependencies and has an interface that "modernizes" pip with some useful features from poetry and npm (packages.lock, .python_ver, uv add)
5. When you figure something out creating a script for it or dump hist (in ipython, python, or shell) to a ~/bin/hists/ annotating with expected outout where that is important. then convert that script to a function if you find yourself doing it often.
6. Put your task into aider as a prompt, running a large model locally (slowly) then go back to your IDE to stub out your architecture or draft a function, comparing your approach to AI's. When I asked about 'is there a pathlib.Path method for determining if a Path is absolute it gave me .is_absolute() but not .relative_to() which i found by playing around in the REPL.
---
## ``workon``[