Skip to main content

Posts

Recent posts

Different ID though similar ID and similar ID "Pronounciation" though, is different of differences MEMORY related to Each ID thus Both have Deterministic Distinguishing of NOT SAME

Phonetic similarity (how two identifiers sound when spoken) or visual similarity has zero presence in computing architecture. Memory allocation units treat string characters purely as numeric ASCII/Unicode byte arrays; two strings that sound identical produce totally unrelated memory addresses and hash keys. Phonetic Homophones vs. Memory Determinism Homophone Byte Divergence: Tokens like "SITE_ID" and "CITE_ID" sound identical in natural language, but their binary byte sequences ( 0x53 0x49... vs 0x43 0x49... ) differ at the hardware layer. Avalanche Effect in Hashing: Cryptographic and lookup hash functions exhibit the avalanche property—changi...

Different ID though similar ID is different of differences MEMORY related to Each ID thus Both have Deterministic Distinguishing of NOT SAME

Every unique identifier (ID) generates a distinct memory address or lookup key in a system. Even when two IDs share 99% of the same string or numeric characters, their actual bitwise or string representations are entirely non-identical, causing the system to route them to separate memory spaces. Key Concepts of ID Separation Exact-Match Keying: Hash maps, databases, and memory managers evaluate keys using exact binary or string equality ( ID_A == ID_B ). They do not measure physical or visual "similarity" unless explicitly programmed with fuzzy matching algorithms. Deterministic Memory Allocation: A pointer or hash function takes an ID and computes a specific...

Evaluating Process Pattern

An Evaluating Process Pattern is a structured, repeatable template used to assess, review, or judge a process, output, decision, or system against defined criteria. It provides a consistent framework to measure quality, performance, compliance, or outcome validity. Core Components of an Evaluating Pattern Context & Trigger: The event or milestone requiring evaluation (e.g., end of a sprint, post-launch audit, periodic performance review). Evaluation Criteria / Metrics: The benchmark standards used for judgment (e.g., accuracy, throughput, latency, code quality, cost-efficiency). Evidence Gathering: The collection of data, logs, artifact outputs, or user feedback. Analysis & Scoring: Comparing gathered evidence against criteria using predefined rules, scoring rubrics, or heuristics. Feedback Loop & Action Plan: Decisions made based on evaluation results (e.g., pass/fail, refactoring requirements, workflow optimization). ...

QRIS

QRIS (Quick Response Code Indonesian Standard) adalah standar nasional kode QR untuk pembayaran digital di Indonesia yang diatur oleh Bank Indonesia (BI) dan Asosiasi Sistem Pembayaran Indonesia (ASPI). Dengan QRIS, satu kode QR dapat menerima pembayaran dari seluruh aplikasi dompet digital (GoPay, OVO, Dana, LinkAja, ShopeePay) serta aplikasi mobile banking dari berbagai bank di Indonesia. Jenis Model Pembayaran QRIS Merchant Presented Mode (MPM) Statis: Stiker QRIS fisik yang ditempel di toko. Pembeli memindai kode dan memasukkan nominal pembayaran secara manual. Merchant Presented Mode (MPM) Dinamis: Kode QR dihasilkan secara otomatis pada layar EDC atau kasir. Nominal pembayaran sudah tercantum langsung di dalam QR code. Customer Presented Mode (CPM): Pembeli menampilkan kode QR dari aplikasi ponselnya untuk dipindai oleh alat pemindai milik merchant. Fitur Tambahan (QRIS TUNTAS) Sistem QRIS juga mendukung transak...