BCS Blog

COBOL, z/OS performance measurement, and systems programming updates.

Open Portal
5,404 Impressions

Content performanceImpressionsCumulative5,404Impressions618%vs. prior 7 daysChartLine chart with 7 data points.The chart has 1 X axis displa...

update pi

npm install -g --prefix ~/.local @earendil-works/pi-coding-agent@latest...

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...

crm

Here is a new crm...

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...

mindshub

MindsHub itself does not provide a native Linux desktop application yet. As of now, it offers: Web application Windows desktop app mac...

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...

kill kodi

If Kodi is running in the foreground: Ctrl+C To kill it from another terminal: pkill kodi or killall kodi If it doesn't exit: pkill -9 kodi ...

wxWidgets

wxWidgets is a mature, open-source C++ GUI framework for building native desktop applications on Windows, Linux, and macOS from a single cod...

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...

wxPython

wxPython is a cross-platform GUI toolkit for Python that wraps the C++ wxWidgets library. It lets you build native desktop applications for:...

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...

kiro

If you're referring to Kiro in the software development world:Kiro is an AI-powered, agentic IDE (Integrated Development Environment) design...

cdn

A CDN (Content Delivery Network) is a distributed network of servers that caches and delivers web content from locations close to your users...

arc

arcIf you mean Intel Arc, it's Intel's family of GPUs for gaming, AI, and professional workloads.5There are two main types:Integrated Intel ...

n8n

n8n (pronounced "n-eight-n") is an open-source workflow automation platform that lets you connect applications, APIs, databases, AI models, ...

mcp

MCP (Model Context Protocol) is an open standard that lets AI models connect to external tools, data sources, and services through a common ...

pi ai

Pi AI is a conversational AI assistant created by Inflection AI. It was designed to be especially natural, empathetic, and engaging in conve...

agent sdk

The OpenAI Agents SDK is an open-source framework for building AI agents that can reason, use tools, collaborate with other agents, and exec...

vercel

Vercel is a cloud platform for building and deploying web applications, especially frontend apps. It's best known as the company behind Next...

sentry

Sentry is an application monitoring and error-tracking platform that helps developers detect, diagnose, and fix issues in software.Its main ...

loom

If you're referring to Loom, it's a popular screen recording and asynchronous video messaging platform used for work, education, and technic...

crm

A CRM (Customer Relationship Management) system helps businesses manage interactions with customers, prospects, and sales opportunities in o...

cut

cut is a standard Unix/Linux command used to extract specific columns or fields from each line of a file or input stream.Basic Syntaxcut OPT...

awk

awk is a powerful Unix/Linux text-processing language designed for searching, filtering, transforming, and reporting on structured text. It ...

grep

grep is a command-line utility used to search for text that matches a pattern in files or input. It's available on Linux, macOS, and other U...

sed

sed is a stream editor commonly used on Unix/Linux and macOS systems to process and transform text. It reads input line by line, applies com...

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...

llama.cpp

llama.cpp is a fast, open-source inference engine for running large language models (LLMs) locally on your own computer. It was originally c...

OneAPI

The fastest method on Gentoo is to build the current upstream version with CMake. Install dependencies sudo emerge --ask \ git \ cma...

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...

OpenCode configuration

~/.config/opencode/opencode.json...

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 ...

New GitHub Repository

https://github.com/archman007/tut...

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...