Count Neighbors Function
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
Count Neighbors Function has 12 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Mostly:neighbor delta(8), counts in bounds(1), defines neighbors list(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (2)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
definesFunctionDefines Function(1)
- Game of Life Code
ex:game-of-life-code
dependsOnDepends on(1)
- Step Function
ex:step-function
Other facts (12)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Neighbor Delta | (0,1) | [1] |
| Neighbor Delta | (1,1) | [1] |
| Neighbor Delta | (-1,-1) | [1] |
| Neighbor Delta | (0,-1) | [1] |
| Neighbor Delta | (1,-1) | [1] |
| Neighbor Delta | (-1,0) | [1] |
| Neighbor Delta | (1,0) | [1] |
| Neighbor Delta | (-1,1) | [1] |
| Counts in Bounds | 0 <= nx < width and 0 <= ny < height | [1] |
| Defines Neighbors List | [(-1,-1), (0,-1), (1,-1), (-1,0), (1,0), (-1,1), (0,1), (1,1)] | [1] |
| Rdf:type | Function | [2] |
| Has Name | count_neighbors | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:discord/blah/omega/part-228ctx:discord/blah/omega/224- full textomega-224text/plain3 KB
doc:agent/omega-224/f98e2ee1-9dc9-4e3b-8c44-b75660d7b6abShow excerpt
[2025-11-20 14:49] omega [bot]: **🔧 Tool 1/1: unsandbox** **Arguments:** ```json { "language": "python", "code": "def glider_pattern():\n # Standard glider pattern\n return [(1,0), (2,1), (0,2), (1,2), (2,2)]\n\ndef create_grid(w…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.