BCS Blog
COBOL, z/OS performance measurement, and systems programming updates.
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...
Hermes Agent
Hermes Agent is an open-source autonomous AI agent developed by Nous Research. Unlike a traditional chatbot, it is designed to run continuou...
Python In A Browser
1. Pyodide (Best for client-side Python)Pyodide compiles CPython to WebAssembly, allowing Python to run entirely in the browser without a se...
online flight planning system
Before joining TWA, I had already earned my certification as a Nuclear Engineer. That certification qualified me to develop computer softwar...
COBOL Over c
I hear a great deal about the C programming language. Having written COBOL applications for more than 50 years, I've gained a deep appreciat...
GT1 Mega Specifications
Article ID Code:GK-Spe-22Dimensions135 × 132 × 44.35 mmCPUIntel® Core™ Ultra 9 185H processors16 Cores, 22 ThreadsL3 Cache: 24 MBFrequency: ...
effective use of Mate Terminal
To open six tabs in MATE Terminal, use: mate-terminal \ --tab \ --tab \ --tab \ --tab \ --tab \ --tab Or more explicitly: mate-t...
README.md For ab_AI
# Brooks Computing Systems - Jacksonville AI GPUA web-based chat interface for interacting with local LLMs via `llama.cpp` server, with Whis...
Llama.cpp Interface
I have developed a high-performance interface for Llama.cpp that leverages the GPU acceleration available on my hardware through Intel oneAP...
whisper-enabled blog
I have just enabled whisper on all input and search fields in the blog for BCS blog...
What Is OpenAI
OpenAI is an artificial intelligence research and deployment company whose mission is to ensure that artificial general intelligence (AGI) b...
Run llama.cpp
If you built llama.cpp from source, you start it by running one of the executables in the build/bin directory. 1. Load the oneAPI environmen...
Odysseus AI Is Recommended
Why I Recommend Odysseus AI EnvironmentArtificial intelligence has rapidly become an essential part of modern software development, research...
Software Engineers Prefer Portage
Why I Like Portage: A Software Engineer's PerspectiveIntroductionHaving spent more than fifty years developing software and working with num...
Welcome to RBAC System
RBAC (Role-Based Access Control) is a security model that controls what users can see and do based on the roles assigned to them, rather tha...
Core 9 Ultra
Based on what you've shared previously, your Geekom GT1 Mega is equipped with the Intel Core Ultra 9 185H, one of Intel's flagship Core Ultr...
portage update
That message is normal on Gentoo after an emerge with autounmask. Before continuing, update the Portage configuration files. Check which fil...
Whisper Service On Gentoo
Since you've already built whisper.cpp with Intel oneAPI/SYCL on your Gentoo system, the easiest way to run Whisper as a background service ...
Dump Schema And Data MariaDB
mariadb-dump -u bcs -p tutorial_library > tut.sqlThe above command dmps to sql a specific database...
ssh Into Server
ssh amb01srv the above command uses the ssh entry amb01srv for credentials and connects to the server...
sfapp Debugging
systemctl sfapp stop systemctl sfapp status systemctl sfapp start Error: HTTP 502: {"ok":false,"error":"Backend request failed","detail":"Fa...