BCS Blog
COBOL, z/OS performance measurement, and systems programming updates.
Obsidian Usage
Obsidian is essentially a local knowledge base built from Markdown files. You create a folder called a vault, put notes inside it, and conne...
Install Obsidian On Gentoo
Obsidian does not appear in the official Gentoo app-editors repository, but an app-editors/obsidian ebuild is available through the nest ove...
What Is gentoolkit
gentoolkit is a collection of command-line utilities that makes administering a Gentoo system—especially Portage—much easier. It supplements...
Portage Use Flags
In Gentoo, Portage USE flags are switches that tell Portage which optional features to compile into packages.For example, if you install a m...
What Is Gentoo
6Gentoo is a highly customizable, source-based Linux distribution designed for users who want maximum control over their operating system.Un...
HTTP/2 vs. HTTP/3
HTTP/3 improves on HTTP/2 by replacing TCP with QUIC, a transport protocol built on UDP. The biggest gains aren't in raw throughput—they're ...
install oLLM
If you mean oLLM (the Python inference framework, not Ollama), there is currently no Gentoo ebuild, so the recommended installation is into ...
Gemini Notebook
Gemini Notebook (formerly NotebookLM) is a web application, not a native Linux desktop application. There is nothing to install from the Gen...
Poise centopoise
Poise (P) and centipoise (cP) are units of dynamic viscosity, which measures how much a fluid resists flowing.Relationship 1 poise (P) = 10...
bootstrap 5 skeleton
<!DOCTYPE html><html lang="en" data-bs-theme="dark"><head> <meta charset="UTF-8"> <meta name="viewport" content...
pi vs opencode
Since you've been using OpenCode on Gentoo with Ollama, llama.cpp, and multiple local models, here's how Pi compares from a developer's pers...
install herdr Gentoo
Herdr is not currently available in the official Gentoo Portage tree. The recommended installation on Gentoo is to use the project's install...
git replacement
If you're looking for alternatives to Git, here are the most notable ones: ToolTypeAdvantagesDisadvantagesJujutsuDistributedSimple commands,...
Reconcile VCS
Steps to Reconcile a Till in Vision Commerce Suite (VCS) Table of Contents Introduction Before You Begin Log into VCS Open Additiona...
install FreeCAD Gentoo
install freecad gentooTo install FreeCAD on Gentoo using Portage: emerge --ask media-gfx/freecad The Gentoo package is media-gfx/freecad. C...
install paperclip
Paperclip is not currently packaged in the official Gentoo Portage tree. The recommended installation method is via Node.js and npm/npx. 1. ...
paperclip ai
Paperclip AI is an open-source platform for orchestrating and managing teams of AI agents. Rather than being an AI model itself, it acts as ...
install paperclip
Paperclip is not currently packaged in the official Gentoo Portage tree. The recommended installation method is via Node.js and npm/npx. 1. ...
Bank Deposit
The exact appearance and sequence of Prepare Banking screens can vary by NextGen/VCS version and your store's configuration. Follow your sto...
steps to reconcile till
Below is the workflow most NextGen stores use. Menu names may vary slightly by software release, and your store's SOPs take precedence. The ...
reconcile till
The exact steps can vary by Dollar General software version, and you should always follow your store's SOPs and manager's instructions. That...
Dollar General Back Office
Dollar General's NextGen stores use a back-office application commonly referred to as Vision Commerce Suite (VCS). The names you'll commonly...
re route hf models
Recent versions of llama.cpp use the standard Hugging Face cache when you use -hf. By default that's ~/.cache/huggingface/hub, but you can r...
OBS Studio Wayland
On Wayland, OBS cannot use X11 Window Capture. It must use the PipeWire + XDG Desktop Portal screen capture system.1. Verify you are running...
OBS Studio Wayland
To record your desktop in OBS Studio:Open OBS StudioIn the Sources panel, click + → Screen Capture (or Display Capture on older versions)Cho...
kubernetes
Kubernetes (K8s)Kubernetes (often abbreviated K8s) is an open-source container orchestration platform used to deploy, manage, scale, and hea...
improve Odysseus
Based on your previous conversations, you're running a powerful local AI workstation (Intel Core Ultra 9 + Intel Arc GPU + llama.cpp + Whisp...
install Tailscale gentoo
On Gentoo, the easiest method is to install the official Portage package. 1. Install Tailscale sudo emerge --ask net-vpn/tailscale Gentoo ma...
5,404 Impressions
Content performanceImpressionsCumulative5,404Impressions618%vs. prior 7 daysChartLine chart with 7 data points.The chart has 1 X axis displa...
llama models
$ find ~ -type f -name "*.gguf" 2>/dev/null/home/archman/Models/Qwen_Qwen3-8B-Q4_K_M.gguf/home/archman/Applications/llama.cpp/models/ggml...
new blog category
Here is a prompt to add categories to Create New blog Postadd Artificial Intellegence to the Category of Create New Blog...
bring mobile desktop toggle
look in https://bcs.archman.us/sf/Brooks_Computing_Systems.html bring the Mobile and Desktop functionality with icons to the landing page an...
rsync to server
To copy files from your local machine to a remote server with rsync:rsync -avz /path/to/local/file user@server:/path/to/remote/directory/Exa...