20250912
Offline LLM research and chat with Jarvis In Joplin
20250829
my new standard issue for every BashRc is this bash function frv: switch between fzf for files and ripgrep for pattern
# fzf/ADVANCED.md at master · junegunn/fzf · GitHub https://github.com/junegunn/fzf/blob/master/ADVANCED.md#switching-between-ripgrep-mode-and-fzf-mode-using-a-single-key-binding Ripgrep integration
# Using fzf as interactive Ripgrep launcher
# fzf/ADVANCED.md at master · junegunn/fzf · GitHub https://github.com/junegunn/fzf/blob/master/ADVANCED.md#switching-between-ripgrep-mode-and-fzf-mode-using-a-single-key-binding Ripgrep integration
# Switch between Ripgrep launcher mode (CTRL-R) and fzf filtering mode (CTRL-F)
frv(){
rm -f /tmp/rg-fzf-{r,f}
RG_PREFIX="rg --column --line-number --no-heading --color=always --smart-case "
INITIAL_QUERY="${*:-}"
fzf --ansi --disabled --query "$INITIAL_QUERY" \
--bind "start:reload($RG_PREFIX {q})+unbind(ctrl-r)" \
--bind "change:reload:sleep 0.1; $RG_PREFIX {q} || true" \
--bind "ctrl-f:unbind(change,ctrl-f)+change-prompt(2. fzf> )+enable-search+rebind(ctrl-r)+transform-query(echo {q} > /tmp/rg-fzf-r; cat /tmp/rg-fzf-f)" \
--bind "ctrl-r:unbind(ctrl-r)+change-prompt(1. ripgrep> )+disable-search+reload($RG_PREFIX {q} || true)+rebind(change,ctrl-f)+transform-query(echo {q} > /tmp/rg-fzf-f; cat /tmp/rg-fzf-r)" \
--color "hl:-1:underline,hl+:-1:underline:reverse" \
--prompt '1. ripgrep> ' \
--delimiter : \
--header '╱ CTRL-R (ripgrep mode) ╱ CTRL-F (fzf mode) ╱' \
--preview 'batcat --color=always {1} --highlight-line {2}' \
--preview-window 'up,60%,border-bottom,+{2}+3/3,~3' \
--bind 'enter:become(vim {1} +{2})'
}
20250819
Minimally Awesome Todos | Jerod Santo with fzf
export TODOARCHIVE=~/.todoarchive
function todo() { if [ $# == "0" ]; then cat $TODO; else echo "• $@" >> $TODO; fi }
# 2025-08-19T12:31:17-0700 Tue using fzf for todone selection even lazier
function todone(){
if sel="$(fzf < ~/.todo)"; then
printf '%s %s\n' "$(date -Isec)" "$sel" >> "$TODOARCHIVE"
sed -i -e "\|^$sel\$|d" $TODO;
# no argument in todone ! so no sed -i -e "/$*/d" $TODO;
# else exit with no sed execution
else
echo "No selection made, nothing archived." >&2
return 1
fi
}
# manage todos
function todofix(){
vim -O ~/.todoarchive ~/.todo
}
20250815
ThinkOnPaper: Reinvent the wheel by playing the telephone game
pen paper thoughts
- Ask Questions/Prompt self
- Inversion, always invert - wants/avoidance("Invert, always invert" Charlie Munger https://youtu.be/K_vFpa0v3Wg?si=SS8W-xAkUcdYbPrh think about what to avoid rather than solely focusing on what to achieve ~ German mathematician Carl Gustav Jacobi - man muss immer umkehren) SimiliarTo Top down and BottomUp viewing for fuller perspective
- MindMapping
- Mini-Essays - Beginning, Middle, End summary with supporting evidence and first hand input
- Eisenhower Important Urgent Matrix
- Freewrite - spew logos diarrhea
- Empiricism - scientific method: hypothesis, observations, test, evaluate data
- Stepwise staging phasing serial work to and back from start to end
- First principles thinking - dump and chunk, rebuild from foundational elements
ugrep and vim
decent file opening at :copen
from the GroundTruth source and not damn AlSlop ugrep --vimgrep option BS
https://github.com/Genivia/ugrep#vim
add to .vimrc
if executable('ugrep')
set grepprg=ugrep\ -RInk\ -j\ -u\ --tabs=1\ --ignore-files
set grepformat=%f:%l:%c:%m,%f+%l+%c+%m,%-G%f\\\|%l\\\|%c\\\|%m
endif
Framework12Laptop: My-So-F*cking-Cute-Linux-Laptop
Shipment and Delivery
Thursday, 8/14/25 Taiwan to Tuesday, 8/12/25 USABuild and Install
- i5, 500 GB, 48 GB Ram
- Secure Boot explained
- ISO > Windows > Rufus > FW12 > Ubuntu
WTF
Extras
LLM
- ollama > gpt-oss:latest 20b
- $ollama run gpt-oss --verbose "<your prompt>" | tee -a ChatLog.txt
Software
20250704
20250506
P2P: Parrot 2 Parrot
20250504
html includes: hxincl stdout
cyberpunk soonish
Neural interface technologies are proliferating, as are new generations of wearable computer interfaces. Bionic eyes are getting better and better.. It's not just that cyberpunk predicted the ways we'd use technology. It did an amazing job at anticipating the aesthetics and the feel of a world in which, in William Gibson's famous phrase, "The future is already here, it's just not ... www.noahpinion.blog |
20250331
20250330 How Each Pillar of the 1st Amendment is Under Attack
2025-03-31 18:40:29-07:00 Mon First Amendment
First Amendment Explained
Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.
---via U.S. Constitution - First Amendment | Resources | Constitution Annotated | Congress.gov | Library of Congress https://constitution.congress.gov/constitution/amendment-1/
The article "How Each Pillar of the 1st Amendment Is Under Attack" on Krebsonsecurity.com, dated March 2025, argues that the Trump administration is eroding the five freedoms guaranteed by the First Amendment of the U.S. Constitution. Here's a summary of the main points:
Freedom of Petition
- The article claims this freedom is being undermined by actions such as GOP lawmakers avoiding town hall meetings, the firing of individuals involved in processing Freedom of Information Act (FOIA) requests, the use of encrypted messaging to avoid creating records, and making it more difficult for citizens to challenge federal agencies in court.
Freedom of Assembly
- The article asserts that this freedom is threatened by discouraging lawful demonstrations at universities and colleges, threatening to cut federal funding for colleges that support protests, and detaining and deporting pro-Palestinian students.
Freedom of the Press
- The article states that this freedom is under attack through lawsuits against news outlets, threats to "open up" libel laws, and restrictions on which reporters and news outlets are allowed to cover White House events.
Freedom of Speech
- The article claims this freedom is being undermined by the circulation of lists of prohibited words for government communications and the freezing of funding for programs that empower civil society and human rights groups.
Freedom of Religion
- The article argues that this freedom is being threatened by the rescinding of a policy that protected "sensitive" places like churches from immigration enforcement actions and the creation of a "Task Force to Eradicate Anti-Christian Bias."
You can read the full article for more details at