BCS Blog
COBOL, z/OS performance measurement, and systems programming updates.
Completed system
Created the Bootstrap 5 + Smarty security-report starter system.security_reports_smarty_bootstrap5.zipIt includes:PHP 8.4+Smarty 5Bootstrap ...
entice users to use my reports
If you're referring to security reports as a product/service on your website, the key is to make the reports immediately useful rather than ...
Install Webmin On AWS
Yes. I can walk you through installing Webmin on an AWS EC2 instance.If you're using Ubuntu 24.04 on EC2, the simplest approach is:sudo apt ...
Isaiah 40:31
Isaiah 40:31King James Version31 But they that wait upon the Lord shall renew their strength; they shall mount up with wings as eagles; they...
What is notebook LM
NotebookLM (recently renamed Gemini Notebook by Google) is an AI-powered research and learning tool designed to help you understand informat...
AI Markdown
The life blood of AI is The markdown file This file this file in
AI Markdown
The life blood of AI is The markdown file. The markdown file in AI Is extremely versatile from it you can create a presentation slide deck a...
BCS Slide Deck
https://bcs.archman.us/pdf/Brooks_Computing_Systems_-_Explainer_Presentation.pdf...
COBOL Subroutine
IDENTIFICATION DIVISION. PROGRAM-ID. DISPLAY-80. DATA DIVISION. WORKING-STORAGE SECTION. LINKAGE SECTIO...
install Stagehand and Playwright
Yes. On Gentoo, the cleanest setup is to use your existing Node.js environment and install Stagehand + Playwright locally in a project. Stag...
what is Haskell
Haskell is a functional programming language designed around mathematics, strong typing, and writing programs using functions.5Key character...
markdown to html
Use this updated process. It produces a fully self-contained README.html with Bootstrap CSS, JavaScript, images, and other referenced resour...
update chromium on Gentoo
On Gentoo, update Chromium by syncing Portage and emerging the package:sudo emerge --sync emerge -pv www-client/chromium sudo emerge -av w...
uv Development Approach
For your Gentoo system, I'd use Python 3.13 for general development right now:uv init --python 3.13 myprojectFor projects that specifically ...
uv install status
$ uv tool upgrade aider-chatModified aider-chat environment - greenlet==3.3.1 - pip==26.1.2 - playwright==1.58.0 - pyee==13.0.0✔ archman@gen...
democracy now
If you're referring to Democracy Now!, it's an independent, nonprofit weekday news program that covers U.S. and international news with an e...
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 ...