Thursday, May 7, 2026

The 3 Things Computers Actually Do

The 3 Things Computers Actually Do

And why "convert" is not one of them

Joseph Flanigan

"Computers do 3 things" is the prompt I gave the AI Deep Seek. I was not surprised that the AI did not have a direct answer. I know the answer from years of experience. Computers do 3 things: add, compile, move data. The compile steps are source, syntax, semantics, intermediate form, semantics, syntax, target.

After dialog with the AI, I had the AI write this Blog using my knowledge as framework. The AI was able to do research to provide more details.

As a test I asked the AI to explain the mouse. It took a couple of passes to connect that every part of the computer has a computer that does 3 things in every component.

I reviewed the post material.

Deep Seek

Ask most computer science graduates what a computer does, and the standard line comes: "fetch, decode, execute" or "arithmetic, move, branch."   Ask a compiler writer? Something else entirely. Ask someone who has actually watched what happens from source code to running program, the answer becomes clear. 

Computers do exactly three things.   Not a hundred. Three.


Thing 1: They Add

At the rock bottom of every operation, every game rendered, every database queried, every neural network trained, lives the ALU (Arithmetic Logic Unit). And the ALU mostly just adds.

  • Subtraction? Addition with negation.

  • Multiplication? Repeated addition.

  • Division? Repeated subtraction.

  • Address calculation? Addition.

  • Array indexing? Addition plus addition.

  • Even logical operations (AND, OR, XOR) sit right next to the adder on the silicon.

Every impressive thing a computer does is, at the moment of execution, mostly just adding binary numbers.

What "add" includes:

  • Integer arithmetic (add, subtract, multiply, divide)

  • Floating-point operations

  • Bitwise logic (AND, OR, XOR, NOT)

  • Shifts and rotations

  • Comparisons (which are just subtraction with a discarded result)

What "add" does NOT include:

  • Any transformation that requires remembering previous state

  • Any operation that restructures data

  • Any translation between representations

Add is pure. Add is stateless. Add is the hammer.


Thing 2: They Compile

This is the operation nobody talks about, and it is everywhere. By compile, the meaning is not "run GCC." The meaning is: transform information from one representation to another through structured phases, with the ability to maintain state across invocations. The key word is reentrant.

FeatureConverterCompiler
Static vs dynamic

Fixed transformation

Can be reentrant

State

Stateless (or fixed mapping)

Maintains internal state across invocations

Context awareness

None, same input always yields same output

Behavior can differ depending on previous inputs or external state

Example

ADC: 2.3V > always same 8-bit value

Mouse DSP: compares current frame to previous frame to compute delta

A converter is a pure function: $f(x)=y$ A compiler can be reentrant: $f(x,state)>(y,new\_state)$

Where Compilation Happens (Everywhere):

  • Fetching an instruction: The CPU compiles a bit pattern (machine code) into micro-ops.

  • Rendering a font: The system compiles a Unicode codepoint > glyph index > outline > rasterized pixels.

  • Playing an MP3: The decoder compiles a compressed bitstream > frequency coefficients > audio samples.

  • Running JavaScript: The VM compiles source > AST > bytecode > machine code (sometimes multiple times).

  • Querying SQL: The database compiles SQL > parse tree > query plan > row operations.

  • Mouse movement: The microcontroller compiles pixel frames > delta values > HID report.

The compiler pattern is always the same: Source > Syntax > Intermediate Form > Semantics > Rule of Five > Syntax > Target. That is compilation. . A computer is a machine for chaining reentrant compilers together.



Thing 3: They Move Data Around

This one seems obvious until realizing how much of computing is just this. Load from RAM to register. Store from register to cache. Copy from disk to memory. Send from memory to network interface. Receive from network to buffer.

Modern computers are not compute-bound. They are data-movement-bound.

  • CPU waits for cache (movement stalled).

  • Program waits for disk (movement stalled).

  • Database waits for network (movement stalled).

The entire field of high-performance computing is, at the heart, the art of hiding how long it takes to move data. Computing is what happens while waiting for the next byte to arrive.

What "move" includes:

  • Load (memory > register)

  • Store (register > memory)

  • Copy (register > register)

  • DMA transfers (device memory)

  • Network sends and receives

  • Cache line fills and evictions

What "move" does NOT include:

  • Any transformation of the data (that is compile or add)

  • Any stateful processing (that is compile)

Move is pure relocation. Move is latency. Move is the bottleneck.


Case Study: How a Mouse Works (The Full Pipeline)

Inside the mouse:

  1. Move: LED illuminates surface > photodiodes detect light > analog voltages.

  2. Converter: ADC converts voltage to pixel value (static, not a compiler).

  3. Compile (reentrant): DSP stores previous frame and compares current frame to previous.

  4. Add: DSP computes delta-X, delta-Y (difference calculation).

  5. Compile: Microcontroller packs delta + button state into HID report.

  6. Compile: USB controller serializes report (framing).

  7. Move: USB cable transmits bits (electrical movement).

Inside the computer:

  1. Move: USB host controller receives bits into buffer.

  2. Compile: HID driver parses report (unpacking).

  3. Add: Window system adds delta to cursor position $(x+=dx)$.

  4. Compile: Graphics stack compiles cursor position to pixels (transform).

  5. Move: Framebuffer moves pixels to display.

Every step is add, compile, or move. Nothing else.


The Hidden Triad

Everything a computer does fits into exactly one of these categories.

  • Add: Calculating, comparing, shifting, masking.

  • Compile: Parsing, decoding, translating, encoding, optimizing, any stateful transformation.

  • Move: Loading, storing, copying, sending, receiving.

Decompose any task; no fourth thing appears. .  A computer adds stateless numbers, reentrantly compiles representations through structured phases with memory, and moves the results between places, and nothing else.

Sunday, May 3, 2026

[PUBLIC] FORMAL NOTICE OF DANGEROUS CONDITION and DEMAND FOR JURISDICTIONAL SIGNAGE

 TO: 

Larimer County Colorado Elected Officials
Larimer County Colorado Professional Employees

Subject: The People's Domestic Enemy

Comment: Property ownership entails five principal duties: title, deed, grants, maintenance, and liability. When roads are part of the General Street System, the government holds responsibility for these duties. In a private residential subdivision, the unit owners are the tenants-in-common title holders for the common-interest property roads and hold the legal responsibility for these duties. At the moment the County accepts a subdivision, it immediately assumes the legal responsibility to regulate grants and liability as Expanded Community Interest Property. This responsibility includes a Protection Duty to both the general public and the private subdivision owners. This report demonstrates that the County has the legal responsibility to place private road signs at the General Street System byway leading to private property subdivision roads. Without these signs, the County is legally liable for claims brought by third parties. Furthermore, any County or City "voice-of-authority" statement asserting that subdivision common-interest roads have "general public use" fundamentally alters the property's nature, thereby invalidating any dependent construction contracts or subdivision agreements

FORMAL NOTICE OF DANGEROUS CONDITION 

DEMAND FOR JURISDICTIONAL SIGNAGE

Joseph Flanigan  Larimer County, Colorado

April 6, 2026

I. The Constitutional Duty of State Action The County’s signature on a subdivision plat is a definitive State Action under the 14th Amendment. By authorizing these developments, the County integrates roads dedicated to a qualified public use (the residents and their invitees) into the functional network of the general public’s General Street System. The County cannot facilitate this integration and then remain silent about the legal transition; doing so creates a "dangerous condition" through ambiguity, affecting the safety, property rights, and due process of the traveling public.

II. Limitations of the Developer’s Grant

A developer’s "public property" declaration on any subdivision plat is strictly limited by the developer’s private property title and the legal requirement that unit owners have guaranteed access to the General Street System (C.R.S. § 43-2-201).

Access vs. Ownership: Under C.R.S. § 31-23-107, a plat designation is an offer of dedication (a "qualified fee"). It is not a self-executing transfer of land title.

Requirement for Deed: If the County intends to take ownership of subdivision roads, the County must obtain a formal deed or pass a resolution pursuant to C.R.S. § 43-2-101. Until such a formal transfer is executed, all such roads remain the subdivision's private property under County regulatory oversight and stewardship.

Unless the County holds a recorded deed, it is a regulator of private land, not an owner. They cannot use the "public road" label to avoid stewardship duties while the land remains under private title.

III. Stewardship Liability and Systemic Negligence

The County’s primary policy on private subdivision roads currently concerns maintenance. However, under Colorado law, regulatory control includes an inseparable duty for both maintenance and liability.

Systemic Negligence: The County's systemic failure to recognize the "reasonable person" standard blinds its policies, procedures, and practices from resulting in lawful acts.

The Implied Invitation: Without a "Private Road" sign, the County permits a "reasonable person" to consider the private road a public road. This state-authorized ambiguity legally creates an Implied Invitation to the general public, compounding liability risk claims by establishing a false expectation of government safety standards and sovereign immunity protection where none exists.

IV. Formal Notice of Dangerous Condition (C.R.S. § 24-10-103)

Pursuant to C.R.S. § 24-10-103(1.3) and § 24-10-106, this letter serves as Actual Notice to the County of a "Dangerous Condition" existing at the interface of the General Street System and all private property subdivisions.

The Hazard: The absence of jurisdictional signage creates a physical and legal trap for motorists and pedestrians.

Waiver of Immunity: Under C.R.S. § 24-10-106(1)(d), immunity is waived for dangerous conditions of a public highway. By providing this notice, the County is legally accountable to mitigate this hazard. The County's stewardship duty negligence to protect the County and property owner from liability risk claims is a matter of formal record.

V. Mandatory Regulatory Signage for Vehicles and Pedestrians

The County holds the sole fiduciary responsibility to install and maintain General Street System Regulatory Signs at the entry of all private property subdivisions. These signs must apply to all pedestrians and vehicles to serve as a "Protection Notice," providing a clear warning of potential legal trespassing conditions.

Public Safety Notice: Pursuant to C.R.S. § 42-4-104 and the MUTCD, these signs provide the "Constructive Notice" necessary to establish the legal boundary where general public rights end and private property protections begin.

Trespassing Warning: Common sense requires a signal. These signs are a regulatory tool for preventing accidental trespass. Without them, County regulatory oversight is incomplete.

VI. Prohibition of Cost-Shifting

Because these signs regulate the General Public and provide notice to all traffic entering from the General Street System, they are a public safety utility.

Governmental Instrumentality: The sign is the physical instrument of the County’s regulatory authority under C.R.S. § 42-4-105.

Cost Responsibility: The County is legally barred from treating the costs of these signs or their maintenance as the financial responsibility of unit owners. Forcing private citizens to fund public safety notices serving the General Street System violates the Equal Protection Clause.

VII. Formal Demand for Universal Compliance

We hereby demand that the County Engineering Department assume full responsibility for the installation and perpetual maintenance of standardized regulatory signage at all County private property subdivision intersections.

  1. Fiduciary Oversight: Until a formal deed is recorded for each subdivision road under C.R.S. § 43-2-110, the County remains the fiduciary of the public safety interface.

  2. Primary Responsibility: Any failure to provide standardized "Private Road" warnings for vehicles and pedestrians across all subdivisions constitutes Stewardship Negligence, making the County the primary liable party for all claims arising from public confusion or unauthorized entry.


ADDENDUM: STATEMENT OF SYSTEMIC NEGLIGENCE AND INTENTIONAL LIABILITY EXPOSURE

RE: Universal Standing for Liability Risk Hazard Claims and Insurance Injury

I. The Conflict of the "Voice of Authority"

The County is hereby notified that its use of the "Voice of Authority" to declare that a subdivision byway has "general public access" is a definitive State Action. However, when the County exercises this authority without providing the corresponding regulatory signage required by C.R.S. § 42-4-104, it creates a systemic legal injury. This policy intentionally strips the subdivision unit owners of private property protections while withholding the sovereign immunity protections of the General Street System.

II. Interference with the Property Deed Ownership Grant

A subdivision unit owner’s Property Deed Ownership Grant establishes the rights of "quiet enjoyment" and the "right to exclude." The County’s state-authorized deception—the omission of jurisdictional signage—directly interferes with the integrity of this grant. By omitting the "Private Road" signal, the County permits a "reasonable person" to consider a private byway a public road, effectively nullifying the owner’s deeded right to exclude and establishing a "public use" easement by deception.

A developer’s "public property" declaration on any subdivision plat is strictly limited by the developer’s private property title and the legal requirement that unit owners have guaranteed access to the General Street System (C.R.S. § 43-2-201).

  • The Conversion of Title: Under C.R.S. § 31-23-107, any interest the County holds in subdivision roads is a Qualified Fee (a Trusteeship), held in trust for the specific, limited use of the residents and their invitees. The County’s systemic negligence is an attempt to treat this limited Trusteeship as if it were a Fee Simple Absolute (absolute ownership: right-of-way grants, title, maintenance, and liability).

  • The Breach: By integrating these "Qualified" roads into the functional network of the General Street System without jurisdictional signage, the County is using property it does not own "however it pleases." The County is exercising the rights of a Fee Simple Absolute owner while intentionally abandoning the fiduciary duties, maintenance, and liability inherent to that title.

III. Liability Risk, Hazard, and Insurance Costs

The County’s stewardship negligence creates a permanent liability risk hazard for the unit owner. Any individual subdivision unit owner or HOA has the legal standing to file a liability risk hazard claim against the County for this intentional exposure. This claim specifically addresses the possibility of increased insurance costs and higher premiums for the owners, resulting from the County’s "blind" policies that prevent the road from being accurately marked as private property.

IV. Primary Party Status[PUBLIC

The County’s stewardship negligence is the proximate cause of the "Implied Invitation" to the general public. Therefore, the County is the Primary Party for Liability in all claims arising from jurisdictional confusion. The County is now on Actual Notice that its systemic negligence is a "Dangerous Condition" under C.R.S. § 24-10-103. Any future claims, including those for increased insurance expenses, will be directed to the County, which permitted and authorized the dangerous ambiguity.

FORMAL LEGAL NOTICE: The County is the Primary Party for Liability in all claims arising from jurisdictional confusion on unmarked private subdivision roads. Common sense requires a signal; the County's omission of that signal constitutes a Dangerous Condition under C.R.S. § 24-10-103.

Tuesday, March 31, 2026

FIT: Fatigue, Interloper, Thrive

  FIT: Fatigue, Interloper, Thrive

Most people experience technology change as a blur: a new gadget appears, a job changes, something feels harder or less secure, and we move on. My career in computing, which began in 1968, taught me to see these shifts as part of a repeatable pattern. I call that pattern FIT: Fatigue – Interloper – Thrive.

FIT is a simple way to understand how systems change—people, organizations, technologies, even our daily habits. It describes how something new crosses a boundary, exhausts what used to work, and forces us either to adapt or decline.

In this article, I’ll explain the FIT pattern, show how it appeared in real industrial transitions I lived through, and then broaden it to everyday life.

The FIT Pattern

FIT stands for:

·       Fatigue – The system is under strain. The old way still operates, but it is costly, brittle, or falling behind.

·       Interloper – Something crosses a boundary and takes over part of the system’s work: a technology, a process, a rule, a habit, even a person.

·       Thrive – The system either reorganizes around the interloper and becomes stronger, or fails to adapt and loses its ability to thrive.

The key move in FIT is the interloper. Interlopers are boundary‑crossers. They insert themselves where some group once had exclusive competence, control, or identity. The result is fatigue on the old side of the boundary and a chance—though not a guarantee—to reorganize and thrive in a new way.

Case 1: Wang and the Legal Secretaries

In the 1970s, law firms needed exact, flawless copies of contracts. That work belonged to highly skilled legal secretaries using IBM typewriters and carbon paper. Legal secretary was a professional occupation, with real expertise and predictable job security.

Then came dedicated word processors such as the Wang systems installed in many legal offices.

·       Fatigue – As firms demanded more documents, revisions, and speed, the traditional typing workflow became a bottleneck. The labor and time cost were high, and the market was pushing for more throughput and flexibility.

·       Interloper – The word processor entered the office as a “tool,” but it didn’t just assist the secretaries; it replaced the core skill: precise creation and duplication of contracts. The system, not the person, now held the authority over formatting, correction, and storage.

·       Thrive (or not) – The business thrived: faster documents, easier revisions, new possibilities. But the labor segment built around the old craft fatigued and, for many, failed to thrive. The interloper didn’t just help them; it hollowed out the economic value of their particular skill.

In FIT terms, the interloper was the replacement. The secretaries didn’t simply gain a new tool; the core of their work migrated into silicon.

Case 2: GM, Saturn, and Robotics

In the 1980s, General Motors faced fierce competition from Japanese automakers who offered reliable, high‑quality small cars. The traditional GM plants were struggling to match that quality and efficiency under existing processes and labor relations.

GM’s answer included the Saturn project: a new car line, a new plant, and a new manufacturing philosophy built around robotics and rethought labor agreements. In 1984, IBM hired me to work with GM research to help design the robotics data networks for this new environment.

Seen through FIT:

·       Fatigue – The existing plants and labor models were under pressure. Quality and productivity were lagging, and the global market was making that pain visible.

·       Interloper – Robotics and tightly integrated automated systems were introduced as the new core of production. They crossed into work that had long been the domain of line workers and traditional job classifications.

·       Thrive (contested) – The Saturn idea was to pair automation with new forms of cooperation and skill, so workers and machines together could thrive. The longer history is complicated, but the pattern is clear: robotics acted as an interloper into a protected domain of human work. Some roles were upgraded, many were displaced, and the system never fully stabilized in the “thrive” state that had been promised.

Again, the interloper was not a person but a system—a coordinated technology and process that claimed core productive functions.

Interloper Phenomena

These stories led me to what I call the Interloper Phenomenon: the recurring way an external system crosses into a human domain, exhausts the old pattern, and forces a choice between adaptation and decline.

In the Wang story, the interloper is word processing.
In the Saturn story, the interloper is robotics.

In both, the interloper:

·       Crossed a boundary (from “tool at the edge” to “center of production”).

·       Took over the core value‑producing activity.

·       Reshaped or erased existing skill‑based roles.

Once you see this structure, you can see FIT everywhere.

When FIT Enables Thriving

Not every interloper destroys a role. Many interlopers arrive as repair technicians of a sort: they fix fatigue and restore thrive.

Consider two common examples:

·       Doctors treating injuries
The interloper is the injury or disease—a disruption of the body’s normal homeostasis. The doctor’s job is to detect the interloper, manage the fatigue (pain, functional loss, risk), and help the patient’s system reorganize so they can thrive again. The interloper never stops existing as a possibility, but the person becomes more knowledgeable and sometimes more resilient.

·       Auto mechanics fixing brake problems
Here the interlopers are wear, heat, contamination, and misuse. Mechanics diagnose these interlopers, remove or mitigate them, and tune the braking system so the car can thrive—stop safely, predictably, and with less stress on components.

In these cases, technicians are specialists in FIT: they understand what “thrive” looks like, they know how fatigue shows up in their domain, and they are trained to spot and neutralize interlopers.

Research and Engineering as FIT Disciplines

The FIT pattern also illuminates how research and engineering behave.

·       Research often begins with a puzzle: Why is this system fatigued? What keeps it from thriving? Research hunts for hidden interlopers—viruses, misalignments, feedback loops, stressors—and documents how they operate. Good research enhances thrive by revealing the interlopers that cause or prevent fatigue.

·       Engineering usually begins with a use case: What do we want this system to do, reliably, under stress? Engineering anticipates interlopers (load, wear, noise, mistakes), designs how they will be handled, and tunes the system so it can maintain or regain thrive. A robust design assumes interlopers are inevitable and arranges for fatigue to be monitored and managed.

Seen this way, research maps the landscape of interlopers; engineering designs paths through that landscape that keep systems in a thriving region rather than a failing one.

Daily Life as FIT Practice

Most daily life skills are quiet FIT routines.

·       Time management: noticing task overload (fatigue), spotting the interlopers (distractions, unrealistic commitments), and restructuring your schedule to reclaim the ability to thrive.

·       Relationships: recognizing emotional fatigue, identifying interlopers (resentment, miscommunication, third‑party pressure), and practicing repair to restore trust and joy.

·       Health habits: detecting early signs of fatigue (sleep, mood, energy), identifying interlopers (diet, stress, inactivity), and making adjustments that restore vitality.

We typically call this “coping,” “maintenance,” or “self‑improvement,” but structurally it is the same FIT loop: detect interlopers, manage fatigue, cultivate thrive.

Why FIT Matters Now

We are living through a period of dense interlopers: AI systems, automation, platform economics, and social changes that repeatedly cross boundaries once guarded by human skills and institutions. The Wang and Saturn stories were early signals of something much larger.

The FIT model gives a language for asking sharper questions:

·       Where is fatigue showing up in this system?

·       What, exactly, is the interloper? A technology? A policy? A habit?

·       Who or what gets to thrive after the interloper arrives? Who doesn’t?

·       How can we design roles, tools, and institutions so that people, not just technologies, are able to thrive?

I developed FIT out of lived experience—the feeling of watching tools I helped build “hack” jobs and reorganize lives. It is not an abstract theory; it’s a way to make sense of the trade‑speak, shop‑floor stories, and personal histories that surround technological change.

Tuesday, March 4, 2025

Psychology: 5 Principal Game Types

 5 Principle Game Types

These 5 principal game types are the basis for game design and play.  Any game will include one or more principles to create engaging gameplay.

  1. Tokens (money, weapons, identity)
  2. Challenge (question, answer, conflict, test)
  3. Skill (talent, science, ability)
  4. Risk (dice, adventure, threat)
  5. Maze (puzzle, labyrinth, web)

A game is any contest with rules to determine a winner. The place, time, scope, field, size, player, or other contest constraints are part of a game's profile. Any player who engages in the game's play has skill enrichment. 


The game master mixes the types to create gameplay. 


Note: The 5 Principle Game Types describe how games are built, whereas Game Theory explains why game strategies work. The Principle Game Types are game creation methods; Game Theory analyzes game play. Principles types define a game's framework; theory strategies are player tactics within the framework.  Game design employs game principles, whereas game engagement utilizes game theory strategies. 


Types of Designs


Quantitative Games: Tokens and challenges can provide measurable game resources. This quantitative approach allows for explicit progression tracking and objective victory conditions:

  • In poker, chips represent monetary value ($100 in poker chips)
  • In educational contexts, a 10-question math test uses questions as both tokens and challenges
  • Other examples might include:
    • Resource management games where players track specific quantities (wood, stone, gold)
    • Sports with point-scoring systems
    • Card games where numerical values determine outcomes

Qualitative Games:  These games tend to focus on:

  • Positional advantage rather than numerical superiority
  • Strategic thinking and pattern recognition
  • Quality of moves rather than quantity of resources
  • Victory through skill application rather than accumulation

Mystery Games: These might incorporate:

  • Information discovery mechanics
  • Deduction and logical reasoning
  • Hidden information that players must uncover
  • Narrative elements that require interpretation

Narrative/Storytelling:

  • Role-playing games where players develop characters within a story
  • Legacy games where decisions affect future gameplay sessions
  • Interactive fiction, where choices branch the narrative
  • Games with rich lore that unfolds through play (Arkham Horror, Gloomhaven)

Cooperation/Alliance:

  • Team-based games require coordination among players
  • Games with shared goals but limited resources
  • Partial cooperation games with both collaborative and competitive elements
  • Communication-restricted cooperation (like Hanabi or The Mind)

Simulation:

  • Games that model real-world systems (economic, political, ecological)
  • City-builders and management games
  • Historical reenactment games
  • Games that teach through an accurate representation of processes

Social Deduction:

  • Games centered on identifying roles or intentions
  • Bluffing and deception mechanics
  • Trust-building and betrayal dynamics
  • Games requiring psychological insight (Werewolf, Among Us)

Time Pressure:

  • Real-time gameplay versus turn-based
  • Timed challenges or rounds
  • Games where speed affects outcomes
  • Reaction-based gameplay

Territory Control:

  • Area majority/influence games
  • Map-based conquest games
  • Games about claiming and defending space
  • Territorial development (like Carcassonne)

Engine Building:

  • Games where players create increasingly efficient systems
  • Mechanisms that compound advantages over time
  • Games focused on optimization and synergy
  • Building interconnected resources and abilities

Sports as Gameplay:

Combination of Core Principles:

  • Tokens: Points, yards gained, possession time, players as resources
  • Challenge: Opponents, time constraints, physical obstacles
  • Skill: Athletic abilities, tactical knowledge, teamwork
  • Risk: Strategic gambles, unpredictable outcomes, injury potential
  • Maze: Defensive formations to navigate, play patterns, court/field spaces

Quantitative Elements:

  • Scoring systems (points, goals, runs)
  • Statistics tracking (batting averages, completion percentages)
  • Time management (shot clocks, game periods, time of possession)
  • Physical measurements (distance, height, speed)

Qualitative Elements:

  • Style and form evaluation (gymnastics, figure skating)
  • Strategy development and adaptation
  • Team chemistry and cohesion
  • Momentum shifts and psychological advantages

Physical Dominance:

  • Direct competition for space/position (basketball, football)
  • Strength contests (wrestling, weightlifting)
  • Endurance challenges (marathons, cycling)

Precision/Accuracy:

  • Target-focused sports (archery, golf, darts)
  • Placement-oriented games (billiards, curling)
  • Technique-based scoring (diving, gymnastics)

Rhythm and Timing:

  • Sports requiring synchronized actions (rowing, relay races)
  • Timing-critical sports (baseball batting, tennis serving)
  • Flow-state activities (surfing, skateboarding)

Sport's social aspects form a crucial dimension of sports gameplay:

Social Elements in Sports:

Team Dynamics:

  • Communication systems (verbal calls, hand signals)
  • Role specialization and position-specific responsibilities
  • Leadership hierarchies and decision-making structures
  • Trust development between teammates

Community Building:

  • Fan cultures and supporter identities
  • Shared experiences create social bonds
  • Traditions and rituals surrounding participation
  • Team or club affiliations forming community anchors

Status and Recognition:

  • Achievement recognition through medals, trophies, and records
  • Social prestige is associated with skill demonstration
  • Fame and celebrity aspects for elite performers
  • Cultural heroes and role models emerging from sports

Conflict and Cooperation:

  • Rivalries between teams/individuals create narrative tension
  • Sportsmanship and respect codes governing behavior
  • Negotiation of competitive boundaries (fair play vs. gamesmanship)
  • Alliance formation in multi-team competitions

Cultural Expression:

  • Sports as vehicles for cultural identity and values
  • National pride and representation in international competition
  • Cultural traditions embodied in sport-specific practices
  • Symbolic meaning attached to sporting achievements

This social dimension interacts with all five original principles, adding depth to the gameplay experience. For example, the social context might determine which tokens (achievements, statistics) are most valued or how maze elements (strategies, formations) evolve through collective innovation and shared knowledge.

The game master's role in sports extends beyond the rulebook to include coaches, officials, and even the collective social norms that shape how games are played and experienced.

Sports beautifully demonstrate how the game master (in this case, the sport's inventors and rule-makers) mix different gameplay types to create engaging experiences that physically, mentally, and sometimes socially challenge participants.



Tuesday, December 3, 2024

Colorado DOT Regulation on Private Propertry Roads

Colorado Department of Transportation Regulation
2024-12-01

This letter was sent to the Colorado DOT regulations committee to help prevent Larimer County Planning from taking private property rights.

DOT Rule Makers:


With one simple rule, the State can stop the government's bureaucratic and institutional theft of private property roads.

Rule: "Roads, streets, or other byways designated with the terms public property or government-owned property mean the government is the recorded title and deed named owner and under government jurisdiction."

Enforcement: All government records, representatives, agents, media, plots, maps, GIS, or other sources using the words "public property" constitute a legal and binding testament by the author indicating that the government is the lawful owner.

Regulation: The County has the supervisory duty obligation to install "Private Road" or "Restricted Road Ahead" signs at the general street system to private property byways. The subdivision's byway driver caution signs will have a standard uniform design and installation presence to maintain a comprehensive and uniform fair notice to general street system drivers state-wide.

Reason: All roads and streets, public or private, have seven conditions: named owner, title, deed, maintenance, liability, access permissions, and use rules. Named owner, title, and deeds are asset facts. Owner authority choices include maintenance, liability, access permissions, and use rules. The Private Road sign protects the planned community private road owners from mutual liability risks and provides a legal trespass fair notice to the general street system drivers.

Definition:
~ Highway driver – A driver with the right to use any government-owned public road, other public way on land, or general street system.
~ Division driver – A subdivision unit owner-driver has the right to use the subdivision’s common property road and to access the general street system. A unit owner may grant a highway driver a division driver’s permission to visit the unit owner. Public, commercial, or the like services with private insurance have division driver road use permission.

Use Case: When Larimer County chose not to accept planned subdivision roads as county-owned roads, it made a business decision to reduce the costs associated with maintenance, liability, and access permissions. Instead, the County passed private property road costs on to the subdivision unit owners. By doing so, the unit owners remained as the title and deed named owners. The county did not make provisions to protect the subdivision unit owners from private property road trespassers; rather, County Planning approved construction plans for the road to blend into the general street system. A private road sign is a legal gate notice separating general public property from community private property. Without the private road sign, highway drivers cannot be held accountable for trespassing. If a highway driver liability event happens without a private road sign notice, the highway driver can claim all the unit owners.

Blended Roadways: In communities that use a mixed general street system of public property roads with abutted subdivision private property roads, the roads appear to be public property roads from a driver's perspective.

However, if a driver exits the public property byway road onto a private property road, the driver is unintentionally trespassing and consequently liable regardless of the risk event. Residential communities are not county ranch lands where the rancher can post private property roads. When the County accepts development contacts for private subdivisions, the County is legally obligated to protect property before any unit owners have possession. At the instance of the development contact's acceptance, two critical changes happen. The developer's land becomes County subdivision supervised, and thereby, the County is legally responsible for protecting new private property.

Motivation: Counties across Colorado have multiple private subdivisions that abut the general street system. The subdivision's byway driver caution signs represent a significant driver route choice decision and an immediate personally liable risk. The sign creates a legal gateway separating the general public property from the community's private property. Counties choose blended private and public road transportation networks to let private property unit owners pay the maintenance and take the liability risk. Planning mandated HOA bylaws and GIS maps to compound unit owner risks that private roads have public access. This mandate is fiction. The ”Restricted Road Ahead” regulation dissolves fiction.

Acceptance: The State has a public safety duty to educate drivers about the significance of private and public property. The Restricted Road Ahead sign's reason, presence, caution, and legal consequences allow all drivers to demonstrate respect for other's property. The regulation rule defines the term public property for land. The regulation is not grief experience; it is the remedy before the grief experience.

Action: Adopt the rule, "Roads, streets, or other byways designated with the terms public property or government-owned property mean the government is the recorded title and deed named owner and under government jurisdiction." and implement as standard sign design with an education program for all Colorado licensed drivers.

Enjoy this Idea

SeeS: Principles of Object‑Oriented Systems

  SeeS Overview Joseph Flanigan 1990 DRFAFT SeeS is a style of abstract syntax used to model the problem space characteristics of a computin...